Add comment to CSTR macro in k_standard.c.
[glibc.git] / ChangeLog
blobb0755c3a478e07dd3df16b26a60849087380e160
1 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
5 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
7         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
8         (__kernel_standard): Use CSTR macro when setting exc.name.
9         * sysdeps/ieee754/Makefile [$(subdir) = math]
10         (CFLAGS-k_standard.c): Remove variable.
12         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
13         setting p and q from "else if" to "else".
14         (qzero): Likewise.
15         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
16         (qone): Likewise.
17         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
18         (qzerof): Likewise.
19         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
20         (qonef): Likewise.
21         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
22         (qzero): Likewise.
23         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
24         (qone): Likewise.
26         [BZ #18038]
27         [BZ #18039]
28         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
29         return pi/2 for arguments below 0x1p-113L.
30         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
31         return pi/2 for arguments below 0x1p-106L.
32         * math/auto-libm-test-in: Add more tests of acos.
33         * math/auto-libm-test-out: Regenerated.
35         [BZ #16351]
36         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
37         (MO): New macro.
38         (__ieee754_asin): Force underflow exception for results with small
39         absolute value.
40         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
41         (MO): New macro.
42         (__ieee754_asinf): Force underflow exception for results with
43         small absolute value.
44         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
45         (__ieee754_asin): Force underflow exception for results with small
46         absolute value.
47         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
48         (__ieee754_asinf): Force underflow exception for results with
49         small absolute value.
50         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
51         (__ieee754_asinl): Force underflow exception for results with
52         small absolute value.
53         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
54         (__ieee754_asinl): Force underflow exception for results with
55         small absolute value.
56         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
57         (__ieee754_asinl): Force underflow exception for results with
58         small absolute value.
59         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
60         Include <math.h>.
61         * math/auto-libm-test-in: Do not mark underflow exceptions as
62         possibly missing for bug 16351.
63         * math/auto-libm-test-out: Regenerated.
65         [BZ #18030]
66         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
67         of power of 2 down when low part has opposite sign.
68         * math/libm-test.inc (logb_test_data): Add more tests.
70 2015-02-26  Andreas Schwab  <schwab@suse.de>
72         [BZ #18032]
73         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
74         over collating symbol inside a bracket expression.  Minor cleanup.
75         * posix/tst-fnmatch3.c (do_test): Add test case.
77 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
79         [BZ #18029]
80         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
81         Adjust exponent of power of 2 down when low part has opposite
82         sign.
83         * math/libm-test.inc (ilogb_test_data): Add more tests.
85 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
87         [BZ #15969]
88         * locale/findlocale.c (_nl_find_locale): Fix constness error in
89         the previous change.
91         [BZ #15969]
92         * locale/findlocale.c (_nl_find_locale): Retry archive search
93         after alias expansion.
95 2015-02-25  Roland McGrath  <roland@hack.frob.com>
97         * iconv/tst-iconv3.c (main): Converted to ...
98         (do_test): ... this.
99         (TEST_FUNCTION): New macro.
100         Include test-skeleton.c.
102         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
103         (convert): Make function static.
104         (test_unalign): Likewise.  Add const to argument pointee types.
105         (main): Replace with static function do_test.
106         Print "Succeeded." only if RET is zero.
107         (TEST_FUNCTION): New macro.
108         Include test-skeleton.c.
110         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
111         returns a null pointer.
113 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
115         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
116         to __memcpy_ppc only for static builds.
118 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
120         [BZ #18020]
121         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
122         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
123         * math/auto-libm-test-in: Add more tests of asinh.
124         * math/auto-libm-test-out: Regenerated.
125         * sysdeps/i386/fpu/libm-test-ulps: Update.
126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
128 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
130         [BZ #15850]
131         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
132         and ip6_mtuinfo definitions here.
133         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
134         in this define too.  Update comment.
136 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
138         * elf/sprof.c (load_shobj): Tweak error message to match others.
140 2015-02-24  Kevin Easton  <kevin@guarana.org>
142         [BZ #16145] (partial fix)
143         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
144         to reduce lock contention.
146 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
148         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
149         (struct timex): Update time comment.
150         (ADJ_SETOFFSET): Define.
152 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
154         [BZ #18019]
155         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
156         2**56 not 2**28 as threshold for log (2x) formula.
157         * math/auto-libm-test-in: Add more tests of acosh.
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-24  Mike Frysinger  <vapier@gentoo.org>
164         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
165         parenthesis around the buf assignment.
166         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
168 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
170         [BZ #16783]
171         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
172         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
173         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
174         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
175         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
176         * math/libm-test.inc (scalb_test_data): Add more tests.
178 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
180         [BZ #17916]
181         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
182         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
184 2015-02-24  Eric Rannaud  <e@nanocritical.com>
186         [BZ #17523]
187         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
188         * io/bits/fcntl2.h (open): Use it.
189         (openat): Likewise.
190         * io/open.c (__libc_open): Likewise.
191         * io/open64.c (__libc_open64): Likewise.
192         * io/open64_2.c (__open64_2): Likewise.
193         * io/open_2.c (__open_2): Likewise.
194         * io/openat.c (__openat): Likewise.
195         * io/openat64.c (__openat64): Likewise.
196         * io/openat64_2.c (__openat64_2): Likewise.
197         * io/openat_2.c (__openat_2): Likewise.
198         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
199         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
200         * sysdeps/posix/open64.c (__libc_open64): Likewise.
201         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
202         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
203         (__open_nocancel): Likewise.
204         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
205         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
206         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
208 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
210         [BZ #14841]
211         * resolv/gethnamaddr.c (getanswer): Skip logging if
212         RES_USE_DNSSEC is set.
213         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
215 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
217         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
219 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
221         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
222         201304L, for Unicode 7.
224 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
226         [BZ #17836]
227         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
228         shared library.  Add gmon-start.os otherwise.
229         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
230         $(objpfx)gmon-start.os if builing shared library.
231         ($(objpfx)g$(static-start-installed-name)): Likewise.
233 2015-02-23  Andreas Schwab  <schwab@suse.de>
235         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
237 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
239         [BZ #17269]
240         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
241         (enlarge_userbuf): Likewise.
243 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
245         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
246         * math/atest-exp.c (TIMEOUT): Adjust to 200.
247         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
248         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
250 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
252         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
253         expression inside statement expression.
255 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
257         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
258         <sysdeps/nptl/lowlevellock.h> and remove macros and
259         functions that are now defined there.
260         (SYS_futex): Remove.
261         (lll_compare_and_swap): Remove.
262         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
264 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
266         [BZ #17999]
267         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
268         instead of scandirat.
269         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
270         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
271         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
272         __scandirat.
273         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
274         (__scandirat): Declare.  Use libc_hidden_proto.
275         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
276         Remove variable.
277         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
279 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
281         [BZ #15319]
282         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
283         (MO): New macro.
284         (__ieee754_atan2): For results with small absolute value, force
285         underflow exception and remove excess range and precision from
286         return value.
287         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
288         (MO): New macro.
289         (__ieee754_atan2f): For results with small absolute value, force
290         underflow exception and remove excess range and precision from
291         return value.
292         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
293         (MO): New macro.
294         (__atan): For results with small absolute value, force underflow
295         exception and remove excess range and precision from return value.
296         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
297         (MO): New macro.
298         (__atanf): For results with small absolute value, force underflow
299         exception and remove excess range and precision from return value.
300         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
301         <math.h>.
302         (__ieee754_atan2): Force underflow exception for results with
303         small absolute value.
304         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
305         <math_private.h>.
306         (atan): Force underflow exception for results with small absolute
307         value.
308         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
309         (__atanf): Force underflow exception for results with small
310         absolute value.
311         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
312         <math.h>.
313         (__atanl): Force underflow exception for results with small
314         absolute value.
315         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
316         (__atanl): Force underflow exception for results with small
317         absolute value.
318         * sysdeps/x86/fpu/bits/mathinline.h
319         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
320         (__ieee754_atan2): Only define inline for long double.
321         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
322         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
323         * math/auto-libm-test-in: Do not mark underflow exceptions as
324         possibly missing for bug 15319.  Add more tests of atan2.
325         * math/auto-libm-test-out: Regenerated.
326         * math/libm-test.inc (casin_test_data): Do not mark underflow
327         exceptions as possibly missing for bug 15319.
328         (casinh_test_data): Likewise.
329         * sysdeps/i386/fpu/libm-test-ulps: Update.
331 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
333         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
334         * sysdeps/mips/bits/endian.h: Fix comments.
336 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
338         [BZ #17996]
339         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
340         (hdestroy_r): Likewise.
341         (hsearch_r): Likewise.
342         (__hcreate_r): Declare and use libc_hidden_proto.
343         (__hdestroy_r): Likewise.
344         (__hsearch_r): Likewise.
345         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
346         (hcreate): Call __hcreate_r instead of hcreate_r.
347         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
348         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
349         as weak alias of __hcreate_r.
350         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
351         __hdestroy_r.
352         (hsearch_r): Rename to __hsearch_r and define as weak alias of
353         __hsearch_r.
354         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
355         Remove variable.
356         (test-xfail-XPG4/search.h/linknamespace): Likewise.
357         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
358         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
359         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
361 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
363         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
364         arena_lock into a single arena_get.
366 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
368         * dl-reloc.c: Inlucde libc-internal.h.
369         (_dl_try_allocate_static_tls): Call ALIGN_UP.
370         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
371         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
372         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
373         (grow_heap): Likewise.
374         * malloc/malloc.c: Include libc-internal.h.
375         (do_check_malloc): Call powerof2.
376         (sysmalloc): Use pagesize. Call ALIGN_UP.
377         (systrim): Use pagesize.
378         (mremap_chunk): Use pagesize. Call ALIGN_UP.
379         (__libc_valloc): Use pagesize.
380         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
382 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
384         [BZ #17991]
385         * include/sys/resource.h (__getrlimit64): Declare.  Use
386         libc_hidden_proto.
387         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
388         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
389         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
390         getrlimit64.
391         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
392         __getrlimit64.
393         [!getrlimit64] (getrlimit64): Define as weak alias of
394         __getrlimit64.  Use libc_hidden_weak.
395         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
396         using __getrlimit64 not __new_getrlimit64.
397         (__GI_getrlimit64): Likewise.
398         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
399         Likewise.
400         (__GI_getrlimit64): Likewise.
401         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
403         (getrlimit): Add __getrlimit64 alias.
404         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
405         Likewise.
406         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
407         Remove variable.
408         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
409         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
411 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
413         * libio/fileops.c: Add missing sys/mman.h
414         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
416 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
418         * manual/math.texi (Errors in Math Functions): Clarify goals
419         regarding inexact and underflow exceptions.
421 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
423         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
424         * sysdeps/mips/memset.S: Ditto.
426 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
428         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
430 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
432         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
433         (__v1longjmp): Remove versioned symbol.
434         (__v1siglongjmp): Remove alias and versioned symbol.
435         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
436         (__v2siglongjmp): Likewise.
438 2015-02-16  Torvald Riegel  <triegel@redhat.com>
440         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
442 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
444         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
446 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
448         [BZ #17987]
449         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
450         zero result does not depend on the sign resulting from
451         subtraction.
452         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
453         Likewise.
454         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
455         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
456         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
457         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
458         * math/libm-test.inc (remquo_test_data): Add more tests.
460 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
462         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
463         Problem reported by J William Piggott.
465 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
467         [BZ #17978]
468         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
469         products 4 * y and 2 * y where those would overflow.
470         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
471         Likewise.
472         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
473         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
474         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
475         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
476         * math/libm-test.inc (remquo_test_data): Add more tests.
478         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
480         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
481         [defined _COMPILING_NEWLIB].
482         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
483         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
485         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
486         [!defined __mips_isa_rev || __mips_isa_rev < 6].
488 2015-02-16  Torvald Riegel  <triegel@redhat.com>
490         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
491         acquired.
493 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
495         [BZ #17792]
496         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
497         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
498         HOST_STACK_END_ADDR): Likewise.
500 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
502         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
503         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
504         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
506 2015-02-13  Roland McGrath  <roland@hack.frob.com>
508         * sysdeps/generic/c++-types.data: New file.
509         * sysdeps/generic/ld.abilist: New file.
510         * sysdeps/generic/libBrokenLocale.abilist: New file.
511         * sysdeps/generic/libanl.abilist: New file.
512         * sysdeps/generic/libc.abilist: New file.
513         * sysdeps/generic/libcrypt.abilist: New file.
514         * sysdeps/generic/libdl.abilist: New file.
515         * sysdeps/generic/libm.abilist: New file.
516         * sysdeps/generic/libpthread.abilist: New file.
517         * sysdeps/generic/libresolv.abilist: New file.
518         * sysdeps/generic/librt.abilist: New file.
520 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
522         [BZ #17569]
523         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
524         Compute absolute value of x as modified by fmod, not original
525         value of x.
526         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
527         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
528         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
529         RUN_TEST_ffI_f1_mod8.
530         (remquo_test_data): Add more tests.
532 2015-02-13  Roland McGrath  <roland@hack.frob.com>
534         * sysdeps/init_array/pt-crti.S: New file.
536 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
538         [BZ #17967]
539         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
540         __builtin_fmaf instead of relying on contraction of a * b + c.
542 2015-02-12  J William Piggott  <elseifthen@gmx.com>
544         [BZ #17969]
545         * manual/time.texi: correct the zoneinfo path in the TZ Variable
546         node.
548 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
550         [BZ #17964]
551         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
552         __builtin_fma instead of relying on contraction of a * b + c.
554 2015-02-12  Roland McGrath  <roland@hack.frob.com>
556         * Makeconfig (ASFLAGS): Add -Werror=undef.
557         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
558         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
559         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
561         * Makeconfig (after-link): New variable.
562         (+link-pie, +link-pie-tests): Use it.
563         (+link-static, +link-static-tests): Likewise.
564         (+link, +link-tests): Likewise.
565         * Makerules (build-module, build-module-asneeded): Likewise.
566         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
567         Likewise.
568         * elf/Makefile ($(objpfx)ld.so): Likewise.
570 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
572         [BZ #17965]
573         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
574         both struct timeval and struct timespec.
576 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
578         [BZ #16560]
579         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
580         and redefine.
581         (__ieee754_exp2l): Do not multiply small fractional parts by
582         M_LN2l.
583         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
584         small argument.
585         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
586         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
587         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
588         * math/auto-libm-test-in: Add more tests of exp2.
589         * math/auto-libm-test-out: Regenerated.
591 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
593         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
594         unaligned path.
596 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
598         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
599         little endian.
601 2015-02-12  Andreas Schwab  <schwab@suse.de>
603         [BZ #15790]
604         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
605         Filter out elision flags from value returned in kind.
606         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
607         * nptl/tst-pthread-mutexattr.c: New file.
609 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
611         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
612         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
613         into gnu-gnu, and update comment to refer to abi-tags.
615 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
617         [BZ #15467]
618         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
619         (__sincos): Set errno to EDOM for infinite argument.
620         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
621         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
622         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
623         (__sincosl): Set errno to EDOM for infinite argument.
624         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
625         (__sincosl): Set errno to EDOM for infinite argument.
626         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
627         (__sincosl): Set errno to EDOM for infinite argument.
628         * math/libm-test.inc (sincos_test_data): Test errno setting.
630 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
632         * string/strxfrm_l.c: Remove #define STRCMP.
633         * string/strcoll_l.c: Remove #define STRLEN.
634         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
635         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
637 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
639         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
640         * sysdeps/mips/mips32/sfp-machine.h: ... here.
641         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
642         * sysdeps/mips/mips64/Makefile: ... here.
643         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
644         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
645         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
646         * sysdeps/mips/mips64/sfp-machine.h: ... here.
647         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
648         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
649         * sysdeps/mips/mips64/n64/Implies: Likewise.
651 2015-02-10  Roland McGrath  <roland@hack.frob.com>
653         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
654         <sys/time.h>, <string.h>, and <errno.h>.
655         (dest_offset, dest_address, value, zero): Remove unused variables.
656         (ldouble): Remove typedef.
657         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
658         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
659         1).  Fix code style.
660         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
661         (check): Function removed.
662         (CHECK): New macro.
663         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
664         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
665         Don't call set_sigaction_FP and remove_sigaction_FP here.
666         (ldouble_test): Just use 'long double' as macro argument, no need for
667         the 'ldouble' typedef.
668         (do_test): Set up SIGFPE handler at start, using plain signal rather
669         than sigaction.  Fix code style.
671 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
673         [BZ #17949]
674         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
675         jump label.
677 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
679         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
680         * sysdeps/powerpc/powerpc32/configure: Regenerated.
682         * sysdeps/powerpc/configure.ac: Remove file.
683         * sysdeps/powerpc/configure: Likewise.
685         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
686         [sysdep_routines]: Remove wordcopy-power6 object.
687         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
688         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
689         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
690         (__memmove_ppc32): Likewise.
691         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
692         file.
693         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
694         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
695         Remove preprocessor.
697         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
698         [sysdep_routines]: Remove wide chars objects.
699         [wcsmbs]: New rule for wide char objects.
701         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
702         Remove wordcopy-power6 obejct.
703         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
704         Use local call for wordcopy and memcpy symbols.
705         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
706         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
707         implementation for loader.
708         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
710         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
711         Remove wordcopy-power7 object.
712         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
713         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
714         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
715         (_wordcopy_fwd_dest_aligned): Likewise.
716         (_wordcopy_bwd_aligned): Likewise.
717         (_wordcopy_bwd_dest_aligned): Likewise.
719         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
720         Rewrite to call __memmove_ppc instead of include default
721         implementation.
723         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
724         Remove wide chars objects.
725         [wcsmbs]: New rule for wide char objects.
727 2015-02-09  Andreas Schwab  <schwab@suse.de>
729         [BZ #17912]
730         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
731         in terms of __O_DIRECTORY.
733 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
735         * time/getdate.c: Include <stdbool.h>.
736         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
737         call PTR_MANGLE.
738         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
739         PTR_DEMANGLE.
741 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
743         Add ersatz _Static_assert on older C hosts
744         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
745         pre-C11 C platform that is not known to support _Static_assert.
747 2015-02-07  Richard Braun  <rbraun@sceen.net>
749         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
750         sigstate.
751         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
753 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
755         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
756         priority against unexistent AIO_PRIO_DELTA_MAX.
757         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
758         instead of int.
759         * misc/fchflags.c (fchflags): Likewise.
760         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
761         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
762         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
763         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
764         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
765         Declare macros.
766         [__USE_MISC] (chflags, fchflags): Declare functions.
767         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
768         EINVAL when nfds is greater than FD_SETSIZE.
769         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
770         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
771         45.
772         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
773         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
774         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
775         MACH_RCV_TIMED_OUT.
776         * hurd/hurd/signal.h (_hurd_self_sigstate,
777         _hurd_critical_section_lock, _hurd_critical_section_unlock):
778         Explicit casts from void *.
779         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
780         * abi-tags: Rename gnu-gnu os into gnu.
782         [BZ #4719]
783         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
784         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
785         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
786         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
787         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
788         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
790         [BZ #17944]
791         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
792         duplicates ADDR->sun_path with sockaddr LEN limitation.
793         * sysdeps/mach/hurd/connect.c: Include <string.h>
794         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
795         * sysdeps/mach/hurd/sendmsg.c: Likewise.
796         * sysdeps/mach/hurd/sendto.c: Likewise.
797         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
798         implementing it by hand.
800 2015-02-06  Roland McGrath  <roland@hack.frob.com>
802         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
803         Use sfi_breg on ldr.
804         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
805         Likewise.
807         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
808         it's defined.
809         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
810         Test SIGSETXID only if it's defined.
812         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
814         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
815         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
817         * nptl/tst-align2.c: Moved ...
818         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
819         * nptl/Makefile (tests): Remove tst-align2.
820         * sysdeps/unix/sysv/linux/Makefile
821         [$(subdir) = nptl] (tests): Add tst-align-clone.
822         * nptl/tst-getpid1.c: Moved ...
823         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
824         * nptl/tst-getpid2.c: Moved ...
825         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
826         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
827         * sysdeps/unix/sysv/linux/Makefile
828         [$(subdir) = nptl] (tests): ... here.
829         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
830         * sysdeps/unix/sysv/linux/Makefile
831         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
833         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
834         Drop trailing \n from perror argument.  Use return rather than exit.
836         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
837         on [SA_SIGINFO].
838         * nptl/tst-cancel21.c (do_test): Likewise.
839         * debug/tst-backtrace6.c: Include <signal.h> first thing.
840         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
841         [!SA_SIGINFO]: Make it a stub test.
843         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
844         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
846         * posix/tst-getlogin.c: Move to ...
847         * login/tst-getlogin.c: ... here.
848         * posix/Makefile (tests): Move tst-getlogin to ...
849         * login/Makefile (tests): ... here.
851         * libio/tst-atime.c (do_test): Move local variables SV and E
852         inside [ST_NOATIME] conditional.
854         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
856         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
858         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
859         (wait_code): New function replaces macro.
860         Call nanosleep rather than syscall.
862         * nptl/pt-system.c: Rewritten.  Put everything under
863         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
864         Use IFUNC to redirect when possible.
866         * nptl/pt-longjmp.c: Rewritten.  Put everything under
867         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
868         Use IFUNC to redirect when possible.
870         * nptl/pt-fork.c: Rewritten.  Put everything under
871         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
872         Use IFUNC to redirect when possible.
873         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
875         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
876         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
877         unconditionally nowadays.  This included the only reference to
878         __vdso_clock_gettime that appears outside libc proper.
879         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
880         Remove version set (containing only __vdso_clock_gettime).
881         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
882         Add attribute_hidden.
883         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
884         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
885         libc_hidden_data_def.
886         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
887         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
889         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
890         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
891         setrpcent, and getrpcport to ...
892         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
893         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
894         getrpcbynumber_r, and getrpcent_r to ...
895         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
896         * inet/getrpcbyname.c: Moved ...
897         * sunrpc/getrpcbyname.c: ... here.
898         * inet/getrpcbyname_r.c: Moved ...
899         * sunrpc/getrpcbyname_r.c: ... here.
900         * inet/getrpcbynumber.c: Moved ...
901         * sunrpc/getrpcbynumber.c: ... here.
902         * inet/getrpcbynumber_r.c: Moved ...
903         * sunrpc/getrpcbynumber_r.c: ... here.
904         * inet/getrpcent.c: Moved ...
905         * sunrpc/getrpcent.c: ... here.
906         * inet/getrpcent_r.c: Moved ...
907         * sunrpc/getrpcent_r.c: ... here.
908         * inet/Makefile (routines): Move those to ...
909         * sunrpc/Makefile (routines): ... here.
910         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
911         the $(subdirs) list.
912         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
913         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
914         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
915         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
917         * elf/Makefile (routines): Include $(all-dl-routines), not just
918         $(dl-routines).
919         (rtld-routines): Likewise.  Use = rather than :=.
920         * sysdeps/aarch64/Makefile [$(subdir) = elf]
921         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
922         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
923         * sysdeps/arm/Makefile: Likewise.
924         * sysdeps/i386/Makefile: Likewise.
925         * sysdeps/x86_64/Makefile: Likewise.
926         * sysdeps/hppa/Makefile [$(subdir) = elf]
927         (sysdep_routines, sysdep-rtld-routines): Don't add
928         $(sysdep-dl-routines) to these.
929         * sysdeps/ia64/Makefile: Likewise.
930         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
931         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
932         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
933         Don't add dl-static to these; sysdep-dl-routines alone is enough.
934         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
935         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
936         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
937         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
938         * sysdeps/powerpc/Makefile [$(subdir) = elf]
939         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
940         these; sysdep-dl-routines alone is enough.
942 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
944         [BZ #17932]
945         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
946         where multiplication results in zero and third argument is finite
947         and nonzero.
948         * math/auto-libm-test-in: Add more tests of fma.
949         * math/auto-libm-test-out: Regenerated.
951         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
952         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
953         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
954         (_FP_CMP_EQ): Likewise.
955         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
957         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
958         extra argument CHECK_NAN.  Redefine as wrapper around
959         _FP_EXTEND_CNAN.
961 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
963         * version.h (RELEASE): Set to "stable".
964         (VERSION): Set to "2.21"
965         * include/features.h (__GLIBC_MINOR__): Set to 21.
967         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
969 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
970             Paul Eggert  <eggert@cs.ucla.edu>
972         [BZ #16618]
973         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
974         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
975         size in bytes. Store needed elements in wpmax. Use needed size
976         in bytes for extend_alloca.
978 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
980         * manual/install.texi: Latest tested versions are GCC 4.9.2,
981         binutls 2.25, and texinfo 5.2.
982         * INSTALL: Regenerate.
983         * sysdeps/nios2/configure: Regenerate.
984         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
985         * manual/contrib.texi: Update.
986         * po/be.po: Update.
987         * po/bg.po: Update.
988         * po/ca.po: Update.
989         * po/cs.po: Update.
990         * po/da.po: Update.
991         * po/de.po: Update.
992         * po/el.po: Update.
993         * po/eo.po: Update.
994         * po/es.po: Update.
995         * po/fi.po: Update.
996         * po/fr.po: Update.
997         * po/gl.po: Update.
998         * po/hr.po: Update.
999         * po/hu.po: Update.
1000         * po/ia.po: Update.
1001         * po/id.po: Update.
1002         * po/it.po: Update.
1003         * po/ja.po: Update.
1004         * po/ko.po: Update.
1005         * po/lt.po: Update.
1006         * po/nb.po: Update.
1007         * po/nl.po: Update.
1008         * po/pl.po: Update.
1009         * po/pt_BR.po: Update.
1010         * po/ru.po: Update.
1011         * po/rw.po: Update.
1012         * po/sk.po: Update.
1013         * po/sl.po: Update.
1014         * po/sv.po: Update.
1015         * po/tr.po: Update.
1016         * po/uk.po: Update.
1017         * po/vi.po: Update.
1018         * po/zh_CN.po: Update.
1019         * po/zh_TW.po: Update.
1021         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1022         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1023         * sysdeps/hppa/dl-irel.h: Remove #warning.
1024         * sysdeps/hppa/entry.h: Provide prototype for
1025         __canonicalize_funcptr_for_compare and cast argument.
1026         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1027         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1028         * sysdeps/hppa/sotruss-lib.c: New file.
1029         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1030         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1031         (atomic_compare_and_exchange_bool_acq): Likewise.
1032         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1033         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1035         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1036         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1037         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1039 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1041         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1042         called function in non-PIC case.
1044 2015-01-31  David S. Miller  <davem@davemloft.net>
1046         * sysdeps/sparc/sparc32/bits/atomic.h
1047         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1048         unlock not after it.
1049         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1050         volatile register usage warnings from the compiler.
1052         * sysdeps/sparc/nptl/sem_init.c: Delete.
1053         * sysdeps/sparc/nptl/sem_post.c: Delete.
1054         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1055         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1056         * sysdeps/sparc/sparc32/sem_init.c: New file.
1057         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1058         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1059         padding explicitly initialized.
1060         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1061         padding for in-semaphore spinlock.
1062         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1063         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1064         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1065         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1066         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1067         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1068         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1069         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1070         version.
1071         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1072         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1074 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1076         [BZ #17801]
1077         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1078         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1079         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1080         New.
1081         (index_AVX_Fast_Unaligned_Load): Likewise.
1082         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1083         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1084         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1085         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1086         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1087         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1088         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1089         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1090         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1092 2015-01-29  Andreas Schwab  <schwab@suse.de>
1094         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1096 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
1098         [BZ #17892]
1099         * nscd/nscd_stat.c (send_stats): Initialize DATA.
1101 2015-01-28  Martin Sebor  <msebor@redhat.com>
1103         * math/README.libm-test: Clarify. Add "How to read the test output."
1105 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
1107         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1108         Define to 0.
1110 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
1112         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1113         (__HAVE_64B_ATOMICS): Define to 0.
1115 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1117         [BZ #17885]
1118         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1119         value to set as new flag.
1121         [BZ #16576]
1122         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1123         and use _ARCH_PPCSQ instead.
1124         (__ieee754_sqrt): Likewise.
1125         (__ieee754_sqrtf): Likewise.
1126         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1127         _ARCH_PPCSQ is defined.
1128         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1129         fsqrt instruction.
1130         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1131         _ARCH_PPCSQ is defined.
1132         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1133         fsqrts instruction.
1134         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1136 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1138         * iconv/loop.c: Suppress array out of bound warning caused by GCC
1139         bug (GCC BZ #64739).
1141 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
1143         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1144         Mark _retval as used.
1145         (lll_futex_wake_unlock): Likewise.
1146         (lll_futex_timed_wait_requeue_pi): Likewise.
1148         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1149         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1150         register variables.
1152         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1153         libm_hidden_def.
1155         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1156         (__bswap_64): Mark as __always_inline.
1158 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
1160         [BZ #15378]
1161         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1162         when none of the search directories exist.
1164 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1166         [BZ #17869]
1167         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1168         power8 in .machine directive.
1170         [BZ #17868]
1171         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1172         set dependency from opd value.
1174 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1176         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1177         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1178         architecture.
1180 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1182         [BZ #17870]
1183         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1184         with uint64_t.
1185         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1186         (uint64_t) 1.
1187         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1188         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1189         Replace 1UL with (uint64_t) 1.
1190         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1191         int with uint64_t.
1193 2015-01-23  Roland McGrath  <roland@hack.frob.com>
1195         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1196         (if_freenameindex): Likewise.
1198         * resource/getrlimit64.c: Add missing libc_hidden_def.
1200 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
1202         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1203         __label__.
1204         (_FP_FMA): Likewise.
1205         (_FP_TO_INT_ROUND): Likewise.
1206         (_FP_FROM_INT): Likewise.
1208 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1210         [BZ #16418]
1211         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1212         Make code racy and cancel safe.
1214 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1216         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1217         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1218         attribution.
1220         * pwd/tst-getpw.c: Rewrite.
1222         [BZ #17702]
1223         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1224         (modules-names): Add moddummy1 and moddummy2.
1225         ($(objpfx)tst-rec-dlopen): Define.
1226         * dlfcn/moddummy1.c: New file.
1227         * dlfcn/moddummy2.c: New file.
1228         * dlfcn/tst-rec-dlopen.c: New file.
1229         * elf/dl-cache.c (_dl_load_cache_lookup):
1230         Return char*. Copy result with alloca/strcpy/strdup.
1231         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1232         returns char*. Free cached. If not saving realname
1233         free cached.
1234         * elf/dl-open.c (dl_open_worker): Do not assert that
1235         _r_debug->r_state is RT_CONSISTENT.
1236         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1237         returns char*.
1239 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1240             Carlos O'Donell  <carlos@redhat.com>
1242         [BZ #12674]
1243         * nptl/sem_waitcommon.c: New file.
1244         * nptl/sem_wait.c: Include sem_waitcommon.c.
1245         (__sem_wait_cleanup, do_futex_wait): Remove.
1246         (__new_sem_wait): Adapt.
1247         (__new_sem_trywait): New function.
1248         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1249         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1250         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1251         (sem_timedwait): Adapt.
1252         * nptl/sem_post.c (__new_sem_post): Adapt.
1253         (futex_wake): New function.
1254         (__old_sem_post): Add release MO fence.
1255         * nptl/sem_open.c (sem_open): Adapt.
1256         * nptl/sem_init.c (__new_sem_init): Adapt.
1257         (futex_private_if_supported): New function.
1258         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1259         (__old_sem_getvalue): Add using previous code.
1260         * sysdeps/nptl/internaltypes.h: Adapt.
1261         * nptl/tst-sem13.c (do_test): Adapt.
1262         * nptl/tst-sem11.c (main): Adapt.
1263         * nptl/sem_trywait.c: Remove.
1264         * nptl/DESIGN-sem.txt: Remove.
1265         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1266         (gen-as-const-headers): Remove structsem.sym.
1267         * nptl/structsem.sym: Remove.
1268         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1269         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1270         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1271         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1272         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1273         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1274         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1275         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1276         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1277         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1278         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1279         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1280         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1281         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1282         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1283         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1284         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1285         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1286         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1287         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1288         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1289         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1291 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
1293         * INSTALL: Regenerated.
1295         * po/libc.pot: Regenerated.
1297 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
1298             Sandra Loosemore  <sandra@codesourcery.com>
1299             Andrew Jenner  <andrew@codesourcery.com>
1300             Joseph Myers  <joseph@codesourcery.com>
1301             Nathan Sidwell  <nathan@codesourcery.com>
1303         * NEWS: Mention new Nios II port.
1304         * sysdeps/nios2/Implies: New file.
1305         * sysdeps/nios2/Makefile: New file.
1306         * sysdeps/nios2/Subdirs: New file.
1307         * sysdeps/nios2/Versions: New file.
1308         * sysdeps/nios2/__longjmp.S: New file.
1309         * sysdeps/nios2/abort-instr.h: New file.
1310         * sysdeps/nios2/backtrace.c: New file.
1311         * sysdeps/nios2/bits/endian.h: New file.
1312         * sysdeps/nios2/bits/fenv.h: New file.
1313         * sysdeps/nios2/bits/link.h: New file.
1314         * sysdeps/nios2/bits/setjmp.h: New file.
1315         * sysdeps/nios2/bsd-_setjmp.S: New file.
1316         * sysdeps/nios2/bsd-setjmp.S: New file.
1317         * sysdeps/nios2/configure: New generated file.
1318         * sysdeps/nios2/configure.ac: New file.
1319         * sysdeps/nios2/crti.S: New file.
1320         * sysdeps/nios2/crtn.S: New file.
1321         * sysdeps/nios2/dl-init.c: New file.
1322         * sysdeps/nios2/dl-machine.h: New file.
1323         * sysdeps/nios2/dl-sysdep.h: New file.
1324         * sysdeps/nios2/dl-tls.h: New file.
1325         * sysdeps/nios2/dl-trampoline.S: New file.
1326         * sysdeps/nios2/gccframe.h: New file.
1327         * sysdeps/nios2/gmp-mparam.h: New file.
1328         * sysdeps/nios2/jmpbuf-offsets.h: New file.
1329         * sysdeps/nios2/jmpbuf-unwind.h: New file.
1330         * sysdeps/nios2/ldsodefs.h: New file.
1331         * sysdeps/nios2/libc-tls.c: New file.
1332         * sysdeps/nios2/libm-test-ulps: New file.
1333         * sysdeps/nios2/machine-gmon.h: New file.
1334         * sysdeps/nios2/math-tests.h: New file.
1335         * sysdeps/nios2/math_private.h: New file.
1336         * sysdeps/nios2/memusage.h: New file.
1337         * sysdeps/nios2/nptl/Makefile: New file.
1338         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1339         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1340         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1341         * sysdeps/nios2/nptl/pthreaddef.h: New file.
1342         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1343         * sysdeps/nios2/nptl/tls.h: New file.
1344         * sysdeps/nios2/preconfigure: New file.
1345         * sysdeps/nios2/s_fma.c: New file.
1346         * sysdeps/nios2/s_fmaf.c: New file.
1347         * sysdeps/nios2/setjmp.S: New file.
1348         * sysdeps/nios2/sfp-machine.h: New file.
1349         * sysdeps/nios2/sotruss-lib.c: New file.
1350         * sysdeps/nios2/stackguard-macros.h: New file.
1351         * sysdeps/nios2/stackinfo.h: New file.
1352         * sysdeps/nios2/start.S: New file.
1353         * sysdeps/nios2/sysdep.h: New file.
1354         * sysdeps/nios2/tls-macros.h: New file.
1355         * sysdeps/nios2/tst-audit.h: New file.
1356         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1357         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1358         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1359         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1360         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1361         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1362         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1363         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1364         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1365         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1366         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1367         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1368         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1369         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1370         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1371         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1372         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1373         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1374         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1375         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1376         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1377         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1378         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1379         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1380         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1381         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1382         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1383         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1384         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1385         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1386         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1387         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1388         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1389         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1390         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1391         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1392         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1393         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1394         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1395         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1396         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1397         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1398         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1399         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1401 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1403         [BZ #17844]
1404         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1405         (getutent): Use weak_alias in non SHARED case
1406         and default_symbol_version in SHARED case.
1407         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1408         (getutent_r, pututline): Likewise.
1409         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1410         (getutid): Likewise.
1411         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1412         (getutid_r): Likewise.
1413         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1414         (getutline): Likewise.
1415         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1416         (getutline_r): Likewise.
1417         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1418         (updwtmp): Likewise.
1420 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1422         [BZ #17848]
1423         * sysdeps/s390/s390-32/memcmp.S
1424         (memcmp_g5): Rename to __memcmp_g5.
1425         * sysdeps/s390/s390-32/memcpy.S
1426         (memcpy_g5): Rename to __memcpy_g5.
1427         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1428         (memcpy_mvcle) Rename to __memcpy_mvcle.
1429         * sysdeps/s390/s390-32/memset.S
1430         (memset_g5): Rename to __memset_g5.
1431         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1432         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1433         and use prefixed functions.
1434         * sysdeps/s390/s390-32/multiarch/memcmp.S
1435         (memcmp_z196): Rename to __memcmp_z196.
1436         (memcmp_z10): Rename to __memcmp_z10.
1437         (memcmp): Set alias to __memcmp_g5.
1438         (bcmp): Set alias to __memcmp_g5.
1439         * sysdeps/s390/s390-32/multiarch/memcpy.S
1440         (memcpy_z196): Rename to __memcpy_z196.
1441         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1442         (memcpy_z10): Rename to __memcpy_z10.
1443         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1444         (memcpy): Set alias to __memcpy_g5.
1445         * sysdeps/s390/s390-32/multiarch/memset.S
1446         (memset_z196): Rename to __memset_z196.
1447         Jump to __memset_mvcle instead of memset_mvcle.
1448         (memset_z10): Rename to __memset_z10.
1449         Jump to __memset_mvcle instead of memset_mvcle.
1450         (memset_mvcle) Rename to __memset_mvcle.
1451         (memset): Set alias to __memset_g5.
1452         * sysdeps/s390/s390-64/memcmp.S
1453         (memcmp_z900): Rename to __memcmp_z900.
1454         * sysdeps/s390/s390-64/memcpy.S
1455         (memcpy_z900): Rename to __memcpy_z900.
1456         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1457         (memcpy_mvcle) Rename to __memcpy_mvcle.
1458         * sysdeps/s390/s390-64/memset.S
1459         (memset_z900): Rename to __memset_z900.
1460         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1461         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1462         and use prefixed functions.
1463         * sysdeps/s390/s390-64/multiarch/memcmp.S
1464         (memcmp_z196): Rename to __memcmp_z196.
1465         (memcmp_z10): Rename to __memcmp_z10.
1466         (memcmp): Set alias to __memcmp_z900.
1467         (bcmp): Set alias to __memcmp_z900.
1468         * sysdeps/s390/s390-64/multiarch/memcpy.S
1469         (memcpy_z196): Rename to __memcpy_z196.
1470         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1471         (memcpy_z10): Rename to __memcpy_z10.
1472         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1473         (memcpy): Set alias to __memcpy_z900.
1474         * sysdeps/s390/s390-64/multiarch/memset.S
1475         (memset_z196): Rename to __memset_z196.
1476         Jump to __memset_mvcle instead of memset_mvcle.
1477         (memset_z10): Rename to __memset_z10.
1478         Jump to __memset_mvcle instead of memset_mvcle.
1479         (memset_mvcle) Rename to __memset_mvcle.
1480         (memset): Set alias to __memset_z900.
1482 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
1484         [BZ #17748]
1485         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1486         __fesetenv instead of fesetenv.
1488 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1490         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1491         macro.
1493 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1495         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1496         regression on LE.
1498         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1499         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1500         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1501         strncmp-power8 object.
1502         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1503         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1504         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1505         * NEWS: Update.
1507 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1508             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1510         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1511         trailing byte check.
1513 2015-01-13  David S. Miller  <davem@davemloft.net>
1515         * include/signal.h (__sigreturn): Guard with __USE_MISC.
1517 2015-01-13  Roland McGrath  <roland@hack.frob.com>
1519         * login/logout.c (logout): Use memset rather than bzero.
1520         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1521         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1522         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1523         (_gethtbyaddr): Likewise.
1524         * locale/programs/simple-hash.c (bcopy): Macro removed.
1526 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1528         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1529         Add strcmp-power8 object.
1530         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1531         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1532         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1533         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1534         __strcmp_power8 implementation.
1535         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1536         * NEWS: Update.
1538         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1539         Add strncpy-power8 and stpncpy-power8 objects.
1540         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1541         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1542         implementations.
1543         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1544         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1545         __stpncpy_power8 implementation.
1546         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1547         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1548         __strncpy_power8 implementation.
1549         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1550         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1551         * NEWS: Update.
1553         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1554         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1555         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1557         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1558         strncat-power8 object.
1559         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1560         __strcat_power8 implementation.
1561         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1562         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1563         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1564         optimized strcat for power8.
1566         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1567         strcpy-power8 and stpcpy-power8 objects.
1568         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1569         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1570         implementations.
1571         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1572         multiarch stpcpy implementation for POWER8.
1573         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1574         multiarch strcpy implementation for POWER8.
1575         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1576         __strcpy_power8 function.
1577         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1578         stpcpy for POWER8.
1579         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1580         strcpy for POWER8.
1581         * NEWS: Update.
1583 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
1585         [BZ #16009]
1586         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1587         weights and rules. Use do_xfrm_cached if data fits in cache,
1588         do_xfrm otherwise.  Moved former main loop to...
1589         * (do_xfrm_cached): New function.
1590         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1591         find_idx, find_position and stack_push.
1592         * (find_idx): New function.
1593         * (find_position): Likewise.
1594         * localedata/sort-test.sh: Added test run for do_xfrm.
1595         * localedata/xfrm-test.c (main): Added command line option
1596         -nocache to run the test with strings that are too large for
1597         the STRXFRM cache.
1599 2015-01-13  Torvald Riegel  <triegel@redhat.com>
1601         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1602         variable to lll_futex_wake call, not the value itself.
1604 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
1606         [BZ #17803]
1607         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1608         twom64.  Adjust value to 0x1p-64L.
1609         (__scalblnl): Only return standard underflowing result for K <=
1610         -64 not K <= -63; adjust exponent for underflowing result by 64
1611         not 63.
1612         * math/libm-test.inc (scalbn_test_data): Add more tests.
1613         (scalbln_test_data): Likewise.
1615         [BZ #17834]
1616         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1617         0x1p63L.
1618         (__scalblnl): Get new exponent of adjusted subnormal value from ES
1619         not HX.
1620         * math/libm-test.inc (scalbn_test_data): Add more tests.
1621         (scalbln_test_data): Likewise.
1623 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1624             Stefani Seibold  <stefani@seibold.net>
1626         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1627         (sysdep_routines): Add dl-vdso here, ...
1628         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1629         (sysdep_routines): ... not here.
1630         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1631         fallback when vDSO is not presented.
1632         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1633         Define with libc_hidden_proto/libc_hidden_data_def definitions.
1634         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1635         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1636         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1637         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1638         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1639         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1640         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1641         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1642         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
1643         fallback configurable symbol when vDSO is not available.
1644         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1645         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
1646         be able to redefine fallback symbol when vDSO is not available.
1647         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1648         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1650 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1652         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1653         (TLS_INIT_TP): Add tm_capable initialization.
1654         (TLS_DEFINE_INIT_TP): Likewise.
1655         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1656         TCB.
1657         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1658         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1659         calculation.
1660         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1661         transactoion is lock elision is built and TCB tm_capable is set.
1662         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1664         (INTERNAL_SYSCALL_NCS): Likewise.
1665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1666         (INTERNAL_SYSCALL_NCS): Likewise.
1667         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1669         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1670         for powerpc.
1671         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1672         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1673         and remove it for 32 bits case.
1674         [pthread_rwlock_t] (__rwelision): New field for lock elision.
1675         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1676         initialization.
1677         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1678         Disable lock elision with rdlocks if elision is not available.
1680         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1681         (sysdep_routines): Add lock elision objects.
1682         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1683         [pthread_mutex_t] (__spins): Rework to add lock elision field.
1684         [pthread_mutex_t] (__elision): Add field.
1685         [__PTHREAD_SPINS]: Adjust to init lock elision field.
1686         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1687         elision definitions for powerpc.
1688         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1689         implementation of lock elision for powerpc.
1690         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1691         implementation of timed lock elision for powerpc.
1692         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1693         implementation of trylock with lock elision for powerpc.
1694         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1695         implementaion of unlock for lock elision for powerpc.
1696         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1697         automatic enable lock elision for mutexes.
1698         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1699         transaction execution definitions for powerpc.
1700         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1701         definitions.
1702         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1703         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1704         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1705         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1706         * NEWS: Update.
1708 2015-01-09  Roland McGrath  <roland@hack.frob.com>
1710         * sysdeps/posix/shm-directory.c: Use <> rather than ""
1711         for #include of <shm-directory.h>.
1713 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
1715         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1716         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1718 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
1720         [BZ #17791]
1721         * NEWS: Mention bug fix.
1722         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1723         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1724         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1726 2015-01-09  Torvald Riegel <triegel@redhat.com>
1728         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1730 2015-01-09  Torvald Riegel <triegel@redhat.com>
1732         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
1734 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1736         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
1737         pointer and cast to uintptr_t.
1739 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1741         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
1742         removed.
1743         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
1745 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1747         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
1748         of 0.
1750 2015-01-08  Roland McGrath  <roland@hack.frob.com>
1752         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1753         <nptl/pthreadP.h> instead.
1754         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1756         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1757         already defined.
1758         [__SIGRTMIN] (init): Function removed.
1759         [__SIGRTMIN] (initialized): Variable removed.
1760         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1761         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1762         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1763         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1764         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1765         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1766         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1767         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1768         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1769         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1770         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1771         * sysdeps/nptl/allocrtsig.c: New file.
1772         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1773         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1774         * sysdeps/generic/testrtsig.h: File removed.
1776         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1777         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1779         * nptl/nptl-init.c (pthread_functions): Conditionalize
1780         .ptr__nptl_setxid initialization on [SIGSETXID].
1782         * sysdeps/nptl/sys/procfs.h: New file.
1783         * nptl_db/Makefile (headers): Add it.
1784         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1786         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1787         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1788         * nptl/pthread_attr_setaffinity.c: Include it.
1789         * nptl/pthread_setattr_default_np.c: Likewise.
1790         * nptl/check-cpuset.h: New file.
1792 2015-01-08  Richard Henderson  <rth@redhat.com>
1794         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1795         (CFLAGS-tst-execstack-prog.c): Likewise.
1796         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1798 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1799             Sandra Loosemore  <sandra@codesourcery.com>
1800             Andrew Jenner  <andrew@codesourcery.com>
1801             Joseph Myers  <joseph@codesourcery.com>
1802             Nathan Sidwell  <nathan@codesourcery.com>
1804         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1805         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1806         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1807         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1808         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1809         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1810         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1811         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1812         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1813         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1814         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1815         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1816         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1817         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1818         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1819         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1820         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1822 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1824         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1825         timespec struct member in syscall macro.
1826         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1827         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1828         first timeval struct member in syscall macro.
1829         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1831 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1833         [BZ #17748]
1834         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1835         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1836         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1837         __feupdateenv and define as weak alias of __feupdateenv.  Use
1838         libm_hidden_weak.
1839         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1840         libm_hidden_def.
1841         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1842         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1843         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1844         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1845         libm_hidden_def.
1846         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1847         __feupdateenv and define as weak alias of __feupdateenv.  Use
1848         libm_hidden_weak.
1849         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1850         libm_hidden_def.
1851         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1852         __feupdateenv and define as weak alias of __feupdateenv.  Use
1853         libm_hidden_weak.
1854         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1855         libm_hidden_def.
1856         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1857         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1858         (__feupdateenv): Likewise.
1859         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1860         __feupdateenv and define as weak alias of __feupdateenv.  Use
1861         libm_hidden_weak.
1862         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1863         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1864         libm_hidden_def.
1865         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1866         function.
1867         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1868         libm_hidden_def.
1869         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1870         __feupdateenv instead of feupdateenv.
1871         (default_libc_feupdateenv_test): Likewise.
1872         (libc_feresetround_ctx): Likewise.
1874 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1876         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1877         prototype.
1879 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1881         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1882         COLL_SYM in a couple of places to avoid uninitialized variable
1883         wanings on tilegx gcc 4.8.2.
1885 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1887         * sysdeps/aarch64/strcpy.S: New file.
1888         * sysdeps/aarch64/stpcpy.S: New file.
1889         * NEWS: Updated.
1891 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1893         * sysdeps/aarch64/strrchr.S: New file.
1894         * NEWS: Updated.
1896 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1898         [BZ #17658]
1899         * stdlib/setenv.c: Fix memory leak when setting large,
1900         duplicate string.
1902 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1904         [BZ #17273]
1905         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1906         and tabs from buffer before parsing fstab entry.
1907         * misc/tst-mntent.c (main): Add test for mount entry with
1908         trailing spaces and tabs.
1910 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1912         [BZ #17748]
1913         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1914         * math/fesetround.c (fesetround): Rename to __fesetround and
1915         define as weak alias of __fesetround.  Use libm_hidden_weak.
1916         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1917         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1918         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1919         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1920         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1921         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1922         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1923         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1924         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1925         __fesetround_inline.
1926         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1927         __fesetround_inline instead of __fesetround.
1928         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1929         __fesetround and define as weak alias of __fesetround.  Use
1930         libm_hidden_weak.  Call __fesetround_inline instead of
1931         __fesetround.
1932         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1933         __fesetround and define as weak alias of __fesetround.  Use
1934         libm_hidden_weak.
1935         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1936         Likewise.
1937         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1938         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1939         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1940         * sysdeps/tile/math_private.h (__fesetround): New inline function.
1941         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1942         __fesetround and define as weak alias of __fesetround.  Use
1943         libm_hidden_weak.
1944         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1945         __fesetround instead of fesetround.
1946         (default_libc_feholdexcept_setround): Likewise.
1947         (libc_feholdsetround_ctx): Likewise.
1948         (libc_feholdsetround_noex_ctx): Likewise.
1950         [BZ #17748]
1951         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1952         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1953         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1954         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1955         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1956         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1957         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1958         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1959         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1960         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1961         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1962         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1963         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1964         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1965         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1966         libm_hidden_def.
1967         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1968         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1969         Likewise.
1970         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1971         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1972         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1973         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1974         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1975         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1976         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1977         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1978         __fesetenv instead of fesetenv.
1979         (libc_feresetround_noex_ctx): Likewise.
1980         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1981         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1982         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1983         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1984         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1985         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1986         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1987         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1988         (__feupdateenv): Likewise.
1989         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1990         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1991         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1992         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1994 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1996         [BZ #17806]
1997         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1998         addresses have been freed.
2000 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2002         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2003         and nservall.
2005 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2007         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2008         Clean up check_pf allocation pattern. addresses
2010 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2012         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2013         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2014         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2015         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2016         * nptl/pthread_join.c (pthread_join): Likewise.
2017         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2018         * sysdeps/posix/waitid.c (__waitid): Likewise.
2019         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2020         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2021         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2022         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2023         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2024         Likewise.
2025         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2026         (__libc_pread64): Likewise.
2027         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2028         (__libc_pwrite): Likewise.
2029         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2030         (__libc_pwrite64): Likewsie.
2031         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2032         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2033         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2034         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2035         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2036         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2037         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2039         Likewise.
2040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2041         (__libc_pread64): Likewise.
2042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2043         Likewise.
2044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2045         (__libc_pwrite64): Likewise.
2046         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2047         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2048         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2049         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2050         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2051         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2052         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2053         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2054         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2055         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2056         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2057         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2058         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2059         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2060         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2061         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2062         Likewise.
2064 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2066         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2067         (CFLAGS-test-double.c): Likewise.
2068         (CFLAGS-test-ldouble.c): Likewise.
2069         (CPPFLAGS-test-ifloat.c): Likewise.
2070         (CPPFLAGS-test-idouble.c): Likewise.
2071         (CPPFLAGS-test-ildoubl.c): Likewise.
2072         (CFLAGS-test-test-fenv.c): Remove variable.
2073         (CFLAGS-test-misc.c): Likewise.
2075 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2077         [BZ #17797]
2078         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2079         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2080         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2081         CLOCKS_PER_SEC == 1000000.
2082         * time/clocktest.c (main): Replace %ld with %jd and cast to
2083         intmax_t.
2085 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2087         * sysdeps/generic/unwind-resume.h: New file.
2088         * sysdeps/gnu/unwind-resume.c: Include it.
2089         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2090         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2091         argument list.
2092         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2093         global rather than static.
2094         (_Unwind_Resume): Update user.
2095         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2096         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
2097         rather than static.  Add __attribute__ ((cold)).
2098         (_Unwind_Resume, __gcc_personality_v0): Update callers.
2099         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2100         * sysdeps/arm/arm-unwind-resume.S: New file.
2101         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2102         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2103         * sysdeps/arm/Makefile [$(subdir) = csu]
2104         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2105         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2106         Add rt-arm-unwind-resume.
2107         [$(subdir) = nptl]
2108         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2109         Add pt-arm-unwind-resume.
2110         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2111         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2113 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2115         [BZ #17748]
2116         * include/fenv.h (__feholdexcept): Declare.  Use
2117         libm_hidden_proto.
2118         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2119         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
2120         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2121         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2122         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2123         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2124         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2125         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2126         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2127         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2128         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2129         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2130         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2131         (feholdexcept): Likewise.
2132         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2133         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2134         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2135         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2136         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2137         __feholdexcept instead of feholdexcept.
2138         (default_libc_feholdexcept_setround): Likewise.
2140 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2142         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2143         to avoid using stl/str to align destination.
2145 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2147         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2149 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2151         [BZ #17796]
2152         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2153         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2154         Define as weak alias not strong alias.
2156 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2158         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2159         bltzal with addiupc.
2160         (RTLD_START): Ditto.
2162 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
2164         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2165         for __vdso_* functions in declarations.
2166         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2167         definitions.
2168         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2169         INTERNAL_VSYSCALL): Use struct return types to check for error.
2171         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2172         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2173         function with cast from llround().
2174         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2175         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2176         Define.
2178 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2180         [BZ #17793]
2181         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2182         Define as weak alias not strong alias.
2184         [BZ #17635]
2185         * ctype/ctype-c99.c: New file.  isblank implementation moved from
2186         ...
2187         * ctype/ctype-extn.c: ... here.
2188         (__isblank_l): Move to ...
2189         * ctype/ctype-c99_l.c: ... here.  New file.
2190         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2191         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2192         Remove variable.
2193         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2194         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2195         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2196         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2197         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2199         [BZ #17777]
2200         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2201         (posix_fadvise64): Define as weak alias not strong alias.
2202         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2203         (posix_fallocate64): Likewise.
2204         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2205         Remove variable.
2206         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2207         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2208         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2209         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2210         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2212 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2214         [BZ #16191]
2215         * NEWS: Mention bug fix.
2216         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2217         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2218         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2219         (HOST_STACK_END_ADDR): Likewise.
2221 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2223         [BZ #17748]
2224         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2225         * math/fegetround.c (fegetround): Rename to __fegetround and
2226         define as weak alias of __fegetround.  Use libm_hidden_weak.
2227         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2228         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2229         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2230         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2231         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2232         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2233         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2234         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2235         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2236         Undefine after rather than before function definition; use
2237         parentheses around function name in definition.
2238         (__fegetround): Also undefine macro after function definition.
2239         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2240         __fegetround and define as weak alias of __fegetround.  Use
2241         libm_hidden_weak.  Do not undefine as macro.
2242         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2243         Likewise.
2244         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2245         __fegetround and define as weak alias of __fegetround.  Use
2246         libm_hidden_weak.
2247         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2248         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2249         * sysdeps/tile/math_private.h (__fegetround): New inline function.
2250         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2251         __fegetround and define as weak alias of __fegetround.  Use
2252         libm_hidden_weak.
2253         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2254         __fegetround instead of fegetround.
2256         [BZ #17782]
2257         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2258         Condition macro definition on [__USE_MISC].
2260         [BZ #17781]
2261         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2262         (struct sigaction): Change type of sa_flags field to int.
2264         [BZ #17780]
2265         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2266         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2267         __glibc_reserved0.
2269         * nptl/version.c (banner): Use single year in copyright notice.
2271         * NEWS: Update copyright dates.
2272         * catgets/gencat.c (print_version): Likewise.
2273         * csu/version.c (banner): Likewise.
2274         * debug/catchsegv.sh: Likewise.
2275         * debug/pcprofiledump.c (print_version): Likewise.
2276         * debug/xtrace.sh (do_version): Likewise.
2277         * elf/ldconfig.c (print_version): Likewise.
2278         * elf/ldd.bash.in: Likewise.
2279         * elf/pldd.c (print_version): Likewise.
2280         * elf/sotruss.sh: Likewise.
2281         * elf/sprof.c (print_version): Likewise.
2282         * iconv/iconv_prog.c (print_version): Likewise.
2283         * iconv/iconvconfig.c (print_version): Likewise.
2284         * locale/programs/locale.c (print_version): Likewise.
2285         * locale/programs/localedef.c (print_version): Likewise.
2286         * login/programs/pt_chown.c (print_version): Likewise.
2287         * malloc/memusage.sh (do_version): Likewise.
2288         * malloc/memusagestat.c (print_version): Likewise.
2289         * malloc/mtrace.pl: Likewise.
2290         * manual/libc.texinfo: Likewise.
2291         * nptl/version.c (banner): Likewise.
2292         * nscd/nscd.c (print_version): Likewise.
2293         * nss/getent.c (print_version): Likewise.
2294         * nss/makedb.c (print_version): Likewise.
2295         * posix/getconf.c (main): Likewise.
2296         * scripts/test-installation.pl: Likewise.
2297         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2299 2015-01-02  Will Newton  <will.newton@linaro.org>
2301         * sysdeps/arm/armv7/configure: Removed.
2302         * sysdeps/arm/armv7/configure.ac: Likewise.
2304 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2306         * All files with FSF copyright notices: Update copyright dates
2307         using scripts/update-copyrights.
2308         * intl/plural.c: Regenerated.
2309         * locale/programs/charmap-kw.h: Likewise.
2310         * locale/programs/locfile-kw.h: Likewise.
2312 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2314         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2316 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2318         [BZ #17748]
2319         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2320         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2321         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2322         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2323         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2324         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2325         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2326         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2327         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2328         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2329         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2330         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2331         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2332         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2333         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2334         libm_hidden_def.
2335         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2336         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2337         Likewise.
2338         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2339         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2340         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2341         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2342         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2343         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2344         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2345         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2346         __fegetenv instead of fegetenv.
2347         (libc_feholdsetround_noex_ctx): Likewise.
2349 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2351         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2352         (Elf_MIPS_ABIFlags_v0): New structure.
2353         (EF_MIPS_FP64): Define.
2354         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2355         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2356         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2357         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2358         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2359         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2360         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2361         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2362         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2363         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2364         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2365         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2366         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2367         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2368         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2369         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2370         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2371         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2372         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2373         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2374         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2375         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2376         field.
2377         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2378         EF_MIPS_FP64.
2379         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2380         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2381         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2382         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2383         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2384         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2385         * sysdeps/mips/tst-abi-interlink.c: Likewise.
2386         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2387         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2388         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2389         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2390         record the current FP ABI extension.
2391         (mips-mode-switch): Define to show if kernel headers support mode
2392         switching.
2393         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2394         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2395         supported SYSV ABI version to 3.
2396         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2397         feature.
2399 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2400             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2402         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2403         path.
2404         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2406 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2408         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2409         __fegetround and redefine to call __fegetround.  Remove condition
2410         on [!__NO_MATH_INLINES].
2411         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2412         function.
2413         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2414         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2415         Remove macro.
2416         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2417         instead of <fenv_libc.h>.
2418         (__llrintl): Call fegetround instead of __fegetround.
2419         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2420         instead of <fenv_libc.h>.
2421         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2422         (__lrintl): Call fegetround instead of __fegetround.
2423         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2424         instead of <fenv_libc.h>.
2425         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2426         (__rintl): Call fegetround instead of __fegetround.
2428 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
2430         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2431         arrays.
2433 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2435         [BZ #17775]
2436         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2437         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2438         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2440 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2442         * sysdeps/i386/tls-macros.h: Include <features.h>.
2443         (TLS_LE): Use non-PIC version for GCC >= 5.0.
2444         (TLS_IE): Likewise.
2445         (TLS_LD): Likewise.
2446         (TLS_GD): Likewise.
2447         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2448         define for GCC >= 5.0.
2450 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
2452         * math/test-fenv.c (test_single_exception, set_single_exc,
2453         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2454         feexcp_mask_test, feenable_test, fe_single_test): Add
2455         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2456         case where they are not used.
2457         * math/libm-test.inc: Likewise.
2458         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2459         unused in the absence of FP rounding/exception support.
2460         * stdio-common/tst-printf-round.c: Likewise.
2461         * stdlib/tst-strtod-round.c: Likewise.
2462         * stdlib/tst-strtod-underflow.c: Likewise.
2464 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
2466         [BZ #17723]
2467         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2468         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2469         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2470         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2471         libm_hidden_weak.
2472         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2473         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2474         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2475         libm_hidden_def.
2476         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2477         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2478         libm_hidden_weak.
2479         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2480         Likewise.
2481         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2482         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2483         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2484         libm_hidden_weak.
2485         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2486         libm_hidden_def.
2487         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2488         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2489         (__feraiseexcept): Likewise.
2490         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2491         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2492         libm_hidden_weak.
2493         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2494         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2495         libm_hidden_def.
2496         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2497         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2498         Use libm_hidden_def.
2499         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2500         libm_hidden_def.
2501         (feraiseexcept): Define as weak not strong alias.  Use
2502         libm_hidden_weak.
2503         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2504         New inline function.  Factored out of ...
2505         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
2506         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2507         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2508         feraiseexcept.
2509         * math/w_acos.c (__acos): Likewise.
2510         * math/w_asin.c (__asin): Likewise.
2511         * math/w_ilogb.c (__ilogb): Likewise.
2512         * math/w_j0.c (y0): Likewise.
2513         * math/w_j1.c (y1): Likewise.
2514         * math/w_jn.c (yn): Likewise.
2515         * math/w_log.c (__log): Likewise.
2516         * math/w_log10.c (__log10): Likewise.
2517         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2518         * sysdeps/aarch64/fpu/math_private.h
2519         (libc_feupdateenv_test_aarch64): Likewise.
2520         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2521         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2522         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2523         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2524         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2525         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2526         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2527         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2528         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2529         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2531 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2533         [BZ #17732]
2534         * io/test-utime.c (main): Replace %ld with %jd and cast to
2535         intmax_t.
2536         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2537         * nptl/tst-mutex5.c: Include <stdint.h>.
2538         (do_test): Replace %ld with %jd and cast to intmax_t.
2539         * posix/tst-regex.c (run_test): Likewise.
2540         (run_test_backwards): Likewise.
2541         * rt/tst-clock.c: Include <stdint.h>.
2542         (clock_test): Replace %ld with %jd and cast to intmax_t.
2543         * rt/tst-cpuclock1.c: Include <stdint.h>.
2544         (do_test): Replace %lu with %ju and cast to uintmax_t.
2545         * rt/tst-cpuclock2.c: Include <stdint.h>.
2546         (do_test): Replace %lu with %ju and cast to uintmax_t.
2547         * rt/tst-mqueue1.c: Include <stdint.h>.
2548         (check_attrs): Replace %ld with %jd and cast to intmax_t.
2549         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2550         intmax_t.
2551         * rt/tst-mqueue4.c (do_test): Likewise.
2552         * rt/tst-timer4.c: Include <stdint.h>.
2553         (check_ts): Replace %ld with %jd and cast to intmax_t.
2554         (do_test): Likewise.
2555         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2556         and cast to intmax_t.
2557         * sysdeps/pthread/tst-timer.c (main): Likewise.
2558         * time/clocktest.c (main): Likewise.
2559         * time/tst-posixtz.c (do_test): Likewise.
2560         * timezone/tst-timezone.c (main): Likewise.
2562 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2563             H.J. Lu  <hongjiu.lu@intel.com>
2565         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2566         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2567         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2568         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2569         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2570         version if bit_Fast_Unaligned_Load is set.
2571         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2572         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2573         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2574         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2575         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2576         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2577         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2578         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2579         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2580         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2581         to 4.
2582         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2583         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2584         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2585         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2587 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
2589         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2590         instead of #if to avoid a Wundef warning.
2591         * stdlib/tst-limits.c (do_test): Likewise.
2593         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2594         parallel other exception macros.
2595         (fegetenv): Convert from macro to extern inline so that it applies
2596         retroactively to inline functions already seen by the compiler.
2597         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2599         * posix/Makefile (before-compile): Use $(objpfx) for
2600         posix-conf-vars-def.h.
2602 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2604         * posix/getconf.c (main): Use size_t for type of I.
2605         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2606         NSPEC.
2608         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2609         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2610         * posix/posix-envs.def: Likewise.
2611         * sysdeps/posix/sysconf.c: Likewise.
2612         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2613         (specs): Remove array.
2614         * scripts/gen-posix-conf-vars.awk: Support generation of specs
2615         array.
2617         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2618         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2619         (__sysconf): Use CONF_IS_* macros.
2621         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2622         ($(objpfx)posix-conf-vars-def.h): New target.
2623         * posix/posix-conf-vars.list: New file.
2624         * posix/posix-conf-vars.h: New file.
2625         * posix/confstr.c: Include posix-conf-vars.h.
2626         (confstr): Use CONF_IS_* macros.
2627         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
2628         CONF_IS_* macros.
2629         * scripts/gen-posix-conf-vars.awk: New file.
2631 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2633         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2634         fegetround): Add no-op macros to avoid linknamespace issues.
2636         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2637         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2639         * sysdeps/unix/sysv/linux/tile/sysdep.h
2640         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2641         assembly-specific section to avoid a redefinition warning.
2643         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2644         long before casting to pointer to avoid a cast warning.
2646 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
2648         * sysdeps/tile/tilegx/Implies: New file.
2650 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
2652         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2654 2014-12-23  Florian Weimer  <fweimer@redhat.com>
2656         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2658 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2660         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2661         not define.
2662         * sysdeps/unix/sysv/linux/utimes.c: Do not include
2663         <kernel-features.h>.
2664         (__utimes) [__NR_utimes]: Make code unconditional.
2665         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2666         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2667         (__ASSUME_UTIMES): Do not undefine.
2668         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2669         (__ASSUME_UTIMES): Likewise.
2670         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2671         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2672         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2673         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2675 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2677         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2679 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2681         [BZ #17747]
2682         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2683         alias to weak alias for j0l, y0l.
2684         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2685         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2687         [BZ #17746]
2688         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2689         conversion.
2691 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2693         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2694         to zero if not already defined.
2696 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2698         [BZ #17724]
2699         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2700         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
2701         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
2702         (char *) casts added.
2703         * sysdeps/ieee754/k_standardf.c: New file.
2704         * sysdeps/ieee754/k_standardl.c: Likewise.
2705         * math/Makefile (libm-support): Remove k_standard.
2706         (libm-calls): Add k_standard.
2708 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2710         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2711         Optimize to avoid an unnecessary FPCR read.
2713 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2715         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2716         Optimize to reduce FPCR/FPSR accesses.
2718 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2720         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2721         Call libc_fetestexcept_aarch64.
2723 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2725         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2726         Call libc_fesetround_aarch64.
2728 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2730         [BZ #17733]
2731         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2732         (__bind): Do not define as weak alias.
2733         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
2734         define.
2735         (__getsockname): Do not define as weak alias.
2737 2014-12-22  Will Newton  <will.newton@linaro.org>
2739         * manual/install.texi: Document that we require bison 2.7
2740         or above.
2741         * INSTALL: Regenerate.
2742         * configure.ac: Use AC_CHECK_PROG_VER instead of
2743         AC_PATH_PROG when checking for bison and check for
2744         version 2.7 or above.
2745         * configure: Regenerate.
2747 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
2749         [BZ #17745]
2750         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
2751         * sysdeps/tile/ffsll.c (ffsll): To here.
2753         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2755 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2757         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2758         if not defined.
2759         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2760         definition.
2761         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2762         hidden ___tls_get_addr.
2763         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2764         hidden __tls_get_addr.
2765         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2766         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2767         Likewise.
2769 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2771         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2772         _dl_init call.
2774 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2776         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2777         from "call _dl_init@PLT".
2778         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2780 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2782         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2783         guarantees.
2785 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2787         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2789 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2791         [BZ #17744]
2792         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2793         strnlen.
2795 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2797         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2798         of multu on MIPSr6.
2799         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2800         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2801         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2802         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2803         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2805 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2807         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2808         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2809         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2810         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2811         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2812         mips32r6/mips64r6.
2813         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2815 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2817         * string/strncat.c (STRNCAT): Simplify implementation.
2819 2014-12-19  David S. Miller  <davem@davemloft.net>
2821         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2822         access the quad as both a long double and as a series of 4 words.
2824         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2825         link_map->l_info array access.
2827 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2829         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2831         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2832         * math/atest-exp2.c (TIMEOUT): Likewise.
2833         * math/atest-sincos.c (TIMEOUT): Likewise.
2835 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2837         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2838         -Wno-error with -fno-builtin-lround.
2840 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2842         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2843         Contains futex constants and functions moved over from ...
2844         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2845         <lowlevellock-futex.h>.
2846         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2847         (lll_timedwait_tid): Add comments and parentheses around macro
2848         arguments.
2850 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2852         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2853         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2854         (__lll_private_flag): Remove.
2855         (lll_futex_wait): Likewise.
2856         (lll_futex_timed_wait): Likewise.
2857         (lll_futex_wake): Likewise.
2858         (lll_futex_requeue): Likewise.
2859         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2860         (__lll_timedwait_tid): Spell out argument names.
2861         (lll_timedwait_tid): Add comments and parentheses around macro
2862         arguments.
2863         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2864         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2866 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2868         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2869         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2870         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2871         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2872         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2873         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2874         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2875         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2876         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2877         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2878         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2879         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2880         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2881         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2882         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2883         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2884         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2885         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2886         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2888 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2890         * sysdeps/x86_64/x32/Makefile: New file.
2892 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2894         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2895         1L with (mp_limb_t) 1.
2897 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2899         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2900         * nptl/libc_pthread_init.c: ... here.
2901         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2902         * nptl/register-atfork.c: ... here.
2904         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2905         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2906         Use assert_perror to check its return value.
2907         (__gai_create_helper_thread): Likewise.
2909         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2911         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2913 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2915         [BZ #17725]
2916         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2917         __profil_counter.
2918         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2919         Likewise.
2920         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2921         Likewise.
2922         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2923         Likewise.
2924         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2925         (profil_counter): Likewise.
2926         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2927         (profil_counter): Likewise.
2928         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2929         Likewise.
2930         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2931         Likewise.
2932         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2933         (profil_counter): Likewise.
2934         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2935         Likewise.
2936         [!__profil_counter] (profil_counter): Define as weak alias of
2937         __profil_counter.
2938         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2939         (profil_counter): Rename to __profil_counter.
2940         [!__profil_counter] (profil_counter): Define as weak alias of
2941         __profil_counter.
2942         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2943         (profil_counter): Rename to __profil_counter.
2944         [!__profil_counter] (profil_counter): Define as weak alias of
2945         __profil_counter.
2946         * sysdeps/posix/profil.c: Update comment referring to
2947         profil_counter.
2948         (__profil): Use __profil_counter instead of profil_counter.
2949         * sysdeps/posix/sprofil.c (profil_counter): Rename to
2950         __profil_counter.  Use __profil_counter_ushort and
2951         __profil_counter_uint in definitions.
2952         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2953         instead of profil_counter_uint and profil_counter_ushort.
2955         [BZ #17722]
2956         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2957         define as weak alias of __inet_makeaddr.
2958         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2959         as weak alias of __inet_addr.
2960         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2961         as weak alias of __inet_pton.  Use libc_hidden_weak.
2962         * include/arpa/inet.h (__inet_pton): Declare.  Use
2963         libc_hidden_proto.
2964         (inet_makeaddr): Don't use libc_hidden_proto.
2965         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
2966         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2967         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
2968         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2969         Remove variable.
2970         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2971         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2973 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
2975         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2977 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2979         * stdio-common/bug-vfprintf-nargs.c (do_test):
2980         Cast value to intptr_t to avoid format warning
2981         for usage with PRIdPTR printing macro.
2983 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2985         * libio/tst-widetext.c (do_test):
2986         Use format type %td instead of %Zd for ptrdiff_t
2987         in order to avoid format warning.
2989 2014-12-17  Andreas Schwab  <schwab@suse.de>
2991         * nscd/mem.c (gc): Add size_t cast to match printf format.
2993 2014-12-16  Roland McGrath  <roland@hack.frob.com>
2995         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2996         (init): Apply PTR_MANGLE to pointers before storing them.
2997         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2998         before using them.
3000 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3002         [BZ #17719]
3003         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3004         define as weak alias of __memrchr.
3005         (__memrchr): Do not define as strong alias of memrchr.
3006         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3007         Remove variable.
3008         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3009         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3010         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3012         [BZ #17717]
3013         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3014         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3015         (if_indextoname): Rename to __if_indextoname and define as weak
3016         alias of __if_indextoname.  Use libc_hidden_weak.
3017         (if_freenameindex): Rename to __if_freenameindex and define as
3018         weak alias of __if_freenameindex.
3019         (if_nameindex): Rename to __if_nameindex and define as weak alias
3020         of __if_nameindex.
3021         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3022         __if_nametoindex and define as weak alias of __if_nametoindex.
3023         Use libc_hidden_weak.
3024         (if_freenameindex): Rename to __if_freenameindex and define as
3025         weak alias of __if_freenameindex.
3026         (if_nameindex): Rename to __if_nameindex and define as weak alias
3027         of __if_nameindex.
3028         (if_indextoname): Rename to __if_indextoname and define as weak
3029         alias of __if_indextoname.  Use libc_hidden_weak.
3030         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3031         __if_nametoindex and define as weak alias of __if_nametoindex.
3032         Use libc_hidden_weak.
3033         (if_freenameindex): Rename to __if_freenameindex and define as
3034         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3035         (if_nameindex_netlink): Use __if_freenameindex instead of
3036         if_freenameindex.
3037         (if_nameindex): Rename to __if_nameindex and define as weak alias
3038         of __if_nameindex.  Use libc_hidden_weak.
3039         (if_indextoname): Rename to __if_indextoname and define as weak
3040         alias of __if_indextoname.  Use libc_hidden_weak.
3041         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3042         libc_hidden_proto.
3043         [!_ISOMAC] (__if_freenameindex): Likewise.
3044         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3045         if_nametoindex.
3046         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3047         variable.
3048         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3049         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3050         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3051         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3052         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3053         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3054         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3056         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3057         Remove variable.
3058         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3059         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3061 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3063         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3064         subscript above bounds'
3066         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3067         bounds.
3069 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3071         * libio/tst-fopenloc.c: Use test-skeleton.c.
3073         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3074         (entry): Rename to ITEM.
3075         (do_test, comp): Adjust.
3077         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3079 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3081         * string/tester.c: Include <libc-internal.h>.
3082         (test_memset): Ignore -Wmemset-transposed-args.
3084 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3086         * misc/tst-mntent2.c (do_test): Fix warning.
3088 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3090         * elf/tst-unique4lib.cc(a): Mark as used.
3092 2014-12-16  Florian Weimer  <fweimer@redhat.com>
3094         [BZ #17630]
3095         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3096         names.
3098 2014-12-16  Allan McRae  <allan@archlinux.org>
3100         * stdio-common/Makefile (tests): Re-add bug26.
3102 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
3104         [BZ #17657]
3105         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3106         static array.
3108 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3110         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3111         (__lll_lock_wait): Likewise.
3112         (__lll_timedlock_wait): Likewise.
3113         (__lll_timedwait_tid): Likewise.
3114         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3115         (__lll_robust_timedlock_wait): Likewise.
3116         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3117         (lll_cond_trylock): Likewise.
3118         (__lll_lock): Likewise.
3119         (__lll_robust_lock): Likewise.
3120         (__lll_cond_lock): Likewise.
3121         (lll_robust_cond_lock): Likewise.
3122         (__lll_timedlock): Likewise.
3123         (__lll_robust_timedlock): Likewise.
3124         (__lll_unlock): Likewise.
3125         (__lll_robust_unlock): Likewise.
3126         (lll_wait_tid): Likewise.
3127         (lll_timedwait_tid): Likewise.
3129 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3131         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3133 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3135         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3137 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3139         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3140         * stdio-common/tst-sprintf.c: Likewise.
3142 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3144         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3146 2014-12-15  Jeff Law  <law@redhat.com>
3148         [BZ #16617]
3149         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3150         on the heap.  (CVE-2012-3406)
3151         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3152         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
3153         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3155 2014-12-15  Will Newton  <will.newton@linaro.org>
3157         * manual/install.texi: Bump required version of texinfo
3158         to 4.7 from 4.5.
3159         * INSTALL: Regenerated.
3160         * configure.ac: Check for makeinfo version 4.7 and above.
3161         * configure: Regenerated.
3163 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3165         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3166         PREFIX, string constant to insert between directory and name.
3167         * sysdeps/posix/shm_open.c: Update caller.
3168         * sysdeps/posix/shm_unlink.c: Likewise.
3169         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3170         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3171         (SEM_SHM_PREFIX): New macro.
3172         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3173         [$(have-thread-library) = no].
3174         * nptl/Makefile (libpthread-routines): Add shm-directory.
3175         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3176         * sysdeps/nptl/shm-directory.h: New file.
3177         * sysdeps/posix/shm-directory.c
3178         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3179         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3180         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3181         INTERNAL_SYSCALL.
3182         (__where_is_shmfs): Function removed.
3183         (mountpoint, defaultmount, defaultdir, __namedsem_once):
3184         Variables removed.
3185         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3186         Use SHM_GET_NAME.
3187         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
3189         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3190         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3191         unconditional for use inside libpthread.
3192         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3194 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3196         * nptl/pthread_getaffinity.c: New file.
3197         * nptl/pthread_setaffinity.c: New file.
3198         * nptl/pthread_getname.c: New file.
3199         * nptl/pthread_setname.c: New file.
3201         * nptl/pthread_create.c (START_THREAD_DEFN)
3202         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3204 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3205             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3207         * resolv/res_send.c (send_vc): Disable warning resplen may
3208         be used uninitialized.
3210 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3212         * nptl/tst-mutex6.c
3213         (ATTR_NULL): New define checks ATTR against NULL.
3214         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3215         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3217 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3219         [BZ #17581]
3220         * malloc/hooks.c
3221         (mem2mem_check): Revert my previous change.
3222         (malloc_check_get_size): Revert my previous change.
3223         (mem2chunk_check): Revert my previous change.
3225 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3227         * sysdeps/posix/shm-directory.c: New file.
3228         * sysdeps/posix/shm-directory.h: New file.
3229         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3230         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3231         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3232         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3233         Transmute EPERM to EACCES.
3234         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3235         from ...
3236         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3237         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3239 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3241         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3242         pointer and cast to uintptr_t.
3243         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3244         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3245         Add cast to avoid warning.
3246         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3248 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3250         * nptl/semaphore.h: Move to ...
3251         * sysdeps/pthread/semaphore.h: ... here.
3252         * Makefile (installed-headers): Change nptl/semaphore.h to
3253         sysdeps/pthread/semaphore.h.
3255 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3257         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3258         generated error format strings.
3260         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3261         -Wformat-extra-args warnings for scanf formats.
3262         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3263         test of zero-length format (duh).
3264         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3265         corner-case scanf format test.
3266         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3267         generated fprintf format string.
3268         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3269         corner-case sprintf format tests.
3270         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3271         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3272         -Wformat-extra-args warnings throughout.
3273         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3274         (CFLAGS-scanf4.c): Likewise.
3275         (CFLAGS-scanf7.c): Likewise.
3276         (CFLAGS-tst-sprintf.c): Likewise.
3277         (CFLAGS-tst-printf.c): Likewise.
3278         (CFLAGS-tst-printfsz.c): Likewise.
3280 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3282         * include/cpio.h: New file.
3283         * include/fmtmsg.h: Likewise.
3285         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3286         corresponding format argument to size_t.
3287         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3288         arguments.
3289         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
3290         corresponding format argument to size_t.
3291         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
3292         arguments.
3293         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
3294         corresponding format argument to size_t.
3295         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3296         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3297         (CFLAGS-tst-mbswcs2.c): Likewise.
3298         (CFLAGS-tst-mbswcs3.c): Likewise.
3299         (CFLAGS-tst-mbswcs4.c): Likewise.
3300         (CFLAGS-tst-mbswcs5.c): Likewise.
3301         (CFLAGS-tst-trans.c): Likewise
3303 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3305         * posix/regexbug1.c (main): Use "%s" format with regerror results,
3306         rather than assuming they won't contain any '%'s.
3308 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
3310         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3311         inhibit_loop_to_libcall to avoid recursive calls.
3312         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3313         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3315 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3317         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3318         prototype.
3320 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3322         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3323         integer value instead of boolean.
3325 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3327         * malloc/malloc.c: Fix powerof2 check.
3329 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3331         * locale/programs/locfile.h (maybe_swap_uint32):
3332         Remove inline and add unused attribute.
3334 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3336         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3337         Truncating assembler expression to a .long expression.
3339 2014-12-11  Andreas Schwab  <schwab@suse.de>
3341         * elf/rtld.c (struct map_args): Constify str member.
3342         (do_preload): Constify fname argument.
3344 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3346         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3347         constants definition.
3349 2014-12-11  Andreas Schwab  <schwab@suse.de>
3351         [BZ #16657]
3352         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3353         FORCE_ELISION instead of DO_ELISION.
3354         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3355         Remove.
3356         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3357         Likewise.
3359         * iconvdata/gconv-modules: Remove duplicate entry.
3361 2014-12-11  Will Newton  <will.newton@linaro.org>
3363         Merge gettext 0.19.3 into intl/.
3365         This involves a number of cosmetic changes to comments
3366         and ANSI function definitions and prototypes throughout
3367         all the files. The gettext copyright header is used but
3368         with the date ranges taken from the glibc copy.
3370         * NEWS: Add gettext merge to 2.21.
3371         * intl/bindtextdom.c: Switch to gettext copyright.
3372         Use ANSI definitions and prototypes.
3373         Use gl_* locking primitives rather than __libc_* ones.
3374         Use __builtin_expect rather than __glibc_likely/unlikely.
3375         * intl/dcgettext.c: Switch to gettext copyright.
3376         Use ANSI definitions and prototypes.
3377         * intl/dcigettext.c: Switch to gettext copyright.
3378         Use ANSI definitions and prototypes.
3379         (INTDIV0_RAISES_SIGFPE): New define.
3380         Use gl_* locking primitives rather than __libc_* ones.
3381         Include eval-plural.h instead of plural-eval.c.
3382         Use __builtin_expect rather than __glibc_likely/unlikely.
3383         * intl/dcngettext.c: Switch to gettext copyright.
3384         Use ANSI definitions and prototypes.
3385         * intl/dgettext.c: Likewise.
3386         * intl/dngettext.c: Likewise.
3387         * intl/plural-eval.c: Renamed to...
3388         * intl/eval-plural.h: ...this.
3389         * intl/explodename.c: Switch to gettext copyright.
3390         Use ANSI definitions and prototypes.
3391         (_nl_explode_name): Use strchr instead of __rawmemchr.
3392         * intl/finddomain.c: Switch to gettext copyright.
3393         Use ANSI definitions and prototypes.
3394         Use gl_* locking primitives rather than __libc_* ones.
3395         (_nl_find_domain): Use malloc rather than alloca for
3396         allocation of temporary locale name.
3397         * intl/gettext.c: Switch to gettext copyright.
3398         Use ANSI definitions and prototypes.
3399         * intl/gettextP.h: Switch to gettext copyright.
3400         Use ANSI definitions and prototypes.
3401         Use gl_* locking primitives rather than __libc_* ones.
3402         * intl/gmo.h: Switch to gettext copyright.
3403         (struct sysdep_string): Move struct segment_pair outside of
3404         struct definition.
3405         * intl/hash-string.c: Use ANSI definitions and prototypes.
3406         * intl/hash-string.h: Switch to gettext copyright.
3407         Use ANSI definitions and prototypes.
3408         * intl/l10nflist.c: Switch to gettext copyright.
3409         Use ANSI definitions and prototypes.
3410         (_nl_normalize_codeset): Avoid integer overflow.
3411         * intl/loadinfo.h: Switch to gettext copyright.
3412         Use ANSI definitions and prototypes.
3413         (LIBINTL_DLL_EXPORTED): New define.
3414         (PATH_SEPARATOR): New define.
3415         * intl/loadmsgcat.c: Switch to gettext copyright.
3416         * intl/localealias.c: Switch to gettext copyright.
3417         Use ANSI definitions and prototypes.
3418         (_nl_expand_alias): Use PATH_SEPARATOR.
3419         * intl/ngettext.c: Switch to gettext copyright.
3420         Use ANSI definitions and prototypes.
3421         * intl/plural-exp.c: Likewise.
3422         * intl/plural-exp.h: Switch to gettext copyright.
3423         Use ANSI definitions and prototypes.
3424         (struct expression): Move definition of enum operator outside
3425         of struct definition.
3426         * intl/plural.c: Regenerate.
3427         * intl/plural.y: Switch to gettext copyright.
3428         Use ANSI definitions and prototypes.
3429         Port to bison 3.0.
3430         * intl/textdomain.c: Switch to gettext copyright.
3431         Use ANSI definitions and prototypes.
3432         Use gl_* locking primitives rather than __libc_* ones.
3434 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
3436         * debug/warning-nop.c: Add used atrribute.
3438 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3440         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3442         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3443         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3444         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3446 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3447             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3449         [BZ #17634]
3450         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3451         Undefine after defining function.  Define as weak alias of
3452         __wcschr.  Use libc_hidden_weak.
3453         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
3454         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3455         (libc_hidden_def): Also define __GI___wcschr alias.
3456         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3457         __wcschr and define as weak alias of __wcschr.
3458         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3459         __wcschr.
3460         [!WCSCHR] (DEFAULT_WCSCHR): Define.
3461         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3462         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
3463         libc_hidden_weak.  Do not use libc_hidden_def.
3464         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3465         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3466         __GI___wcschr alias.
3467         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3468         [IS_IN (libc)] (wcschr): Define as macro expanding to
3469         __redirect_wcschr.
3470         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3471         [IS_IN (libc)] (__wcschr_power6): Likewise.
3472         [IS_IN (libc)] (__wcschr_power7): Likewise.
3473         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
3474         instead of wcschr.
3475         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3476         __libc_wcschr.
3477         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3478         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3479         __wcschr and define as weak alias of __wcschr.  Use
3480         libc_hidden_builtin_def.
3481         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3482         as weak alias of __wcschr.  Use libc_hidden_weak.
3483         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3484         wcschr.
3485         * time/era.c (_nl_init_era_entries): Likewise.
3486         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3487         variable.
3488         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3489         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3491 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3493         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3494         format for long int variable.
3496 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
3498         [BZ #10672]
3499         * manual/search.texi: (Array Sort Function): Remove claim how to make
3500         qsort stable.
3502 2014-12-10  Andreas Schwab  <schwab@suse.de>
3504         [BZ #12847]
3505         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3506         user-controlled locks.
3508 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3510         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3511         register.
3513 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3515         * configure.ac (--disable-werror): New configure option.
3516         (enable_werror): New AC_SUBST.
3517         * configure: Regenerated.
3518         * config.make.in (enable-werror): New variable.
3519         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3520         -Wno-error=undef.
3521         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3522         * manual/install.texi (Configuring and compiling): Document
3523         --disable-werror.
3524         * INSTALL: Regenerated.
3525         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3526         (CFLAGS-tst-chk2.c): Likewise.
3527         (CFLAGS-tst-chk3.c): Likewise.
3528         (CFLAGS-tst-chk4.cc): Likewise.
3529         (CFLAGS-tst-chk5.cc): Likewise.
3530         (CFLAGS-tst-chk6.cc): Likewise.
3531         (CFLAGS-tst-lfschk1.c): Likewise.
3532         (CFLAGS-tst-lfschk2.c): Likewise.
3533         (CFLAGS-tst-lfschk3.c): Likewise.
3534         (CFLAGS-tst-lfschk4.cc): Likewise.
3535         (CFLAGS-tst-lfschk5.cc): Likewise.
3536         (CFLAGS-tst-lfschk6.cc): Likewise.
3538         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3539         (main): Disable -Wdeprecated-declarations around calls to
3540         register_printf_function.
3542         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3543         (do_test): Disable -Wdiv-by-zero around some calls to
3544         fwrite_unlocked and fread_unlocked.
3546         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3547         (DIAG_POP_NEEDS_COMMENT): Likewise.
3548         (_DIAG_STR1): Likewise.
3549         (_DIAG_STR): Likewise.
3550         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3551         * stdio-common/bug21.c: Include <libc-internal.h>.
3552         (do_test): Disable -Wformat around call to sscanf.
3553         * stdio-common/scanf14.c: Include <libc-internal.h>.
3554         (main): Disable -Wformat around some calls to scanf functions.
3556 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3558         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3560 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3562         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3563         stack variable alignment.
3565 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
3567         [BZ #17682]
3568         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3569         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3570         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3571         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3572         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3573         __getrlimit instead of getrlimit.
3574         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3575         __gettimeofday instead of gettimeofday.
3576         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3577         Likewise.
3578         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3579         Likewise.
3580         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3581         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3582         Remove variable.
3583         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3584         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3586 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3588         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3589         for wide-character tests.
3591 2014-12-04  Roland McGrath  <roland@hack.frob.com>
3593         * io/openat64.c: #include <libc-internal.h>
3594         (__openat64): Prototypify.  Use ignore_value on MODE.
3595         * io/openat.c: Likewise.
3596         * misc/reboot.c: #include <libc-internal.h>
3597         (reboot): Prototypify.  Use ignore_value on HOWTO.
3598         * misc/ptrace.c: #include <libc-internal.h>
3599         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
3601 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3603         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3604         XPG4, UNIX98 and XOPEN2K.
3605         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3606         Remove variable.
3607         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3609 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3611         * libio/fileops.c: Use ISO C style for function definitions.
3612         * libio/iofopen.c: Likewise.
3613         * libio/wfileops.c: Likewise.
3615         [BZ #17653]
3616         * libio/fileops.c (_IO_new_file_underflow): Unset cached
3617         offset on EOF.
3618         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3619         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3620         (fgets_func): Function pointer to fgets and fgetws.
3621         (do_ftell_test): Add test to verify ftell value after read
3622         EOF.
3623         (do_test): Set fgets_func.
3625         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3626         O_TRUNC flag for w and w+ modes.
3627         (do_rewind_test): Likewise.
3628         (do_ftell_test): Likewise.
3629         (do_write_test): Likewise.
3631         [BZ #17647]
3632         * libio/fileops.c (do_ftell): Seek only when there are
3633         unflushed writes.
3634         * libio/wfileops.c (do_ftell_wide): Likewise.
3635         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3636         test case.
3637         (do_one_test): Call it.
3639 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
3641         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3642         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3643         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3644         Remove variable.
3645         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3646         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3647         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3649 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3651         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3652         Remove variable.
3653         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3655         [BZ #17668]
3656         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3657         as weak alias of __getifaddrs.  Use libc_hidden_weak.
3658         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3659         __freeifaddrs.  Use libc_hidden_weak.
3660         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3661         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
3662         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3663         __freeifaddrs.  Use libc_hidden_weak.
3664         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3665         __getifaddrs and define as weak alias of __getifaddrs.  Use
3666         libc_hidden_weak.
3667         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3668         __freeifaddrs.  Use libc_hidden_weak.
3669         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3670         Remove variable.
3671         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3672         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3674 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
3676         [BZ #17601]
3677         * sysdeps/mips/start.S (__start): Use indirect jump to call
3678         __libc_start_main.
3680 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3682         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3684         * nptl/tst-mutex1.c: Include <stdbool.h>.
3685         [!ATTR] (ATTR_NULL): New macro.
3686         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3687         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3688         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3690         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3691         to char *.
3693         [BZ #17665]
3694         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3695         Change conditional to [__USE_MISC].
3697         [BZ #17664]
3698         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3699         fgets_unlocked.
3700         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3701         __fgets_unlocked.
3702         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3703         fgets_unlocked.
3704         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3705         Remove variable.
3706         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3707         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3708         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3709         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3710         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3711         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3712         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3713         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3714         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3716         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3718 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3720         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3721         Remove strpbrk objects.
3722         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3723         (__libc_ifunc_impl_list): Remove strpbrk implementation.
3724         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3725         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3726         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3727         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3729         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3730         Remove strcspn objects.
3731         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3732         (__libc_ifunc_impl_list): Remove strcspn implementation.
3733         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
3734         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
3735         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
3736         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
3738         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3739         Remove strspn objetcs.
3740         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3741         (__libc_ifunc_impl_list): Remove strspn implementation.
3742         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
3743         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3744         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
3745         * sysdeps/powerpc/powerpc64/strspn.S: New file.
3747 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
3749         [BZ #17581]
3750         * malloc/hooks.c
3751         (mem2mem_check): Add a terminator to the chain of checking blocks.
3752         (malloc_check_get_size): Use it here.
3753         (mem2chunk_check): Ditto.
3755 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3757         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3758         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3760 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3762         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3764         * nptl/nptl-init.c: Include libc-internal.h.
3765         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3767         * elf/ldconfig.c (search_dir): Expand comment.
3769 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3771         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3772         variable.
3773         (linknamespace-symlist-stdlibs-tests): Likewise.
3774         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3775         instead of $(objpfx)symlist-stdlibs.
3776         (linknamespace-libs-isoc): New variable.
3777         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3778         (linknamespace-libs-ISO): New variable.
3779         (linknamespace-libs-ISO99): Likewise.
3780         (linknamespace-libs-ISO11): Likewise.
3781         (linknamespace-libs-XPG3): Likewise.
3782         (linknamespace-libs-XPG4): Likewise.
3783         (linknamespace-libs-POSIX): Likewise.
3784         (linknamespace-libs-UNIX98): Likewise.
3785         (linknamespace-libs-XOPEN2K): Likewise.
3786         (linknamespace-libs-POSIX2008): Likewise.
3787         (linknamespace-libs-XOPEN2K8): Likewise.
3788         ($(objpfx)symlist-stdlibs): Replace by
3789         $(linknamespace-symlist-stdlibs-tests).  Use
3790         $(linknamespace-libs-$*) as set of libraries.
3791         ($(linknamespace-header-tests)): Update dependencies.  Use
3792         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3793         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3794         * conform/linknamespace.pl: Remove comment about considering
3795         definitions of symbols from irrelevant libraries.
3797 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3799         [BZ #13862]
3800         * elf/dl-tls.c: Include <atomic.h>.
3801         (oom): Remove #ifdef SHARED/#endif.
3802         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3803         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3804         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3805         big enough.
3806         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3807         * nptl/Makefile (tests): Add tst-stack4.
3808         (modules-names): Add tst-stack4mod.
3809         ($(objpfx)tst-stack4): New.
3810         (tst-stack4mod.sos): Likewise.
3811         ($(objpfx)tst-stack4.out): Likewise.
3812         ($(tst-stack4mod.sos)): Likewise.
3813         (clean): Likewise.
3814         * nptl/tst-stack4.c: New file.
3815         * nptl/tst-stack4mod.c: Likewise.
3817 2014-11-27  J. Brown  <jb999@gmx.de>
3819         * sysdeps/x86/bits/string.h: Add recent CPUs.
3821 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3823         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3824         sigblock.
3826         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3827         feof.
3829         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3830         variable.
3832 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3834         * nscd/connections.c: Include libc-internal.h because of macro
3835         usage ignore_value.
3837 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3839         * string/bits/string3.h (__warn_memset_zero_len): Don't
3840         declare for gcc newer than 5.0.
3841         (memset): Don't test for zero-length __LEN for gcc newer than
3842         5.0.
3844 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3846         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3847         size_t for %zu format.
3849         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3850         difference, not %ju.
3852 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3854         * include/libc-internal.h (ignore_value): New macro.
3855         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3856         with ignore_value.
3858         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3859         definition.
3861         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3862         pthread_cleanup_push to void *.
3864         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3865         Undefine.
3867         [BZ #16619]
3868         [BZ #16740]
3869         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3870         instead of 1L << 52.
3872         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3873         * libio/bug-rewind2.c (do_test): Likewise.
3875         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3876         * debug/test-strcpy_chk-ifunc.c: Likewise.
3877         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3878         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3879         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3880         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3881         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3882         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3883         * Rules [$(multi-arch) = no] (tests): Do not filter out
3884         $(tests-ifunc).
3885         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3886         * debug/Makefile (tests-ifunc): Remove variable.
3887         (tests): Do not add $(tests-ifunc).
3888         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3889         (tests): Do not add $(tests-ifunc).
3890         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3891         [TEST_IFUNC]: Remove conditionals.
3892         * string/test-string.h (TEST_IFUNC): Remove macro.
3893         [TEST_IFUNC]: Remove conditionals.
3895         * string/test-strchr.c [!WIDE] (L): New macro.
3896         [WIDE] (L): Likewise.
3897         (check1): Use CHAR instead of char.  Use L on string and character
3898         constants.
3900 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3902         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3903         tests.
3904         * sysdeps/powerpc/bits/atomic.h
3905         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3906         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3907         (atomic_exchange_and_add_acq): Likewise.
3908         (atomic_exchange_and_add_rel): Likewise.
3909         * sysdeps/powerpc/powerpc32/bits/atomic.h
3910         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3911         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3912         * sysdeps/powerpc/powerpc64/bits/atomic.h
3913         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3914         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3916 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3918         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3919         Change synchronization of __sched_fifo_min_prio and
3920         __sched_fifo_max_prio.
3921         * nptl/pthread_mutexattr_getprioceiling.c
3922         (pthread_mutexattr_getprioceiling): Likewise.
3923         * nptl/pthread_mutexattr_setprioceiling.c
3924         (pthread_mutexattr_setprioceiling): Likewise.
3925         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3926         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3927         Likewise.
3929 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3931         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3932         void.
3934 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3936         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3937         third argument const.
3939 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3941         fnmatch: work around GCC compiler warning bug with uninit var
3942         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3943         This works around a bug with x86-64 GCC 4.9.2 and earlier
3944         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3945         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3946         used uninitialized in this function [-Wmaybe-uninitialized]".
3948 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3950         * posix/bug-regex31.c (main): Return RES not 0.
3952 2014-11-25  Anton Blanchard <anton@samba.org>
3954         * sysdeps/powerpc/bits/atomic.h
3955         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3957 2014-11-24  Sterling Augustine  <saugustine@google.com>
3959         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3961 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
3963         [BZ #17608]
3964         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3966 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
3968         [BZ #17633]
3969         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3970         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3971         variable.
3972         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3973         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3975 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3977         * string/strncpy.c (strncpy): Improve performance by using memset.
3979 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3981         * string/strcpy.c (strcpy):
3982         Improve performance by using strlen and memcpy.
3984 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
3986         * string/strcoll_l.c (get_next_seq): __always_inline.
3987         * string/strcoll_l.c (do_compare): __always_inline.
3989 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3991         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3992         defined.
3993         * include/mqueue.h: Likewise.
3994         * include/stdlib.h: Likewise.
3996         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3997         (get_null_defines): Adjust.
3998         * sunrpc/Makefile: Adjust comment.
3999         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4000         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4001         (CFLAGS-interp.c): Likewise.
4002         (CFLAGS-ldconfig.c): Likewise.
4003         (CPPFLAGS-.os): Likewise.
4004         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4005         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4006         * extra-modules.mk (extra-modules.mk): Likewise.
4007         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4008         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4009         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4010         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4011         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4012         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4013         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4014         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4015         * iconvdata/Makefile (CPPFLAGS): Likewise.
4016         (cpp-srcs-left): Add libof for all iconvdata routines.
4017         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4018         * include/assert.h: Likewise.
4019         * include/ctype.h: Likewise.
4020         * include/errno.h: Likewise.
4021         * include/libc-symbols.h: Likewise.
4022         * include/math.h: Likewise.
4023         * include/netdb.h: Likewise.
4024         * include/resolv.h: Likewise.
4025         * include/stdio.h: Likewise.
4026         * include/stdlib.h: Likewise.
4027         * include/string.h: Likewise.
4028         * include/sys/stat.h: Likewise.
4029         * include/wctype.h: Likewise.
4030         * intl/l10nflist.c: Likewise.
4031         * libidn/idn-stub.c: Likewise.
4032         * libio/libioP.h: Likewise.
4033         * nptl/libc_multiple_threads.c: Likewise.
4034         * nptl/pthreadP.h: Likewise.
4035         * posix/regex_internal.h: Likewise.
4036         * resolv/res_hconf.c: Likewise.
4037         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4038         * sysdeps/arm/memmove.S: Likewise.
4039         * sysdeps/arm/sysdep.h: Likewise.
4040         * sysdeps/generic/_itoa.h: Likewise.
4041         * sysdeps/generic/symbol-hacks.h: Likewise.
4042         * sysdeps/gnu/errlist.awk: Likewise.
4043         * sysdeps/gnu/errlist.c: Likewise.
4044         * sysdeps/i386/i586/memcpy.S: Likewise.
4045         * sysdeps/i386/i586/memset.S: Likewise.
4046         * sysdeps/i386/i686/memcpy.S: Likewise.
4047         * sysdeps/i386/i686/memmove.S: Likewise.
4048         * sysdeps/i386/i686/mempcpy.S: Likewise.
4049         * sysdeps/i386/i686/memset.S: Likewise.
4050         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4051         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4052         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4053         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4054         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4055         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4056         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4057         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4058         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4059         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4060         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4061         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4062         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4063         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4064         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4065         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4066         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4067         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4068         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4069         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4070         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4071         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4072         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4073         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4074         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4075         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4076         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4077         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4078         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4079         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4080         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4081         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4082         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4083         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4084         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4085         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4086         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4087         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4088         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4089         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4090         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4091         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4092         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4093         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4094         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4095         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4096         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4097         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4098         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4099         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4100         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4101         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4102         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4103         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4104         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4105         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4106         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4107         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4108         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4109         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4110         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4111         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4112         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4113         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4114         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4115         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4116         * sysdeps/posix/closedir.c: Likewise.
4117         * sysdeps/posix/opendir.c: Likewise.
4118         * sysdeps/posix/readdir.c: Likewise.
4119         * sysdeps/posix/rewinddir.c: Likewise.
4120         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4121         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4122         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4123         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4124         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4125         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4126         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4127         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4128         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4129         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4130         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4131         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4132         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4133         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4134         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4135         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4136         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4137         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4138         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4139         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4140         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4141         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4142         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4143         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4144         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4145         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4146         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4147         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4148         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4149         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4150         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4151         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4152         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4153         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4154         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4155         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4156         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4157         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4158         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4159         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4160         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4161         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4162         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4163         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4164         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4165         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4166         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4167         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4168         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4169         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4170         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4171         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4172         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4173         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4174         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4175         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4176         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4177         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4178         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4179         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4180         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4181         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4182         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4183         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4184         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4185         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4186         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4187         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4188         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4189         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4190         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4191         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4192         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4193         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4194         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4195         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4196         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4197         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4198         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4199         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4200         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4201         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4202         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4203         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4204         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4205         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4206         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4207         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4208         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4209         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4210         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4211         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4212         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4213         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4214         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4215         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4216         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4217         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4218         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4219         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4220         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4221         * sysdeps/unix/alpha/sysdep.S: Likewise.
4222         * sysdeps/unix/alpha/sysdep.h: Likewise.
4223         * sysdeps/unix/make-syscalls.sh: Likewise.
4224         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4225         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4226         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4227         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4228         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4229         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4230         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4231         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4232         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4233         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4234         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4235         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4236         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4237         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4238         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4239         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4240         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4241         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4242         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4243         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4244         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4245         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4246         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4247         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4248         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4249         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4250         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4253         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4254         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4255         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4256         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4257         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4258         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4259         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4260         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4261         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4262         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4263         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4264         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4265         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4266         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4267         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4268         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4269         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4270         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4271         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4272         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4273         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4274         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4275         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4276         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4277         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4278         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4279         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4280         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4281         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4282         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4283         * sysdeps/x86_64/memcpy.S: Likewise.
4284         * sysdeps/x86_64/memmove.c: Likewise.
4285         * sysdeps/x86_64/memset.S: Likewise.
4286         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4287         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4288         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4289         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4290         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4291         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4292         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4293         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4294         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4295         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4296         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4297         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4298         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4299         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4300         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4301         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4302         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4303         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4304         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4305         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4306         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4307         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4308         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4309         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4310         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4311         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4312         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4313         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4314         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4315         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4316         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4317         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4318         * sysdeps/x86_64/strcmp.S: Likewise.
4320         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4322         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4323         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4324         * elf/rtld-Rules: Likewise.
4325         * elf/setup-vdso.h: Likewise.
4326         * include/assert.h: Likewise.
4327         * include/bits/stdlib-float.h: Likewise.
4328         * include/errno.h: Likewise.
4329         * include/sys/stat.h: Likewise.
4330         * include/unistd.h: Likewise.
4331         * sysdeps/aarch64/setjmp.S: Likewise.
4332         * sysdeps/alpha/setjmp.S: Likewise.
4333         * sysdeps/arm/__longjmp.S: Likewise.
4334         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4335         * sysdeps/arm/setjmp.S: Likewise.
4336         * sysdeps/arm/sysdep.h: Likewise.
4337         * sysdeps/generic/_itoa.h: Likewise.
4338         * sysdeps/generic/dl-sysdep.h: Likewise.
4339         * sysdeps/generic/ldsodefs.h: Likewise.
4340         * sysdeps/i386/dl-tls.h: Likewise.
4341         * sysdeps/i386/setjmp.S: Likewise.
4342         * sysdeps/m68k/setjmp.c: Likewise.
4343         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4344         * sysdeps/mach/hurd/opendir.c: Likewise.
4345         * sysdeps/posix/getcwd.c: Likewise.
4346         * sysdeps/posix/opendir.c: Likewise.
4347         * sysdeps/posix/profil.c: Likewise.
4348         * sysdeps/powerpc/dl-procinfo.h: Likewise.
4349         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4350         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4351         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4352         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4353         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4354         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4355         * sysdeps/s390/dl-tls.h: Likewise.
4356         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4357         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4358         * sysdeps/sh/sh3/setjmp.S: Likewise.
4359         * sysdeps/sh/sh4/setjmp.S: Likewise.
4360         * sysdeps/unix/alpha/sysdep.h: Likewise.
4361         * sysdeps/unix/arm/sysdep.S: Likewise.
4362         * sysdeps/unix/i386/sysdep.S: Likewise.
4363         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4364         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4365         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4366         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4367         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4368         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4369         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4370         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4371         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4372         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4373         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4374         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4375         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4378         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4379         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4380         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4381         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4382         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4383         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4384         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4385         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4386         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4387         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4388         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4389         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4390         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4391         * sysdeps/x86_64/setjmp.S: Likewise.
4393         * include/math.h: Use IS_IN instead of IS_IN_libm.
4394         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4395         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4396         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4397         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4398         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4399         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4400         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4401         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4402         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4403         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4404         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4405         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4406         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4407         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4408         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4409         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4410         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4411         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4412         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4413         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4414         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4415         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4416         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4417         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4418         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4419         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4420         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4421         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4422         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4423         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4424         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4425         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4426         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4427         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4428         Likewise.
4429         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4430         Likewise.
4431         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4432         Likewise.
4433         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4434         Likewise.
4435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4436         Likewise.
4437         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4438         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4439         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4440         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4441         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4442         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4444         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4445         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4446         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4447         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4448         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4449         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4450         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4451         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4452         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4453         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4454         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4455         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4456         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4457         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4458         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4459         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4460         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4461         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4462         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4463         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4465         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4466         * nptl/pthreadP.h: Likewise.
4467         * nptl_db/structs.def: Likewise.
4468         * sysdeps/arm/sysdep.h: Likewise.
4469         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4470         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4471         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4472         * sysdeps/unix/alpha/sysdep.h: Likewise.
4473         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4474         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4475         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4476         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4477         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4478         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4479         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4480         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4481         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4482         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4483         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4484         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4485         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4486         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4489         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4490         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4491         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4492         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4493         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4494         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4495         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4496         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4497         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4498         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4500         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4501         * nptl/pthreadP.h: Likewise.
4502         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4503         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4504         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4505         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4506         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4507         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4508         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4509         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4510         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4511         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4512         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4513         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4515         Likewise.
4516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4517         Likewise.
4518         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4519         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4520         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4521         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4522         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4523         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4524         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4525         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4527         * dlfcn/dladdr.c: Use IS_IN.
4528         * dlfcn/dladdr1.c: Likewise.
4529         * dlfcn/dlclose.c: Likewise.
4530         * dlfcn/dlerror.c: Likewise.
4531         * dlfcn/dlinfo.c: Likewise.
4532         * dlfcn/dlmopen.c: Likewise.
4533         * dlfcn/dlopen.c: Likewise.
4534         * dlfcn/dlsym.c: Likewise.
4535         * dlfcn/dlvsym.c: Likewise.
4537         * include/ifaddrs.h: Use IS_IN.
4538         * inet/check_pf.c: Likewise.
4539         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4540         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4542         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4543         IS_IN_ldconfig.
4544         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4545         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4547         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4548         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4549         IS_IN (libc).
4551         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4553         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4554         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4555         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4556         * include/libc-symbols.h (IS_IN_LIB): New macro.
4557         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4558         * include/netdb.h: Likewise.
4559         * include/stap-probe.h: Remove all uses of IN_LIB.
4561         * Makeconfig (module-cppflags-real): Define MODULE_NAME
4562         instead of IN_MODULE.
4563         * include/libc-symbols.h (IN_MODULE): Define using
4564         MODULE_NAME.
4565         (PASTE_NAME, PASTE_NAME1): New macros.
4566         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4567         of IN_LIB.
4568         (STAP_PROBE_ASM): Likewise.
4570 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4572         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4573         __mach_init in dlopened libc.
4575 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
4577         * sysdeps/arm/preconfigure.ac: Delete EABI check.
4578         * sysdeps/arm/preconfigure: Regenerate.
4580 2014-11-21  Roland McGrath  <roland@hack.frob.com>
4582         * nptl/pthread_create.c (__pthread_create_2_1): Set
4583         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4584         when copying values from IATTR into PD.
4586 2014-11-21  Will Newton  <will.newton@linaro.org>
4587             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4589         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4590         Refactor inline-asm.  Also add comment.
4592         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4593         ElfW macro instead of hardcoded Elf64 types.
4594         (la_aarch64_gnu_pltenter): Likewise.
4595         * sysdeps/aarch64/dl-machine.h
4596         (elf_machine_runtime_setup): Use ElfW(Addr).
4598         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4599         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4600         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4601         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4602         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4603         (R_AARCH64_TLS_DTPMOD64): Rename to ..
4604         (R_AARCH64_TLS_DTPMOD): This.
4605         (R_AARCH64_TLS_DTPREL64): Rename to ...
4606         (R_AARCH64_TLS_DTPREL): This.
4607         (R_AARCH64_TLS_TPREL64): Rename to ...
4608         (R_AARCH64_TLS_TPREL): This.
4609         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4610         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4611         R_AARCH64_TLS_TPREL64.
4612         (elf_machine_rela): Likewise.
4614 2014-11-21  Torvald Riegel  <triegel@redhat.com>
4616         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4617         by setting it to 0.  64b atomics are not supported currently.
4619 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4621         [BZ #16469]
4622         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4623         search domain names.
4625 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4627         [BZ #16469]
4628         * NEWS: Update.
4629         * resolv/res_query.c (__libc_res_nquerydomain): Retain
4630         trailing dot.
4631         * posix/tst-getaddrinfo5.c: New.
4632         * posix/Makefile (tests): Add it.
4634 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4636         [BZ #14498]
4637         * NEWS: Fixed.
4638         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4639         after parsing line but before break_if_match.
4640         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4641         if there is a protocol mismatch.
4643 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4645         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4646         because the potential race is on the user-supplied stream.
4648 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4650         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4651         string literal if not passed a buffer.
4652         * manual/job.texi (ctermid): Update reasoning, note deviation
4653         from posix, suggest mtasurace when not passed a buffer, for
4654         future non-preliminary safety notes.
4656 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4658         * manual/users.texi (cuserid): Fix MT-Safety note for the case
4659         of not passing it a buffer.
4660         Reported by Peng Haitao.
4662 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4664         * manual/Makefile ($(objpfx)stamp-summary): Require
4665         check-safety.sh to pass.
4666         * manual/check-safety.sh: Wish for verification that every
4667         @deftypefn and @deftypefun is followed by a @safety remark.
4669 2014-11-20  Roland McGrath  <roland@hack.frob.com>
4671         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4673         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4674         PTHREAD_CANCEL_ASYNCHRONOUS.
4675         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4676         send SIGCANCEL.
4678         * nptl/default-sched.h: New file.
4679         * sysdeps/unix/sysv/linux/default-sched.h: New file.
4680         * nptl/pthread_create.c: Include it.
4681         (__pthread_create_2_1): Use collect_default_sched instead of making
4682         Linux syscalls here directly.
4684 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4686         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4687         __pthread_once): Use C11 atomics.
4689 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4691         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4693 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4695         * include/atomic.h (__atomic_link_error, __atomic_check_size,
4696         atomic_thread_fence_acquire, atomic_thread_fence_release,
4697         atomic_thread_fence_seq_cst, atomic_load_relaxed,
4698         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4699         atomic_compare_exchange_weak_relaxed,
4700         atomic_compare_exchange_weak_acquire,
4701         atomic_compare_exchange_weak_release,
4702         atomic_exchange_acquire, atomic_exchange_release,
4703         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4704         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4705         atomic_fetch_and_acquire,
4706         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4708 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4710         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4711         USE_ATOMIC_COMPILER_BUILTINS): Define.
4712         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4713         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4714         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4715         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4716         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4717         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4718         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4719         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4720         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4721         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4722         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4723         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4724         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4725         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4726         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4727         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4728         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4729         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4730         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4731         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4732         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4733         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4734         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4735         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4736         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
4737         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4738         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4739         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4740         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
4741         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4742         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
4743         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4744         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
4745         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4746         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
4747         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4748         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
4749         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4750         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
4751         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4753 2014-11-19  Roland McGrath  <roland@hack.frob.com>
4755         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4756         the sched_priority value here.  It was already checked when the user
4757         called pthread_attr_setschedparam.
4759         * nptl/tst-bad-schedattr.c: New file.
4760         * nptl/Makefile (tests): Add it.
4762 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4763             Florian Weimer  <fweimer@redhat.com>
4764             Joseph Myers  <joseph@codesourcery.com>
4765             Adam Conrad  <adconrad@0c3.net>
4766             Andreas Schwab  <schwab@suse.de>
4767             Brooks  <bmoses@google.com>
4769         [BZ #17625]
4770         * wordexp-test.c (__dso_handle): Add prototype.
4771         (__register_atfork): Likewise.
4772         (__app_register_atfork): New function.
4773         (registered_forks): New global.
4774         (register_fork): New function.
4775         (test_case): Add 3 new tests for WRDE_CMDSUB.
4776         (main): Call __app_register_atfork.
4777         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4778         fork count is non-zero fail the test.
4779         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4780         is set.
4781         (parse_dollars): Remove check for WRDE_NOCMD.
4782         (parse_dquote): Likewise.
4784 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4786         * Makeconfig (built-modules): List non-library modules to be
4787         built.
4788         (module-cppflags): Include libc-modules.h for
4789         everything except shlib-versions.v.i.
4790         (CPPFLAGS): Use it.
4791         (before-compile): Add libc-modules.h.
4792         ($(common-objpfx)libc-modules.h,
4793         $(common-objpfx)libc-modules.stmp): New targets.
4794         (common-generated): Add libc-modules.h and libc-modules.stmp.
4795         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4796         * include/libc-symbols.h: Don't include libc-modules.h.
4797         * include/libc-modules.h: Remove file.
4798         * scripts/gen-libc-modules.awk: New script to generate
4799         libc-modules.h.
4800         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4801         Depend on libc-modules.stmp.
4803         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4805         * Makeconfig (in-module): Get value of libof set for the
4806         translation unit.
4807         (CPPFLAGS): Use $(in-module).
4808         * Makerules: Don't suffix routine names for nonlib.
4809         * include/libc-modules.h: New file.
4810         * include/libc-symbols.h: Include libc-modules.h
4811         (IS_IN): New macro to replace IS_IN_* macros.
4812         * elf/Makefile: Set libof-* for each routine.
4813         * elf/rtld-Rules: Likewise.
4814         * extra-modules.mk: Likewise.
4815         * iconv/Makefile: Likewise.
4816         * iconvdata/Makefile: Likewise.
4817         * locale/Makefile: Likewise.
4818         * malloc/Makefile: Likewise.
4819         * nss/Makefile: Likewise.
4820         * sysdeps/gnu/Makefile: Likewise.
4821         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4822         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4823         * sysdeps/s390/s390-64/Makefile: Likewise.
4824         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4825         CPPFLAGS for nscd instead of nonlib.
4827 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4829         * nptl/createthread.c: New file.
4831         * nptl/createthread.c: Moved ...
4832         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4834         * nptl/createthread.c: Add proper top-line comment.
4835         (do_clone): Folded into ...
4836         (create_thread): ... here.  Take new arguments STOPPED_START and
4837         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4838         increment __nptl_threads, do event-reporting logic, do
4839         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4840         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4841         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4842         just send SIGCANCEL.
4843         * nptl/pthread_create.c: Forward-declare create_thread before
4844         including createthread.c.
4845         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4846         declaration, and new macro START_THREAD_SELF to replace argument.
4847         Remove return statement.
4848         (report_thread_creation): New function.
4849         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4850         synchronization logic, and __nptl_nthreads increment here, around
4851         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4852         PD->parent_cancelhandling here, before create_thread.  When
4853         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4854         __deallocate_stack, and ENOMEM translation here.
4856 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4858         [BZ #17616]
4859         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4860         (mptwo): Rename to __mptwo.
4861         (__inv): Use __mptwo instead of mptwo.
4862         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4863         (mptwo): Rename to __mptwo.
4864         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4865         of mpone and __mptwo instead of mptwo.
4866         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4867         instead of mpone.
4868         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4869         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4870         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4871         of mpone and __mptwo instead of mptwo.
4872         (__mpranred): Use __mpone instead of mpone.
4873         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4874         variable.
4875         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4876         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4877         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4878         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4879         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4880         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4881         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4882         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4883         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4884         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4885         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4886         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4887         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4888         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4889         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4890         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4891         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4892         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4893         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4895 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4897         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4898         replace BSD Handler xref with BSD Signal Handling.
4900 2014-11-17  Richard Henderson  <rth@redhat.com>
4902         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4903         (_FP_PACK_RAW_2): Remove.
4904         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4905         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4906         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4907         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4908         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4909         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4910         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4911         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4912         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4913         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4914         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4915         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4916         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4917         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4918         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4919         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4921 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4923         * signal/signal.h [__USE_MISC]
4924         (struct sigvec): Remove type.
4925         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4926         (sigvec): Remove declaration.
4927         * sysdeps/posix/sigvec.c: Moved ...
4928         * signal/sigvec.c: ... here, replacing old file.
4929         (struct sigvec): New type, copied from old signal.h definition.
4930         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4931         (__sigvec): Convert definition to prototype.
4932         (sigvec): Replace weak_alias with compat_symbol.
4933         * signal/Versions (libc: GLIBC_2.21): New version set.
4934         * include/signal.h: Remove __sigvec declaration.
4935         * sysdeps/unix/bsd/sigvec.c: Remove file.
4936         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4937         * manual/signal.texi (BSD Handler): Remove subsection.
4938         Move siginterrupt up to ...
4939         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
4940         (Blocking in BSD): Fold subsection into its parent.
4941         * NEWS: Mention sigvec removal.
4943 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4945         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4946         (DLA_FMS): Make definition conditional only on [__FMA4__].
4947         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4948         definition.
4950         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4951         Make definition conditional only on [PROF].
4952         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4953         definition.
4954         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4955         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4957         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4958         !__GNUC__].
4959         * include/signal.h (__sigpause): Move declaration above call to
4960         libc_hidden_proto.
4961         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4962         variable.
4963         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4964         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4966 2014-11-14  David S. Miller  <davem@davemloft.net>
4968         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4969         Define before including <string/memcpy.c> and <string/mempcpy.c>.
4971 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4973         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4974         * configure: Regenerated.
4975         * manual/install.texi (Tools for Compilation): Document a
4976         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4977         compiler verified to work.
4978         * INSTALL: Regenerated.
4980         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4981         redeclare with asm name.
4982         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4983         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4984         including <string.h>.
4985         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4986         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4987         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4988         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4989         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4990         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4991         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4993 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
4995         * stdlib/strtol.c (__strtol): Use prototype definition.
4997         [BZ #17594]
4998         * stdlib/strtol.c (SYM__): New macro.
4999         (SYM__1): Likewise.
5000         (__strtol): Likewise.
5001         (strtol): Rename to __strtol and define as weak alias of
5002         __strtol.  Use libc_hidden_weak.
5004 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5006         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5007         Use numbered labels in inline assembly.
5009 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5011         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5012         Add setjmp LIBC_PROBE.
5013         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5014         Likewise.
5015         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5016         Add longjmp, longjmp_target LIBC_PROBE.
5017         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5018         Likewise.
5020 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5022         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5023         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5024         to get rid of unused variable warning.
5026 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5028         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5029         Check for unwind_backtrace ==  NULL only in SHARED case.
5030         (__backchain_backtrace): Compile only in SHARED case.
5031         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5032         Likewise.
5033         (__backchain_backtrace): Declare as static.
5035 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5037         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5038         (__libc_multiple_threads_ptr): Variable moved ...
5039         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5041 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5043         * conform/GlibcConform.pm: New file.
5044         * conform/conformtest.pl: Use GlibcConform module.
5045         * conform/linknamespace.pl: New file.
5046         * conform/list-header-symbols.pl: Likewise.
5047         * conform/Makefile (linknamespace-symlists-base): New variable.
5048         (linknamespace-symlists-tests): Likewise.
5049         (linknamespace-header-base): Likewise.
5050         (linknamespace-header-tests): Likewise.
5051         (tests-special): Add new tests.
5052         ($(linknamespace-symlists-tests)): New rule.
5053         (linknamespace-libs): New variable.
5054         ($(objpfx)symlist-stdlibs): New rule.
5055         ($(linknamespace-header-tests)): Likewise.
5056         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5057         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5058         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5059         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5060         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5061         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5062         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5063         (test-xfail-ISO/math.h/linknamespace): Likewise.
5064         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5065         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5066         (test-xfail-ISO/time.h/linknamespace): Likewise.
5067         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5068         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5069         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5070         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5071         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5072         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5073         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5074         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5075         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5076         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5077         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5078         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5079         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5080         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5081         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5082         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5083         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5084         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5085         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5086         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5087         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5088         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5089         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5090         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5091         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5092         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5093         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5094         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5095         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5096         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5097         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5098         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5099         (test-xfail-XPG4/search.h/linknamespace): Likewise.
5100         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5101         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5102         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5103         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5104         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5105         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5106         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5107         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5108         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5109         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5110         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5111         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5112         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5113         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5114         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5115         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5116         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5117         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5118         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5119         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5120         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5121         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5122         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5123         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5124         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5125         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5126         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5127         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5128         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5129         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5130         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5131         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5132         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5133         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5134         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5135         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5136         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5137         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5138         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5139         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5140         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5141         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5142         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5143         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5144         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5145         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5146         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5147         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5148         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5149         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5150         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5151         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5152         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5153         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5154         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5155         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5156         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5157         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5158         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5159         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5160         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5161         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5162         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5163         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5164         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5165         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5166         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5167         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5168         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5169         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5170         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5171         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5172         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5173         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5174         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5175         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5176         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5177         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5178         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5179         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5180         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5181         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5182         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5183         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5184         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5185         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5186         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5187         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5188         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5189         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5190         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5191         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5192         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5193         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5194         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5195         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5196         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5197         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5198         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5199         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5200         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5201         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5202         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5203         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5204         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5205         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5206         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5207         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5208         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5209         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5210         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5211         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5212         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5213         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5214         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5215         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5216         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5218         [BZ #17589]
5219         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5220         of fgets_unlocked.
5222         [BZ #17585]
5223         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5224         (memmem): Rename to __memmem and define as weak alias of
5225         __memmem.  Use libc_hidden_weak.
5226         (__memmem): Use libc_hidden_def.
5227         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5228         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5229         memmem.
5231         [BZ #17582]
5232         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5233         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5234         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5235         and define as weak alias of __fgets_unlocked.  Use
5236         libc_hidden_weak.
5237         (__fgets_unlocked): Use libc_hidden_def.
5238         * include/stdio.h (__fgets_unlocked): Declare.  Use
5239         libc_hidden_proto.
5240         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5241         __fgets_unlocked instead of fgets_unlocked.
5242         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5243         (GET_NPROCS_CONF_PARSER): Likewise.
5244         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5245         (GET_NPROCS_CONF_PARSER): Likewise.
5247         [BZ #17574]
5248         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5249         weak alias of __wmemset.  Use libc_hidden_weak.
5250         (__wmemset): Use libc_hidden_def.
5251         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
5252         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5253         of wmemset.
5255         [BZ #17573]
5256         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5257         with asm name __mempcpy.
5258         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5260         [BZ #17572]
5261         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5262         and define as weak alias of __rawmemchr.
5263         (__rawmemchr): Do not define as strong alias of rawmemchr.
5265         [BZ #17571]
5266         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5267         alias of __qsort_r.
5268         (qsort): Call __qsort_r instead of qsort_r.
5269         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5270         (__qsort_r): Declare.  Call libc_hidden_proto.
5271         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5272         instead of qsort_r.
5273         * nscd/gai.c (__qsort_r): Define to qsort_r.
5274         * posix/tst-rfc3484.c (__qsort_r): Likewise.
5275         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5276         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5278         [BZ #17570]
5279         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5280         define as weak alias of __malloc_info.
5282         [BZ #17584]
5283         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5284         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5285         (__rewinddir): Use libc_hidden_def.
5286         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5287         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5288         (__rewinddir): Use libc_hidden_def.
5289         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5290         weak alias of __rewinddir.  Don't use libc_hidden_def.
5291         (__rewinddir): Use libc_hidden_def.
5292         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5293         (__rewinddir): Use libc_hidden_proto.
5294         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5295         rewinddir.
5296         (__getcwd): Use __rewinddir instead of rewinddir.
5298         [BZ #17583]
5299         * libio/fileno.c (fileno): Rename to __fileno and define as weak
5300         alias of __fileno.  Use libc_hidden_weak.
5301         (__fileno): Use libc_hidden_def.
5302         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5303         * libio/ftello.c (ftello): Rename to __ftello and define as weak
5304         alias of __ftello.
5305         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5306         __ftello.
5307         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5308         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
5309         libc_hidden_def.
5310         (fread_unlocked): Don't use libc_hidden_ver.
5311         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5312         and define as weak alias of __fread_unlocked.  Don't use
5313         libc_hidden_def.
5314         (__fread_unlocked): Use libc_hidden_def.
5315         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
5316         (ftello): Don't use libc_hidden_proto.
5317         (__ftello): Declare.  Use libc_hidden_proto.
5318         (fread_unlocked): Don't use libc_hidden_proto.
5319         (__fread_unlocked): Declare.  Use libc_hidden_proto.
5320         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5321         and __ftello instead of fileno, fread_unlocked and ftello.
5323 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5325         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5326         GOT12.
5327         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5328         Likewise.
5329         (_dl_start_user): Likewise.
5330         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5332 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
5333             Siddhesh Poyarekar  <siddhesh@redhat.com>
5335         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5336         Move argv and envp down instead of moving argc up.
5337         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5339 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
5341         [BZ #17506]
5342         * test-skeleton.c (main): Return successful if one of
5343         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5344         * string/tst-strcoll-overflow.c: Define expected status.
5346 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
5348         [BZ #17475]
5349         * locale/iso-639.def: Define Bhili and Tulu language codes.
5351 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
5353         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5355 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
5357         [BZ #17555]
5358         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5360 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
5362         * configure.ac: Updated check of minimal required version to
5363         2.22.
5364         * manual/install.texi (Tools for Compilation): Updated version
5365         number.
5366         * configure: Regenerated.
5367         * INSTALL: Likewise.
5369 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
5371         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5372         __tls_get_addr.
5374 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
5376         * include/sys/wait.h (__libc_waitpid): Remove declaration.
5377         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5378         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5379         libc_hidden_weak.
5380         (waitpid): Define as alias of __waitpid.
5381         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5382         __waitpid.
5383         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5384         libc_hidden_weak.
5385         (waitpid): Define as alias of __waitpid.
5386         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5387         __libc_waitpid alias.
5388         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5389         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5390         Likewise.
5391         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5392         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5393         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5394         alias.
5395         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5396         __waitpid.
5397         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5398         libc_hidden_weak.
5399         (waitpid): Define as alias of __waitpid.
5401 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
5403         * manual/llio.texi: Add comment that write safety has been
5404         fixed in Linux.
5406         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5407         (localplt-build-dso): Add elf/ld.so.
5408         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5409         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5410         and free for ld.so.
5411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5412         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5414         Likewise.
5415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5416         Likewise.
5417         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5418         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5419         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5420         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5421         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5422         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5423         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5424         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5425         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5426         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5427         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5429 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
5431         [BZ #14132]
5432         * include/libc-symbols.h (INTUSE): Remove macro.
5433         (INTDEF): Likewise.
5434         (INTVARDEF): Likewise.
5435         (_INTVARDEF): Likewise.
5436         (INTDEF2): Likewise.
5437         (INTVARDEF2): Likewise.
5438         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5439         rtld_hidden_def instead of INTVARDEF.
5440         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5441         (_dl_starting_up_internal): Remove declaration.
5442         (_dl_starting_up): Use rtld_hidden_proto.
5443         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5444         declaration.
5445         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5446         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5447         _dl_starting_up.
5448         * elf/dl-writev.h (_dl_writev): Likewise.
5449         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5450         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5451         _dl_starting_up_internal.
5453 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5455         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5456         test-skeleton.c.
5458 2014-11-05  Will Newton  <will.newton@linaro.org>
5460         * benchtests/Makefile: (bench-malloc): Add malloc thread
5461         scalability benchmark.
5462         * benchtests/bench-malloc-threads.c: New file.
5464 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
5466         * sysdeps/aarch64/strchrnul.S: New file.
5468 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5470         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5471         definition.
5472         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5473         Likwise.
5474         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5475         Likewise.
5476         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5477         Likewise.
5478         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5479         Likewise.
5480         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5481         Likewise.
5483 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
5485         * catgets/test-gencat.c: Use test-skeleton.c.
5486         * catgets/tst-catgets.c: Likewise.
5487         * csu/tst-empty.c: Likewise.
5488         * elf/tst-audit2.c: Likewise.
5489         * elf/tst-global1.c: Likewise.
5490         * elf/tst-pathopt.c: Likewise.
5491         * elf/tst-piemod1.c: Likewise.
5492         * elf/tst-tls10.c: Likewise.
5493         * elf/tst-tls11.c: Likewise.
5494         * elf/tst-tls12.c: Likewise.
5495         * gnulib/tst-gcc.c: Likewise.
5496         * iconvdata/tst-e2big.c: Likewise.
5497         * iconvdata/tst-loading.c: Likewise.
5498         * iconv/tst-iconv1.c: Likewise.
5499         * iconv/tst-iconv2.c: Likewise.
5500         * inet/test-inet6_opt.c: Likewise.
5501         * inet/tst-gethnm.c: Likewise.
5502         * inet/tst-network.c: Likewise.
5503         * inet/tst-ntoa.c: Likewise.
5504         * intl/tst-codeset.c: Likewise.
5505         * intl/tst-gettext2.c: Likewise.
5506         * intl/tst-gettext3.c: Likewise.
5507         * intl/tst-ngettext.c: Likewise.
5508         * intl/tst-translit.c: Likewise.
5509         * io/test-stat.c: Likewise.
5510         * libio/test-fmemopen.c: Likewise.
5511         * libio/tst-freopen.c: Likewise.
5512         * libio/tst-sscanf.c: Likewise.
5513         * libio/tst-ungetwc1.c: Likewise.
5514         * libio/tst-ungetwc2.c: Likewise.
5515         * libio/tst-widetext.c: Likewise.
5516         * localedata/tst-ctype.c: Likewise.
5517         * localedata/tst-digits.c: Likewise.
5518         * localedata/tst-leaks.c: Likewise.
5519         * localedata/tst-mbswcs1.c: Likewise.
5520         * localedata/tst-mbswcs2.c: Likewise.
5521         * localedata/tst-mbswcs3.c: Likewise.
5522         * localedata/tst-mbswcs4.c: Likewise.
5523         * localedata/tst-mbswcs5.c: Likewise.
5524         * localedata/tst-setlocale.c: Likewise.
5525         * localedata/tst-trans.c: Likewise.
5526         * localedata/tst-wctype.c: Likewise.
5527         * localedata/tst-xlocale1.c: Likewise.
5528         * login/tst-grantpt.c: Likewise.
5529         * malloc/tst-calloc.c: Likewise.
5530         * malloc/tst-malloc.c: Likewise.
5531         * malloc/tst-mallocstate.c: Likewise.
5532         * malloc/tst-mcheck.c: Likewise.
5533         * malloc/tst-mtrace.c: Likewise.
5534         * malloc/tst-obstack.c: Likewise.
5535         * math/atest-exp2.c: Likewise.
5536         * math/atest-exp.c: Likewise.
5537         * math/atest-sincos.c: Likewise.
5538         * math/test-matherr.c: Likewise.
5539         * math/test-misc.c: Likewise.
5540         * math/test-powl.c: Likewise.
5541         * math/tst-definitions.c: Likewise.
5542         * misc/tst-dirname.c: Likewise.
5543         * misc/tst-efgcvt.c: Likewise.
5544         * misc/tst-fdset.c: Likewise.
5545         * misc/tst-hsearch.c: Likewise.
5546         * misc/tst-mntent2.c: Likewise.
5547         * nptl/tst-sem7.c: Likewise.
5548         * nptl/tst-sem8.c: Likewise.
5549         * nptl/tst-sem9.c: Likewise.
5550         * nss/test-netdb.c: Likewise.
5551         * posix/tst-fnmatch.c: Likewise.
5552         * posix/tst-getlogin.c: Likewise.
5553         * posix/tst-gnuglob.c: Likewise.
5554         * posix/tst-mmap.c: Likewise.
5555         * pwd/tst-getpw.c: Likewise.
5556         * resolv/tst-inet_ntop.c: Likewise.
5557         * rt/tst-timer.c: Likewise.
5558         * stdio-common/test-fseek.c: Likewise.
5559         * stdio-common/test-popen.c: Likewise.
5560         * stdio-common/test-vfprintf.c: Likewise.
5561         * stdio-common/tst-cookie.c: Likewise.
5562         * stdio-common/tst-fileno.c: Likewise.
5563         * stdio-common/tst-gets.c: Likewise.
5564         * stdio-common/tst-obprintf.c: Likewise.
5565         * stdio-common/tst-perror.c: Likewise.
5566         * stdio-common/tst-sprintf2.c: Likewise.
5567         * stdio-common/tst-sprintf3.c: Likewise.
5568         * stdio-common/tst-sprintf.c: Likewise.
5569         * stdio-common/tst-swprintf.c: Likewise.
5570         * stdio-common/tst-tmpnam.c: Likewise.
5571         * stdio-common/tst-unbputc.c: Likewise.
5572         * stdio-common/tst-wc-printf.c: Likewise.
5573         * stdlib/tst-environ.c: Likewise.
5574         * stdlib/tst-fmtmsg.c: Likewise.
5575         * stdlib/tst-limits.c: Likewise.
5576         * stdlib/tst-rand48-2.c: Likewise.
5577         * stdlib/tst-rand48.c: Likewise.
5578         * stdlib/tst-random2.c: Likewise.
5579         * stdlib/tst-random.c: Likewise.
5580         * stdlib/tst-strtol.c: Likewise.
5581         * stdlib/tst-strtoll.c: Likewise.
5582         * stdlib/tst-tls-atexit.c: Likewise.
5583         * stdlib/tst-xpg-basename.c: Likewise.
5584         * string/test-ffs.c: Likewise.
5585         * string/tst-bswap.c: Likewise.
5586         * string/tst-inlcall.c: Likewise.
5587         * string/tst-strtok.c: Likewise.
5588         * string/tst-strxfrm.c: Likewise.
5589         * sysdeps/x86_64/tst-audit10.c: Likewise.
5590         * sysdeps/x86_64/tst-audit3.c: Likewise.
5591         * sysdeps/x86_64/tst-audit4.c: Likewise.
5592         * sysdeps/x86_64/tst-audit5.c: Likewise.
5593         * time/tst-ftime_l.c: Likewise.
5594         * time/tst-getdate.c: Likewise.
5595         * time/tst-mktime3.c: Likewise.
5596         * time/tst-mktime.c: Likewise.
5597         * time/tst-posixtz.c: Likewise.
5598         * time/tst-strptime2.c: Likewise.
5599         * time/tst-strptime3.c: Likewise.
5600         * wcsmbs/tst-btowc.c: Likewise.
5601         * wcsmbs/tst-mbrtowc.c: Likewise.
5602         * wcsmbs/tst-mbsrtowcs.c: Likewise.
5603         * wcsmbs/tst-wchar-h.c: Likewise.
5604         * wcsmbs/tst-wcpncpy.c: Likewise.
5605         * wcsmbs/tst-wcrtomb.c: Likewise.
5606         * wcsmbs/tst-wcsnlen.c: Likewise.
5607         * wcsmbs/tst-wcstof.c: Likewise.
5609 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
5611         [BZ #14132]
5612         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5613         INTDEF.
5614         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5615         declaration.
5616         (_dl_mcount): Use rtld_hidden_proto.
5617         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5618         _dl_mcount.
5619         * elf/rtld.c (_rtld_global_ro): Likewise.
5621         [BZ #14132]
5622         * elf/dl-init.c (_dl_init): Don't use INTDEF.
5623         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5624         of _dl_init_internal.
5625         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5626         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5627         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5628         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5629         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5630         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5631         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5632         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5633         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5634         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5635         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5636         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5637         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5638         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5639         * sysdeps/tile/dl-start.S (_start): Likewise.
5640         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5641         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5643         [BZ #14132]
5644         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5645         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5646         (rtld_progname): Make macro definition unconditional.
5647         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5648         INTDEF.
5649         (dlmopen_doit): Do not use INTUSE with _dl_argv.
5650         (dl_main): Likewise.
5651         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5652         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5653         instead of _dl_argv_internal.
5654         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5655         __GI__dl_argv instead of INTUSE(_dl_argv).
5656         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5657         __GI__dl_argv instead of _dl_argv_internal.
5659         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5660         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5661         macro.
5662         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5663         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5664         New macro.
5665         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5666         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5667         macro.
5668         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5669         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5671 2014-11-04  Andreas Schwab  <schwab@suse.de>
5673         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5675 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5677         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5678         mtvsrd instruction in binary form.
5680 2014-11-03  Andreas Schwab  <schwab@suse.de>
5682         [BZ #17522]
5683         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5684         for less than MB_LEN_MAX use a local buffer of that size.
5685         * libio/tst-fputws.c: New file.
5686         * libio/Makefile (tests): Add tst-fputws.
5688 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
5690         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5691         the size of the fpu_fr.fpu_dregs[] array.
5693 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
5695         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5696         (__nanosleep): Do not define as alias.
5697         (nanosleep): Define as alias of __nanosleep.
5698         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5699         __libc_nanosleep name.
5701 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5703         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5704         install.texi in comment.
5706 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5708         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5709         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5710         ... add here and use lwsync or sync ...
5711         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5712         ... and add here using lwsync.
5714 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
5716         * elf/dl-machine-reject-phdr.h: New file.
5717         * elf/dl-load.c: #include that.
5718         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5719         if that returned true.
5721 2014-10-31  Roland McGrath  <roland@hack.frob.com>
5723         [BZ #17496]
5724         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5725         gen-as-const-headers chunk.  Add a big scare comment after the last
5726         safe place to touch before-compile.
5728 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5730         * manual/install.texi (Tools for Compilation): Update autoconf
5731         version requirements.
5732         * INSTALL: Regenerated.
5734         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
5735         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5736         (__libc_pselect): Likewise.
5738         [BZ #14138]
5739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
5740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5744 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5746         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
5747         correct barrier instruction.
5748         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
5749         Likewise.
5750         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
5751         Likewise.
5753 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5755         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5756         after defining inlines.  Instead, just use parens to defeat macro
5757         expansion of __isctype in its declaration.
5759 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5761         * include/sys/uio.h (__libc_readv): Remove declaration.
5762         (__libc_writev): Likewise.
5763         * misc/readv.c (__libc_readv): Rename to __readv.
5764         (__readv): Do not define as alias.
5765         (readv): Define as alias of __readv.
5766         * misc/writev.c (__libc_writev): Rename to __writev.
5767         (__writev): Do not define as alias.
5768         (writev): Define as alias of __writev.
5769         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5770         (__readv): Do not define as alias.
5771         (readv): Define unconditionally as alias of __readv.
5772         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5773         (__writev): Do not define as alias.
5774         (writev): Define unconditionally as alias of __writev.
5775         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5776         name.
5777         (writev): Do not define __libc_writev name.
5779 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5781         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5782         (convert_charseq): New function, broken out of ...
5783         (use_from_charmap): ... here.  Call it.
5784         (use_to_charmap): Use convert_charseq and free instead of duplicating
5785         its code with a variable-length stack struct.
5787 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5789         * include/fcntl.h (__libc_creat): Remove declaration.
5790         * io/creat.c (__libc_creat): Rename to creat.
5791         (creat): Do not define as alias.
5792         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5793         of creat instead of __libc_creat.
5794         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5795         to creat.
5796         (creat): Do not define as alias.
5797         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5798         __libc_creat.
5799         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5800         __libc_creat name.
5801         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5802         Likewise.
5804 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5806         * manual/llio.texi: Add comments discussing why write() may be
5807         considered MT-unsafe on Linux.
5809 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5811         * dl-load.c (local_strdup): Remove.
5812         (expand_dynamic_string_token): Use __strdup.
5813         (decompose_rpath): Likewise.
5814         (_dl_map_object): Likewise.
5816 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5818         [BZ #14132]
5819         * sysdeps/generic/unwind-dw2-fde.c
5820         (__register_frame_info_bases_internal): Do not declare.
5821         (__register_frame_info_table_bases_internal): Likewise.
5822         (__deregister_frame_info_bases_internal): Likewise.
5823         (__register_frame_info_bases): Declare and use hidden_proto before
5824         definition.  Use hidden_def instead of INTDEF.
5825         (__register_frame_info_table_bases): Likewise.
5826         (__deregister_frame_info_bases): Likewise.
5827         (__register_frame_info): Do not use INTUSE.
5828         (__register_frame): Likewise.
5829         (__register_frame_info_table): Likewise.
5830         (__register_frame_table): Likewise.
5831         (__deregister_frame_info): Likewise.
5832         (__deregister_frame): Likewise.
5834 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5836         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5837         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5838         not undefine.
5839         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5840         Likewise.
5841         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5842         Likewise.
5844 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5846         [BZ #14138]
5847         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5848         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5849         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5850         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5851         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5852         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5853         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5854         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5855         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5856         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5857         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5858         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5859         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5860         syscall.
5861         (setfsuid): Likewise.
5862         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5863         (setfsuid): Likewise.
5864         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5865         (setfsuid): Likewise.
5866         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5867         Likewise.
5868         (setfsuid): Likewise.
5869         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5870         (setfsuid): Likewise.
5871         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5872         Likewise.
5873         (setfsuid): Likewise.
5875 2014-10-27  Andreas Schwab  <schwab@suse.de>
5877         [BZ #17501]
5878         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5879         check for Slow_SSE4_2 feature bit.
5880         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5881         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5882         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5883         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5885 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5887         * configure.ac: Validate compiler version with a empirical test of
5888         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5889         $CC -v output.
5890         * configure: Regenerated.
5892         * inet/htons.c (htons): Prototypify.
5893         * inet/htonl.c (htonl): Likewise.
5895 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5897         * string/strncat.c (strncat): Improve performance by using strlen.
5899 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5901         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5903 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5905         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5906         Call libc_fetestexcept_aarch64.
5908 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5910         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5911         Call libc_feholdexcept_aarch64.
5913 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5915         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5916         Call get_rounding_mode.
5918 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5920         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5921         Simplify logic.
5923 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5925         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5926         Simplify logic.
5928 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
5930         [BZ #14138]
5931         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5932         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5933         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5934         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5935         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5936         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5937         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5938         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5939         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5940         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5941         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5942         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5943         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5944         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5945         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5946         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5947         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5948         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5949         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5950         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5951         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5952         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5953         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5954         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5955         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5956         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5957         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5958         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5959         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5960         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5961         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5962         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5963         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5964         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5965         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5966         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5967         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5968         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5969         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5970         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5971         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5972         syscall.
5973         (geteuid): Likewise.
5974         (getgid): Likewise.
5975         (getuid): Likewise.
5976         (getresgid): Likewise.
5977         (getresuid): Likewise.
5978         (getgroups): Likewise.
5979         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5980         (geteuid): Likewise.
5981         (getgid): Likewise.
5982         (getuid): Likewise.
5983         (getresgid): Likewise.
5984         (getresuid): Likewise.
5985         (getgroups): Likewise.
5986         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5987         (geteuid): Likewise.
5988         (getgid): Likewise.
5989         (getuid): Likewise.
5990         (getresgid): Likewise.
5991         (getresuid): Likewise.
5992         (getgroups): Likewise.
5993         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5994         Likewise.
5995         (geteuid): Likewise.
5996         (getgid): Likewise.
5997         (getuid): Likewise.
5998         (getresgid): Likewise.
5999         (getresuid): Likewise.
6000         (getgroups): Likewise.
6001         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6002         (geteuid): Likewise.
6003         (getgid): Likewise.
6004         (getuid): Likewise.
6005         (getresgid): Likewise.
6006         (getresuid): Likewise.
6007         (getgroups): Likewise.
6008         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6009         Likewise.
6010         (geteuid): Likewise.
6011         (getgid): Likewise.
6012         (getuid): Likewise.
6013         (getgroups): Likewise.
6015         [BZ #14138]
6016         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6017         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6018         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6019         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6020         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6021         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6022         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6023         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6024         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6025         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6026         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6027         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6028         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6029         __chown.
6030         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6031         (lchown): Likewise.
6032         (fchown): Likewise.
6033         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6034         Likewise.
6035         (lchown): Likewise.
6036         (fchown): Likewise.
6037         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6038         (lchown): Likewise.
6039         (fchown): Likewise.
6040         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6041         Likewise.
6042         (lchown): Likewise.
6043         (fchown): Likewise.
6045 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6047         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6048         Simplify logic.
6050 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6052         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6053         Cleanup logic.
6055 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6057         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6058         Remove unused include.
6060 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6062         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6063         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6064         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6065         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6067 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6068             Helge Deller <deller@gmx.de>
6070         [BZ #17508]
6071         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6072         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6073         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6075 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6077         [BZ #14132]
6078         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6079         Remove macro definition.
6080         (__ashrdi3_v_glibc20): Likewise.
6081         (__lshrdi3_v_glibc20): Likewise.
6082         (__cmpdi2_v_glibc20): Likewise.
6083         (__ucmpdi2_v_glibc20): Likewise.
6084         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6085         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6086         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6087         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6088         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6089         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6091 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6093         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6094         old GNU extension [0] syntax.
6095         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6096         alloca rather than an array member with variable length.
6097         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6098         * nscd/nscd.c (invalidate_db): New function, broken out of ...
6099         (parse_opt): ... here.  Likewise use alloca there.
6100         Validate the -i argument before checking for rootness.
6101         (send_shutdown): New function, broken out of ...
6102         (parse_opt): ... here.
6104 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6106         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6107         macro to get at the _rt_local_ro field.
6108         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6109         ([PIC] case) or _dl_hwcap ([!PIC] case).
6110         * sysdeps/arm/setjmp.S: Likewise.
6112         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6113         * sysdeps/arm/configure.ac: New check to define it.
6114         * sysdeps/arm/configure: Regenerated.
6115         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6116         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6117         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6118         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6119         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6120         Use move/movt pair instead of a load.
6121         (LDST_GLOBAL): Macro removed.
6122         (LDR_GLOBAL): New macro replaces it.
6123         (LDR_HIDDEN): New macro.
6124         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6125         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6127         * setjmp/tst-setjmp-static.c: New file.
6128         * setjmp/Makefile (tests): Add it.
6129         (tests-static): New variable.
6131 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
6133         [BZ #17485]
6134         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6136 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
6138         [BZ #14132]
6139         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6141 2014-10-21  Roland McGrath  <roland@hack.frob.com>
6143         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6145 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6147         * io/fts.c (dirent_not_directory): New function.
6148         (fts_build): Call it.
6150 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6152         * nptl/version.c (__nptl_main): Use normal __write rather than
6153         INTERNAL_SYSCALL.
6154         (banner): Update copyright years.
6156         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6157         gettimeofday.
6158         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6159         * nptl/pthread_cond_timedwait.c: Likewise.
6160         * nptl/pthread_mutex_timedlock.c: Likewise.
6161         * nptl/sem_timedwait.c: Likewise.
6163         * sysdeps/nptl/bits/libc-lock.h
6164         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6165         (__libc_lock_init_recursive): Return void, not 0.
6166         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6167         (__libc_rwlock_init): Likewise.
6168         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6170 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6172         [BZ #15215]
6173         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6174         (__pthread_once_slow): ... here.
6175         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6176         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6178 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6180         [BZ #15215]
6181         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6182         __PTHREAD_ONCE_FORK_GEN_INCR): New.
6183         * sysdeps/nptl/fork.c (__libc_fork): Use them.
6184         * nptl/pthread_once.c (__pthread_once): Likewise.
6185         Update comments.
6187 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
6189         [BZ #14138]
6190         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6191         name.
6192         (writev): Use __libc_writev as strong name.
6193         * sysdeps/unix/sysv/linux/readv.c: Remove file.
6194         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6196 2014-10-17  Roland McGrath  <roland@hack.frob.com>
6198         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6200         * sysdeps/i386/nptl/tls.h
6201         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6202         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6203         New macros.
6204         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6205         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6206         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6207         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6208         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6209         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6211         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6212         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6213         on [__NR_futex].
6214         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6215         broken out of ...
6216         (__pthread_mutex_init): ... here.  Call it.
6217         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6218         Conditionalize PI cases on [__NR_futex].
6219         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6220         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6221         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6223         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6224         conditional on [SIGSETXID].
6225         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6226         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6227         is defined.  Likewise for SIGSETXID.
6228         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6229         Conditionalize definitions on [SIGSETXID].
6230         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6231         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6232         unblocking on [SIGCANCEL].
6234         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6235         [__NR_set_robust_list].
6237 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6239         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6240         (do_compare): Likewise.
6242 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6244         [BZ #15884]
6245         * string/strcoll_l.c: Don't include stdio.h.
6246         (coll_seq): Remove members idxarr and rulearr.
6247         (get_next_seq_cached): Remove function.
6248         (get_next_seq): Likewise.
6249         (get_next_seq_nocache): Rename to get_next_seq.
6250         (do_compare): Remove function.
6251         (do_compare_nocache): Rename to do_compare.
6252         (STRCOLL): Remove weight and rules cache.
6254 2014-10-16  Roland McGrath  <roland@hack.frob.com>
6256         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6257         * sysdeps/arm/sfp-machine.h: ... to here.
6258         * sysdeps/arm/Implies: Remove arm/soft-fp.
6260 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
6262         * conform/data/sys/utsname.h-data (*_t): Allow.
6263         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6264         [POSIX] (WEXITED): Do not expect constant.
6265         [POSIX] (WSTOPPED): Likewise.
6266         [POSIX] (WNOHANG): Likewise.
6267         [POSIX] (WNOWAIT): Likewise.
6268         [POSIX] (siginfo_t): Do not expect type or elements.
6269         [POSIX] (pid_t): Do not expect type.
6270         [POSIX] (signal.h): Do not allow header.
6271         [POSIX] (sys/resource.h): Likewise.
6272         [POSIX] (si_*): Do not allow pattern.
6273         [POSIX] (W*): Likewise.
6274         [POSIX] (P_*): Likewise.
6275         [POSIX] (BUS_*): Likewise.
6276         [POSIX] (CLD_*): Likewise.
6277         [POSIX] (FPE_*): Likewise.
6278         [POSIX] (ILL_*): Likewise.
6279         [POSIX] (POLL_*): Likewise.
6280         [POSIX] (SEGV_*): Likewise.
6281         [POSIX] (SI_*): Likewise.
6282         [POSIX] (TRAP_*): Likewise.
6283         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6284         variable.
6286 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6288         [BZ #12926]
6289         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6290         infinite loop when __recvmsg returns 0.
6292 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
6294         * CANCEL-FCT-WAIVE: Remove file.
6295         * CANCEL-FILE-WAIVE: Likewise.
6297         [BZ #14132]
6298         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6299         instead of INTVARDEF.
6300         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6301         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6302         rtld_hidden_data_def instead of INTVARDEF.
6303         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6304         * elf/dl-deps.c (expand_dst): Likewise.
6305         * elf/dl-load.c (_dl_dst_count): Likewise.
6306         (_dl_dst_substitute): Likewise.
6307         (decompose_rpath): Likewise.
6308         (_dl_init_paths): Likewise.
6309         (open_path): Likewise.
6310         (_dl_map_object): Likewise.
6311         * elf/rtld.c (dl_main): Likewise.
6312         (process_dl_audit): Likewise.
6313         (process_envvars): Likewise.
6314         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6315         Remove declaration.
6316         (__libc_enable_secure): Use rtld_hidden_proto.
6318 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6320         * elf/dl-load.c
6321         (add_path): New function broken out of _dl_rtld_di_serinfo.
6322         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
6324 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6326         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6327         parentheses around macro arguments.
6328         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6329         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6330         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6331         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6332         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6333         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6334         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6335         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6336         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6337         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6338         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6339         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6340         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6341         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6342         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6343         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6344         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6345         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6346         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6347         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6348         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6349         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6350         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6351         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6352         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6353         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6354         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6355         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6356         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6357         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6358         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6359         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6360         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6361         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6362         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6363         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6364         Likewise.
6365         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6366         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6367         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6368         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6369         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6370         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6371         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6372         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6373         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6374         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6375         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6376         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6377         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6378         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6379         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6380         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6381         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6382         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6383         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6384         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6385         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6386         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6387         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6388         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6389         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6390         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6391         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6392         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6393         (_FP_FRAC_SRS_1): Likewise.
6394         (_FP_FRAC_CLZ_1): Likewise.
6395         (_FP_MUL_MEAT_1_imm): Likewise.
6396         (_FP_MUL_MEAT_1_wide): Likewise.
6397         (_FP_MUL_MEAT_1_hard): Likewise.
6398         (_FP_SQRT_MEAT_1): Likewise.
6399         (_FP_FRAC_ASSEMBLE_1): Likewise.
6400         (_FP_FRAC_DISASSEMBLE_1): Likewise.
6401         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6402         (__FP_CLZ_2): Likewise.
6403         (_FP_MUL_MEAT_2_wide): Likewise.
6404         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6405         (_FP_MUL_MEAT_2_gmp): Likewise.
6406         (_FP_MUL_MEAT_2_120_240_double): Likewise.
6407         (_FP_SQRT_MEAT_2): Likewise.
6408         (_FP_FRAC_ASSEMBLE_2): Likewise.
6409         (_FP_FRAC_DISASSEMBLE_2): Likewise.
6410         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6411         (_FP_FRAC_CLZ_4): Likewise.
6412         (_FP_MUL_MEAT_4_wide): Likewise.
6413         (_FP_MUL_MEAT_4_gmp): Likewise.
6414         (_FP_SQRT_MEAT_4): Likewise.
6415         (_FP_FRAC_ASSEMBLE_4): Likewise.
6416         (_FP_FRAC_DISASSEMBLE_4): Likewise.
6417         * soft-fp/op-common.h (_FP_CMP): Likewise.
6418         (_FP_CMP_EQ): Likewise.
6419         (_FP_CMP_UNORD): Likewise.
6420         (_FP_TO_INT): Likewise.
6421         (_FP_FROM_INT): Likewise.
6422         [!__FP_CLZ] (__FP_CLZ): Likewise.
6423         (_FP_DIV_HELP_imm): Likewise.
6424         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6425         Likewise.
6426         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6427         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6428         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6429         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6430         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6431         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6432         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6433         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6434         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6435         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6436         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6437         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6438         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6439         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6440         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6441         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6442         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6443         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6444         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6445         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6446         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6447         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6448         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6449         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6450         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6451         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6452         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6453         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6454         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6455         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6456         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6457         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6458         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6459         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6460         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6461         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6462         (FP_UNPACK_RAW_SP): Likewise.
6463         (FP_PACK_RAW_S): Likewise.
6464         (FP_PACK_RAW_SP): Likewise.
6465         (FP_UNPACK_S): Likewise.
6466         (FP_UNPACK_SP): Likewise.
6467         (FP_UNPACK_SEMIRAW_S): Likewise.
6468         (FP_UNPACK_SEMIRAW_SP): Likewise.
6469         (FP_PACK_S): Likewise.
6470         (FP_PACK_SP): Likewise.
6471         (FP_PACK_SEMIRAW_S): Likewise.
6472         (FP_PACK_SEMIRAW_SP): Likewise.
6473         (_FP_SQRT_MEAT_S): Likewise.
6474         (FP_CMP_S): Likewise.
6475         (FP_CMP_EQ_S): Likewise.
6476         (FP_CMP_UNORD_S): Likewise.
6477         (FP_TO_INT_S): Likewise.
6478         (FP_FROM_INT_S): Likewise.
6480         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6482         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6483         (FP_EX_INVALID_IMZ): Likewise.
6484         (FP_EX_INVALID_IMZ_FMA): Likewise.
6485         (FP_EX_INVALID_ISI): Likewise.
6486         (FP_EX_INVALID_ZDZ): Likewise.
6487         (FP_EX_INVALID_IDI): Likewise.
6488         (FP_EX_INVALID_SQRT): Likewise.
6489         (FP_EX_INVALID_CVI): Likewise.
6490         (FP_EX_INVALID_VC): Likewise.
6491         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6492         "invalid" exceptions.
6493         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6494         (_FP_ADD_INTERNAL): Likewise.
6495         (_FP_MUL): Likewise.
6496         (_FP_FMA): Likewise.
6497         (_FP_DIV): Likewise.
6498         (_FP_CMP_CHECK_NAN): Likewise.
6499         (_FP_SQRT): Likewise.
6500         (_FP_TO_INT): Likewise.
6501         (FP_EXTEND): Likewise.
6503 2014-10-09  Allan McRae  <allan@archlinux.org>
6505         * po/fr.po: Update French translation from translation project.
6507 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6509         [BZ #14132]
6510         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6511         of INTDEF.
6512         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6513         (__cxa_atexit): Use libc_hidden_proto.
6514         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6516         [BZ #14132]
6517         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6518         declaration.
6519         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6520         [!_ISOMAC] (__iswspace_l_internal): Likewise.
6521         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6522         [!_ISOMAC] (__iswctype_internal): Likewise.
6523         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6524         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6525         alias.
6526         (fcntl): Remove __fcntl_internal alias.
6527         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6528         __connect_internal alias.
6529         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6530         Likewise.
6532         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6533         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6534         FP_DENORM_ZERO.
6535         (_FP_CHECK_FLUSH_ZERO): New macro.
6536         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6537         (_FP_CMP): Likewise.
6538         (_FP_CMP_EQ): Likewise.
6539         (_FP_TO_INT): Do not set inexact for subnormal arguments if
6540         FP_DENORM_ZERO.
6541         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6542         (FP_TRUNC): Likewise.
6544         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6545         treated as invalid conversion, not as normal exponent.
6547         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6548         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
6549         (_FP_CMP_EQ): Likewise.
6550         (_FP_CMP_UNORD): Likewise.
6551         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6552         (FP_CMP_EQ_D): Likewise.
6553         (FP_CMP_UNORD_D): Likewise.
6554         * soft-fp/extended.h (FP_CMP_E): Likewise.
6555         (FP_CMP_EQ_E): Likewise.
6556         (FP_CMP_UNORD_E): Likewise.
6557         * soft-fp/quad.h (FP_CMP_Q): Likewise.
6558         (FP_CMP_EQ_Q): Likewise.
6559         (FP_CMP_UNORD_Q): Likewise.
6560         * soft-fp/single.h (FP_CMP_S): Likewise.
6561         (FP_CMP_EQ_S): Likewise.
6562         (FP_CMP_UNORD_S): Likewise.
6563         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6564         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6565         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6566         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6567         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6568         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6569         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6570         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6571         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6572         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6573         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6574         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6575         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6576         to FP_CMP_Q.
6577         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6578         FP_CMP_Q.
6579         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6580         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6581         FP_CMP_EQ_Q.
6582         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6583         FP_CMP_Q.
6584         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6585         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6586         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6587         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6588         FP_CMP_EQ_Q.
6589         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6590         FP_CMP_Q.
6591         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6592         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6593         FP_CMP_EQ_Q.
6594         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6595         FP_CMP_Q.
6596         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6597         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6598         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6599         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6600         FP_CMP_EQ_Q.
6602         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6603         a subnormal result, set the underflow exception if trapping on
6604         underflow is enabled.
6605         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6606         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6607         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6608         redefine to 0.
6609         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6610         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6611         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6612         * soft-fp/extendxftf2.c (__extendxftf2): Use
6613         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6615         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6616         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6617         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6618         FP_HANDLE_EXCEPTIONS.
6619         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6620         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6621         FP_HANDLE_EXCEPTIONS.
6622         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6623         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6624         FP_HANDLE_EXCEPTIONS.
6625         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6626         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6627         FP_HANDLE_EXCEPTIONS.
6629 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
6631         [BZ #14132]
6632         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6633         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6634         use INTUSE.
6635         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6636         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6637         Remove alias.
6638         (__adjtimex): Define using libc_hidden_ver.
6639         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6640         Remove declaration.
6641         (ntp_gettime): Call __adjtimex directly.
6642         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6643         Remove declaration.
6644         (ntp_gettimex): Call __adjtimex directly.
6645         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6646         __adjtimex_internal alias.
6648 2014-10-08  Roland McGrath  <roland@hack.frob.com>
6650         [BZ #17460]
6651         * nscd/nscd.c (more_help): Rewrite list of tables collection
6652         using xstrdup and asprintf.
6654         * nscd/nscd_conf.c: Remove local xstrdup declaration.
6656 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6657             Roland McGrath  <roland@hack.frob.com>
6659         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6660         (do_lookup_unique): ... local function 'enter' here; update callers.
6662 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
6664         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6665         compat_symbol calls on [SHARED].
6666         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6667         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6668         Remove.
6669         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6670         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6671         (oldsetrlimit): Remove.
6672         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6674         (lchown): New syscall entry.
6675         (oldsetrlimit): Remove.
6676         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6677         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6678         (oldsetrlimit): Remove.
6679         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6681         [BZ #14138]
6682         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6683         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6684         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6685         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6686         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6687         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6688         (fchown): Likewise.
6689         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6690         (fchown): Likewise.
6691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6692         Likewise.
6694 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6696         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6697         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6698         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6699         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6700         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6701         Likewise.
6702         (__old_sem_post): Likewise.
6704 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
6706         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6707         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6708         HAVE_CLOCK_GETTIME_VSYSCALL macros.
6709         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6710         Use INLINE_VSYSCALL macro.
6711         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6712         __vdso_clock_gettime.
6713         * sysdeps/unix/sysv/linux/tile/init-first.c
6714         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6715         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6716         __vdso_clock_gettime.
6718         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6719         to set up frame more cleanly.
6721         * sysdeps/tile/memcmp.c: New file.
6723         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6725         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6726         * sysdeps/tile/tilegx/strcasestr.c: New file.
6727         * sysdeps/tile/tilegx/strnlen.c: New file.
6728         * sysdeps/tile/tilegx/strstr.c: New file.
6730         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6732 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
6734         * nptl/tst-setuid3.c: Write errors to stdout.
6736 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6738         * elf/dl-deps.c
6739         (preload): New functions broken out of _dl_map_object_deps.
6740         (_dl_map_object_deps):  Remove a nested function. Update call sites.
6742 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
6744         [BZ #14138]
6745         * sysdeps/unix/sysv/linux/execve.c: Remove file.
6746         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
6748 2014-10-01  Steve Ellcey  <sellcey@mips.com>
6750         * sysdeps/mips/strcmp.S: New.
6752 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
6754         [BZ #14138]
6755         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6756         (linkat): Likewise.
6757         (mkdirat): Likewise.
6758         (readlinkat): Likewise.
6759         (renameat): Likewise.
6760         (symlinkat): Likewise.
6761         (unlinkat): Likewise.
6762         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6763         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6764         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6765         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6766         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6767         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6768         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6770 2014-09-30  Will Newton  <will.newton@linaro.org>
6772         * math/math.h: Define long double math functions if
6773         _LIBC_TEST is defined.
6774         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6776         * localedata/Makefile: Move assignment to tests-special
6777         into an ifdef testing run-built-tests.
6778         * timezone/Makefile: Likewise.
6780 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6782         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6783         with $(BASH) not $(SHELL).
6785 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6786             Matthew LeGendre  <legendre1@llnl.gov>
6788         [BZ #17411]
6789         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6790         l_reloc_result.
6792 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6794         * stdio-common/printf_fp.c
6795         (hack_digit): New function, broken out of ...
6796         (__printf_fp): ... local function here.  Update call sites.
6797         hack_digit now takes an additional parameter that is a pointer
6798         to a struct of the referenced locals.  Those locals moved inside
6799         the struct and references updated.
6801 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6803         * aclocal.m4: Require autoconf 2.69.
6804         * configure: Regenerated.
6805         * sysdeps/aarch64/configure: Likewise.
6806         * sysdeps/alpha/configure: Likewise.
6807         * sysdeps/arm/armv7/configure: Likewise.
6808         * sysdeps/arm/configure: Likewise.
6809         * sysdeps/ia64/configure: Likewise.
6810         * sysdeps/mach/configure: Likewise.
6811         * sysdeps/mips/configure: Likewise.
6812         * sysdeps/s390/configure: Likewise.
6813         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6816         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6817         file.
6818         * sysdeps/ia64/configure.ac: Likewise.
6820 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6823         specify symbol version for ld.so.  Do not include entry for
6824         libpthread.
6825         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6826         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6827         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6829         [BZ #14171]
6830         * Makeconfig [$(build-shared) = yes]
6831         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6832         makefiles.
6833         [$(build-shared) = yes && $(soversions.mk-done) = t]
6834         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6835         [$(build-shared) = yes && $(soversions.mk-done) = t]
6836         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6837         to Makerules.
6838         [$(build-shared) = yes && $(soversions.mk-done) = t]
6839         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6840         here.
6841         [$(build-shared) = yes && $(soversions.mk-done) = t]
6842         (common-generated): Don't append gnu/lib-names.h and
6843         gnu/lib-names.stmp here.
6844         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6845         (lib-names-h-abi): New variable.
6846         [$(build-shared) = yes && $(soversions.mk-done) = t]
6847         (lib-names-stmp-abi): Likewise.
6848         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6849         abi-variants] (before-compile): Append
6850         $(common-objpfx)$(lib-names-h-abi).
6851         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6852         abi-variants] (common-generated): Append gnu/lib-names.h.
6853         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6854         abi-variants] (install-others-nosubdir): Depend on
6855         $(inst_includedir)/$(lib-names-h-abi).
6856         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6857         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6858         [$(build-shared) = yes && $(soversions.mk-done) = t]
6859         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6860         [$(build-shared) = yes && $(soversions.mk-done) = t]
6861         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6862         [$(build-shared) = yes && $(soversions.mk-done) = t]
6863         (common-generated): Append $(lib-names-h-abi) and
6864         $(lib-names-stmp-abi).
6865         * scripts/lib-names.awk: Do not handle multi being set.
6866         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6867         Remove variable.
6868         (abi-lp64_be-ld-soname): Likewise.
6869         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6870         Likewise.
6871         (abi-hard-ld-soname): Likewise.
6872         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6873         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6874         Remove variable.
6875         (abi-o32_hard-ld-soname): Likewise.
6876         (abi-o32_soft_2008-ld-soname): Likewise.
6877         (abi-o32_hard_2008-ld-soname): Likewise.
6878         (abi-n32_soft-ld-soname): Likewise.
6879         (abi-n32_hard-ld-soname): Likewise.
6880         (abi-n32_soft_2008-ld-soname): Likewise.
6881         (abi-n32_hard_2008-ld-soname): Likewise.
6882         (abi-n64_soft-ld-soname): Likewise.
6883         (abi-n64_hard-ld-soname): Likewise.
6884         (abi-n64_soft_2008-ld-soname): Likewise.
6885         (abi-n64_hard_2008-ld-soname): Likewise.
6886         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6887         Likewise.
6888         (abi-64-v2-ld-soname): Likewise.
6889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6890         ld.so entries.
6891         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6892         variable.
6893         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6894         entry.
6895         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6896         variable.
6897         (abi-64-ld-soname): Likewise.
6898         (abi-x32-ld-soname): Likewise.
6899         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6900         entry.
6901         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6903 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6905         [BZ #14138]
6906         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6907         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6908         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6909         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6910         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6911         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6912         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6913         syscall entry for GLIBC_2.2 symbol version.
6914         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6915         Likewise.
6916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6917         (setrlimit): Likewise.
6918         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6919         Likewise.
6921 2014-09-23  Will Newton  <will.newton@linaro.org>
6923         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6924         _LINUX_ARM_SYSDEP_H include guard too.
6925         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6926         define.
6928 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6930         * sysdeps/unix/sysv/linux/eventfd.c:
6931         Make first argument unsigned.
6932         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6933         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6935 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
6937         * socket/recvmmsg.c (recvmmsg): Drop const argument.
6938         * socket/sys/socket.h: Likewise
6939         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6941 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6943         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6945 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
6947         * time/tst-ftime.c: New test.
6948         * time/Makefile (tests): Add tst-ftime.
6950 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
6952         * soft-fp/extended.h: Fix comment formatting.
6953         * soft-fp/op-1.h: Likewise.
6954         * soft-fp/op-2.h: Likewise.
6955         * soft-fp/op-4.h: Likewise.
6956         * soft-fp/op-8.h: Likewise.
6957         * soft-fp/op-common.h: Likewise.
6958         * soft-fp/soft-fp.h: Likewise.
6960         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6962 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
6964         [BZ #6652]
6965         * Makeconfig (soversions-default-setname): Remove variable.
6966         ($(common-objpfx)soversions.i): Don't pass default_setname to
6967         soversions.awk.
6968         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6969         oldest_abi to abi-versions.awk.
6970         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6971         * config.make.in (oldest-abi): Remove variable.
6972         * configure.ac (--enable-oldest-abi): Remove configure option.
6973         * configure: Regenerated.
6974         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6975         text.
6976         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6977         * scripts/soversions.awk: Do not handle default_setname variable.
6978         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6979         variable.
6980         * sysdeps/mach/hurd/configure: Regenerated.
6981         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6982         variable.
6983         * sysdeps/unix/sysv/linux/configure: Regenerated.
6985 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6987         * elf/Makefile (CFLAGS-interp.c): Remove.
6988         ($(elf-objpfx)runtime-linker.h): Generate header with linker
6989         path string.
6990         * elf/interp.c: Include generated runtime-linker.h
6992         * Makerules (lib%.so): Don't include $(+interp) in
6993         prerequisites.
6994         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6995         * dlfcn/eval.c: Remove file.
6997         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6998         macros.
7000         [BZ #17266]
7001         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7002         4.2 and newer.
7004         [BZ #17370]
7005         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7007 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7008             Jakub Jelinek  <jakub@redhat.com>
7010         [BZ #17266]
7011         * libio/stdio.h: Check definition of __fortify_function
7012         instead of __extern_always_inline to include bits/stdio2.h.
7013         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7014         check if __extern_always_inline is defined.
7015         [__USE_MISC || __USE_XOPEN]: Likewise.
7016         [__USE_ISOC99] Likewise.
7017         * misc/sys/cdefs.h (__fortify_function): Define only if
7018         __extern_always_inline is defined.
7019         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7020         __extern_always_inline and __extern_inline only for g++-4.3
7021         and newer or a compatible gcc.
7023 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7025         [BZ #17371]
7026         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7027         last change to handle zero prefix length.
7029 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7031         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7032         _SC_REGEX_VERSION.
7034         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7035         _POSIX_RAW_SOCKETS.
7037 2014-09-13  Allan McRae  <allan@archlinux.org>
7039         * po/ru.po: Update Russian translation from translation project.
7041 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7043         * locale/programs/locale.c (show_locale_vars): Inline local function
7044         into its sole call site.  Clean up some style nits.
7045         (print_item): New function, broken out of ...
7046         (show_info): ... local function here.  Clean up style nits.
7048         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7049         out of ...
7050         (set_class_defaults): ... local function set_default here.
7051         Define set_default as a macro locally to pass constant parameters.
7052         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7053         rather than a shared local.
7055         * stdlib/rpmatch.c (try): New function, broken out of ...
7056         (rpmatch): ... local function here.  Also, prototypify definition.
7058 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7060         * scripts/soversions.awk: Do not handle configuration names.
7061         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7062         vendor and os variables to soversions.awk.
7063         * configure.ac: Do not modify gnu-* host_os.
7064         * configure: Regenerated
7065         * shlib-versions: Remove first column with configuration names.
7066         * nptl/shlib-versions: Likewise.
7067         * nptl_db/shlib-versions: Likewise.
7068         * sysdeps/hppa/shlib-versions: Likewise.
7069         * sysdeps/m68k/shlib-versions: Likewise.
7070         * sysdeps/mach/hurd/shlib-versions: Likewise.
7071         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7072         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7073         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7074         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7075         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7076         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7077         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7078         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7080         Likewise.
7081         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7082         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7083         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7084         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7085         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7086         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7087         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7088         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7091         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7093         Regenerated.
7094         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7096         Condition symbol version definitions on [HAVE_ELFV2_ABI].
7098         * shlib-versions: Remove OS-specific entries.  Moved to files in
7099         sysdeps.
7100         * sysdeps/mach/hurd/shlib-versions: New file.
7101         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7103         * nptl/shlib-versions: Remove architecture-specific entries.
7104         Moved to files in sysdeps.
7105         * shlib-versions: Likewise.
7106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7107         file.
7108         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7109         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7110         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7111         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7113         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7114         (UDP_NO_CHECK6_RX): Likewise.
7116 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7118         * sysdeps/posix/sysconf.c (__sysconf): Spell
7119         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7121 2014-08-12  Florian Weimer  <fweimer@redhat.com>
7123         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7124         loading.
7125         * iconv/Versions (__gconv_transliterate): Export for use from
7126         gconv modules.
7127         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7128         (struct __gconv_trans_data, __gconv_trans_fct,
7129         __gconv_trans_context_fct, __gconv_trans_query_fct,
7130         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7131         definitions.
7132         (struct __gconv_step_data): Remove __trans member.
7133         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
7134         longer hidden.  Remove unused trans_data argument.
7135         * iconv/gconv_int.h (struct trans_struct): Remove definition.
7136         (__gconv_translit_find): Remove declaration.
7137         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
7138         prototype.
7139         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7140         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7141         trans_data argument.  Add hidden definition.
7142         (__gconv_translit_find): Remove.
7143         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7144         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7145         * iconv/skeleton.c: Remove transliteration initialization.
7146         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7147         __gconv_step_data initialization.
7148         * libio/iofwide.c (__libio_translit_): Remove.
7149         (_IO_fwide): Adjust struct __gconv_step_data initialization.
7150         * wcsmbs/btowc.c (__btowc): Likewise.
7151         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7152         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7153         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7154         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7155         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7156         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7157         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7158         * wcsmbs/wctob.c (wctob): Likewise.
7160 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7162         [BZ #16194]
7163         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7164         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
7165         register usage.
7166         * sysdeps/x86/Makefile: Adjust.
7168 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7169             Roland McGrath  <roland@hack.frob.com>
7171         * locale/weight.h: Add include guard.
7172         (findidx): Make static rather than auto; take new parameters
7173         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7174         * locale/weightwc.h: Likewise.
7175         * posix/fnmatch_loop.c
7176         (FCT): Change type of EXTRA from int32_t to wint_t.
7177         Don't include either header inside the function.
7178         Call FINDIDX rather than findidx, and pass new arguments.
7179         #undef FINDIDX at the end of the file.
7180         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7181         FINDIDX before including fnmatch_loop.c for the non-wide version.
7182         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7183         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7184         for the wide version.
7185         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7186         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7187         Pass new arguments to findidx.
7188         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7189         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7190         Don't #include it inside the function.  Pass new arguments to findidx.
7191         * posix/regex_internal.h
7192         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7193         (re_string_elem_size_at): Don't #include it inside the function.
7194         Pass new arguments to findidx.
7195         * string/strcoll_l.c: #include WEIGHT_H at top level.
7196         (get_next_seq): Don't #include it inside the function.
7197         Pass new arguments to findidx.
7198         (get_next_seq_nocache): Likewise.
7199         * string/strxfrm_l.c: #include WEIGHT_H at top level.
7200         (STRXFRM): Don't #include it inside the function.
7201         Pass new arguments to findidx.
7203 2014-09-11  Florian Weimer  <fweimer@redhat.com>
7205         [BZ #17344]
7206         * malloc/malloc.c (unlink): Turn asserts into a call to
7207         malloc_printerr.
7209 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7211         [BZ #17370]
7212         * libio/wfileops (do_ftell_wide): Free OUT.
7214 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7216         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7218 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7220         [BZ #17363]
7221         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7222         group if the current group is empty.
7224 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7226         * benchtests/bench-memset.c (test_main): Add more test from size
7227         from 32 to 512 bytes.
7228         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7229         Add POWER8 memset object.
7230         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7231         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7232         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7233         implementation.
7234         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7235         Likewise.
7236         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7237         multiarch POWER8 memset optimization.
7238         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7239         POWER8 memset optimization.
7241         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7242         Remove bzero multiarch objects.
7243         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7244         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7245         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7246         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7247         Remove define.
7248         [__bzero]: Redefine to specific name.
7249         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7250         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7251         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7252         define.
7253         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7254         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7256 2014-09-10  Florian Weimer  <fweimer@redhat.com>
7258         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7259         warnings into errors.
7261         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7262         __cxa_thread_atexit_impl prototype.
7264 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7266         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7267         Fix capitalization of error message.
7269 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7271         * sysdeps/mips/preconfigure: Modify ABI tests.
7273 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
7275         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7277 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7278             Carlos O'Donell  <carlos@systemhalted.org>
7280         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7281         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7282         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7283         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7284         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7285         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7286         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7287         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7288         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7289         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7290         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7291         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7292         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7293         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7294         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7295         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7296         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7297         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7298         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7299         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7300         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7301         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7302         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7303         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7304         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7305         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7306         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7307         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7308         Deconditionalize the code that was previously under [RESET_PID].
7309         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7310         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7311         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7312         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7313         include sysdep.h.
7315 2014-09-08  Allan McRae  <allan@archlinux.org>
7317         * version.h (RELEASE): Set to "development".
7318         (VERSION): Set to "2.20.90"
7320 2014-09-07  Allan McRae  <allan@archlinux.org
7322         * version.h (RELEASE): Set to "stable".
7323         (VERSION): Set to "2.20"
7324         * include/features.h (__GLIBC_MINOR__): Set to 20.
7326         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7327         Liebler.
7329         * po/ko.po: Update Korean translation from translation project.
7331 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
7333         [BZ #17354]
7334         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7335         macro for handling signed relocations.
7337 2014-09-03  Florian Weimer  <fweimer@redhat.com>
7339         [BZ #17325]
7340         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7341         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7342         assert.
7343         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7344         * iconvdata/ibm935.c (BODY): Likewise.
7345         * iconvdata/ibm937.c (BODY): Likewise.
7346         * iconvdata/ibm939.c (BODY): Likewise.
7347         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7348         assert.
7349         * iconvdata/Makefile (iconv-test.out): Pass module list to test
7350         script.
7351         * iconvdata/run-iconv-test.sh: New test loop for checking for
7352         decoder crashers.
7354 2014-09-02  Khem Raj  <raj.khem@gmail.com>
7356         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7357         libm_hidden_ver.
7359 2014-09-01  Allan McRae  <allan@archlinux.org>
7361         * po/eo.po: Update Esperanto translation from translation project.
7363         * po/ca.po: Update Catalan translation from translation project.
7365 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7367         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7368         __proc_dostop call.
7370 2014-08-27  Mark Wielaard  <mjw@redhat.com>
7372         [BZ #17319]
7373         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7374         to call set_thread_area instead of hand written asm.
7375         (__NR_set_thread_area): Removed define.
7376         (TLS_FLAG_WRITABLE): Likewise.
7377         (__ASSUME_SET_THREAD_AREA): Remove check.
7378         (TLS_EBX_ARG): Remove define.
7379         (TLS_LOAD_EBX): Likewise.
7381 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7383         Simplify atomicity of socket creation in bind.
7385         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7386         looking up the name after linking the file.
7388 2014-08-27  Allan McRae  <allan@archlinux.org>
7390         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7392 2014-08-26  Florian Weimer  <fweimer@redhat.com>
7394         [BZ #17187]
7395         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7396         trans_compare, open_translit, __gconv_translit_find):
7397         Remove module loading code.
7399 2014-08-26  Allan McRae  <allan@archlinux.org>
7401         * po/vi.po: Update Vietnamese translation from translation project.
7403         * po/uk.po: Update Ukrainian translation from translation project.
7405         * po/fr.po: Update French translation from translation project.
7407         * po/ru.po: Update Russian translation from translation project.
7409         * po/pl.po: Update Polish translation from translation project.
7411         * po/cs.po: Update Czech translation from translation project.
7413         * po/de.po: Update German translation from translation project.
7415         * po/bg.po: Update Bulgarian translation from translation project.
7417         * po/sv.po: Update Sweedish translation from translation project.
7419         * po/nl.po: Update Dutch translation from translation project.
7421         * po/es.po: Update Spanish translation from translation project.
7423 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7425         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7427         * catgets/Makefile (CPPFLAGS-gencat): Remove.
7428         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7429         (CPPFLAGS-iconvconfig): Likewise.
7430         * timezone/Makefile (CPPFLAGS-zic): Likewise.
7432         * include/libc-symbols.h: Remove unnecessary check for
7433         NOT_IN_libc.
7434         * nptl/pthreadP.h: Likewise.
7435         * sysdeps/aarch64/setjmp.S: Likewise.
7436         * sysdeps/alpha/setjmp.S: Likewise.
7437         * sysdeps/arm/sysdep.h: Likewise.
7438         * sysdeps/i386/setjmp.S: Likewise.
7439         * sysdeps/m68k/setjmp.c: Likewise.
7440         * sysdeps/posix/getcwd.c: Likewise.
7441         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7442         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7443         * sysdeps/s390/s390-32/setjmp.S: Likewise.
7444         * sysdeps/s390/s390-64/setjmp.S: Likewise.
7445         * sysdeps/sh/sh3/setjmp.S: Likewise.
7446         * sysdeps/sh/sh4/setjmp.S: Likewise.
7447         * sysdeps/unix/alpha/sysdep.h: Likewise.
7448         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7449         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7450         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7451         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7454         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7455         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7456         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7457         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7458         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7459         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7460         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7461         * sysdeps/x86_64/setjmp.S: Likewise.
7463 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
7465         [BZ #17263]
7466         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7467         <stdint.h>.
7468         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7469         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7471 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7473         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7475         [BZ #17262]
7476         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7477         and __x86_64__ when disabling x87 inline functions.
7479 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
7481         [BZ #17259]
7482         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7483         asm statement with __cpuid_count.
7485 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
7487         * configure.ac: Change __ehdr_start code to dereference the struct.
7488         Run readelf on the output to look for relocations.
7489         * configure: Regenerated.
7491 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
7493         [BZ #17261]
7494         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7495         value to 0.
7496         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7498 2014-08-12  Roland McGrath  <roland@hack.frob.com>
7500         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7502 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
7504         [BZ #16892]
7505         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7506         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7508 2014-08-12  Sean Anderson  <seanga2@gmail.com>
7510         * malloc/malloc.c: Fix typo in comment.
7512 2014-08-09  Allan McRae  <allan@archlinux.org>
7514         * Regenerate libc.po.
7516 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
7518         * intl/tst-gettext2.sh: Check every lang file for creation.
7520 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7522         * sysdeps/aarch64/fpu/math_private.h
7523         (libc_feholdsetround_noex_aarch64_ctx): New function.
7525 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7527         * sysdeps/arm/armv6/strcpy.S (strcpy):
7528         Fix performance issue in misaligned cases.
7530 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7532         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7533         Move definition from termios.h.
7534         (struct termio): Likewise.
7535         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7536         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7537         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7538         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7539         Likewise.
7540         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7541         Move definition to ioctl-types.h
7542         (struct termio): Likewise.
7543         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7544         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7545         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7546         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7547         Likewise.
7549 2014-08-05  Richard Henderson  <rth@redhat.com>
7551         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7552         exceptions.
7553         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7554         Add fraiseexcpt.
7555         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7556         Use __feraiseexcept.
7557         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7558         Protect libm symbols with IS_IN_libm.
7560         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7562 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
7564         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7566 2014-08-04  Will Newton  <will.newton@linaro.org>
7568         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7569         file.
7571 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
7573         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7574         variants for each function.
7576 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7578         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7579         appended ...
7580         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7581         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7582         appended ...
7583         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7584         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7585         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7586         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7587         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7588         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7589         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7590         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7591         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7592         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7593         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7594         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7595         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7596         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7597         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7598         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7599         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7600         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7601         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7602         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7603         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7604         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7605         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7606         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7607         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7608         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7609         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7610         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7611         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7612         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7613         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7614         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7615         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7616         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7617         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7618         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7619         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7620         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7621         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7622         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7623         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7624         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7625         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7626         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7627         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7628         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7629         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7630         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7631         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7632         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7633         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7634         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7635         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7636         Update #include.
7637         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7638         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7640 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7642         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7643         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7644         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7645         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7646         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7647         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7649 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7651         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7652         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7653         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7654         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7656 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7658         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7659         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7660         (__libc_vfork): Define function under this name.
7661         (__vfork): Define as an alias.
7662         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7663         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7665 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7667         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7668         that was previously under [RESET_PID].
7669         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7671 2014-08-04  Andreas Schwab  <schwab@suse.de>
7673         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7675 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
7677         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7678         (main): Likewise.
7680 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7682         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7684 2014-08-01  Richard Henderon  <rth@redhat.com>
7686         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7687         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7688         typo in exact zero test.
7689         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7690         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7691         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7693 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7695         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7696         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7697         * sysdeps/arm/sysdep.h: ... here.
7698         [!__ASSEMBLER__]: Include <stdint.h>.
7700 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7702         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7703         (HAVE_WCTYPE_H): Likewise.
7704         (HAVE_ISWCTYPE): Likewise.
7705         (ENABLE_NLS): Likewise.
7706         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7707         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7709         * posix/regex_internal.c: Check if DEBUG is defined and is
7710         set.
7712         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7713         (HAVE_MBSRTOWCS): Likewise.
7714         * posix/fnmatch.c: Include string.h unconditionally.
7716 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7718         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7719         reversal.
7721 2014-07-31  Roland McGrath  <roland@hack.frob.com>
7723         * sysdeps/generic/safe-fatal.h: New file.
7724         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7725         * nptl/forward.c: Include it.
7726         (__pthread_unwind): Use __safe_fatal as default action, rather
7727         than a bogus use of INTERNAL_SYSCALL that could never work.
7729         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7730         * configure.ac (libc_cv_builtin_trap): New test.
7731         * configure: Regenerated.
7732         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7733         (ABORT_INSTRUCTION): Define using __builtin_trap.
7735         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
7736         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
7737         * sysdeps/nptl/nptl-signals.h: New file.
7738         * nptl/pthreadP.h: Include <nptl-signals.h>.
7740 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7742         * sysdeps/s390/s390-64/utf16-utf32-z9.c
7743         (ONE_DIRECTION): Define.
7744         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7745         (ONE_DIRECTION): Define.
7746         * sysdeps/s390/s390-64/utf8-utf32-z9.c
7747         (ONE_DIRECTION): Define.
7749 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7751         * sysdeps/s390/Makefile: Delete file.
7752         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7753         * sysdeps/s390/__longjmp.c: Delete file.
7754         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7755         Remove fields __flags and __reserved.
7756         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7757         and add versioning.
7758         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7759         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7760         * sysdeps/s390/rtld-setjmp.S: Likewise.
7761         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7762         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7763         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7764         * sysdeps/s390/s390-32/setjmp.S: ... here.
7765         Add versioning.
7766         (__sigsetjmp): Remove setting __flags field.
7767         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7768         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7769         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7770         * sysdeps/s390/s390-64/setjmp.S: ... here.
7771         Add versioning.
7772         (__sigsetjmp): Remove setting __flags field.
7773         * sysdeps/s390/setjmp.S: Delete file.
7774         * sysdeps/s390/sigjmp.c: Likewise.
7775         * sysdeps/s390/v1-longjmp.c: Likewise.
7776         * sysdeps/s390/v1-setjmp.h: Likewise.
7777         * sysdeps/s390/v1-sigjmp.c: Likewise.
7778         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7779         Remove v1-longjmp_chk.
7780         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7781         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7782         Include debug/longjmp_chk.c and add versioning.
7783         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7784         Include nptl/pt-longjmp.c and add versioning.
7785         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7786         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7787         Include __longjmp.c.
7788         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7789         Move to ...
7790         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7791         (__getcontext): Remove setting __flags field.
7792         Add versioning.
7793         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7794         Don't restore upper high grps.
7795         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7796         Likewise.
7797         (__swapcontext): Remove setting uc_flags field.
7798         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7799         Delete file.
7800         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7801         Include __longjmp.c.
7802         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7803         Move to ...
7804         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7805         (__getcontext): Remove setting __flags field.
7806         Add versioning.
7807         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7808         (__swapcontext): Remove setting uc_flags field.
7809         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7810         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7811         Remove fields uc_high_gprs and __reserved.
7812         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7813         New file with reverted content.
7814         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7815         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7816         Regenerated.
7817         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7818         Regenerated.
7820 2014-07-31  Andreas Schwab  <schwab@suse.de>
7822         * config.h.in (HAVE_IFUNC): Define to 0.
7823         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7824         definedness.
7826 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7828         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7829         memmove-avx-unaligned, memcpy-avx-unaligned and
7830         mempcpy-avx-unaligned.
7831         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7832         Add tests for AVX memcpy functions.
7833         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7834         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7835         memcpy_chk.
7836         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7837         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7838         memmove_chk.
7839         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7840         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7841         mempcpy_chk.
7842         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7843         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7844         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7846 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7848         [BZ #17213]
7849         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7850         powerpc64le.
7852 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7854         [BZ #16839]
7855         * manual/llio.texi: Add section about open file description locks.
7856         * manual/examples/ofdlocks.c: Example of open file description
7857         lock usage.
7858         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7859         F_OFD_SETLK, and F_OFD_SETLKW.
7861 2014-07-23  Allan McRae  <allan@archlinux.org>
7863         * po/es.po: Update Spanish translation from translation project.
7865 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7867         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7869 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7871         [BZ #17078]
7872         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7873         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7874         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7876 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7878         [BZ #17088]
7879         * math/fesetenv.c (__fesetenv)
7880         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7881         * math/feupdateenv.c (__feupdateenv)
7882         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7884         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7885         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7886         (__ASSUME_SOCKETCALL): Do not define.
7888         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7889         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7890         (__ASSUME_SOCKETCALL): Do not define.
7891         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7892         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7893         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7894         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7895         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7896         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7897         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7898         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7900         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7901         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7902         (__ASSUME_SOCKETCALL): Do not define.
7903         (__ASSUME_IPC64): Define unconditionally.
7904         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7905         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7906         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7907         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7908         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7909         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7910         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7911         Likewise.
7913         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7914         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7915         (__ASSUME_SOCKETCALL): Do not define.
7916         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7917         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7918         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7919         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7920         (__ASSUME_REQUEUE_PI): Define unconditionally.
7921         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7922         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7923         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7924         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7925         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7926         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7928         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7929         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7930         (__ASSUME_SOCKETCALL): Do not define.
7931         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7932         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7933         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7934         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7935         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7936         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7938         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7939         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7940         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7941         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7942         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7943         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7944         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7945         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7946         (__ASSUME_GETCPU_SYSCALL): Likewise.
7948         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7949         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
7950         cases for individual architectures.
7951         * sysdeps/gnu/configure: Regenerated.
7952         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7953         LIBC_SLIBDIR_RTLDDIR.
7954         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7955         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7956         LIBC_SLIBDIR_RTLDDIR.
7957         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7959         LIBC_SLIBDIR_RTLDDIR.
7960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7961         Regenerated.
7962         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7963         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7964         file.
7965         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7966         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7967         file.
7968         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7969         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7970         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7971         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7973         * sysdeps/aarch64/shlib-versions: Move to ...
7974         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7975         * sysdeps/alpha/shlib-versions: Move to ...
7976         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7977         * sysdeps/arm/shlib-versions: Move to ...
7978         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7979         * sysdeps/hppa/shlib-versions: Move all contents except for
7980         libgcc_s entry to ...
7981         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
7982         entry from ...
7983         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
7984         * sysdeps/ia64/shlib-versions: Move to ...
7985         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
7986         entry from ...
7987         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
7988         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7989         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7990         * sysdeps/microblaze/shlib-versions: Move to ...
7991         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7992         * sysdeps/mips/shlib-versions: Move to ...
7993         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
7994         entry from ...
7995         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
7996         * sysdeps/tile/shlib-versions: Move to ...
7997         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7998         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7999         from ...
8000         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8001         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8002         entry from ...
8003         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8005 2014-07-17  Will Newton  <will.newton@linaro.org>
8007         * sysdeps/arm/bits/atomic.h
8008         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8009         (__arch_compare_and_exchange_bool_16_int): Likewise.
8010         (__arch_compare_and_exchange_bool_64_int): Likewise.
8012         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8013         into an #else block.
8015 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8017         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8018         just Linux configurations.  Test empirically that the compiler sets
8019         __ARM_EABI__, rather than using the tuple to decide.
8020         * sysdeps/arm/preconfigure: Regenerated.
8021         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8022         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8023         contents appended ...
8024         * sysdeps/arm/configure.ac: ... here.
8025         * sysdeps/arm/configure: Regenerated.
8027 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8029         * nptl/pthread_kill.c: New file.
8030         * nptl/pthread_sigmask.c: New file.
8031         * nptl/pthread_sigqueue.c: New file.
8033         * sysdeps/nptl/lowlevellock.h: New file.
8034         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8035         * sysdeps/nptl/lowlevellock-futex.h: New file.
8037         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8038         Remove dead declarations.
8040 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8042         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8043         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8044         config-cflags-avx2.
8045         * sysdeps/x86_64/configure.ac: Likewise.
8046         * sysdeps/i386/configure: Regenerated.
8047         * sysdeps/x86_64/configure: Likewise.
8048         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8049         memset-avx2 only if config-cflags-avx2 is yes.
8050         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8051         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8052         defined.
8053         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8054         only if HAVE_AVX2_SUPPORT is defined.
8055         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8057 2014-07-14  Alan Modra  <amodra@gmail.com>
8059         [BZ #17153]
8060         * elf/elf.h (DT_PPC64_NUM): Correct value.
8061         * NEWS: Add to fixed bug list.
8063 2014-07-13  Jim Meyering  <meyering@fb.com>
8065         [BZ 17150]
8066         regex: don't deref NULL upon heap allocation failure
8067         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8068         failure in one more place.
8069         To trigger the segfault, configure grep -with-included-regex,
8070         build it, and run these commands:
8071         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8073 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8075         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8077 2014-07-11  Richard Henderson  <rth@redhat.com>
8079         * sysdeps/aarch64/libm-test-ulps: Update.
8081 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8083         [BZ #17135]
8084         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8085         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8086         (__nptl_setxid): Initialize error member.  Call
8087         __nptl_setxid_error.
8088         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8089         * nptl/descr.h (struct xid_command): Add error member.
8090         * nptl/tst-setuid3.c: New file.
8091         * nptl/Makefile (tests): Add it.
8093 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8095         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8096         New define.
8097         (__lll_trylock): Use __lll_base_trylock.
8098         (__lll_cond_trylock): Likewise.
8100 2014-07-10  Roland McGrath  <roland@hack.frob.com>
8102         * nptl/pthread_create.c (start_thread): Use atomic_or and
8103         lll_futex_wake directly rather than lll_robust_dead.
8104         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8105         (lll_robust_dead): Macro removed.
8106         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8107         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8108         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8109         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8110         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8111         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8112         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8113         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8114         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8115         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8116         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8117         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8118         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8119         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8120         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8122         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8123         Use atomic_compare_and_exchange_val_acq directly rather than
8124         lll_robust_trylock.
8125         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8126         (__lll_robust_trylock, lll_robust_trylock): Removed.
8127         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8128         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8129         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8130         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8131         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8132         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8133         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8134         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8135         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8136         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8137         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8138         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8139         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8140         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8142 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8144         * manual/locale.texi (Locale Names): New section documenting
8145         locale name syntax.  Adjust menu and node chaining accordingly.
8146         (Choosing Locale): Reference Locale Names, Locale Categories.
8147         Mention setting LC_ALL=C.  Reflect that name syntax is now
8148         documented.
8149         (Locale Categories): New section title.  Reference Locale Names.
8150         LC_ALL is an environment variable, but not a category.
8151         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8152         description, now in Locale Name.  Reference that section.  Locale
8153         name syntax is now documented.
8155 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8157         [BZ #17137]
8158         * locale/findlocale.c (name_present, valid_locale_name): New
8159         functions.
8160         (_nl_find_locale): Use the loc_name variable to store name
8161         candidates.  Call name_present and valid_locale_name to check and
8162         validate locale names.  Return an error if the locale is invalid.
8164 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8166         * locale/setlocale.c (setlocale): Use strdup for allocating
8167         composite name copy.
8169 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8171         Sync up with gnulib.
8172         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8173         [!_LIBC && ENABLE_NLS]: Include gettext.h.
8174         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8175         and _GL_ARG_NONNULL.
8176         [USE_UNLOCKED_IO]: Include unlocked-io.h.
8177         [!_LIBC]: Include code for Windows and Cygwin.
8178         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8179         Include prototype for int strerror_r.
8180         [!_LIBC] (is_open): New function.
8181         (flush_stdout): New function.
8182         (print_errno_message): Use it.
8183         (error): Likewise.
8184         (error_at_line): Likewise.
8185         (error_tail) Add function attribute macros.  Use
8186         __builtin_expect.
8188         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8190         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8192         * io/ftw.c: Include sys/param.h unconditionally.
8194         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8196         [BZ #17125]
8197         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8198         libc_freeres_ptr.
8199         (freecache): New function to free CACHE on exit.
8201         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8202         initialization.
8204 2014-07-09  David S. Miller  <davem@davemloft.net>
8206         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8208         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8209         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8210         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8211         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8212         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8213         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8214         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8215         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8216         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8217         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8218         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8219         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8220         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8222 2014-07-09  Andreas Schwab  <schwab@suse.de>
8224         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8225         output.
8226         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8227         (do_test): Likewise.
8229         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8231 2014-07-09  Will Newton  <will.newton@linaro.org>
8233         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8234         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8235         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8236         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8237         * sysdeps/hppa/start.S (_start): Likewise.
8239 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8241         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8243         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8244         defined.
8246 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8248         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8249         after checking that it is non-NULL.
8251         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8253 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8255         * sysdeps/powerpc/memmove.c: Remove file.
8256         * sysdeps/powerpc/powerpc32/power4/memcopy.h
8257         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8258         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8259         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8260         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8261         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8262         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8263         string memmove instead of removed powerpc one.
8265         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8266         [weak_alias]: Fix compiler warning due trailing data.
8267         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8268         [weak_alias]: Likewise.
8269         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8270         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8272         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8273         (__libc_ifunc_impl_list): Add memmove functions.
8275 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8277         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8278         Remove code.
8279         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8280         Likewise
8281         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8282         Likewise
8283         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8284         Likewise
8285         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8286         Likewise
8287         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8288         Likewise
8289         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8290         Likewise
8291         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8292         Likewise
8293         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8294         Likewise
8295         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8296         Likewise
8297         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8298         Likewise
8299         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8300         Likewise
8301         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8302         Likewise
8303         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8304         Likewise
8305         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8306         Likewise
8307         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8308         Likewise
8309         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8310         Likewise
8312 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8314         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8315         to avoid alignment traps in non-cacheable memory.
8316         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8318         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8319         multiarch objects.
8320         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8321         file: multiarch power7 memmove.
8322         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8323         multiarch default memmove.
8324         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8325         multiarch memove for powerpc32/power4.
8327         * string/bcopy.c: Use full path to include memmove.c.
8328         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8329         multiarch objects.
8330         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8331         bcopy for powerpc64.
8332         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8333         bcopy for powerpc64.
8334         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8335         and memmove implementations.
8336         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8337         optimized multiarch memmove for POWER7/powerpc64.
8338         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8339         default multiarch memmove for powerpc64.
8340         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8341         multiarch for powerpc64.
8342         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8343         for POWER7/powerpc64.
8344         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8345         memmove for POWER7/powerpc64.
8347         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8348         glibc default one.
8350         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8351         __ELF_NATIVE_CLASS equal to 64.
8353 2014-07-07  Roland McGrath  <roland@hack.frob.com>
8355         * sysdeps/nptl/lowlevellock.h: File removed.
8357         * NEWS: NPTL is no longer an add-on!
8358         * nptl/internaltypes.h: Moved ...
8359         * sysdeps/nptl/internaltypes.h: ... here.
8360         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8361         * sysdeps/nptl/fork.c: Likewise.
8362         * sysdeps/nptl/gai_misc.h: Likewise.
8363         * sysdeps/nptl/librt-cancellation.c: Likewise.
8364         * sysdeps/nptl/jmp-unwind.c: Likewise.
8365         * sysdeps/nptl/setxid.h: Likewise.
8366         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8367         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8368         * sysdeps/unix/sysv/linux/arm/Implies: New file.
8369         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8370         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8371         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8372         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8373         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8374         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8375         * sysdeps/unix/sysv/linux/mips/Implies: New file.
8376         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8377         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8378         * sysdeps/unix/sysv/linux/sh/Implies: New file.
8379         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8380         * sysdeps/unix/sysv/linux/tile/Implies: New file.
8381         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8382         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8383         * nptl/Makeconfig: Moved ...
8384         * sysdeps/nptl/Makeconfig: ... here.
8385         * nptl/configure: File removed.
8386         * nptl/ANNOUNCE: File removed.
8387         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8388         * sysdeps/unix/sysv/linux/configure: Regenerated.
8390         * nptl/Makefile (routines): Add libc_pthread_init,
8391         libc_multiple_threads, register-atfork and unregister-atfork.
8392         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8393         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8394         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8395         pthread-pi-defines.sym, structsem.sym.
8396         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8397         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8398         [$(subdir) = nptl] (tests): Add tst-setgetname.
8399         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8400         * sysdeps/unix/sysv/linux/sigaction.c: Just include
8401         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8402         [!LIBC_SIGACTION]: Remove aliases.
8403         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8404         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8405         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8406         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8407         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8408         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8409         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8410         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8411         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8412         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8413         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8414         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8415         __libc_allocate_rtsig_private.
8416         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8417         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8418         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8419         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8420         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8421         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8422         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8423         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8424         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8425         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8426         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8427         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8428         * nptl/internaltypes.h: ... here.
8429         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8430         * sysdeps/nptl/jmp-unwind.c: ... here.
8431         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8432         * nptl/libc-lowlevellock.c: ... here.
8433         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8434         * nptl/libc_multiple_threads.c: ... here.
8435         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8436         * nptl/libc_pthread_init.c: ... here.
8437         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8438         * nptl/lowlevelbarrier.sym: ... here.
8439         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8440         * nptl/lowlevelcond.sym: ... here.
8441         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8442         * nptl/lowlevellock.c: ... here.
8443         * nptl/lowlevellock.h: Moved ...
8444         * sysdeps/nptl/lowlevellock.h: ... here.
8445         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8446         * nptl/lowlevelrobustlock.c: ... here.
8447         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8448         * nptl/lowlevelrobustlock.sym: ... here.
8449         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8450         * nptl/lowlevelrwlock.sym: ... here.
8451         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8452         * nptl/pt-fork.c: ... here.
8453         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8454         * nptl/pthread-pi-defines.sym: ... here.
8455         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8456         * nptl/pthread_attr_getaffinity.c: ... here.
8457         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8458         * nptl/pthread_attr_setaffinity.c: ... here.
8459         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8460         * nptl/pthread_mutex_cond_lock.c: ... here.
8461         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8462         Update #include.
8463         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8464         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8465         * nptl/pthread_once.c: ... here, replacing old file.
8466         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8467         * nptl/pthread_yield.c: ... here.
8468         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8469         * nptl/register-atfork.c: ... here.
8470         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8471         * nptl/sem_post.c: ... here.
8472         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8473         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8474         * nptl/sem_timedwait.c: ... here.
8475         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8476         * nptl/sem_trywait.c: ... here.
8477         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8478         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8479         * nptl/sem_wait.c: ... here.
8480         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8481         * nptl/structsem.sym: ... here.
8482         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8483         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8484         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8485         * nptl/unregister-atfork.c: ... here.
8486         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8487         * nptl/unwindbuf.sym: ... here.
8488         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8489         * sysdeps/nptl/fork.c: ... here.
8490         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8491         * sysdeps/nptl/fork.h: ... here.
8492         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8493         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8494         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8495         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8496         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8497         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8498         * sysdeps/unix/sysv/linux/getpid.c: ... here.
8499         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8500         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8501         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8502         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8503         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8504         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8505         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8506         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8507         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8508         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8509         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8510         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8511         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8512         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8513         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8514         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8515         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8516         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8517         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8518         * sysdeps/unix/sysv/linux/raise.c: ... here.
8519         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8520         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8521         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8522         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8523         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8524         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8525         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8526         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8527         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8528         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8529         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8530         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8531         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8532         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8533         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8535 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8537         * sysdeps/generic/memcopy.h: Add comment for
8538         MEMCPY_OK_FOR_FWD_MEMMOVE.
8540 2014-07-04  Will Newton  <will.newton@linaro.org>
8542         * string/memchr.c: Merge from gnulib.
8543         [_LIBC]: Remove conditionals.
8544         (__ptr_t): Remove define.
8545         (LONG_MAX_32_BITS): Likewise.
8546         (LONG_MAX): Likewise.
8547         (MEMCHR): Use ANSI prototype and optimize algorithm.
8549         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8551 2014-07-03  Roland McGrath  <roland@hack.frob.com>
8553         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8554         (lll_futex_timed_wait_bitset): Fix syscall argument count.
8556         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8557         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8558         in a bare environment with no <stdlib.h> installed.
8559         * sysdeps/nptl/configure: Regenerated.
8561         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8563         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8564         AC_EGREP_CPP for kernel header checks, so they only succeed if
8565         including <linux/version.h> actually works right.
8566         * sysdeps/unix/sysv/linux/configure: Regenerated.
8568         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8569         value so it's not diagnosed as unused.
8571         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8572         thing) with "ifeq ($(subdir),rt)".
8574 2014-07-03  Richard Henderson  <rth@redhat.com>
8576         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8577         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8578         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8580         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8581         (math_force_eval): New.
8583         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8584         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8586         * sysdeps/alpha/fpu/s_round.c: Remove file.
8587         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8589         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8590         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8591         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8592         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8593         (_dl_start, print_statistics): Likewise.
8594         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8595         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8597         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8598         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8599         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8600         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8601         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8602         (HP_SMALL_TIMING_AVAIL): Define.
8603         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8604         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8605         (HP_SMALL_TIMING_AVAIL): Define.
8606         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8607         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8609         * sysdeps/aarch64/hp-timing.h: New file.
8611         * sysdeps/generic/hp-timing.h: Remove dead comment.
8612         * sysdeps/generic/hp-timing-common.h: New file.
8613         * sysdeps/alpha/hp-timing.h: Include it.
8614         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8615         * sysdeps/i386/i686/hp-timing.h: Likewise.
8616         * sysdeps/ia64/hp-timing.h: Likewise.
8617         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8618         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8619         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8620         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8621         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8622         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8623         (hp_timing_t): New.
8625         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8626         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8627         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8628         * elf/rtld.c (_dl_start_final): Likewise.
8629         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8630         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8631         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8632         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8633         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8634         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8635         (HP_TIMING_DIFF_INIT): Remove.
8636         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8637         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8638         (HP_TIMING_DIFF_INIT): Remove.
8639         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8640         * sysdeps/i386/i686/hp-timing.c: Remove file.
8641         * sysdeps/x86_64/hp-timing.c: Remove file.
8642         * sysdeps/ia64/hp-timing.c: Remove file.
8643         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8644         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8645         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8646         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8648         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8649         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8650         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8651         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8652         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8653         (HP_TIMING_ACCUM): Remove.
8654         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8655         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8656         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8658         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8659         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8660         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8661         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8662         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8663         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8664         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8665         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8667         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8669 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
8671         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8673 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8675         Sync up with gettext.
8676         * intl/loadmsgcat.c: Define O_BINARY if not defined.
8677         [_MSC_VER]: Include malloc.h
8678         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8679         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8680         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
8681         TEMP_FAILURE_RETRY.  Cast return of alloca.
8682         [!_LIBC] Call gl_rwlock_init.
8683         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8685 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8687         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8688         before checking its value.
8690 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8692         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8694         * debug/memcpy_chk.c: Don't include pagecopy.h.
8695         * debug/mempcpy_chk.c: Likewise.
8696         * string/memcpy.c: Likewise.
8697         * string/memmove.c: Likewise.
8698         * sysdeps/powerpc/memmove.c: Likewise.
8699         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
8700         definition of PAGE_COPY_FWD_MAYBE here...
8701         * sysdeps/generic/pagecopy.h: ... from here.
8702         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8704 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8705             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8707         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8708         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8709         optimizations.
8710         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8711         (__libc_ifunc_impl_list): Likewise.
8712         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8713         multiarch strcat for PPC64.
8714         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8715         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8717 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8719         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8721 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8723         * intl/loadmsgcat.c: Remove declaration of
8724         get_sysdep_segment_value.
8725         (get_sysdep_segment_value): Use ISO C style.
8726         (_nl_load_domain): Use ISO C style.  Get rid of redundant
8727         semicolon.  Fix typo and formatting in comment.
8728         (_nl_unload_domain): Use ISO C style.
8730         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8732 2014-07-02  Will Newton  <will.newton@linaro.org>
8734         * malloc/obstack.c: Merge from gnulib master.
8735         [HAVE_CONFIG_H]: Remove conditional code.
8736         [!_LIBC]: Include config.h.
8737         [!ELIDE_CODE]: Don't include inttypes.h, include
8738         stdint.h unconditionally.
8739         (print_and_abort): Mark as _Noreturn.
8740         (_obstack_allocated_p): Mark as __attribute_pure__.
8741         (obstack_free): Rename to __obstack_free.
8742         [!__attribute__]: Remove conditional code.
8743         * malloc/obstack.h: Merge from gnulib master.
8744         [__cplusplus]: Move conditional down.
8745         [!__attribute_pure__]: Define __attribute_pure__ here
8746         if it is not already defined.
8747         (_obstack_memory_used): Mark as __attribute_pure__.
8748         [!__obstack_free]: Define as obstack_free.
8749         [__GNUC__]: Remove check for ancient NeXT gcc.
8751 2014-07-02  Will Newton  <will.newton@linaro.org>
8752             Paul Eggert  <eggert@cs.ucla.edu>
8754         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8756 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8758         * resolv/gethnamaddr.c: Add comment warning that the file is
8759         not maintained.
8761 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8763         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8764         entries.
8766         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8767         entry for aio_cancel and aio_cancel64.
8768         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8769         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8770         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8771         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8772         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8773         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8774         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8775         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8776         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8777         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8778         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8779         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8780         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8782 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8784         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8785         * nptl/pthread_mutex_lock.c: Likewise.
8786         * nptl/pthread_mutex_timedlock.c: Likewise.
8787         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8789 2014-07-01  Richard henderson  <rth@redhat.com>
8791         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8792         (__isnan, __isnanl): Remove.
8793         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8795         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8797 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8799         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8801 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8803         * resolv/nss_dns/dns-host.c (getanswer_r)
8804         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8806 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8808         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8809         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8810         undefine.
8811         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8812         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8814 2014-07-01  Roland McGrath <roland@hack.frob.com>
8816         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8817         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8819         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8820         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8822         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8823         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8824         ... here.
8825         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8826         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8828         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8829         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8830         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8831         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8833         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8834         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8835         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8836         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8837         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8838         Moved ...
8839         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8840         ... here.
8841         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8842         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8843         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8844         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8845         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8846         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8847         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8848         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8849         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8850         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8851         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8852         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8853         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8854         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8855         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8856         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8857         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8858         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8859         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8860         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8861         ... here.
8862         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8863         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8864         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8865         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8866         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8867         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8868         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8869         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8871 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8873         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8874         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8875         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8876         Add sysdep.
8878 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8880         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8882 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8884         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8885         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8887         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8889         * sysdeps/arm/libm-test-ulps: Regenerated.
8891 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8892             Roland McGrath <roland@hack.frob.com>
8894         * test-skeleton.c (signal_handler): Kill the whole process group
8895         before killing the child individually.
8896         (main): Report any failure on `setpgid'.
8898 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8900         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8901         from _TLS_H to _ARM_NPTL_TLS_H.
8902         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8903         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8905 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8907         [BZ #16539]
8908         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8909         (__expm1l): Return argument unchanged when small but not
8910         subnormal.
8912         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8913         include macro name.
8914         (_FP_UNPACK_RAW_1_P): Likewise.
8915         (_FP_PACK_RAW_1): Likewise.
8916         (_FP_PACK_RAW_1_P): Likewise.
8917         (_FP_MUL_MEAT_1_wide): Likewise.
8918         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8919         (_FP_MUL_MEAT_1_hard): Likewise.
8920         (_FP_DIV_MEAT_1_imm): Likewise.
8921         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8922         (_FP_DIV_MEAT_1_udiv): Likewise.
8923         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8924         (_FP_UNPACK_RAW_2): Likewise.
8925         (_FP_UNPACK_RAW_2_P): Likewise.
8926         (_FP_PACK_RAW_2): Likewise.
8927         (_FP_PACK_RAW_2_P): Likewise.
8928         (_FP_MUL_MEAT_DW_2_wide): Likewise.
8929         (_FP_MUL_MEAT_2_wide): Likewise.
8930         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8931         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8932         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8933         (_FP_MUL_MEAT_2_gmp): Likewise.
8934         (_FP_DIV_MEAT_2_udiv): Likewise.
8935         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8936         (_FP_FRAC_SRL_4): Likewise.
8937         (_FP_FRAC_SRST_4): Likewise.
8938         (_FP_FRAC_SRS_4): Likewise.
8939         (_FP_UNPACK_RAW_4): Likewise.
8940         (_FP_UNPACK_RAW_4_P): Likewise.
8941         (_FP_PACK_RAW_4): Likewise.
8942         (_FP_PACK_RAW_4_P): Likewise.
8943         (_FP_MUL_MEAT_DW_4_wide): Likewise.
8944         (_FP_MUL_MEAT_4_wide): Likewise.
8945         (_FP_MUL_MEAT_4_gmp): Likewise.
8946         (umul_ppppmnnn): Likewise.
8947         (_FP_DIV_MEAT_4_udiv): Likewise.
8948         (__FP_FRAC_ADD_4): Likewise.
8949         (__FP_FRAC_SUB_3): Likewise.
8950         (__FP_FRAC_SUB_4): Likewise.
8951         (__FP_FRAC_DEC_3): Likewise.
8952         (__FP_FRAC_DEC_4): Likewise.
8953         (__FP_FRAC_ADDI_4): Likewise.
8954         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8955         (_FP_FRAC_SRL_8): Likewise.
8956         (_FP_FRAC_SRS_8): Likewise.
8958         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8959         include macro name.
8960         (FP_UNPACK_RAW_EP): Likewise.
8961         (FP_PACK_RAW_E): Likewise.
8962         (FP_PACK_RAW_EP): Likewise.
8963         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8964         (_FP_ISSIGNAN): Likewise.
8965         (_FP_ADD_INTERNAL): Likewise.
8966         (_FP_FMA): Likewise.
8967         (_FP_CMP): Likewise.
8968         (_FP_SQRT): Likewise.
8969         (_FP_TO_INT): Likewise.
8970         (_FP_FROM_INT): Likewise.
8971         (FP_EXTEND): Likewise.
8972         (_FP_DIV_MEAT_N_loop): Likewise.
8974 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8976         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8977         throughout.
8979 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
8981         [BZ #17097]
8982         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8983         result with correct sign in case of exponents that produce
8984         overflow except for X very close to 1.
8986 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
8988         mktime: merge #if/#ifdef usage from glibc
8989         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8990         as that works with both Glibc's and Gnulib's style.
8991         See thread starting at Siddhesh Poyarekar's bug report at:
8992         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8994 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8996         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8997         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8998         * sysdeps/tile/tilegx/memmove.c: Remove file.
9000 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9002         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9003         abi-name definition.
9004         * scripts/soversions.awk: Do not handle or generate ABI lines.
9005         * shlib-versions: Remove ABI entries.
9006         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9007         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9009 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9011         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9012         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9013         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9014         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9015         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9016         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9017         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9018         Moved ...
9019         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9020         ... here.
9021         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9022         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9023         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9024         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9025         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9026         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9027         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9028         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9029         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9030         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9031         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9032         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9033         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9034         Moved ...
9035         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9036         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9037         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9038         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9039         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9040         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9041         Moved ...
9042         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9043         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9044         Moved ...
9045         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9046         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9047         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9048         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9049         Moved ...
9050         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9051         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9052         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9053         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9054         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9055         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9056         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9057         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9058         Moved ...
9059         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9060         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9061         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9062         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9063         Moved ...
9064         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9065         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9066         Moved ...
9067         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9068         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9069         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9070         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9071         Moved ...
9072         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9073         ... here.
9074         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9075         Identical file removed.
9076         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9077         Moved ...
9078         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9079         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9080         Identical file removed.
9081         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9082         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9083         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9084         Moved ...
9085         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9086         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9087         Identical file removed.
9088         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9089         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9090         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9091         Identical file removed.
9092         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9093         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9094         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9095         Identical file removed.
9096         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9097         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9098         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9099         Identical file removed.
9100         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9101         Moved ...
9102         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9103         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9104         Identical file removed.
9105         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9106         Moved ...
9107         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9108         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9109         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9110         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9111         Identical file removed.
9112         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9113         Moved ...
9114         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9115         ... here.
9116         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9117         Identical file removed.
9118         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9119         Moved ...
9120         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9121         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9122         Identical file removed.
9123         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9124         Moved ...
9125         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9126         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9127         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9128         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9129         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9130         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9131         Moved ...
9132         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9133         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9134         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9136         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9137         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9138         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9139         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9140         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9142 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
9144         [BZ #17092]
9145         * nscd/nscd.c (monitor_child): Return exit status of child
9146         instead of return value from wait syscall.
9148 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9150         * configure.ac (libc_commonpagesize): Remove variable.
9151         (libc_relro_required): Likewise.
9152         (libc_cv_z_relro): Remove configure test.
9153         * configure: Regenerated.
9154         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9155         variable.
9156         (libc_relro_required): Likewise.
9157         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9158         (libc_relro_required): Likewise.
9159         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9160         (libc_relro_required): Likewise.
9161         * sysdeps/arm/preconfigure: Regenerated.
9162         * sysdeps/ia64/preconfigure: Remove file.
9163         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9164         variable.
9165         (libc_relro_required): Likewise.
9167         [BZ #16561]
9168         [BZ #16562]
9169         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9170         (__ieee754_yn): Set FE_TONEAREST mode internally and then
9171         recompute overflowing results in original rounding mode.
9172         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9173         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9174         recompute overflowing results in original rounding mode.
9175         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9176         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9177         recompute overflowing results in original rounding mode.
9178         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9179         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9180         recompute overflowing results in original rounding mode.
9181         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9182         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9183         recompute overflowing results in original rounding mode.
9184         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9185         (libc_feholdsetround_ctx): New macro.
9186         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9187         * sysdeps/i386/fpu/libm-test-ulps: Update.
9188         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9190 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9192         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9193         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9194         corresponding .cpsetup call.
9196 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9198         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9199         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9200         * sysdeps/arm/Makefile [$(subdir) = csu]
9201         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9202         (static-only-routines): Add aeabi_read_tp here.
9203         (shared-only-routines): Add libc-aeabi_read_tp here.
9204         (CFLAGS-libc-start.c): Add -fexceptions here.
9205         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9206         (sysdep_routines, static-only-routines, shared-only-routines):
9207         Don't add to these here.
9208         (CFLAGS-libc-start.c): Likewise.
9210         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9211         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9212         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9213         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9214         * sysdeps/arm/Makefile [$(subdir) = rt]
9215         (librt-sysdep_routines, librt-shared-only-routines):
9216         Append rt-aeabi_unwind_cpp_pr1 here.
9217         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9218         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9219         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9220         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9221         Append nptl-aeabi_unwind_cpp_pr1 here.
9222         (tests): Filter out tst-cleanupx4 here.
9223         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9224         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9225         Don't do those here.
9227 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9229         * scripts/list-sources.sh: Do not handle ports specially.
9231 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9233         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9234         * sysdeps/arm/feupdateenv.c: Likewise.
9236         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9238 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9240         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9241         trailing whitespace removed.
9242         * scripts/config.guess: Update to version 2014-03-23.
9243         * scripts/config.sub: Update to version 2014-05-01
9244         * scripts/install-sh: Update to version 2013-12-25.23.
9245         * scripts/move-if-change: Update from gnulib.
9247 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9249         * debug/memmove_chk.c: Remove pagecopy.h include.
9251 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9253         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
9254         identical to gnulib mktime.
9256 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9258         * configure.ac: Do not test for machine being rs6000.  Do not test
9259         for powerpc*-*soft.
9260         * configure: Regenerated.
9262         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9263         test.
9264         * configure: Regenerated.
9265         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9266         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9267         Remove configure test.
9268         * sysdeps/arm/configure: Regenerated.
9269         * sysdeps/nptl/configure.ac: Do not check
9270         libc_cv_asm_cfi_directives.
9271         * sysdeps/nptl/configure: Regenerated.
9272         * sysdeps/x86_64/nptl/configure.ac: Remove file.
9273         * sysdeps/x86_64/nptl/configure: Remove generated file.
9274         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9275         unconditional.
9276         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9278 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9280         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9281         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9282         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9283         it is defined.
9285         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9286         instead of whether it is defined.
9287         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9288         * sysdeps/hppa/dl-machine.h: Likewise.
9289         * sysdeps/ia64/dl-machine.h: Likewise.
9290         * sysdeps/m68k/dl-machine.h: Likewise.
9291         * sysdeps/microblaze/dl-machine.h: Likewise.
9292         * sysdeps/mips/dl-machine.: Likewise.
9293         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9294         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9295         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9296         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9297         * sysdeps/sh/dl-machine.h: Likewise.
9298         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9299         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9300         * sysdeps/tile/dl-machine.h: Likewise.
9301         * sysdeps/x86_64/dl-machine.h: Likewise.
9303         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9304         code.
9305         (verify_persistent_db): Likewise.
9307 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9309         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9310         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9311         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9312         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9313         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9314         Moved ...
9315         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9316         ... here.
9317         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9318         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9319         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9320         Identical file removed.
9321         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9322         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9323         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9324         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9325         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9326         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9327         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9328         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9329         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9330         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9331         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9332         Moved ...
9333         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9334         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9335         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9336         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9337         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9338         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9339         Moved ...
9340         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9341         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9342         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9343         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9344         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9345         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9346         Identical file removed.
9347         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9348         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9349         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9350         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9351         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9352         Moved ...
9353         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9354         ... here.
9355         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9356         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9357         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9358         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9359         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9360         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9361         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9362         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9363         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9364         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9365         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9366         Moved ...
9367         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9368         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9369         Moved ...
9370         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9371         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9372         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9373         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9374         Moved ...
9375         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9376         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9377         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9379         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9380         folded into ...
9381         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9382         * sysdeps/unix/sysv/linux/s390/Versions
9383         (libpthread: GLIBC_2.19): New version set.
9384         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9385         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9386         (librt: GLIBC_2.3.3): New version set.
9387         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9388         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9389         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9390         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9391         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9392         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9393         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9394         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9395         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9396         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9397         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9398         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9399         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9400         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9401         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9402         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9403         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9404         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9405         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9406         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9407         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9408         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9409         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9410         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9411         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9412         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9413         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9414         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9415         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9416         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9417         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9418         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9419         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9420         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9421         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9422         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9423         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9424         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9425         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9426         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9427         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9428         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9429         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9430         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9431         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9433         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9434         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9435         (__libc_vfork): Define the function under this name.
9436         [!NOT_IN_libc] (__vfork): Make this an alias.
9437         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9438         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9439         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9440         (__libc_vfork): Define the function under this name.
9441         [!NOT_IN_libc] (__vfork): Make this an alias.
9442         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9443         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9444         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9445         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9446         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9447         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9449         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9450         code that was previously under [RESET_PID].
9451         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9452         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9453         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9455         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9456         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9457         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9458         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9459         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9460         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9461         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9462         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9463         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9464         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9465         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9466         Moved ...
9467         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9468         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9469         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9470         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9471         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9472         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9473         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9474         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9475         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9476         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9477         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9478         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9479         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9480         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9481         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9482         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9483         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9484         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9485         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9486         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9487         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9488         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9489         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9490         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9491         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9492         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9493         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9494         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9495         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9497 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9499         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9500         that was previously under [RESET_PID].
9501         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9503 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9505         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9506         not undefine and redefine.
9507         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9508         [O_CLOEXEC]: Make code unconditional.
9509         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9510         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9511         <kernel-features.h>.
9512         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9513         conditional variable definition.
9514         (shm_open) [O_CLOEXEC]: Make code unconditional.
9515         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9516         code.
9518         * configure.ac (USE_REGPARMS): Don't define here.
9519         * configure: Regenerated.
9520         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9521         * sysdeps/i386/configure: Regenerated.
9523         * nptl/createthread.c: Don't include kernel-features.h.
9524         * nptl/pthread_cancel.c: Likewise.
9525         * nptl/pthread_condattr_setclock.c: Likewise.
9526         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9527         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9528         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9529         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9530         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9531         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9532         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9533         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9534         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9535         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9536         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9537         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9538         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9539         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9540         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9541         * nscd/gai.c: Likewise.
9542         * nss/nss_db/db-open.c: Likewise.
9543         * sysdeps/generic/ldsodefs.h: Likewise.
9544         * sysdeps/sh/nptl/tls.h: Likewise.
9545         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9546         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9547         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9548         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9549         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9550         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9551         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9552         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9553         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9554         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9555         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9556         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9557         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9558         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9559         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9560         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9561         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9562         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9563         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9564         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9565         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9566         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9567         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9568         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9569         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9570         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9571         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9572         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9573         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9574         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9575         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9576         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9577         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9578         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9579         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9580         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9581         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9582         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9583         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9584         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9585         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9586         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9587         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9588         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9589         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9590         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9591         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9592         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9593         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9594         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9595         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9596         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9597         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9598         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9599         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9600         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9601         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9602         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9625         * sysdeps/unix/sysv/linux/pread.c: Likewise.
9626         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9627         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9628         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9629         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9630         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9631         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9632         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9633         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9634         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9635         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9636         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9637         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9638         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9639         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9640         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9641         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9642         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9643         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9644         * sysdeps/unix/sysv/linux/system.c: Likewise.
9645         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9646         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9647         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9648         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9649         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9650         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9651         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9653         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9654         * configure: Regenerated.
9655         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9657         * configure.ac (base_machine): Do not set specially for particular
9658         machines here.
9659         * configure: Regenerated.
9660         * sysdeps/powerpc/preconfigure: Move machine and base_machine
9661         settings from configure.ac.
9662         * sysdeps/i386/preconfigure: New file.
9663         * sysdeps/s390/preconfigure: Likewise.
9664         * sysdeps/sh/preconfigure: Likewise.
9665         * sysdeps/sparc/preconfigure: Likewise.
9667 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9669         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9670         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9671         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9672         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9673         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9674         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9675         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9676         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9677         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9678         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9679         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9680         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9681         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9682         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9683         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9684         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9685         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9686         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9687         * sysdeps/sparc/sparc64/Makefile: ... appended here.
9689         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9690         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9691         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9692         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9693         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9694         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9695         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9696         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9697         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9698         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9699         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9700         * sysdeps/sparc/sparc32/sem_post.c: ... here.
9701         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9702         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9703         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9704         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9705         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9706         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9707         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9708         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9709         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9710         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9711         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9712         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9713         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9714         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9715         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9716         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9717         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9718         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9719         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9720         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9721         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9722         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9723         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9724         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9725         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9726         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9728         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9729         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9730         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9731         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9732         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
9733         Moved ...
9734         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
9735         ... here.
9736         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
9737         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
9738         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
9739         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
9740         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
9741         Moved ...
9742         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
9743         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
9744         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
9745         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
9746         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
9747         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
9748         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
9749         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
9750         Moved ...
9751         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9752         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9753         Moved ...
9754         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9755         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9756         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9757         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9758         Moved ...
9759         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9760         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9761         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9762         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9763         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9764         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9765         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9766         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9767         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9768         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9769         Moved ...
9770         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9771         ... here.
9772         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9773         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9774         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9775         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9776         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9777         Moved ...
9778         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9779         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9780         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9781         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9782         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9783         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9784         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9785         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9786         Moved ...
9787         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9788         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9789         Moved ...
9790         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9791         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9792         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9793         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9794         Moved ...
9795         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9796         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9797         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9798         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9799         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9801 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9803         * timezone/checktab.awk: Update from tzcode 2014e.
9804         * timezone/private.h: Likewise.
9805         * timezone/tzfile.h: Likewise.
9806         * timezone/zdump.c: Likewise.
9807         * timezone/zic.c: Likewise.
9809         * sysdeps/unix/sysv/linux/kernel-features.h
9810         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9811         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9812         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9813         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9814         Remove conditional code.
9816 2014-06-25  Will Newton  <will.newton@linaro.org>
9818         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9819         (_dl_arm_cap_flags): Add HWCAP2 values.
9820         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9821         (_DL_HWCAP_COUNT): Increase to 37.
9822         (_DL_HWCAP_LAST): New define.
9823         (_DL_HWCAP2_LAST): New define.
9824         (_dl_procinfo): Add support for printing
9825         AT_HWCAP2 entries.
9826         (_dl_string_hwcap): Use _dl_hwcap_string.
9828 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9830         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9832 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9834         * README: Do not mention ports directory.
9836         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9837         Remove macro.
9838         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9839         <kernel-features.h>.
9840         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9841         conditional variable definition.
9842         (__futimes): Update comment.
9843         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9844         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9846         [BZ #16560]
9847         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9848         arguments close to 0.
9849         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9850         Likewise.
9851         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9852         Likewise.
9853         * math/auto-libm-test-in: Add more tests of exp10.
9854         * math/auto-libm-test-out: Regenerated.
9855         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9857         * sysdeps/unix/sysv/linux/kernel-features.h
9858         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9859         * sysdeps/unix/sysv/linux/readv.c: Do not include
9860         <kernel-features.h>.
9861         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9862         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9863         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9864         unconditional.
9865         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9866         conditional code.
9867         * sysdeps/unix/sysv/linux/writev.c: Do not include
9868         <kernel-features.h>.
9869         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9870         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9871         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9872         unconditional.
9873         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9874         conditional code.
9876 2014-06-25  Will Newton  <will.newton@linaro.org>
9878         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9879         comment changes throughout the file.  Remove checks
9880         for HAVE_*_H definitions that are not required.
9881         (__gen_tempname): Call abort if an unknown kind value is
9882         passed.
9884 2014-06-25  Andreas Schwab  <schwab@suse.de>
9886         [BZ #17086]
9887         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9888         scalbln, scalblnf, scalblnl in libc.
9890 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9892         [BZ #17086]
9893         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9894         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9895         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9897 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9899         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9900         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9901         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9902         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9903         Update #include.
9904         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9905         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9906         Update #include.
9907         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9908         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9909         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9910         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9911         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9912         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9913         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9914         * sysdeps/x86/bits/semaphore.h: ... here.
9915         * sysdeps/x86/nptl/elide.h: Moved ...
9916         * sysdeps/x86/elide.h: ... here.
9917         * sysdeps/x86_64/nptl/Implies: File removed.
9918         * sysdeps/i386/nptl/Implies: File removed.
9920 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9922         [BZ #16539]
9923         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9924         return the argument for normal arguments with exponent below -64.
9925         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9926         Likewise.
9927         * math/auto-libm-test-in: Add another test of expm1.
9928         * math/auto-libm-test-out: Regenerated.
9930         [BZ #16287]
9931         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9932         calling __erfcl for arguments at least 16.
9933         * math/auto-libm-test-in: Add more tests of erf.
9934         * math/auto-libm-test-out: Regenerated.
9936         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9937         individual architectures.
9938         * sysdeps/unix/sysv/linux/configure: Regenerated.
9939         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9940         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9941         * sysdeps/unix/sysv/linux/powerpc/configure.ac
9942         (ldd_rewrite_script): Define variable.
9943         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9945         file.
9946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9947         generated file.
9948         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9949         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9950         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9951         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9952         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9953         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9954         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9955         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9957 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9959         [BZ #17084]
9960         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9961         Rename member __data.d to __data.__elision_data.
9963 2014-06-24  Wilco  <wdijkstr@arm.com>
9965         * NEWS: Add 16918 to fixed bug list.
9967 2014-06-24  Wilco  <wdijkstr@arm.com>
9969         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9971 2014-06-24  Wilco  <wdijkstr@arm.com>
9973         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9974         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9975         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9976         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9977         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9978         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9979         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9980         Use _FPU_MASK_RM.
9982 2014-06-24  Wilco  <wdijkstr@arm.com>
9984         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9986 2014-06-24  Wilco  <wdijkstr@arm.com>
9988         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9989         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9990         * sysdeps/arm/fesetround.c (fesetround): Remove space.
9991         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9993 2014-06-24  Wilco  <wdijkstr@arm.com>
9995         [BZ #16918]
9996         * sysdeps/arm/feupdateenv.c (feupdateenv):
9997         Rewrite to reduce FPSCR accesses and fix return value.
9999 2014-06-24  Wilco  <wdijkstr@arm.com>
10001         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10002         Optimize to avoid unnecessary FPSCR writes.
10003         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10004         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10005         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10006         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10008 2014-06-24  Wilco  <wdijkstr@arm.com>
10010         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10011         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10012         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10013         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10014         Call libc_fetestexcept_vfp.
10015         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10016         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10017         __SOFTFP__ ifdef so that they can be built for softfp.
10019 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10021         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10022         argument type signed char.
10024         * Makerules (check-abi): Dump diff of symlist if the test
10025         fails.
10027 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10029         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10030         using abort.
10032         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10033         Remove unused variable ST.
10035 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10037         [BZ #16354]
10038         [BZ #17061]
10039         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10040         small arguments before calling __expm1.
10041         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10042         small arguments before calling __expm1f.
10043         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10044         small arguments before calling __expm1l.
10045         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10046         Likewise.
10047         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10048         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10049         spurious underflow for some cosh tests.
10050         * math/auto-libm-test-out: Regenerated.
10051         * sysdeps/i386/fpu/libm-test-ulps: Update.
10053         [BZ #17050]
10054         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10055         (__ieee754_y1): Set errno if return value overflows.
10056         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10057         (__ieee754_y1f): Set errno if return value overflows.
10058         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10059         (__ieee754_y1l): Set errno if return value overflows.
10060         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10061         (__ieee754_y1l): Set errno if return value overflows.
10062         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10063         * math/auto-libm-test-out: Regenerated.
10065         * math/gen-auto-libm-tests.c: Document use of
10066         ignore-zero-inf-sign.
10067         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10068         (input_flags): Add ignore-zero-inf-sign.
10069         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10070         * math/gen-libm-test.pl (generate_testfile): Handle
10071         ignore-zero-inf-sign.
10072         * math/auto-libm-test-in: Mark some cpow tests with
10073         ignore-zero-inf-sign and some with xfail-rounding.
10074         * math/auto-libm-test-out: Regenerated.
10075         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10076         * sysdeps/i386/fpu/libm-test-ulps: Update.
10077         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10079         [BZ #16315]
10080         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10081         overflowing or underflowing operations take place with sign of
10082         result.
10083         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10084         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10085         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10086         (__ieee754_pow): Recompute overflowing and underflowing results in
10087         original rounding mode.
10088         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10089         (__powl_helper): Allow negative argument X and scale negated value
10090         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10091         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10092         overflowing or underflowing operations take place with sign of
10093         result.
10094         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10095         Include <math.h>.
10096         * math/auto-libm-test-in: Add more tests of pow.
10097         * math/auto-libm-test-out: Regenerated.
10098         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10099         (pow_tonearest_test_data): Remove.
10100         (pow_test_tonearest): Likewise.
10101         (pow_towardzero_test_data): Likewise.
10102         (pow_test_towardzero): Likewise.
10103         (pow_downward_test_data): Likewise.
10104         (pow_test_downward): Likewise.
10105         (pow_upward_test_data): Likewise.
10106         (pow_test_upward): Likewise.
10107         (main): Don't call removed functions.
10108         * sysdeps/i386/fpu/libm-test-ulps: Update.
10109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10111 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10114         Moved ...
10115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10117         Moved ...
10118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10120         Moved ...
10121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10123         Moved ...
10124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10126         File removed.
10127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10128         File removed.
10129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10130         File removed.
10131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10132         File removed.
10133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10134         File removed.
10135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10136         File removed.
10137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10138         File removed.
10139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10140         File removed.
10141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10142         File removed.
10143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10144         File removed.
10145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10146         File removed.
10147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10148         File removed.
10149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10150         Moved ...
10151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10153         Moved ...
10154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10155         ... here.
10156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10157         Moved ...
10158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10160         Moved ...
10161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10163         Moved ...
10164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10166         Moved ...
10167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10169         Moved ...
10170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10172         Moved ...
10173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10175         Moved ...
10176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10179         ... here.
10180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10181         Moved ...
10182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10184         Moved ...
10185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10186         ... here.
10187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10188         Moved ...
10189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10190         ... here.
10191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10192         Moved ...
10193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10194         ... here.
10195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10196         Moved ...
10197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10199         Moved ...
10200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10204         Moved ...
10205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10206         ... here.
10207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10208         Moved ...
10209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10210         ... here.
10211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10212         Moved ...
10213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10215         Moved ...
10216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10218         Moved ...
10219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10221         Moved ...
10222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10224         Moved ...
10225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10226         ... here.
10227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10228         Moved ...
10229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10231         Moved ...
10232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10234         Moved ...
10235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10237         Moved ...
10238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10242         Moved ...
10243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10245         Moved ...
10246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10248         Moved ...
10249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10250         ... here.
10251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10252         Moved ...
10253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10254         ... here.
10255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10256         Moved ...
10257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10258         ... here.
10259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10260         Moved ...
10261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10263         Moved ...
10264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10266         Moved ...
10267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10269         Moved ...
10270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10271         ... here.
10272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10273         Moved ...
10274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10275         ... here.
10276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10277         Moved ...
10278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10279         ... here.
10280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10281         Moved ...
10282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10284         Moved ...
10285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10287 2014-06-23  Will Newton  <will.newton@linaro.org>
10288             Wilco  <wdijkstr@arm.com>
10290         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10291         implementation.  Include get-rounding-mode.h.
10292         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10293         [!libc_feholdsetround_noex_ctx]: Define
10294         libc_feholdsetround_noex_ctx.
10295         [!libc_feholdsetround_noexf_ctx]: Define
10296         libc_feholdsetround_noexf_ctx.
10297         [!libc_feholdsetround_noexl_ctx]: Define
10298         libc_feholdsetround_noexl_ctx.
10299         (libc_feholdsetround_ctx): New function.
10300         (libc_feresetround_ctx): New function.
10301         (libc_feholdsetround_noex_ctx): New function.
10302         (libc_feresetround_noex_ctx): New function.
10304 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10306         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10307         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10308         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10309         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10310         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10311         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10313         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10314         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10315         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10316         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10317         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10318         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10319         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10320         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10321         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10322         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10323         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10324         Moved ...
10325         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10326         ... here.
10327         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10328         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10329         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10330         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10331         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10332         Moved ...
10333         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10334         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10335         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10336         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10337         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10338         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10339         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10340         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10341         Moved ...
10342         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10343         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10344         Moved ...
10345         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10346         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10347         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10348         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10349         Moved ...
10350         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10351         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10352         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10353         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10354         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10355         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10356         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10357         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10358         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10359         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10360         Moved ...
10361         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10362         ... here.
10363         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10364         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10365         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10366         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10367         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10368         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10369         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10370         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10371         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10372         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10373         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10374         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10375         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10376         Moved ...
10377         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10378         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10379         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10380         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10381         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10382         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10383         Moved ...
10384         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10385         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10386         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10387         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10388         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10390         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10391         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10392         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10393         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10394         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10395         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10396         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10397         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10398         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10399         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10400         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10401         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10402         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10403         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10404         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10405         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10406         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10407         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10408         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10409         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10410         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10411         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10412         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10413         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10414         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10415         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10416         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10417         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10419 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10421         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10422         (FALLOC_FL_COLLAPSE_RANGE): New macro.
10423         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10424         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10425         (IPV6_PMTUDISC_INTERFACE): Likewise.
10426         (IPV6_PMTUDISC_OMIT): Likewise.
10428 2014-06-23  Andreas Schwab  <schwab@suse.de>
10430         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10431         Remove unused errout label.
10433 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10435         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10436         macro: hardware supports Vector Crypto instructions.
10438 2014-06-23  Will Newton  <will.newton@linaro.org>
10440         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10441         rather than __builtin_expect.
10443         * elf/dl-lookup.c (undefined_msg): Remove variable.
10444         (_dl_lookup_symbol_x): Replace undefined_msg with string
10445         literal.
10447         * elf/dl-lookup.c (do_lookup_unique): New function.
10448         (do_lookup_x): Move STB_GNU_UNIQUE handling code
10449         to a separate function.
10451 2014-06-23  Andreas Schwab  <schwab@suse.de>
10453         [BZ #17079]
10454         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10455         before reading the next line.
10457 2014-06-23  Will Newton  <will.newton@linaro.org>
10459         * test-skeleton.c (signal_handler): Use printf and %m
10460         rather than perror.  Use printf rather than fprintf to
10461         stderr.  Use puts rather than fputs to stderr.
10462         (main): Likewise.
10464 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
10466         * nscd/nscd.c (thread_info_t): Remove typedef.
10467         (thread_info): Remove variable.
10469 2014-06-21  Allan McRae  <allan@archlinux.org>
10471         * NEWS: Mention CVE-2014-4043.
10473 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10475         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10476         * nptl/smp.h: ... here.
10478         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10480         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10481         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10482         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10483         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10485         * nptl/allocatestack.c: Include <stack-aliasing.h>.
10486         * nptl/stack-aliasing.h: New file.
10487         * sysdeps/i386/i686/stack-aliasing.h: New file.
10488         * sysdeps/i386/i686/nptl/Makefile: File removed.
10489         * sysdeps/x86_64/stack-aliasing.h: New file.
10490         * sysdeps/x86_64/nptl/Makefile
10491         (CFLAGS-pthread_create.c): Variable removed.
10493         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10494         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10495         old file.
10496         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10497         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10498         old file.
10500 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
10502         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10503         (__ASSUME_SIGFRAME_V2): Remove macro.
10504         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10505         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10506         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10507         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10508         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10509         Declare as function.  Remove conditional macro definitions.
10510         (__default_rt_sa_restorer): Likewise.
10511         (__default_sa_restorer_v1): Remove declaration.
10512         (__default_sa_restorer_v2): Likewise.
10513         (__default_rt_sa_restorer_v1): Likewise.
10514         (__default_rt_sa_restorer_v2): Likewise.
10515         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10516         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10517         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10519 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10521         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10522         (libpthread-routines): Add sysdep.
10523         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10524         * sysdeps/unix/sysv/linux/sparc/Versions
10525         (libpthread: GLIBC_2.3.3): New version set.
10526         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10527         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10528         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10529         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10530         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
10531         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10532         Moved ...
10533         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10534         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10535         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10536         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10537         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10538         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10539         * sysdeps/sparc/nptl/sem_init.c: ... here.
10540         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10541         * sysdeps/sparc/nptl/sem_post.c: ... here.
10542         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10543         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10544         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10545         * sysdeps/sparc/nptl/sem_wait.c: ... here.
10546         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10547         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10548         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10549         (libpthread-routines): Add cpu_relax.
10550         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10551         File removed.
10552         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10553         (librt: GLIBC_2.3.3): New version set.
10554         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10555         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10556         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10557         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10558         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10559         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10560         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10561         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10562         Moved ...
10563         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10564         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10565         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10566         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10567         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10568         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10569         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10570         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10571         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10572         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10573         Moved ...
10574         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10575         Update #include.
10576         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10577         Moved ...
10578         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10579         Update #include.
10580         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10581         Moved ...
10582         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10583         Update #include.
10584         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10585         Moved ...
10586         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10587         Update #include.
10588         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10589         Moved ...
10590         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10591         Update #include.
10592         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10593         Moved ...
10594         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10595         Update #include.
10596         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10597         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10598         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10599         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10600         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10601         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10602         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10603         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10604         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10605         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10606         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10607         Moved ...
10608         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10609         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10610         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10611         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10612         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10614 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10616         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10617         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10618         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10619         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10620         * nscd/nscd.c: Likewise.
10621         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10622         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10623         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10624         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10626         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10627         <kernel-features.h>.
10628         (init_mq_netlink): Remove conditional have_sock_cloexec
10629         definitions.  Remove code conditional on have_sock_cloexec < 0.
10630         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10631         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10632         * sysdeps/unix/sysv/linux/opensock.c: Do not include
10633         <kernel-features.h>.
10634         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10635         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10637 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10639         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10640         Add tests for memset_chk and memset.
10642         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10643         with AVX2_Usable.
10645 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10647         [BZ #16046]
10648         * elf/tst-dl-iter-static.c: New file.
10649         * elf/Makefile (tests-static): Add tst-dl-iter-static.
10651         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10652         error.
10654 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10656         * sysdeps/unix/sysv/linux/kernel-features.h
10657         (__ASSUME_F_GETOWN_EX): Remove macro.
10658         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10659         <kernel-features.h>.
10660         (miss_F_GETOWN_EX): Remove variable or macro.
10661         (do_fcntl): Do not check miss_F_GETOWN_EX.
10662         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10664         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10665         Remove macro.
10666         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10667         [!__ASSUME_AT_RANDOM]: Remove conditional code.
10668         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10670         * sysdeps/unix/sysv/linux/kernel-features.h
10671         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10672         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10673         [ADJ_OFFSET_SS_READ]: Make code unconditional.
10674         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10676 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10678         [BZ #17075]
10679         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10680         Fix calculation of the symbol's value.
10681         * sysdeps/arm/tst-armtlsdescloc.c: New file.
10682         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10683         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10684         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10685         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10686         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10687         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10688         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10689         (modules-names): Add `tst-armtlsdescmod',
10690         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10691         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10692         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10693         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10694         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10695         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10696         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10697         ($(objpfx)tst-armtlsdescloc): New dependency.
10698         ($(objpfx)tst-armtlsdescextnow): Likewise.
10699         ($(objpfx)tst-armtlsdescextlazy): Likewise.
10700         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10701         TLS scheme support.
10702         * sysdeps/arm/configure: Regenerate.
10704 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10706         * include/fcntl.h (__atfct_seterrno): Remove prototype.
10707         (__atfct_seterrno_2): Likewise.
10708         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10709         <kernel-features.h>.
10710         (__ASSUME_ATFCTS): Do not undefine and redefine.
10711         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10712         (__have_atfcts): Remove conditional definition.
10713         (__fxstatat([__NR_fstatat64]: Make code unconditional.
10714         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10715         unreachable if [__ASSUME_ATFCTS].
10716         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10717         not undefine and redefine.
10718         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10719         <kernel-features.h>.
10720         (faccessat) [__NR_faccessat]: Make code unconditional.
10721         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10722         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10723         <kernel-features.h>.
10724         (fchmodat) [__NR_fchmodat]: Make code unconditional.
10725         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10726         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10727         <kernel-features.h>.
10728         (fchownat) [__NR_fchownat]: Make code unconditional.
10729         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10730         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10731         <kernel-features.h>.
10732         (futimesat) [__NR_futimesat]: Make code unconditional.
10733         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
10734         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10735         <kernel-features.h>.
10736         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10737         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10738         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10739         <kernel-features.h>.
10740         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
10741         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10742         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
10743         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10744         <kernel-features.h>.
10745         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
10746         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10747         * sysdeps/unix/sysv/linux/linkat.c: Do not include
10748         <kernel-features.h>.
10749         (linkat) [__NR_linkat]: Make code unconditional.
10750         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10751         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10752         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10753         <kernel-features.h>.
10754         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10755         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10756         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10757         <kernel-features.h>.
10758         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10759         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10760         * sysdeps/unix/sysv/linux/openat.c: Do not include
10761         <kernel-features.h>.
10762         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10763         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10764         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10765         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10766         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10767         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10768         <kernel-features.h>.
10769         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10770         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10771         result of INLINE_SYSCALL directly, not via int variable.
10772         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10773         <kernel-features.h>.
10774         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10775         (renameat) [__NR_renameat]: Make code unconditional.
10776         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10777         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10778         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10779         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10780         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10781         (__ASSUME_ATFCTS): Do not undefine and redefine.
10782         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10783         <kernel-features.h>.
10784         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10785         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10786         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10787         <kernel-features.h>.
10788         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10789         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10790         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10791         (__ASSUME_ATFCTS): Do not undefine and redefine.
10792         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10793         <kernel-features.h>.
10794         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10795         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10796         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10797         <kernel-features.h>.
10798         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10799         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10801 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10803         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10805 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10807         [BZ #17069]
10808         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10809         constructed tree before returning error.
10810         * posix/bug-regexp36.c: Expand test case.
10812 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10814         [BZ #6803]
10815         * math/libm-test.inc (scalbln_test_date):
10816         Add errno expectations.
10817         * math/w_scalblnf.c: New File.
10818         Add wrapper which checks for setting errno to ERANGE.
10819         Add weak_alias for corresponding scalbln function.
10820         * math/w_scalbln.c: Likewise.
10821         * math/w_scalblnl.c: Likewise.
10822         * math/Makefile (libm-calls): Add w_scalbln.
10823         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10824         Remove weak_alias for corresponding scalbln function.
10825         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10826         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10827         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10828         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10829         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10830         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10831         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10832         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10833         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10834         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10835         Remove long_double_symbol for scalblnl function in libm, libc.
10836         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10837         Add wrapper which checks for setting errno to ERANGE.
10838         Add long_double_symbol for scalblnl function in libm, libc.
10839         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10840         Remove long_double_symbol for scalblnl in libm.
10841         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10842         Add wrapper which checks for setting errno to ERANGE.
10843         Add long_double_symbol for scalblnl function in libm.
10844         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10845         Do not use wrapper because of own implementation.
10847 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10849         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10850         3 bytes for __pad1 for x32.
10851         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10853 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10854             H.J. Lu  <hongjiu.lu@intel.com>
10856         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10857         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10858         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10859         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10860         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10862 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10864         [BZ #17069]
10865         * posix/regcomp.c (parse_expression): Deallocate partially
10866         constructed tree before returning error.
10867         * posix/Makefile.c (tests): Add bug-regex36.
10868         (generated): Add bug-regex36.mtrace.
10869         (tests-special): Add $(objpfx)bug-regex36-mem.out
10870         (bug-regex36-ENV): New variable.
10871         ($(objpfx)bug-regex36-mem.out): New rule.
10872         * posix/bug-regex36.c: New file.
10874 2014-06-19  Will Newton  <will.newton@linaro.org>
10876         * malloc/malloc.c (systrim): If extra is zero then return
10877         early.
10879 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10881         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10883 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10885         * sysdeps/aarch64/strchr.S: New file.
10887 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10889         [BZ #17022]
10890         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10891         from arguments -2 or below.
10892         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10893         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10895 2014-06-18  Andreas Schwab  <schwab@suse.de>
10897         [BZ #17062]
10898         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10899         of a bracket expr not to run off the end of the string.
10900         * posix/Makefile (tests): Add tst-fnmatch3.
10901         * posix/tst-fnmatch3.c: New file.
10903 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10905         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10906         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10907         [$(cross-compiling) = no]: Likewise.
10908         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10909         [$(cross-compiling) = no]: Likewise.
10911 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10913         [BZ #17031]
10914         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10915         double, adjusted for any remainder from the high double.
10916         * math/libm-test.inc (nearbyint): Add tests.
10917         (rint): Likewise.
10919 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10921         * nptl/sysdeps/powerpc/Makefile: Moved ...
10922         * sysdeps/powerpc/nptl/Makefile: ... here.
10923         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10924         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10925         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10926         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10927         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10928         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10929         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10930         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10931         * nptl/sysdeps/powerpc/tls.h: Moved ...
10932         * sysdeps/powerpc/nptl/tls.h: ... here.
10934 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
10936         [BZ #16681]
10937         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10938         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10939         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10940         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10941         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10942         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10943         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10944         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10945         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10947 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
10949         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10951 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10953         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10954         defined operator.
10956         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10957         $TIMEOUTFACTOR.
10959 2014-06-16  Florian Weimer  <fweimer@redhat.com>
10961         [BZ #17058]
10962         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10963         non-executed part of the test.
10965 2014-06-16  Andreas Schwab  <schwab@suse.de>
10967         * string/bits/string2.h (strdup, strndup): Update feature guard.
10969 2014-06-14  David S. Miller  <davem@davemloft.net>
10971         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10973 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10975         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10976         that was previously under [RESET_PID].
10977         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10979         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10980         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10981         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10982         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10983         (__libc_vfork): New strong alias.
10984         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10986 2014-06-14 Andi Kleen  <ak@linux.intel.com>
10988         * sysdeps/generic/elide.h: New file.
10990 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
10992         * Makefile (installed-headers): Adjust path of pthread.h header.
10994 2014-06-13  Roland McGrath  <roland@hack.frob.com>
10996         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10997         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10998         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10999         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11001         * nptl/sysdeps/s390/Makefile: Moved ...
11002         * sysdeps/s390/nptl/Makefile: ... here.
11003         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11004         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11005         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11006         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11007         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11008         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11009         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11010         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11011         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11012         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11013         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11014         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11015         * nptl/sysdeps/s390/tls.h: Moved ...
11016         * sysdeps/s390/nptl/tls.h: ... here.
11018         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11019         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11021 2014-06-13  David S. Miller  <davem@davemloft.net>
11023         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11024         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11025         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11026         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11027         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11028         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11029         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11030         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11031         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11032         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11033         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11034         Remove RESET_PID cpp guards.
11035         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11036         Remove RESET_PID cpp guards.
11037         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11039 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11041         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11042         __sp to uintptr_t.
11044 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11046         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11047         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11048         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11049         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11050         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11051         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11052         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11053         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11054         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11055         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11056         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11057         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11058         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11059         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11060         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11061         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11062         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11063         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11064         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11065         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11067         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11068         (pthread_rwlock_rdlock): Add elision.
11069         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11070         (pthread_rwlock_wrlock): Add elision.
11071         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11072         (pthread_rwlock_trywrlock): Add elision.
11073         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11074         (pthread_rwlock_tryrdlock): Add elision.
11075         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11076         (pthread_rwlock_tryrdlock): Add elision unlock.
11077         * nptl/sysdeps/pthread/pthread.h:
11078         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11079         (PTHREAD_RWLOCK_INITIALIZER,
11080         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11081         Handle new elision field.
11082         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11083         * sysdeps/arm/nptl/bits/pthreadtypes.h
11084         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11085         * sysdeps/sh/nptl/bits/pthreadtypes.h
11086         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11087         * sysdeps/tile/nptl/bits/pthreadtypes.h
11088         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11089         * sysdeps/a/nptl/bits/pthreadtypes.h
11090         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11091         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11092         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11093         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11094         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11095         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11096         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11097         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11098         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11099         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11100         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11101         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11102         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11103         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11104         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11105         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11106         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11107         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11108         (elision_init): Set try_xbegin to zero when no RTM.
11109         * sysdeps/x86/nptl/bits/pthreadtypes.h
11110         (pthread_rwlock_t): Change __pad1 to __rwelision.
11111         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11113 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11115         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11116         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11117         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11118         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11120 2014-06-13  Meador Inge  <meadori@codesourcery.com>
11122         [BZ #16996]
11123         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11124         that the cached result has been set before returning it.
11126 2014-06-12  Roland McGrath  <roland@hack.frob.com>
11128         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11129         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11130         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11131         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11132         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11133         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11135         * nptl/sysdeps/sparc/Makefile: Moved ...
11136         * sysdeps/sparc/nptl/Makefile: ... here.
11137         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11138         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11139         * nptl/sysdeps/sparc/tls.h: Moved ...
11140         * sysdeps/sparc/nptl/tls.h: ... here.
11141         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11142         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11143         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11144         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11145         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11146         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11147         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11148         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11149         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11150         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11151         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11152         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11153         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11154         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11155         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11156         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11157         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11158         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11159         Update #include.
11160         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11161         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11162         Update #include.
11163         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11164         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11165         Update #include.
11166         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11167         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11168         Update #include.
11170         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11172         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11173         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11175         * sysdeps/pthread/posix-timer.h: Include <list.h>.
11176         (struct list_links): Type removed.
11177         (struct thread_node, struct timer_node): Replace struct list_links
11178         with struct list_head.
11179         (list_unlink_ip): Likewise.
11180         * sysdeps/pthread/timer_routines.c
11181         (timer_free_list, thread_free_list, thread_active_list): Likewise.
11182         (list_append, list_insbefore): Likewise.
11183         (list_init): Function removed.
11184         (thread_init, init_module): Use INIT_LIST_HEAD instead.
11185         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11186         * sysdeps/pthread/Makefile: ... here, new file.
11188         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11189         * sysdeps/nptl/Implies: ... here.
11190         * sysdeps/unix/sysv/linux/Implies: Add nptl.
11191         * nptl/sysdeps/pthread/list.h: Moved ...
11192         * include/list.h: ... here.
11193         * nptl/sysdeps/pthread/createthread.c: Moved ...
11194         * nptl/createthread.c: ... here.
11195         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11196         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11197         * nptl/pt-longjmp.c: ... here.
11198         * nptl/sysdeps/pthread/Makefile: Moved ...
11199         * sysdeps/nptl/Makefile: ... here.
11200         * nptl/sysdeps/pthread/Subdirs: Moved ...
11201         * sysdeps/nptl/Subdirs: ... here.
11202         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11203         * sysdeps/nptl/aio_misc.h: ... here.
11204         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11205         * sysdeps/nptl/bits/libc-lock.h: ... here.
11206         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11207         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11208         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11209         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11210         * nptl/sysdeps/pthread/configure: Moved ...
11211         * sysdeps/nptl/configure: ... here.
11212         * nptl/sysdeps/pthread/configure.ac: Moved ...
11213         * sysdeps/nptl/configure.ac: ... here.
11214         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11215         * sysdeps/nptl/gai_misc.h: ... here.
11216         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11217         * sysdeps/nptl/librt-cancellation.c: ... here.
11218         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11219         * sysdeps/nptl/malloc-machine.h: ... here.
11220         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11221         * sysdeps/nptl/pthread-functions.h: ... here.
11222         * nptl/sysdeps/pthread/pthread.h: Moved ...
11223         * sysdeps/nptl/pthread.h: ... here.
11224         * nptl/sysdeps/pthread/setxid.h: Moved ...
11225         * sysdeps/nptl/setxid.h: ... here.
11226         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11227         * sysdeps/nptl/sigfillset.c: ... here.
11228         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11229         * sysdeps/nptl/tcb-offsets.h: ... here.
11230         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11231         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11232         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11233         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11234         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11235         * sysdeps/pthread/allocalim.h: ... here.
11236         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11237         * sysdeps/pthread/bits/sigthread.h: ... here.
11238         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11239         * sysdeps/pthread/flockfile.c: ... here.
11240         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11241         * sysdeps/pthread/ftrylockfile.c: ... here.
11242         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11243         * sysdeps/pthread/funlockfile.c: ... here.
11244         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11245         * sysdeps/pthread/posix-timer.h: ... here.
11246         * nptl/sysdeps/pthread/timer_create.c: Moved ...
11247         * sysdeps/pthread/timer_create.c: ... here.
11248         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11249         * sysdeps/pthread/timer_delete.c: ... here.
11250         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11251         * sysdeps/pthread/timer_getoverr.c: ... here.
11252         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11253         * sysdeps/pthread/timer_gettime.c: ... here.
11254         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11255         * sysdeps/pthread/timer_routines.c: ... here.
11256         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11257         * sysdeps/pthread/timer_settime.c: ... here.
11258         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11259         * sysdeps/pthread/tst-timer.c: ... here.
11260         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11261         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11263         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11264         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11266         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11267         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11268         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11269         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11270         Update #include target.
11271         * nptl/sysdeps/i386/i686/Makefile: Moved ...
11272         * sysdeps/i386/i686/nptl/Makefile: ... here.
11273         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11274         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11275         Update #include target.
11276         * nptl/sysdeps/i386/i686/tls.h: Moved ...
11277         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11278         * nptl/sysdeps/i386/Makefile: Moved ...
11279         * sysdeps/i386/nptl/Makefile: ... here.
11280         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11281         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11282         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11283         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11284         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11285         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11286         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11287         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11288         * sysdeps/i386/nptl/pthreaddef.h: ... here.
11289         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11290         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11291         * nptl/sysdeps/i386/tls.h: Moved ...
11292         * sysdeps/i386/nptl/tls.h: ... here.
11294         * sysdeps/sh/Makefile [$(subdir) = csu]
11295         (gen-as-const-headers): Add tcb-offsets.sym.
11296         * nptl/sysdeps/sh/Makefile: File removed.
11297         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11298         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11299         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11300         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11301         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11302         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11303         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11304         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11305         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11306         * sysdeps/sh/nptl/pthreaddef.h: ... here.
11307         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11308         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11309         * nptl/sysdeps/sh/tls.h: Moved ...
11310         * sysdeps/sh/nptl/tls.h: ... here.
11311         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11312         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11313         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11314         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11315         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11316         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11317         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11318         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11319         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11320         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11321         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11322         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11323         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11324         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11325         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11326         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11327         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11328         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11329         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11330         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11331         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11332         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11333         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11334         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11335         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11336         Moved ...
11337         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11338         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11339         Moved ...
11340         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11341         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11342         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11343         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11344         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11345         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11346         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11347         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11348         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11349         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11350         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11351         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11352         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11353         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11354         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11355         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11356         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11357         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11358         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11360 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
11362         * posix/spawn_faction_addopen.c: Include string.h.
11364 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11366         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11367         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11368         * nptl/sysdeps/x86_64/Makefile: Moved ...
11369         * sysdeps/x86_64/nptl/Makefile: ... here.
11370         * nptl/sysdeps/x86_64/configure: Moved ...
11371         * sysdeps/x86_64/nptl/configure: ... here.
11372         * nptl/sysdeps/x86_64/configure.ac: Moved ...
11373         * sysdeps/x86_64/nptl/configure.ac: ... here.
11374         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11375         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11376         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11377         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11378         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11379         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11380         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11381         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11382         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11383         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11384         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11385         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11386         * nptl/sysdeps/x86_64/tls.h: Moved ...
11387         * sysdeps/x86_64/nptl/tls.h: ... here.
11388         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11389         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11390         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11391         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11393         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11395 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11397         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11399 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
11401         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11402         type.
11403         [POSIX] (off_t): Likewise.
11404         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11405         [POSIX] (S_ISBLK): Require macro.
11406         [POSIX] (S_ISCHR): Likewise.
11407         [POSIX] (S_ISDIR): Likewise.
11408         [POSIX] (S_ISFIFO): Likewise.
11409         [POSIX] (S_ISREG): Likewise.
11410         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11411         optional-macro.
11412         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11413         type.
11414         [POSIX] (time_t): Likewise.
11415         [POSIX] (timer_t): Likewise.
11417 2014-06-11  Florian Weimer  <fweimer@redhat.com>
11419         [BZ #17048]
11420         * posix/spawn_int.h (struct __spawn_action): Make the path string
11421         non-const to support deallocation.
11422         * posix/spawn_faction_addopen.c
11423         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11424         * posix/spawn_faction_destroy.c
11425         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
11426         path in all spawn_do_open actions.
11427         * posix/tst-spawn.c (do_test): Exercise the copy operation in
11428         posix_spawn_file_actions_addopen.
11430 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
11432         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11433         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11434         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11435         conditional code always true.
11436         (__libc_vfork): New alias.
11438 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11440         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11441         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11443         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11445         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11446         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11448         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11449         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11451         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11452         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11454 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11456         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11457         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11458         multiarch strcmp for PPC64.
11459         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11460         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11461         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11462         multiarch optimizations.
11463         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11464         (__libc_ifunc_impl_list): Likewise.
11466 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11468         * benchtests/scripts/validate_benchout.py: New script.
11469         * benchtests/Makefile (bench-func): Call it.
11470         * benchtests/scripts/benchout.schema.json: New file.
11472 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
11474         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11475         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11476         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11477         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11478         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11479         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11480         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11481         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11482         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11483         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11484         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11485         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11486         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11487         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11488         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11489         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11490         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11491         Moved ...
11492         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11493         ... here.
11494         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11495         Moved ...
11496         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11497         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11498         Moved ...
11499         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11500         ... here.
11501         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11502         Moved ...
11503         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11504         ... here.
11505         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11506         Moved ...
11507         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11508         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11509         Moved ...
11510         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11511         ... here.
11512         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11513         Moved ...
11514         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11515         ... here.
11516         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11517         Moved ...
11518         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11519         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11520         Moved ...
11521         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11522         ... here.
11523         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11524         Moved ...
11525         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11526         ... here.
11527         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11528         Moved ...
11529         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11530         ... here.
11531         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11532         Moved ...
11533         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11534         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11535         Moved ...
11536         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11537         ... here.
11538         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11539         Moved ...
11540         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11541         ... here.
11542         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11543         Moved ...
11544         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11545         ... here.
11546         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11547         Moved ...
11548         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11549         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11550         Moved ...
11551         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11552         ... here.
11553         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11554         Moved ...
11555         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11556         ... here.
11557         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11558         Moved ...
11559         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11560         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11561         Moved ...
11562         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11563         ... here.
11564         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11565         Moved ...
11566         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11567         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11568         Moved ...
11569         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11570         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11571         Moved ...
11572         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11573         ... here.
11574         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11575         Moved ...
11576         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11577         ... here.
11578         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11579         Moved ...
11580         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11581         ... here.
11582         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11583         Moved ...
11584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11585         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11586         Moved ...
11587         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11588         ... here.
11589         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11590         Moved ...
11591         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11592         ... here.
11593         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11594         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11595         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11596         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11597         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11598         Moved ...
11599         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11600         ... here.
11601         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11602         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11603         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11604         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11605         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11606         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11607         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11608         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11609         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11610         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11611         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11612         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11613         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11614         Moved ...
11615         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11616         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11617         Moved ...
11618         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11619         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11620         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11621         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11622         Moved ...
11623         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11624         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11625         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11626         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11627         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11628         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11629         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11631 2014-06-10  Wilco  <wdijkstr@arm.com>
11633         * math/test-fenv-return.c: New file.
11634         * math/Makefile: Add new test test-fenv-return.
11636 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
11638         [BZ #17042]
11639         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11640         when x - 1 is zero.
11641         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11642         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11643         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11644         0.0L for an argument of 1.0L.
11645         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11646         Likewise.
11647         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11648         value when x - 1 is zero.
11649         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11650         * sysdeps/i386/fpu/libm-test-ulps: Update.
11651         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11653 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
11655         [BZ #15119]
11656         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11658 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11660         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11661         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11663 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11665         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11666         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11668         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11669         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11671         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11672         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11674         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11675         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11677         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11678         if not already defined.
11679         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11680         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11681         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11682         (TLS_INIT_TP): Use it.
11683         (TLS_DEFINE_INIT_TP): New macro.
11684         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11686 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
11688         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11689         constant.
11690         [POSIX] (IXANY): Likewise.
11691         [POSIX] (OLCUC): Likewise.
11692         [POSIX || POSIX2008] (CBAUD): Do not allow.
11693         [POSIX || POSIX2008] (DEFECHO): Likewise.
11694         [POSIX || POSIX2008] (ECHOCTL): Likewise.
11695         [POSIX || POSIX2008] (ECHOKE): Likewise.
11696         [POSIX || POSIX2008] (ECHOPRT): Likewise.
11697         [POSIX || POSIX2008] (EXTA): Likewise.
11698         [POSIX || POSIX2008] (EXTB): Likewise.
11699         [POSIX || POSIX2008] (FLUSHO): Likewise.
11700         [POSIX || POSIX2008] (LOBLK): Likewise.
11701         [POSIX || POSIX2008] (PENDIN): Likewise.
11702         [POSIX || POSIX2008] (SWTCH): Likewise.
11703         [POSIX || POSIX2008] (VDISCARD): Likewise.
11704         [POSIX || POSIX2008] (VDSUSP): Likewise.
11705         [POSIX || POSIX2008] (VLNEXT): Likewise.
11706         [POSIX || POSIX2008] (VREPRINT): Likewise.
11707         [POSIX || POSIX2008] (VSTATUS): Likewise.
11708         [POSIX || POSIX2008] (VWERASE): Likewise.
11709         (B*): Change to B[0123456789]*.
11710         * conform/data/time.h-data [POSIX || UNIX98]
11711         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11712         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11713         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11714         [POSIX] (tm_*): Do not allow.
11716 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
11718         * Makefile (install): Don't set LANGUAGE.
11719         * Makefile.in (install): Likewise.
11720         * assert/Makefile (test-assert-ENV): Remove variable.
11721         (test-assert-perr-ENV): Likewise.
11722         * elf/Makefile (neededtest4-ENV): Likewise.
11723         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11724         [$(cross-compiling) = no]: Don't set LANGUAGE.
11725         * io/ftwtest-sh (LANG): Remove variable.
11726         * libio/Makefile (tst-widetext-ENV): Likewise.
11727         * manual/install.texi (Running make install): Don't refer to
11728         environment settings for make install.
11729         * INSTALL: Regenerated.
11730         * nptl/tst-tls6.sh: Don't set LANG.
11731         * posix/globtest.sh (LANG): Remove variable.
11732         * string/Makefile (tester-ENV): Likewise.
11733         (inl-tester-ENV): Likewise.
11734         (noinl-tester-ENV): Likewise.
11735         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11736         [$(cross-compiling) = no]: Don't set LANGUAGE.
11737         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
11738         without explicit environment settings.
11740 2014-06-06  Roland McGrath  <roland@hack.frob.com>
11742         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
11743         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
11744         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
11745         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
11747 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
11749         * crypt/crypt-private.h [DOS]: Add some includes taken from the
11750         other files in the crypt directory.
11751         * crypt/crypt.c: Remove duplicate includes.
11752         * crypt/crypt-entry.c: Likewise.
11753         * crypt/crypt_util.c: Likewise.
11755 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
11757         * Makeconfig (run-program-env): New variable.
11758         (run-program-prefix-before-env): Likewise.
11759         (run-program-prefix-after-env): Likewise.
11760         (run-program-prefix): Define in terms of new variables.
11761         (built-program-cmd-before-env): New variable.
11762         (built-program-cmd-after-env): Likewise.
11763         (built-program-cmd): Define in terms of new variables.
11764         (test-program-prefix-before-env): New variable.
11765         (test-program-prefix-after-env): Likewise.
11766         (test-program-prefix): Define in terms of new variables.
11767         (test-program-cmd-before-env): New variable.
11768         (test-program-cmd-after-env): Likewise.
11769         (test-program-cmd): Define in terms of new variables.
11770         * Rules (make-test-out): Use $(run-program-env).
11771         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11772         (help): Do not mention environment variables.  Mention
11773         --timeoutfactor option.
11774         (timeoutfactor): New variable.
11775         (blacklist_exports): Remove function.
11776         (exports): Remove variable.
11777         (command): Do not include ${exports}.
11778         * manual/install.texi (Configuring and compiling): Do not mention
11779         test wrappers preserving environment variables.  Mention that last
11780         assignment to a variable must take precedence.
11781         * INSTALL: Regenerated.
11782         * benchtests/Makefile (run-bench): Use $(run-program-env).
11783         * catgets/Makefile ($(objpfx)test1.cat): Use
11784         $(built-program-cmd-before-env), $(run-program-env) and
11785         $(built-program-cmd-after-env).
11786         ($(objpfx)test2.cat): Do not specify environment variables
11787         explicitly.
11788         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11789         $(run-program-env) and $(built-program-cmd-after-env).
11790         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11791         $(run-program-env) and $(test-program-cmd-after-env).
11792         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11793         explicitly.
11794         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11795         run_program_env and test_program_cmd_after_env arguments.
11796         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11797         * elf/tst-pathopt.sh: Use run_program_env argument.
11798         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11799         $(test-wrapper-env) and $(run-program-env).
11800         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11801         run_program_env arguments.
11802         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11803         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11804         $(test-program-prefix-before-env), $(run-program-env) and
11805         $(test-program-prefix-after-env).
11806         ($(objpfx)tst-gettext2.out): Likewise.
11807         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11808         run_program_env and test_program_prefix_after_env arguments.
11809         * intl/tst-gettext2.sh: Likewise.
11810         * intl/tst-gettext4.sh: Do not set environment variables
11811         explicitly.
11812         * intl/tst-gettext6.sh: Likewise.
11813         * intl/tst-translit.sh: Likewise.
11814         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11815         $(test-program-prefix-before-env), $(run-program-env) and
11816         $(test-program-prefix-after-env).
11817         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11818         run_program_env and test_program_prefix_after_env arguments.
11819         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11820         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11821         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11822         explicitly with each use of ${test_wrapper_env}.
11823         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11824         $(test-program-prefix-before-env), $(run-program-env) and
11825         $(test-program-prefix-after-env).
11826         * posix/tst-getconf.sh: Do not set environment variables
11827         explicitly.
11828         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11829         run_program_env and test_program_prefix_after_env arguments.
11830         * stdio-common/tst-printf.sh: Do not set environment variables
11831         explicitly.
11832         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11833         $(test-program-prefix-before-env), $(run-program-env) and
11834         $(test-program-prefix-after-env).
11835         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11836         run_program_env and test_program_prefix_after_env arguments.
11837         Split $test calls into $test_pre and $test.
11838         * timezone/Makefile (build-testdata): Use
11839         $(built-program-cmd-before-env), $(run-program-env) and
11840         $(built-program-cmd-after-env).
11842 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11844         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11845         strlen for non SHARED builds.
11847 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11849         * nptl/allocatestack.c (check_list): Inlined function...
11850         (__reclaim_stacks): ... here.
11852 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11854         [BZ #15698]
11855         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11856         memory overrun.
11858 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11860         * Rules (make-test-out): Include
11861         LOCPATH=$(common-objpfx)localedata in default environment.
11862         * debug/Makefile (tst-chk1-ENV): Remove variable.
11863         (tst-chk2-ENV): Likewise.
11864         (tst-chk3-ENV): Likewise.
11865         (tst-chk4-ENV): Likewise.
11866         (tst-chk5-ENV): Likewise.
11867         (tst-chk6-ENV): Likewise.
11868         (tst-lfschk1-ENV): Likewise.
11869         (tst-lfschk2-ENV): Likewise.
11870         (tst-lfschk3-ENV): Likewise.
11871         (tst-lfschk4-ENV): Likewise.
11872         (tst-lfschk5-ENV): Likewise.
11873         (tst-lfschk6-ENV): Likewise.
11874         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11875         (tst-iconv7-ENV): Likewise.
11876         * intl/Makefile (LOCPATH-ENV): Likewise.
11877         (tst-codeset-ENV): Likewise.
11878         (tst-gettext3-ENV): Likewise.
11879         (tst-gettext5-ENV): Likewise.
11880         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11881         (tst-fopenloc-ENV): Likewise.
11882         (tst-fgetws-ENV): Remove variable.
11883         (tst-ungetwc1-ENV): Likewise.
11884         (tst-ungetwc2-ENV): Likewise.
11885         (bug-ungetwc2-ENV): Likewise.
11886         (tst-swscanf-ENV): Likewise.
11887         (bug-ftell-ENV): Likewise.
11888         (tst-fgetwc-ENV): Likewise.
11889         (tst-fseek-ENV): Likewise.
11890         (tst-ftell-partial-wide-ENV): Likewise.
11891         (tst-ftell-active-handler-ENV): Likewise.
11892         (tst-ftell-append-ENV): Likewise.
11893         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11894         (tst-regexloc-ENV): Likewise.
11895         (bug-regex1-ENV): Likewise.
11896         (tst-regex-ENV): Likewise.
11897         (tst-regex2-ENV): Likewise.
11898         (bug-regex5-ENV): Likewise.
11899         (bug-regex6-ENV): Likewise.
11900         (bug-regex17-ENV): Likewise.
11901         (bug-regex18-ENV): Likewise.
11902         (bug-regex19-ENV): Likewise.
11903         (bug-regex20-ENV): Likewise.
11904         (bug-regex22-ENV): Likewise.
11905         (bug-regex23-ENV): Likewise.
11906         (bug-regex25-ENV): Likewise.
11907         (bug-regex26-ENV): Likewise.
11908         (bug-regex30-ENV): Likewise.
11909         (bug-regex32-ENV): Likewise.
11910         (bug-regex33-ENV): Likewise.
11911         (bug-regex34-ENV): Likewise.
11912         (bug-regex35-ENV): Likewise.
11913         (tst-rxspencer-ENV): Likewise.
11914         (tst-rxspencer-no-utf8-ENV): Likewise.
11915         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11916         (tst-sscanf-ENV): Likewise.
11917         (tst-swprintf-ENV): Likewise.
11918         (tst-swscanf-ENV): Likewise.
11919         (test-vfprintf-ENV): Likewise.
11920         (scanf13-ENV): Likewise.
11921         (bug14-ENV): Likewise.
11922         (tst-grouping-ENV): Likewise.
11923         * stdlib/Makefile (tst-strtod-ENV): Likewise.
11924         (tst-strtod3-ENV): Likewise.
11925         (tst-strtod4-ENV): Likewise.
11926         (tst-strtod5-ENV): Likewise.
11927         (testmb2-ENV): Likewise./
11928         * string/Makefile (tst-strxfrm-ENV): Likewise.
11929         (tst-strxfrm2-ENV): Likewise.
11930         (bug-strcoll1-ENV): Likewise.
11931         (test-strcasecmp-ENV): Likewise.
11932         (test-strncasecmp-ENV): Likewise.
11933         * time/Makefile (tst-strptime-ENV): Likewise.
11934         (tst-ftime_l-ENV): Likewise.
11935         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11936         (tst-mbrtowc-ENV): Likewise.
11937         (tst-wcrtomb-ENV): Likewise.
11938         (tst-mbrtowc2-ENV): Likewise.
11939         (tst-c16c32-1-ENV): Likewise.
11940         (tst-mbsnrtowcs-ENV): Likewise.
11942 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11944         * manual/resource.texi (How to get information about the memory
11945         subsystem?): Fix typo.
11946         Reported by Peon de la Parra Ivan <peon@keba.com>
11948 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
11950         [BZ #16882]
11951         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11952         (pthread_spin_lock): Branch out of spin loop to proper location.
11953         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11954         (pthread_spin_lock): Likewise.
11956         * nptl/tst-spin4.c: New test.
11957         * nptl/Makefile (tests): Add tst-spin4.
11959 2014-06-03  Andreas Schwab  <schwab@suse.de>
11961         [BZ #15946]
11962         * resolv/res_send.c (send_dg): Reload file descriptor after
11963         calling reopen.
11965 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
11967         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11969 2014-06-03  Richard Henderson  <rth@redhat.com>
11971         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11972         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11973         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11974         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
11975         in the SAVE_PID block.
11976         (__libc_vfork): New alias.
11977         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11979         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11980         child in registers, not on the stack.  Remove RESET_PID conditionals.
11981         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11983 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11985         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11987 2014-06-03  Wilco  <wdijkstr@arm.com>
11989         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11990         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11991         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11992         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11993         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11994         Likewise.
11996 2014-06-03  Wilco  <wdijkstr@arm.com>
11998         * sysdeps/aarch64/fpu/math_private.h
11999         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12000         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12001         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12002         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12003         Fix declarations.
12005 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12007         * crypt/crypt-private.h: Include ufc-crypt.h.
12008         (__b64_from_24bit): Declare extern.
12009         * crypt/crypt_util.c(__b64_from_24bit): New function.
12010         (b64t): New static const variable.
12011         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12012         (b64t): Remove variable.
12013         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12014         * crypt/sha256-crypt.c: Include crypt-private.h.
12015         (b64t): Remove variable.
12016         (__sha256_crypt_r): Remove b64_from_24bit and replace
12017         with __b64_from_24bit.
12018         * crypt/sha512-crypt.c: Likewise.
12020 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12022         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12023         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12024         Label the code __libc_vfork rather than __vfork.
12025         [!NOT_IN_libc] (vfork): Define as weak alias.
12026         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12027         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12028         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12030 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12032         * malloc/malloc.c (malloc_info): Fix format specifier for
12033         n_mmaps.
12035 2014-06-02  Wilco  <wdijkstr@arm.com>
12037         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12038         FPCR write.
12040 2014-06-02  Wilco  <wdijkstr@arm.com>
12042         [BZ #17009]
12043         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12044         Rewrite to reduce FPCR/FPSR accesses.
12046 2014-06-01  David S. Miller  <davem@davemloft.net>
12048         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12050 2014-05-31  David S. Miller  <davem@davemloft.net>
12052         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12053         to occur in round to nearest mode when |x| >= 2.0
12055 2014-05-30  Richard Henderson  <rth@twiddle.net>
12057         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12058         (PSEUDO_RET_NOERRNO): Remove.
12059         (ret): Don't redefine.
12060         (ret_NOERRNO): Define in terms of ret.
12061         (ret_ERRVAL): Likewise.
12063         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12064         use of PSEUDO_RET; perform the error check directly.
12066 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12068         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12069         with __int128_t.
12071 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12073         * malloc/malloc (malloc_info): Fix formatting.
12075 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12076             Roland McGrath  <roland@hack.frob.com>
12078         * malloc/malloc (malloc_info): Also print mmapped statistics.
12080 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12082         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12083         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12085 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12087         * malloc/malloc.c (malloc_info): Inline mi_arena.
12089 2014-05-29  Richard Henderson  <rth@twiddle.net>
12091         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12092         Remove comma before expanding ASM_ARGS_##nr.
12093         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12094         Make _x0 a strict output; make _x8 a strict input; adjust expansion
12095         of ASM_ARGS_##nr.
12096         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12097         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12098         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12099         (ASM_ARGS_1): Add leading comma.
12101         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12102         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12103         to __errno_location.
12104         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12105         Remove the expected plt for __errno_location.
12107         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12108         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12109         call to __read_tp.
12111         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12112         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
12113         it and break it down.
12114         (DOCARGS_0, DOCARGS_1): Do nothing.
12115         (DOCARGS_2): Update to store into the new stack frame.
12116         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12117         (UNDOCARGS_1): Update to restore from the new stack frame.
12118         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12119         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12121         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12122         (SINGLE_THREAD_P): New parameter for result regno.
12123         (PSEUDO): Update to match; use cbz instead of beq.
12125         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12126         Use ENTRY to define the _nocancel entry point.  Share the syscall
12127         and syscall error check paths with the cancel path.
12128         (PSEUDO_END): New.
12130         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12131         whitespace; tabs before and after asm mnemonics.
12133 2014-05-29  Eric Wong  <normalperson@yhbt.net>
12135         [BZ #15132]
12136         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12137         Call fstat64 or stat64 internally, depending on arguments passed.
12138         Replace stat buffer argument with file descriptor argument.
12139         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12140         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12141         Pass fd to __internal_statvfs instead of calling fstat64.
12142         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12143         Pass fd to __internal_statvfs64 instead of calling fstat64.
12144         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12145         Pass -1 to __internal_statvfs instead of calling stat64.
12146         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12147         Pass -1 to __internal_statvfs64 instead of calling stat64.
12149 2014-05-28  Roland McGrath  <roland@hack.frob.com>
12151         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12152         that was previously under [RESET_PID].
12153         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12155         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12156         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12158 2014-05-27  Roland McGrath  <roland@hack.frob.com>
12160         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12162         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12163         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12165 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
12167         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12169 2014-05-27  Andreas Schwab  <schwab@suse.de>
12171         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12172         TLS_INIT_TP macro.
12173         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12174         * elf/rtld.c (init_tls, dl_main): Likewise.
12175         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12176         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12177         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12178         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12179         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12180         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12181         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12182         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12183         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12184         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12185         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12186         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12187         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12188         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12189         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12190         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12191         * sysdeps/generic/tls.h: Update description.
12193 2014-05-27  Will Newton  <will.newton@linaro.org>
12195         [BZ #16990]
12196         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12197         and restore r2 rather than just restoring.
12199 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12201         [BZ #16724]
12202         * libio/tst-ftell-append.c: New test case.
12203         * libio/Makefile (tests): Add test case.
12204         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12205         append mode.
12206         * libio/wfileops.c (do_ftell_wide): Likewise.
12208 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12210         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12212         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12213         ...
12214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12216         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12217         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12218         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12219         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12220         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12221         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12222         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12223         Moved ...
12224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12225         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12226         Moved ...
12227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12228         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12229         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12230         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12231         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12232         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12233         ...
12234         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12235         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12236         Moved ...
12237         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12238         here.
12239         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12240         ...
12241         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12242         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12243         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12245         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12246         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12247         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12248         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12250         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12251         merge into ...
12252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12253         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12254         ...
12255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12256         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12257         ...
12258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12259         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12260         Moved ...
12261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12262         here.
12263         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12264         Moved ...
12265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12266         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12267         Moved ...
12268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12271         conditional [RESET_PID].
12272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12273         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12274         removed.
12275         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12276         removed.
12278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12279         <tcb-offsets.h>.
12280         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12281         (__libc_vfork): New strong alias.
12282         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12283         removed.
12284         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12285         Removed.
12287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12288         <tcb-offsets.h>.
12289         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12290         (__libc_vfork): New strong alias.
12291         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12292         removed.
12293         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12294         removed.
12296 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
12298         * malloc/malloc.c (mi_arena): New function.
12299         (malloc_info): Remove nested function mi_arena. Call non-nosted
12300         function mi_arena.
12302 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12304         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12305         by insrwi.
12306         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12307         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12308         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12309         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12310         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12311         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12312         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12314 2014-05-26  Andreas Schwab  <schwab@suse.de>
12316         [BZ #16984]
12317         * locale/programs/repertoire.c (repertoire_read): Add slash
12318         between I18NPATH element and file name.
12319         * locale/programs/locfile.c (locfile_read): Likewise.
12321 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12323         * nptl/pthread_mutexattr_settype.c
12324         (__pthread_mutexattr_settype):
12325         Disable lock elision for PTHREAD_MUTEX_NORMAL.
12327 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12329         * nptl/tst-mutex5 (do_test):
12330         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12332 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12334         * benchtests/README: Document 'init' directive.
12335         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12336         BENCH_INIT.
12337         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12338         (parse_file): Recognize 'init' directive.
12340 2014-05-26  Kyle McMartin  <kyle@redhat.com>
12342         [BZ #16796]
12343         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12344         alignment of struct pthread.
12346 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12348         [BZ #16878]
12349         * nscd/netgroupcache.c (addgetnetgrentX): Look for
12350         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12351         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12352         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12354 2014-05-25  Richard Henderson  <rth@twiddle.net>
12356         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12357         (SINGLE_THREAD_P_PIC): Remove.
12358         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12359         (SINGLE_THREAD_P_PIC): Remove.
12361         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12362         branch to syscall error ...
12363         (PSEUDO): ... here.
12364         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12365         from __local_syscall_error to .Lsyscall_error.
12366         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12367         (SYSCALL_ERROR): Update label name.
12369         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12370         Do not use DOARGS/UNDOARGS.
12371         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12372         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12373         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12374         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12375         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12377         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12378         block comment.
12380         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12381         define if !NOT_IN_libc.
12382         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12383         define with non-default symbol versions.
12385 2014-05-23  Richard Henderson  <rth@twiddle.net>
12387         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12388         (vfork, __vfork): Define via compat_symbol.
12390         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12391         [!HAVE_IFUNC] (vfork_compat): Remove.
12392         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12394 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12396         [BZ #16978]
12397         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12398         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12399         variable.
12401 2014-05-23  Richard Henderson  <rth@twiddle.net>
12403         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12404         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12405         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12406         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12408         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12409         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12410         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12411         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12412         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12413         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12414         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12415         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12416         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12417         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12418         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12419         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12420         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12421         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12422         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12423         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12424         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12425         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12426         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12427         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12428         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12429         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12430         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12431         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12432         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12433         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12434         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12435         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12436         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12437         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12438         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12439         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12440         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12441         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12442         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12443         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12444         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12445         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12446         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12447         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12448         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12449         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12450         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12451         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12452         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12453         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12454         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12455         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12456         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12457         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12458         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12459         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12460         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12461         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12462         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12463         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12465         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12466         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12467         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
12468         before exiting on error.
12469         (__libc_vfork): New strong alias.
12470         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12471         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12473         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12474         that was previously under [RESET_PID].
12475         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12477         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12479 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12481         [BZ #16977]
12482         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12483         value when x - 1 is zero.
12484         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12485         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12486         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12487         0.0L for an argument of 1.0L.
12488         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12489         Likewise.
12490         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12491         value when x - 1 is zero.
12492         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12493         * sysdeps/i386/fpu/libm-test-ulps: Update.
12494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12496 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12498         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12499         alphasort and versionsort.
12501 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12503         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12504         macro.
12505         [copysignf]: Likewise.
12507 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12509         * crypt/md5-crypt.c: Fix formatting.
12511 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12513         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12514         (b64_from_24bit): New function.
12516 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12518         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12519         libc_hidden_builtin_def to ifunc.
12520         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12521         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12523 2014-05-21  Roland McGrath  <roland@hack.frob.com>
12525         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12526         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12528 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
12530         * nscd/Depend (linuxthreads): Remove.
12531         (nptl): Add.
12532         * resolv/Depend (linuxthreads): Remove.
12533         * rt/Depend (linuxthreads): Remove.
12535         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12536         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12537         $(common-objpfx)elf/.
12538         (link-libc-before-gnulib): Likewise.
12539         (elfobjdir): Remove variable.
12540         * Makefile (install): Use $(elf-objpfx) instead of
12541         $(common-objpfx)elf/.
12542         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12543         $(elfobjdir)/.
12544         (link-libc-deps): Likewise.
12545         ($(common-objpfx)libc.so): Likewise.
12546         ($(common-objpfx)linkobj/libc.so): Likewise.
12547         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12548         instead of $(common-objpfx)elf/.
12549         (symbolic-link-list): Likewise.
12550         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12551         [$(cross-compiling) = no]: Likewise.
12552         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12553         $(elfobjdir)/.
12554         (static-gnulib-arch): Likewise.
12555         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12556         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12557         $(common-objpfx)elf/.
12559 2014-05-21  Richard Henderson  <rth@redhat.com>
12561         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12562         (SINGLE_THREAD_P): Use the correct width load.  Fold
12563         into the ldr offset.
12565         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12566         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12568 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
12570         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12571         (libgcc_s_resume): Use __attribute_used__.
12572         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12573         Likewise.
12575 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12577         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12578         optimization when used with float constants.
12580         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12582 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
12584         [BZ #16915]
12585         * locale/nl_langinfo_l.c: Make direct reference to every
12586         _nl_current_CATEGORY symbol.
12587         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12588         (tests-static): Add tst-langinfo-static.
12589         (tests-special): Add tst-langinfo-static.out.
12590         ($(objpfx)tst-langinfo.out): Redirect output.
12591         ($(objpfx)tst-langinfo-static.out): New.
12592         * localedata/tst-langinfo.sh: Send output to stdout.
12593         * localedata/tst-langinfo-static.c: New file.
12595         [BZ #16965]
12596         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12597         when the shift amount is modulo the limb size.
12599 2014-05-20  Richard Henderson  <rth@redhat.com>
12601         [BZ #16967]
12602         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12603         Change type of sa_flags from unsigned int to int.
12605         [BZ #16966]
12606         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12608         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12610 2014-05-20  Will Newton  <will.newton@linaro.org>
12612         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12613         Test the return value of the system call in the nocancel case.
12615 2014-05-20  Will Newton  <will.newton@linaro.org>
12616             Yvan Roux  <yvan.roux@linaro.org>
12618         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12619         #include of asm/ptrace.h.
12620         (PTRACE_GET_THREAD_AREA): Remove #undef.
12621         (PTRACE_GETHBPREGS): Likewise.
12622         (PTRACE_SETHBPREGS): Likewise.
12623         (struct user_regs_struct): New structure.
12624         (struct user_fpsimd_struct): New structure.
12625         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12626         #include of asm/ptrace.h and second #include of sys/user.h.
12627         (PTRACE_GET_THREAD_AREA): Remove #undef.
12628         (PTRACE_GETHBPREGS): Likewise.
12629         (PTRACE_SETHBPREGS): Likewise.
12630         (ELF_NGREG): Use new struct user_regs_struct.
12631         (elf_fpregset_t): Use new struct user_fpsimd_struct.
12633 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12635         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12636         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12638 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12640         [BZ #16958]
12641         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12642         membar to avoid block loads/stores to overlap previous stores.
12644 2014-05-17  Richard Henderson  <rth@redhat.com>
12646         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12647         Create the __##syscall_name##_nocancel entry point.
12648         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12649         Remove; let the sysdep-cancel.h code create it.
12651 2014-05-17  David S. Miller  <davem@davemloft.net>
12653         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12654         Protect with __USE_GNU.
12655         (TIOCSET_TEMPT): Likewise.
12656         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12657         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12658         these are already provided in bits/ioctl-types.h
12660 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12662         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12663         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12665         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12666         Use wait4 regardless of [__NR_waitpid].
12668 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12670         PR libgcc/60166
12671         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12672         (_FP_NANSIGN_Q): Set the quiet bit.
12674 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
12676         * benchtests/Makefile
12677         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12678         not $(common-objpfx)math/libm.so.
12679         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12680         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12681         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12682         $(common-objpfx)dlfcn/libdl.so.
12683         ($(objpfx)tst-audit8): Depend on $(libm), not
12684         $(common-objpfx)math/libm.so.
12685         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12686         not $(common-objpfx)dlfcn/libdl.so.
12687         * math/Makefile
12688         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12689         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
12690         [$(build-shared) = yes].
12691         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12692         $(common-objpfx)nptl/libpthread.so.
12693         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12694         $(common-objpfx)math/libm.so$(libm.so-version) or
12695         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12696         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12697         $(common-objpfx)dlfcn/libdl.so.
12698         * setjmp/Makefile (link-libm): Remove variable.
12699         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12700         * stdio-common/Makefile (link-libm): Remove variable.
12701         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12702         * stdlib/Makefile (link-libm): Remove variable.
12703         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12704         ($(objpfx)tst-strtod-round): Likewise.
12705         ($(objpfx)tst-tininess): Likewise.
12706         ($(objpfx)tst-strtod-underflow): Likewise.
12707         ($(objpfx)tst-strtod6): Likewise.
12708         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12709         $(libdl), not $(common-objpfx)nptl/libpthread.so and
12710         $(common-objpfx)dlfcn/libdl.so.
12712 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12714         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12715         BSD terminal modes definitions.
12717 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12719         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12720         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12722         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12723         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12724         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12725         Don't do #include_next.
12726         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12727         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12728         Don't do #include_next.
12729         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12730         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12731         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12732         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
12734 2014-05-16  Allan McRae  <allan@archlinux.org>
12736         * po/sv.po: Update Swedish translation from translation project.
12738         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
12739         in sed expression.
12741 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
12743         [BZ #16917]
12744         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
12745         errno if the TIOCGPTN ioctl fails with an error different than
12746         EINVAL.
12747         * login/tst-ptsname.c: New file.
12748         * login/Makefile (tests): Add tst-ptsname.
12750         [BZ #16943]
12751         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12752         and prlimit64.
12754 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12756         [BZ #16849]
12757         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12758         herrno to return EAI_AGAIN.
12760 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12762         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12763         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12764         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12765         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12766         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12767         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12768         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12769         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12770         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12771         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12772         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12773         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12774         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12775         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12776         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12777         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12778         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12779         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12780         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12781         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12782         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12783         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12784         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12785         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12786         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12787         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12788         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12789         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12790         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12791         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12792         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12793         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12794         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12795         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12796         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12797         Moved ...
12798         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12799         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12800         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12801         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12802         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12803         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12804         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12805         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12806         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12807         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12808         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12809         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12810         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12811         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12812         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12813         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12814         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12815         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12816         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12817         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12818         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12819         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12820         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12821         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12822         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12823         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12824         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12825         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12826         Moved ...
12827         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12828         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12829         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12830         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12831         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12832         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12833         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12834         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12835         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12836         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12837         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12838         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12839         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12840         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12841         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12842         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12843         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12844         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12845         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12846         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12847         Moved ...
12848         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12849         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12850         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12852         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12853         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12854         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12855         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12856         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12857         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12858         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12859         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12860         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12861         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12862         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12863         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12864         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12865         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12866         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12867         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12868         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12869         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12870         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12871         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12872         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12873         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12874         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12875         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12876         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12877         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12878         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12879         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12880         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12881         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12882         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12884         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12885         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12887         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12888         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12889         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12890         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12891         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12892         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12893         Moved ...
12894         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12895         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12896         Moved ...
12897         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12898         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12899         Moved ...
12900         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12901         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12902         Moved ...
12903         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12904         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12905         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12906         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12907         Moved ...
12908         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12909         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12910         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12911         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12912         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12913         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12914         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12915         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12916         Moved ...
12917         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12918         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12919         Moved ...
12920         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12921         ... here.
12922         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12923         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12924         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12925         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12926         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12927         Moved ...
12928         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12929         ... here.
12930         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12931         Moved ...
12932         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12933         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12934         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12935         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12936         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12937         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12938         Moved ...
12939         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12940         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12941         Moved ...
12942         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12943         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12944         Moved ...
12945         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12946         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12947         Moved ...
12948         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12949         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12950         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12951         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12952         Moved ...
12953         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12954         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12955         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12956         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12957         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12958         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12959         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12960         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12961         Moved ...
12962         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12963         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12964         Moved ...
12965         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12966         ... here.
12967         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12968         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12969         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12970         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12971         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12972         Moved ...
12973         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12974         ... here.
12975         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12976         Moved ...
12977         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12978         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12979         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12980         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12981         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12982         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12983         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12984         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12985         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12986         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12987         Moved ...
12988         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12989         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12990         Moved ...
12991         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12992         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12993         Moved ...
12994         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12995         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12996         Moved ...
12997         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12998         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12999         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13000         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13001         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13002         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13003         Moved ...
13004         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13005         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13006         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13007         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13008         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13009         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13010         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13011         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13012         Moved ...
13013         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13014         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13015         Moved ...
13016         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13017         ... here.
13018         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13019         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13020         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13021         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13022         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13023         Moved ...
13024         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13025         ... here.
13026         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13027         Moved ...
13028         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13029         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13030         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13031         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13032         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13033         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13034         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13035         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13036         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13037         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13038         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13040         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13041         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13043         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13044         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13046         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13047         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13048         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13049         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13050         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13051         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13052         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13053         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13054         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13055         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13056         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13057         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13058         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13059         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13060         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13061         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13062         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13063         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13064         Moved ...
13065         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13066         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13067         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13068         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13069         Moved ...
13070         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13071         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13072         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13073         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13074         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13075         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13076         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13077         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13078         Moved ...
13079         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13080         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13081         Moved ...
13082         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13083         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13084         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13085         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13086         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13087         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13088         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13089         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13090         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13091         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13092         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13093         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13094         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13095         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13096         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13097         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13098         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13100         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13101         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13102         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13103         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13104         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13106         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13107         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13108         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13109         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13110         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13111         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13112         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13113         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13114         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13115         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13117         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13118         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13120         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13121         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13122         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13123         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13124         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13125         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13126         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13127         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13128         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13129         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13130         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13131         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13132         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13133         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13134         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13135         Update #include.
13136         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13137         Likewise.
13138         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13139         Likewise.
13140         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13141         Likewise.
13142         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13143         Likewise.
13144         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13145         Likewise.
13146         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13147         Likewise.
13148         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13149         Likewise.
13150         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13151         Likewise.
13152         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13153         Likewise.
13154         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13155         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13156         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13157         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13158         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13159         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13160         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13161         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13162         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13163         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13164         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13165         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13166         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13167         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
13168         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
13170         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13171         that was previously under [RESET_PID].
13172         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13173         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13174         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13176         * sysdeps/i386/nptl/Implies: New file.
13177         * sysdeps/x86_64/nptl/Implies: New file.
13178         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13179         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13180         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13181         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13183         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13184         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13185         (__libc_vfork): New strong alias.
13186         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13187         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13189         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13190         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13191         (__libc_vfork): New strong alias.
13192         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13193         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13195         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13196         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13197         (__libc_vfork): New strong alias.
13198         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13199         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13200         * nptl/pt-vfork.c: New file.
13201         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13202         (libpthread: GLIBC_2.20): New version set (empty).
13204 2014-05-14  Will Newton  <will.newton@linaro.org>
13206         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13207         rather than #if.
13209 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13211         [BZ #16564]
13212         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13213         arguments with exponent 65 or above.
13214         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13215         arguments 0x1p113L or above.
13216         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13217         to arguments 0x1p107L or above.
13218         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13219         positive arguments with exponent 65 or above.
13220         * math/auto-libm-test-in: Add more tests of log1p.
13221         * math/auto-libm-test-out: Regenerated.
13223         [BZ #16928]
13224         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13225         non-finite arguments is +0.
13226         * math/s_cacosf.c (__cacosf): Likewise.
13227         * math/s_cacosl.c (__cacosl): Likewise.
13228         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13229         * sysdeps/i386/fpu/libm-test-ulps: Update.
13230         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13232         [BZ #16927]
13233         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13234         value.
13235         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13236         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13237         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13238         for explicit high bit of mantissa when testing for argument equal
13239         to 1.
13240         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13241         * sysdeps/i386/fpu/libm-test-ulps: Update.
13242         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13244         [BZ #16516]
13245         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13246         (__erf): Scale by 16 instead of 8 in potentially underflowing
13247         case.  Ensure exception if result actually underflows.
13248         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13249         (__erff): Scale by 16 instead of 8 in potentially underflowing
13250         case.  Ensure exception if result actually underflows.
13251         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13252         (efx8): Remove variable.
13253         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13254         case.  Ensure exception if result actually underflows.
13255         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13256         (efx8): Remove variable.
13257         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13258         case.  Ensure exception if result actually underflows.
13259         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13260         (efx8): Remove variable.
13261         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13262         case.  Ensure exception if result actually underflows.
13263         * math/auto-libm-test-in: Add more tests of erf.
13264         * math/auto-libm-test-out: Regenerated.
13266 2014-05-14  Andreas Schwab  <schwab@suse.de>
13268         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13269         Remove code conditionalized on USE___THREAD.
13271         * config.h.in (HAVE_PT_CHOWN): Define as 0.
13272         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13273         not definedness.
13275 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13277         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13278         Define unconditionally.
13279         (__ASSUME_O_CLOEXEC): Likewise.
13280         (__ASSUME_SOCK_CLOEXEC): Likewise.
13281         (__ASSUME_IN_NONBLOCK): Likewise.
13282         (__ASSUME_PIPE2): Likewise.
13283         (__ASSUME_EVENTFD2): Likewise.
13284         (__ASSUME_SIGNALFD4): Likewise.
13285         (__ASSUME_DUP3): Likewise.
13286         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13287         (__ASSUME_DUP3): Do not define.
13288         (__ASSUME_EVENTFD2): Likewise.
13289         (__ASSUME_IN_NONBLOCK): Likewise.
13290         (__ASSUME_O_CLOEXEC): Likewise.
13291         (__ASSUME_PIPE2): Likewise.
13292         (__ASSUME_SIGNALFD4): Likewise.
13293         (__ASSUME_SOCK_CLOEXEC): Likewise.
13294         (__ASSUME_UTIMES): Undefine.
13295         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13296         (__ASSUME_UTIMES): Do not define.
13297         (__ASSUME_O_CLOEXEC): Likewise.
13298         (__ASSUME_SOCK_CLOEXEC): Likewise.
13299         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13300         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13301         0x020621].
13302         (__ASSUME_PIPE2): Likewise.
13303         (__ASSUME_EVENTFD2): Likewise.
13304         (__ASSUME_SIGNALFD4): Likewise.
13305         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13306         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13307         Do not define.
13308         (__ASSUME_EVENTFD2): Likewise.
13309         (__ASSUME_SIGNALFD4): Likewise.
13310         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13311         (__ASSUME_32BITUIDS): Likewise.
13312         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13313         (__ASSUME_IPC64): Likewise.
13314         (__ASSUME_ST_INO_64_BIT): Likewise.
13315         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13316         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13317         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13318         (__ASSUME_UTIMES): Do not define.
13319         (__ASSUME_PSELECT): Likewise.
13320         (__ASSUME_PPOLL): Likewise.
13321         (__ASSUME_O_CLOEXEC): Likewise.
13322         (__ASSUME_SOCK_CLOEXEC): Likewise.
13323         (__ASSUME_IN_NONBLOCK): Likewise.
13324         (__ASSUME_PIPE2): Likewise.
13325         (__ASSUME_EVENTFD2): Likewise.
13326         (__ASSUME_SIGNALFD4): Likewise.
13327         (__ASSUME_DUP3): Likewise.
13328         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13329         (__ASSUME_UTIMES): Likewise.
13330         (__ASSUME_O_CLOEXEC): Likewise.
13331         (__ASSUME_SOCK_CLOEXEC): Likewise.
13332         (__ASSUME_IN_NONBLOCK): Likewise.
13333         (__ASSUME_PIPE2): Likewise.
13334         (__ASSUME_EVENTFD2): Likewise.
13335         (__ASSUME_SIGNALFD4): Likewise.
13336         (__ASSUME_DUP3): Likewise.
13337         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13338         (__ASSUME_UTIMES): Likewise.
13339         (__ASSUME_O_CLOEXEC): Likewise.
13340         (__ASSUME_SOCK_CLOEXEC): Likewise.
13341         (__ASSUME_IN_NONBLOCK): Likewise.
13342         (__ASSUME_PIPE2): Likewise.
13343         (__ASSUME_EVENTFD2): Likewise.
13344         (__ASSUME_SIGNALFD4): Likewise.
13345         (__ASSUME_DUP3): Likewise.
13346         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13347         Likewise.
13348         (__ASSUME_UTIMES): Likewise.
13349         (__ASSUME_EVENTFD2): Likewise.
13350         (__ASSUME_SIGNALFD4): Likewise.
13351         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13352         (__ASSUME_O_CLOEXEC): Likewise.
13353         (__ASSUME_SOCK_CLOEXEC): Likewise.
13354         (__ASSUME_IN_NONBLOCK): Likewise.
13355         (__ASSUME_PIPE2): Likewise.
13356         (__ASSUME_EVENTFD2): Likewise.
13357         (__ASSUME_SIGNALFD4): Likewise.
13358         (__ASSUME_DUP3): Likewise.
13359         (__ASSUME_UTIMES): Undefine.
13361         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13362         feclearexcept.  Remove symbol versioning code.
13363         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
13364         symbol versioning code.
13365         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
13366         symbol versioning code.
13367         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13368         feupdateenv.  Remove symbol versioning code.
13369         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13370         fegetexceptflag.  Remove symbol versioning code.
13371         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13372         fesetexceptflag.  Remove symbol versioning code.
13373         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13374         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
13375         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13376         (__posix_fadvise64_l32): Remove prototype.
13377         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13378         code.
13380 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13382         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13383         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13384         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13385         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13387 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
13389         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13390         current working directory
13392 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13394         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13395         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13396         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13397         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13398         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13399         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13400         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13401         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13402         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13403         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13404         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13405         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13406         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13407         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13408         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13409         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13410         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13411         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13412         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13413         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13414         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13415         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13416         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13417         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13418         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13419         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13420         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13421         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13422         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13423         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13424         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13425         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13426         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13427         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13428         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13429         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13430         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13431         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13432         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13433         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13434         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13435         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13437         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13438         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13440         * sysdeps/unix/sysv/linux/arm/Makefile
13441         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13442         Add rt-aeabi_unwind_cpp_pr1.
13443         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13444         Add nptl-aeabi_unwind_cpp_pr1.
13445         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13446         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13447         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13448         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13449         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13450         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13452         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13453         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13454         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13455         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13457         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13458         Deconditionalize the code that was previously under [RESET_PID].
13459         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13461         * sysdeps/generic/exit-thread.h: New file.
13462         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13463         * include/unistd.h (__exit_thread): Remove declaration.
13464         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13465         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13466         * csu/libc-start.c: Include <exit-thread.h>.
13467         (LIBC_START_MAIN): Pass no argument to __exit_thread.
13468         * nptl/pthread_create.c: Include <exit-thread.h>.
13469         (start_thread): Call __exit_thread in place of __exit_thread_inline.
13470         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13471         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13472         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13473         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13474         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13475         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13476         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13477         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13478         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13479         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13480         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13481         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13482         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13483         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13484         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13485         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13487 2014-05-13  Andreas Schwab  <schwab@suse.de>
13489         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13491 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
13493         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13494         (__ASSUME_UTIMES): Do not condition on kernel version.
13495         (__ASSUME_PSELECT): Define unconditionally.
13496         (__ASSUME_PPOLL): Likewise.
13497         (__ASSUME_ATFCTS): Likewise.
13498         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13499         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13500         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13501         (__ASSUME_UTIMENSAT): Define unconditionally.
13502         (__ASSUME_PRIVATE_FUTEX): Likewise.
13503         (__ASSUME_FALLOCATE): Likewise.
13504         (__ASSUME_O_CLOEXEC): Likewise.
13505         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13506         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13507         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13508         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13509         (__ASSUME_IN_NONBLOCK): Likewise.
13510         (__ASSUME_PIPE2): Likewise.
13511         (__ASSUME_EVENTFD2): Likewise.
13512         (__ASSUME_SIGNALFD4): Likewise.
13513         (__ASSUME_DUP3): Likewise.
13514         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13515         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13516         (__ASSUME_AT_RANDOM): Likewise.
13517         (__ASSUME_PREADV): Likewise.
13518         (__ASSUME_PWRITEV): Likewise.
13519         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13520         (__ASSUME_F_GETOWN_EX): Define unconditionally.
13521         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13522         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13523         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13524         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13525         (__ASSUME_O_CLOEXEC): Define unconditionally.
13526         (__ASSUME_PSELECT): Do not undefine conditionally.
13527         (__ASSUME_PPOLL): Likewise.
13528         (__ASSUME_ATFCTS): Likewise.
13529         (__ASSUME_SET_ROBUST_LIST): Likewise.
13530         (__ASSUME_UTIMENSAT): Likewise.
13531         (__ASSUME_FDATASYNC): Define unconditionally.
13532         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13533         (__ASSUME_SIGFRAME_V2): Likewise.
13534         )__ASSUME_EVENTFD2): Likewise.
13535         (__ASSUME_SIGNALFD4): Likewise.
13536         (__ASSUME_PSELECT): Do not undefine conditionally.
13537         (__ASSUME_PPOLL): Likewise.
13538         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13539         (__ASSUME_PSELECT): Define unconditionally.
13540         (__ASSUME_PPOLL): Likewise.
13541         (__ASSUME_O_CLOEXEC): Likewise.
13542         (__ASSUME_SOCK_CLOEXEC): Likewise.
13543         (__ASSUME_IN_NONBLOCK): Likewise.
13544         (__ASSUME_PIPE2): Likewise.
13545         (__ASSUME_EVENTFD2): Likewise.
13546         (__ASSUME_SIGNALFD4): Likewise.
13547         (__ASSUME_DUP3): Likewise.
13548         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13549         (__ASSUME_O_CLOEXEC): Likewise.
13550         (__ASSUME_SOCK_CLOEXEC): Likewise.
13551         (__ASSUME_IN_NONBLOCK): Likewise.
13552         (__ASSUME_PIPE2): Likewise.
13553         (__ASSUME_EVENTFD2): Likewise.
13554         (__ASSUME_SIGNALFD4): Likewise.
13555         (__ASSUME_DUP3): Likewise.
13556         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13557         (__ASSUME_EVENTFD2): Likewise.
13558         (__ASSUME_SIGNALFD4): Likewise.
13559         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13561 2014-05-12  Andreas Schwab  <schwab@suse.de>
13563         [BZ #16932]
13564         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13565         (_nss_nis_gethostbyname4_r): Return error if item length is larger
13566         than maximum RPC packet size.
13567         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13568         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13569         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13570         (_nss_nis_getservbyport_r): Likewise.
13572 2014-05-12  Will Newton  <will.newton@linaro.org>
13574         * malloc/Makefile (tests): Add tst-mallopt.
13575         * malloc/tst-mallopt.c: New file.
13577 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13579         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13580         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13582 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13584         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13585         (tst-tlsmod6.so): Likewise.
13587 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13589         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13591 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
13593         [BZ #16064]
13594         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13595         and <dl-procinfo.h>.
13596         (__fegetenv): Save SSE state in envp->__eip if supported.
13597         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13598         envp->__eip if supported.
13599         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13600         and <dl-procinfo.h>.
13601         (__fesetenv): Always set __eip, __cs_selector, __opcode,
13602         __data_offset and __data_selector in environment to 0.  Set SSE
13603         state if supported.
13604         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13605         test-fenv-sse.
13606         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13607         -mfpmath=sse.
13608         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13610 2014-05-09  Will Newton  <will.newton@linaro.org>
13612         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13613         and libc_relro_required for ARM.
13614         * sysdeps/arm/preconfigure: Regenerate.
13616 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13617             Stefan Liebler  <stli@linux.vnet.ibm.com>
13619         * config.make.in (enable-lock-elision): New Makefile variable.
13620         * configure.ac: Likewise.
13621         * configure: Regenerate.
13622         * sysdeps/s390/configure.ac:
13623         Add check for gcc transactions support.
13624         * sysdeps/s390/configure: Regenerate.
13625         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13626         Build elision files if enabled.
13627         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13628         Add lock elision support for s390.
13629         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13630         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13631         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13632         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13633         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13634         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13635         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13636         Likewise.
13637         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13638         Likewise.
13639         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13640         Likewise.
13641         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13642         Likewise.
13643         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13644         (__lll_timedlock_elision, __lll_lock_elision)
13645         (__lll_unlock_elision, __lll_trylock_elision)
13646         (lll_timedlock_elision, lll_lock_elision)
13647         (lll_unlock_elision, lll_trylock_elision): Add.
13648         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13649         (pthread_mutex_t): Add lock elision support for s390.
13651 2014-05-14  Wilco  <wdijkstr@arm.com>
13653         * sysdeps/arm/fclrexcpt.c: Cleanup.
13654         * sysdeps/arm/fedisblxcpt.c: Cleanup.
13655         * sysdeps/arm/feenablxcpt.c: Cleanup.
13656         * sysdeps/arm/fegetenv.c: Cleanup.
13657         * sysdeps/arm/fegetexcept.c: Cleanup.
13658         * sysdeps/arm/fegetround.c: Cleanup.
13659         * sysdeps/arm/feholdexcpt.c: Cleanup.
13660         * sysdeps/arm/fesetenv.c: Cleanup.
13661         * sysdeps/arm/fesetround.c: Cleanup.
13662         * sysdeps/arm/feupdateenv.c: Cleanup.
13663         * sysdeps/arm/fgetexcptflg.c: Cleanup.
13664         * sysdeps/arm/fraiseexcpt.c: Cleanup.
13665         * sysdeps/arm/fsetexcptflg.c: Cleanup.
13666         * sysdeps/arm/ftestexcept.c: Cleanup.
13667         * sysdeps/arm/get-rounding-mode.h: Cleanup.
13668         * sysdeps/arm/setfpucw.c: Cleanup.
13670 2014-05-09  Will Newton  <will.newton@linaro.org>
13672         * sysdeps/arm/armv7/strcmp.S: New file.
13673         * NEWS: Mention addition of ARMv7 optimized strcmp.
13675 2014-05-08  Roland McGrath  <roland@hack.frob.com>
13677         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13678         look for %.ac rather than %.in.
13680         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13681         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13682         * sysdeps/mach/hurd/configure: Regenerated.
13683         * sysdeps/unix/sysv/linux/configure: Regenerated.
13685         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13687 2014-05-07  Steve Ellcey  <sellcey@mips.com>
13689         [BZ# 16922]
13690         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13691         (LONG_SUB): Ditto.
13692         (PTR_SUB): Ditto.
13694 2014-05-07  Andreas Schwab  <schwab@suse.de>
13696         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13697         when skipping over non-matching result from nscd.
13699 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
13701         [BZ #16876]
13702         * nptl/sockperf.c (client): Check socket return value.
13704         [BZ #16877]
13705         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13706         nscd security class.
13708 2014-05-06  Roland McGrath  <roland@hack.frob.com>
13710         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13711         * sysdeps/arm/unwind.h: ... here.
13713 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
13715         [BZ# 16916]
13716         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13717         Define.
13719 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13721         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13722         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13723         multiarch strncpy for PPC64.
13724         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13725         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13726         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13727         multiarch optimizations.
13728         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13729         (__libc_ifunc_impl_list): Likewise.
13730         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13731         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13732         multiarch stpncpy for PPC64.
13733         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
13734         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
13736 2014-05-06  Andreas Schwab  <schwab@suse.de>
13738         [BZ #16912]
13739         * gmon/mcount.c (_MCOUNT_DECL): Use
13740         atomic_compare_and_exchange_bool_acq instead of
13741         catomic_compare_and_exchange_bool_acq.
13743 2014-05-05  Roland McGrath  <roland@hack.frob.com>
13745         * elf/Makefile (others, install-bin): Remove pldd.
13746         (pldd-modules): Variable removed.
13747         ($(objpfx)pldd): Target removed.
13748         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
13749         (others, install-bin): Append pldd here.
13750         ($(objpfx)pldd): New target.
13752         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13753         to 0, so the first #if test emitted later doesn't see it undefined.
13754         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13755         * sysdeps/gnu/errlist.c: Regenerated.
13757 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13759         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13760         [libc_hidden_builtin_def]: Define to empty value.
13761         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13762         [libc_hidden_builtin_def]: Likewise.
13763         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13764         [libc_hidden_builtin_def]: Likewise.
13765         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13766         [libc_hidden_builtin_def]: Likewise.
13767         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13768         __redirect_memcpy and define ifunc as default hidden symbol.
13769         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13770         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13772 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13774         * locale/iso-4217.def: Reintroduce XDR currency.
13776 2014-05-04  Allan McRae  <allan@archlinux.org>
13778         * po/eo.po: Update Esperanto translation from translation project.
13780 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13782         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13783         and FEATURE_INDEX_MAX to 1.
13784         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13786 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13788         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13789         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13790         * iconvdata/big5.c (ONE_DIRECTION): Define.
13791         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13792         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13793         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13794         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13795         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13796         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13797         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13798         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13799         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13800         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13801         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13802         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13803         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13804         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13805         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13806         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13807         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13808         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13809         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13810         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13811         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13812         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13813         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13814         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13815         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13816         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13817         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13818         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13819         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13820         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13821         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13822         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13823         * iconvdata/johab.c (ONE_DIRECTION): Define.
13824         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13825         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13826         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13827         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13828         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13829         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13830         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13831         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13832         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13833         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13835 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13837         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13838         (_IO_JUMPS_OFFSET): Define to 0.
13840         * nptl/sysdeps/pthread/bits/libc-lock.h
13841         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13842         (__libc_lock_define_initialized_recursive): Always define using
13843         initializer.  Modern compilers treat uninitialized (implicit zero) and
13844         explicit zero initializers the same (i.e. put the datum in bss).
13846 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13848         * nscd/nscd-client.h: Include <string.h>.
13850 2014-05-01  David S. Miller  <davem@davemloft.net>
13852         [BZ #16885]
13853         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13854         multiple zero bytes exist at the end of a string.
13855         Reported by Aurelien Jarno <aurelien@aurel32.net>
13857         * string/test-strcmp.c (check): Add explicit test for situations where
13858         there are multiple zero bytes after the first.
13860 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13862         [BZ #16890]
13863         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13864         when compiling wprintf.
13865         * stdio-common/tstdiomisc.c (t3): New function.
13866         (main): Call it.
13868 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13870         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13871         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13872         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13873         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13875 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13877         * stdlib/longlong.h: Updated from GCC.
13879 2014-05-01  Will Newton  <will.newton@linaro.org>
13880             Bernard Ogden  <bernie.ogden@linaro.org>
13882         * NEWS: Update fixed bug list.
13884         [BZ #15119]
13885         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13887 2014-04-30  David S. Miller  <davem@davemloft.net>
13889         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13890         (libc_feholdexcept_setround_sparc_ctx): New function.
13891         (libc_fesetenv_sparc_ctx): Likewise.
13892         (libc_feupdateenv_sparc_ctx): Likewise.
13893         (libc_feholdsetround_sparc_ctx): Likewise.
13894         (libc_feholdexcept_setround_ctx): Define.
13895         (libc_feholdexcept_setroundf_ctx): Likewise.
13896         (libc_feholdexcept_setroundl_ctx): Likewise.
13897         (libc_fesetenv_ctx): Likewise.
13898         (libc_fesetenvf_ctx): Likewise.
13899         (libc_fesetenvl_ctx): Likewise.
13900         (libc_feupdateenv_ctx): Likewise.
13901         (libc_feupdateenvf_ctx): Likewise.
13902         (libc_feupdateenvl_ctx): Likewise.
13903         (libc_feresetround_ctx): Likewise.
13904         (libc_feresetroundf_ctx): Likewise.
13905         (libc_feresetroundl_ctx): Likewise.
13906         (libc_feholdsetround_ctx): Likewise.
13907         (libc_feholdsetroundf_ctx): Likewise.
13908         (libc_feholdsetroundl_ctx): Likewise.
13910         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13911         with __USE_GNU instead of XOPEN cpp guards.
13913         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13914         0.
13916         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13917         with XOPEN cpp guards.
13919 2014-04-30  Julian Brown  <julian@codesourcery.com>
13921         [BZ #16888]
13922         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13923         handling.
13925 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
13927         [BZ #9894]
13928         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13929         Change to 2.6.32.
13930         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13931         * sysdeps/unix/sysv/linux/configure: Regenerated.
13932         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13933         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13934         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13935         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13936         * README: Update reference to required Linux kernel version.
13937         * manual/install.texi (Linux): Update reference to required Linux
13938         kernel headers version.
13939         * INSTALL: Regenerated.
13941         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13942         header inclusion.
13943         [POSIX] (limits.h): Likewise.
13944         [POSIX] (math.h): Likewise.
13945         [POSIX] (sys/wait.h): Likewise.
13946         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13947         function.
13948         [POSIX] (stddef.h): Do not allow header inclusion.
13950 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13952         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13954 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
13956         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13957         Return immediately after lll_futex_wake.
13959 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13961         [BZ #16791]
13962         * nscd/nscd-client.h (datahead_init_common): Initialize entire
13963         structure.
13964         (datahead_init_pos): Call datahead_init_common early.
13965         (datahead_init_neg): Likewise.
13967         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13968         datahead_init_neg): New functions.
13969         * nscd/aicache.c (addhstaiX): Use them.
13970         * nscd/grpcache.c (cache_addgr): Likewise.
13971         * nscd/hstcache.c (cache_addhst): Likewise.
13972         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13973         * nscd/netgroupcache.c (do_notfound): Likewise.
13974         (addgetnetgrentX): Likewise.
13975         (addinnetgrX): Likewise.
13976         * nscd/pwdcache.c (cache_addpw): Likewise.
13977         * nscd/servicescache.c (cache_addserv): Likewise.
13979 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13980             Atsushi Onoe  <atsushi@onoe.org>
13982         [BZ #14308]
13983         [BZ #12994]
13984         [BZ #13651]
13985         * resolv/res_query.c (__libc_res_nsearch): Return if at least
13986         one response is valid.
13987         * resolv/res_send.c (send_dg): Check for validity of other
13988         response if the current response is a referral.
13990 2014-04-29  Steve Ellcey  <sellcey@mips.com>
13992         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13994 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
13996         [BZ #16823]
13997         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13998         Always divide by positive zero when computing -Inf result.
13999         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14000         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14002 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14004         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14005         FPSCR if value do not change.
14006         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14007         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14008         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14009         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14010         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14011         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14012         function.
14014 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14016         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14017         * sysdeps/unix/sysv/linux/hppa: Move directory from
14018         ports/systeps/unix/sysv/linux/hppa.
14019         * README: Update listing for hppa-*-linux-gnu.
14021 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14023         [BZ #16754]
14024         * manual/stdio.texi (Hook functions): Fix types of stream hook
14025         functions.
14026         [BZ #16854]
14027         * socket/sys/socket.h: Fix typo in comment.
14029 2014-04-28  Wilco  <wdijkstr@arm.com>
14031         * sysdeps/arm/fenv_private.h: New file.
14032         * sysdeps/arm/math_private.h: New file.
14033         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14035 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14037         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14038         with __int128_t.
14039         (La_x86_64_retval): Likewise.
14041 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14043         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14044         fpsr if value didn't change.
14045         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14046         to fpcr if value didn't change.
14047         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14048         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14049         fpsr or fpcr if value didn't change.
14050         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14051         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14052         fpcr if value didn't change.
14053         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14054         to fpsr if value didn't change.
14056 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14058         * nptl/tst-sem3.c: Use test-skeleton.c
14059         (main): Rename to do_test.  Use return instead of
14060         exit.
14061         * nptl/tst-sem4.c: Use test-skeleton.c
14062         (main): Rename to do_test.
14064 2014-04-22  David S. Miller  <davem@davemloft.net>
14066         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14067         (struct sigaction): New struct member __glibc_reserved0, change
14068         type of sa_flags to int.
14070 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14072         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14073         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14075 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14077         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14078         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14080 2014-04-22  Will Newton  <will.newton@linaro.org>
14081             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14083         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14084         (__longjmp): Add longjmp and longjmp_target SystemTap
14085         probes.
14086         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14087         (__sigsetjmp): Add setjmp SystemTap probe.
14089 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14091         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14092         match manual order.
14094 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14096         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14098         * sysdeps/powerpc/fpu/fenv_private.h
14099         (libc_feholdexcept_setroundl_ctx): Define to
14100         libc_feholdexcept_setround_ppc_ctx.
14101         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14102         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14103         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14104         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14106 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14108         * sysdeps/aarch64/math-tests.h: New file.
14110 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
14112         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14113         New.
14114         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14115         Check and set bit_AVX2_Usable.
14116         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14117         macro.
14118         (bit_AVX2): Likewise.
14119         (index_AVX2_Usable): Likewise.
14120         (CPUID_AVX2): Likewise.
14121         (HAS_AVX2): Likewise.
14123 2014-04-17  Will Newton  <will.newton@linaro.org>
14125         * manual/setjmp.texi (System V contexts): Add note that
14126         calling setcontext on a context created by a call to a
14127         signal handler is undefined.  Update text to note that
14128         setcontext from a signal handler is possible but not
14129         recommended.
14131         [BZ #16629]
14132         * stdlib/tst-setcontext.c: Include signal.h.
14133         (main): Check that the signal stack before and
14134         after swapcontext is the same.
14136         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14137         Re-implement to restore registers in user code and avoid
14138         rt_sigreturn system call.
14140 2014-04-17  Wilco  <wdijkstr@arm.com>
14142         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14143         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14144         * math/test-fenv.c: Skip exception trap tests on targets which only
14145         support non-stop mode.
14147 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14148             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14150         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14151         (libc_feholdsetround_aarch64_ctx)
14152         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14153         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14154         (libc_feresetround_ctx, libc_feresetroundf_ctx)
14155         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14156         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14157         (libc_feresetround_noexl_ctx): Define.
14159 2014-04-16  Richard Henderson  <rth@redhat.com>
14161         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14163         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14164         unwind tables.
14166         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14167         const from the non-libc, non-ldso copy.
14169         * sysdeps/alpha/libm-test-ulps: Regenerate.
14171 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
14172             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14174         * sysdeps/aarch64/fpu/math_private.h: New file.
14176 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14178         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14180 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
14182         [BZ #16275]
14183         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14184         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14185         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14186         Intel MPX bound registers before _dl_profile_fixup.
14187         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14188         registers after _dl_profile_fixup.  Save and restore bound
14189         registers bnd0/bnd1 when calling _dl_call_pltexit.
14190         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14191         (LR_BND_OFFSET): Likewise.
14192         (LRV_BND0_OFFSET): Likewise.
14193         (LRV_BND1_OFFSET): Likewise.
14195 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14197         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14198         to...
14199         * sysdeps/mach/hurd/i386/tls.h: ... here.
14200         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14201         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14202         fields.
14204 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14206         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14208 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14210         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14212 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14214         [BZ #14770]
14215         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14216         * sysdeps/s390/configure: Regenerate.
14218         [BZ #16824]
14219         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14220         Set round-to-nearest internally to reduce error accumulation.
14222 2014-04-16  Alan Modra  <amodra@gmail.com>
14224         [BZ #16740]
14225         [BZ #16619]
14226         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14227         * math/libm-test.inc (frexp_test_data): Add tests.
14228         * NEWS: Update fixed bug list.
14230 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14232         * benchtests/Makefile: Depend on libraries in build directory.
14233         (bench-math): Separate out math tests.
14234         (bench-pthread): Separate out pthread tests.
14235         (bench): Include math and pthread tests.
14237 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14239         [BZ #16831]
14240         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14241         _dl_debug_initialize.
14243         * configure.ac: Remove SELinux header check.
14244         * configure: Regenerate.
14245         * nscd/selinux.c (perms): Array of const char* to permission names.
14246         (nscd_request_avc_has_perm): Call security_deny_unknown to find
14247         default policy. Call string_to_security_class and string_to_av_perm to
14248         translate strings. Enforce default policy and call avs_has_perm with
14249         results of translated strings.
14251 2014-04-13  David S. Miller  <davem@davemloft.net>
14253         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14255 2014-04-12  Allan McRae  <allan@archlinux.org>
14257         [BZ #16838]
14258         * manual/string.texi (Collation Functions): Fix qsort argument
14259         order in example.
14260         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14262 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
14264         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14265         Make the test a no-op if there are no exceptions defined.
14267 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14269         * elf/Makefile (tests): make tst-dlopen-aout conditional on
14270         enable-hardcoded-path-in-tests
14272 2014-04-11  Will Newton  <will.newton@linaro.org>
14274         * benchtests/Makefile (extra-objs): Add json-lib.o.
14275         (bench-func): Tidy up JSON output.
14276         * benchtests/bench-skeleton.c: Include json-lib.h.
14277         (main): Use JSON library functions to do output of
14278         benchmark results.
14279         * benchtests/bench-timing-type.c (main): Output the
14280         timing type simply, leaving formatting to the user.
14281         * benchtests/json-lib.c: New file.
14282         * benchtests/json-lib.h: Likewise.
14284 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14286         [BZ #15215]
14287         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14288         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
14289         memory barriers.  Add comments.
14290         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14291         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14292         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14293         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14294         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14295         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14297 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14299         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14300         * sysdeps/s390/s390-64/configure.ac: ... this ...
14301         * sysdeps/s390/configure.ac: ... to here.
14302         * sysdeps/s390/s390-32/configure: Delete file.
14303         * sysdeps/s390/s390-64/configure: Delete file.
14304         * sysdeps/s390/configure: Regenerate.
14306 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
14308         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14310 2014-04-11  Will Newton  <will.newton@linaro.org>
14312         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14313         to zero if it is not defined elsewhere.  (mtrim): Test
14314         the value of MALLOC_DEBUG with #if rather than #ifdef.
14316 2014-04-10 Torvald Riegel  <triegel@redhat.com>
14318         * benchtests/pthread_once-inputs: New file.
14319         * benchtests/pthread_once-source.c: New file.
14320         * benchtests/README: Update documentation.
14322 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
14323             H.J. Lu  <hongjiu.lu@intel.com>
14325         [BZ #16275]
14326         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14327         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14328         * sysdeps/x86_64/configure: Regenerated.
14329         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14330         macro.
14331         (REGISTER_SAVE_RAX): Likewise.
14332         (REGISTER_SAVE_RCX): Likewise.
14333         (REGISTER_SAVE_RDX): Likewise.
14334         (REGISTER_SAVE_RSI): Likewise.
14335         (REGISTER_SAVE_RDI): Likewise.
14336         (REGISTER_SAVE_R8): Likewise.
14337         (REGISTER_SAVE_R9): Likewise.
14338         (REGISTER_SAVE_BND0): Likewise.
14339         (REGISTER_SAVE_BND1): Likewise.
14340         (REGISTER_SAVE_BND2): Likewise.
14341         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
14342         bound registers when calling _dl_fixup.
14344 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14346         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14347         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14348         of its definition.
14349         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14350         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14351         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14352         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14353         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14354         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14355         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14357 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
14359         [BZ #15514]
14360         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14361         pathconf(_PC_NAME_MAX).
14363 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14365         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14366         Remove macro usage.
14367         (__PTHREAD_SPINS): Move definition to ...
14368         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14369         (__PTHREAD_SPINS): ... here.
14370         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14371         (__PTHREAD_SPIN): Likewise.
14372         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14373         (__PTHREAD_SPIN): Likewise.
14374         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14375         (__PTHREAD_SPIN): Likewise.
14376         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14377         (__PTHREAD_SPIN): Likewise.
14378         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14379         (__PTHREAD_SPIN): Likewise.
14380         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14381         (__PTHREAD_SPIN): Likewise.
14382         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14383         (__PTHREAD_SPIN): Likewise.
14384         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14385         (__PTHREAD_SPIN): Likewise.
14386         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14387         (__PTHREAD_SPIN): Likewise.
14388         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14389         (__PTHREAD_SPIN): Likewise.
14390         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14391         (__PTHREAD_SPIN): Likewise.
14392         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14393         (__PTHREAD_SPIN): Likewise.
14395         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14396         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14397         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14398         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14399         imply folder.
14400         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14401         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14402         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14403         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14404         correct imply path.
14405         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14406         strlen symbol for non multi-arch builds.
14407         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14408         missing hidden_def and weak_alias.
14410 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
14412         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14414 2014-04-07  Will Newton  <will.newton@linaro.org>
14416         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14417         and contents.  [!_LIBC] Remove #ifndef and contents.
14418         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
14419         * string/memccpy.c (__memccpy): Use ANSI prototype.
14420         * string/memfrob.c (memfrob): Likewise.
14421         * string/strcoll.c (STRCOLL): Likewise.
14422         * string/strlen.c (strlen): Likewise.
14423         * string/strtok.c (STRTOK): Likewise.
14424         * string/strcat.c: Remove unused #include of memcopy.h.
14425         (strcat): Use ANSI prototype.
14426         * string/strchr.c: Remove unused #include of memcopy.h.
14427         (strchr): Use ANSI prototype.
14428         * string/strcmp.c: Remove unused #include of memcopy.h.
14429         (strcmp): Use ANSI prototype.
14430         * string/strcpy.c: Remove unused #include of memcopy.h.
14431         (strcpy): Use ANSI prototype.
14433 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14435         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14436         * config.make.in (config-extra-cppflags): Set it from
14437         libc_extra_cppflags.
14438         * configure.ac (libc_extra_cflags): Make it accumulate over
14439         configure fragments.
14440         (libc_extra_cppflags): New flag.
14441         * configure. Regenerate.
14442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14443         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14444         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14447         [BZ #16815]
14448         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14449         result for FE_DOWNWARD rounding mode.
14450         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14451         Likewise.
14452         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14454 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
14456         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14457         in function argument name.
14459 2014-04-03  David Svoboda  <svoboda@cert.org>
14461         [BZ #5666]
14462         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14463         explicitly.
14465 2014-04-03  Roland McGrath  <roland@hack.frob.com>
14467         * elf/dl-unmap-segments.h: New file.
14468         * sysdeps/generic/ldsodefs.h
14469         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14470         * elf/dl-close.c: Include <dl-unmap-segments.h>.
14471         * elf/dl-fptr.c: Likewise.
14472         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14473         * sysdeps/aarch64/tlsdesc.c: Likewise.
14474         * sysdeps/arm/tlsdesc.c: Likewise.
14475         * sysdeps/i386/tlsdesc.c: Likewise.
14476         * sysdeps/tile/dl-runtime.c: Likewise.
14477         * sysdeps/x86_64/tlsdesc.c: Likewise.
14478         * elf/dl-load.h: New file.
14479         * elf/dl-load.c: Include it.
14480         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14481         Macros moved to dl-load.h.
14482         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14483         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14484         Use _dl_unmap_segments in place of __munmap.
14485         Break out segment-mapping loop into ...
14486         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14488 2014-04-03  Will Newton  <will.newton@linaro.org>
14490         * elf/dl-lookup.c (do_lookup_x): Remove comment
14491         referring to nested function and move variable
14492         declarations down to before first use.
14494 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
14496         [BZ #16799]
14497         [BZ #16800]
14498         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14499         with 0 numerator.
14500         * math/s_catanf.c (__catanf): Likewise.
14501         * math/s_catanh.c (__catanh): Likewise.
14502         * math/s_catanhf.c (__catanhf): Likewise.
14503         * math/s_catanhl.c (__catanhl): Likewise.
14504         * math/s_catanl.c (__catanl): Likewise.
14505         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14506         by positive zero when computing -Inf result.
14507         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14508         (catanh_test): Likewise.
14509         * sysdeps/i386/fpu/libm-test-ulps: Update.
14510         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14512         [BZ #16789]
14513         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14514         instead of using underflowing value in computing result.
14515         * math/s_clog10.c (__clog10): Likewise.
14516         * math/s_clog10f.c (__clog10f): Likewise.
14517         * math/s_clog10l.c (__clog10l): Likewise.
14518         * math/s_clogf.c (__clogf): Likewise.
14519         * math/s_clogl.c (__clogl): Likewise.
14520         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14521         (clog10_test): Likewise.
14522         * sysdeps/i386/fpu/libm-test-ulps: Update.
14523         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14525 2014-04-02  Alan Modra  <amodra@gmail.com>
14527         [BZ #16739]
14528         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14529         output when value is near a power of two.  Use int64_t for lx and
14530         remove casts.  Use decimal rather than hex exponent constants.
14531         Don't use long double multiplication when double will suffice.
14532         * math/libm-test.inc (nextafter_test_data): Add tests.
14533         * NEWS: Add 16739 and 16786 to bug list.
14535         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14537         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14539 2014-04-01  Will Newton  <will.newton@linaro.org>
14541         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14542         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
14544 2014-04-01  Florian Weimer  <fweimer@redhat.com>
14546         [BZ #13347]
14547         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14548         * nptl/tst-setuid2.c: New file.
14549         * nptl/Makefile (xtests): Add tst-setuid2.
14551 2014-04-01  Alan Modra  <amodra@gmail.com>
14553         [BZ #16786]
14554         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14556 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14558         [BZ #6803]
14559         [BZ #6804]
14560         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14561         set errno as appropriate.
14562         * math/w_scalbf.c (__scalbf): Likewise.
14563         * math/w_scalbl.c (__scalbl): Likewise.
14564         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14565         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14566         * math/libm-test.inc (scalb_test_data): Add errno expectations.
14567         Add more NaN tests.
14569         [BZ #16349]
14570         * math/w_atan2.c: Include <errno.h>.
14571         (__atan2): Set errno for result underflowing to zero.
14572         * math/w_atan2f.c: Include <errno.h>.
14573         (__atan2f): Set errno for result underflowing to zero.
14574         * math/w_atan2l.c: Include <errno.h>.
14575         (__atan2l): Set errno for result underflowing to zero.
14576         * math/auto-libm-test-in: Don't allow missing errno for some atan2
14577         tests.
14578         * math/auto-libm-test-out: Regenerated.
14580 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14582         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14583         Encode instruction correctly in little endian.
14584         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14585         Likewise.
14586         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14587         Likewise.
14588         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14589         Likewise.
14590         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14591         Likewise.
14593 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14595         [BZ #9894]
14596         * sysdeps/unix/sysv/linux/kernel-features.h
14597         [__sparc__ && !__arch64__ && !__sparc_v9__]
14598         (__ASSUME_SET_ROBUST_LIST): Do not define.
14599         [__sparc__ && !__arch64__ && !__sparc_v9__]
14600         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14601         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14602         Likewise.
14603         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14604         (__ASSUME_FUTEX_LOCK_PI): Undefine.
14605         (__ASSUME_REQUEUE_PI): Likewise.
14606         (__ASSUME_SET_ROBUST_LIST): Likewise.
14607         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14608         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14609         Undefine.
14610         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14611         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14612         Likewise.
14613         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14614         Likewise.
14615         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14616         Likewise.
14617         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14618         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14619         Undefine.
14620         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14621         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14622         Likewise.
14624         [BZ #16648]
14625         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14626         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14627         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14629 2014-03-31  Will Newton  <will.newton@linaro.org>
14631         * benchtests/Makefile (bench): Add ffs and ffsll to list
14632         of tests.
14633         * benchtests/ffs-inputs: New file.
14634         * benchtests/ffsll-inputs: Likewise.
14636 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
14638         [BZ #16770]
14639         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14640         too large before casting to int.
14641         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14642         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14643         * math/libm-test.inc (scalb_test_data): Add more tests.
14645 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14647         * benchtests/Makefile (DETAILED_OPT): New make option.
14648         (bench-func): Run benchmark program with -d if DETAILED_OPT is
14649         set.
14650         * benchtests/bench-skeleton.c: Include stdbool.h.
14651         (main): Store and print timings per input.
14652         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14653         member to each argument value.
14654         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14655         (_print_arg_data): Initialize per-input timing to 0.
14657         * benchtests/Makefile (timing-type): New binary.
14658         (bench-clean): Also remove bench-timing-type.
14659         (bench): New target for timing-type.
14660         (bench-func): Print output in JSON format.
14661         * benchtests/bench-skeleton.c (main): Print output in JSON
14662         format.
14663         * benchtests/bench-timing-type.c: New file.
14664         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14665         (TIMING_PRINT_STATS): Remove.
14666         * benchtests/scripts/bench.py (_print_arg_data): Store variant
14667         name separately.
14669         * benchtests/bench-modf.c: Remove.
14670         * benchtests/modf-inputs: New inputs file.
14672 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
14674         [BZ #16362]
14675         * math/s_clog10.c (M_PI_LOG10E): New macro.
14676         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14677         imaginary parts are 0.
14678         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14679         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14680         imaginary parts are 0.
14681         * math/s_clog10l.c (M_PI_LOG10El): New macro.
14682         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14683         imaginary parts are 0.
14684         * math/libm-test.inc (clog10_test_data): Update expected results
14685         for when real and imaginary parts are 0.
14687 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
14689         * elf/dl-load.c: Finish conversion of __builtin_expect into
14690         __glibc_{un}likely.
14692 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
14694         [BZ #16348]
14695         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14696         1+x for argument with exponent below -67.
14697         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14698         Likewise.
14699         * math/auto-libm-test-in: Add more tests of exp.
14700         * math/auto-libm-test-out: Regenerated.
14702 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14704         [BZ #16759]
14705         * inet/getnetgrent_r.c (get_nonempty_val): New function.
14706         (nscd_getnetgrent): Use it.
14708         [BZ #16760]
14709         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14710         of stpcpy.
14712 2014-03-27  Andi Kleen  <ak@linux.intel.com>
14714         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14715         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14716         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14717         (lll_robust_unlock): Remove out of line section. Use cfi
14718         intrinsics.
14719         (LLL_STUB_UNWIND_INFO*): Remove.
14720         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14721         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14722         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14723         (lll_robust_unlock): Remove out of line section. Use cfi
14724         intrinsics.
14725         (LLL_STUB_UNWIND_INFO*): Remove.
14727 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14729         [BZ #16758]
14730         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14731         blank values.
14733 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
14735         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
14737 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
14739         [BZ #16198]
14740         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
14741         fnstenv.
14742         * math/test-fenv-preserve.c: New file.
14743         * math/Makefile (tests): Add test-fenv-preserve.
14745 2014-03-26  Will Newton <will.newton@linaro.org>
14747         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
14749 2014-03-25  Roland McGrath  <roland@hack.frob.com>
14751         * scripts/versionlist.awk: Partition the version sets and emit all
14752         GLIBC_* (sorted) before all others (sorted).
14754 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14756         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14757         GLIBC_2.2.5 version.
14759 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14761         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14762         calls.
14764         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14765         previous change.
14767         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14769 2014-03-25  Andreas Schwab  <schwab@suse.de>
14771         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14772         label to be used after in6ailist is initialized.
14774 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14776         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14777         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14779 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14781         [BZ #16357]
14782         [BZ #16599]
14783         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14784         min_plus_half.
14785         (fp_formats): Update initializers.
14786         (init_fp_formats): Initialize new field.
14787         (output_for_one_input_case): Allow underflow for results up to
14788         min_plus_half.
14789         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14790         * math/auto-libm-test-in: Don't mark some underflows from asin and
14791         atanh as spurious.
14792         * math/auto-libm-test-out: Regenerated.
14793         * sysdeps/i386/fpu/libm-test-ulps: Update.
14794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14796 2014-03-25  Andreas Schwab  <schwab@suse.de>
14798         * libio/Makefile (tst-ftell-partial-wide-ENV)
14799         (tst-ftell-active-handler-ENV): Define.
14801 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14803         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14805 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14807         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14809 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14811         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14812         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14813         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14815 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14817         [BZ #16634]
14818         * elf/dl-load.c (open_verify): Add mode parameter.
14819         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14820         (open_path): Change from boolean 'secure' to complete flag 'mode'
14821         (_dl_map_object): Adjust.
14822         * elf/Makefile (tests): Add tst-dlopen-aout.
14823         * elf/tst-dlopen-aout.c: New test.
14825 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14827         [BZ #16714]
14828         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14829         (struct stat): Rename member pad0 to __glibc_reserved0.
14831         [BZ #16712]
14832         * sysdeps/s390/s390-32/bits/wordsize.h
14833         (__WORDSIZE32_SIZE_ULONG): New define.
14834         * sysdeps/s390/s390-64/bits/wordsize.h
14835         (__WORDSIZE32_SIZE_ULONG): Likewise.
14836         * sysdeps/generic/stdint.h (SIZE_MAX):
14837         Define as UL if __WORDSIZE32_SIZE_ULONG.
14839         [BZ #16713]
14840         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14841         (__glibc_reserved0): New variable.
14842         (sa_flags): Change type to int.
14844         * posix/Makefile (before-compile): Use += before-compile instead
14845         of a :=.
14847         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14848         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14850 2014-03-20  Andreas Schwab  <schwab@suse.de>
14852         [BZ #16743]
14853         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14854         non-matching result from nscd.
14856 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14858         * scripts/bench.py: Moved to ...
14859         * benchtests/scripts/bench.py: ... here.
14860         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14862 2014-03-24  Andreas Schwab  <schwab@suse.de>
14864         [BZ #16002]
14865         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14866         alloca_account and account alloca use for struct in6ailist.
14868 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14870         [BZ #16284]
14871         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14872         rounding mode to recompute results that overflow to infinity or
14873         underflow to zero.
14874         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14875         bug 16284.
14876         * math/auto-libm-test-out: Regenerated.
14877         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14878         (ccosh_test): Likewise.
14879         (csin_test_data): Use plus_oflow.
14880         (csin_test): Use ALL_RM_TEST.
14881         (csinh_test_data): Use plus_oflow.
14882         (csinh_test): Use ALL_RM_TEST.
14883         * sysdeps/i386/fpu/libm-test-ulps: Update.
14884         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14886 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14888         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14889         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14890         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14892         [BZ #16731]
14893         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14894         when x - 1 is zero.
14895         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14896         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14897         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14898         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14899         argument is 1.
14900         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14901         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14902         zero.
14903         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14904         * sysdeps/i386/fpu/libm-test-ulps: Update.
14905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14907 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14909         * scripts/bench.pl: Remove file.
14910         * scripts/bench.py: New benchmark script.
14911         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14912         * benchtests/README: Mention python dependency.
14913         * scripts/pylintrc: New file.
14914         * scripts/pylint: New file.
14916         * bits/mathdef.h: Use #ifdef instead of #if.
14917         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14918         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14919         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14920         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14921         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14922         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14924 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14925             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14927         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14928         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14929         and strpbrk-ppc64 objects.
14930         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14931         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14932         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14933         multiarch strpbrk for POWER7.
14934         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14935         multiarch strpbrk for PPC64.
14936         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14937         ifunc selector.
14938         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14939         strpbrk for POWER7.
14941 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14943         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14944         (atan_test): Likewise.
14945         (atanh_test_data): Use NO_TEST_INLINE for two tests.
14946         (atanh_test): Use ALL_RM_TEST.
14947         (atan2_test_data): Likewise.
14948         (cabs_test): Likewise.
14949         (cacosh_test): Likewise.
14950         (carg_test): Likewise.
14951         (casin_test): Likewise.
14952         (casinh_test): Likewise.
14953         (cbrt_test): Likewise.
14954         (csqrt_test): Likewise.
14955         (erf_test): Likewise.
14956         (erfc_test): Likewise.
14957         (pow10_test): Likewise.
14958         (exp2_test): Likewise.
14959         (hypot_test): Likewise.
14960         (j0_test): Likewise.
14961         (j1_test): Likewise.
14962         (lgamma_test): Likewise.
14963         (gamma_test): Likewise.
14964         (sincos_test): Likewise.
14965         (tanh_test): Likewise.
14966         (y0_test): Likewise.
14967         (y1_test): Likewise.
14968         * sysdeps/i386/fpu/libm-test-ulps: Update.
14969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14971 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14973         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14974         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14975         and strcspn-ppc64 objects.
14976         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14977         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14978         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14979         multiarch strcspn for POWER7.
14980         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14981         multiarch strcspn for PPC64.
14982         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14983         ifunc selector.
14984         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14985         strcspn for POWER7.
14987 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14989         * math/gen-libm-test.pl (generate_testfile): Expect only function
14990         name as argument to AUTO_TESTS_* and pass results for all rounding
14991         modes to parse_args.
14992         (parse_auto_input): Separate inputs of automatic tests from
14993         outputs before storing in %auto_tests.
14994         * math/libm-test.inc (acos_test_data): Update call to
14995         AUTO_TESTS_f_f.
14996         (acos_test): Use ALL_RM_TEST.
14997         (acos_tonearest_test_data): Remove.
14998         (acos_test_tonearest): Likewise.
14999         (acos_towardzero_test_data): Likewise.
15000         (acos_test_towardzero): Likewise.
15001         (acos_downward_test_data): Likewise.
15002         (acos_test_downward): Likewise.
15003         (acos_upward_test_data): Likewise.
15004         (acos_test_upward): Likewise.
15005         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15006         (asin_test_data): Likewise.
15007         (asin_test): Use ALL_RM_TEST.
15008         (asin_tonearest_test_data): Remove.
15009         (asin_test_tonearest): Likewise.
15010         (asin_towardzero_test_data): Likewise.
15011         (asin_test_towardzero): Likewise.
15012         (asin_downward_test_data): Likewise.
15013         (asin_test_downward): Likewise.
15014         (asin_upward_test_data): Likewise.
15015         (asin_test_upward): Likewise.
15016         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15017         (atan_test_data): Likewise.
15018         (atanh_test_data): Likewise.
15019         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15020         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15021         (carg_test_data): Likewise.
15022         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15023         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15024         (ccosh_test_data): Likewise.
15025         (cexp_test_data): Likewise.
15026         (clog_test_data): Likewise.
15027         (clog10_test_data): Likewise.
15028         (cos_test_data): Update call to AUTO_TESTS_f_f.
15029         (cos_test): Use ALL_RM_TEST.
15030         (cos_tonearest_test_data): Remove.
15031         (cos_test_tonearest): Likewise.
15032         (cos_towardzero_test_data): Likewise.
15033         (cos_test_towardzero): Likewise.
15034         (cos_downward_test_data): Likewise.
15035         (cos_test_downward): Likewise.
15036         (cos_upward_test_data): Likewise.
15037         (cos_test_upward): Likewise.
15038         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15039         (cosh_test): Use ALL_RM_TEST.
15040         (cosh_tonearest_test_data): Remove.
15041         (cosh_test_tonearest): Likewise.
15042         (cosh_towardzero_test_data): Likewise.
15043         (cosh_test_towardzero): Likewise.
15044         (cosh_downward_test_data): Likewise.
15045         (cosh_test_downward): Likewise.
15046         (cosh_upward_test_data): Likewise.
15047         (cosh_test_upward): Likewise.
15048         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15049         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15050         (ctan_test_data): Likewise.
15051         (ctan_test): Use ALL_RM_TEST.
15052         (ctan_tonearest_test_data): Remove.
15053         (ctan_test_tonearest): Likewise.
15054         (ctan_towardzero_test_data): Likewise.
15055         (ctan_test_towardzero): Likewise.
15056         (ctan_downward_test_data): Likewise.
15057         (ctan_test_downward): Likewise.
15058         (ctan_upward_test_data): Likewise.
15059         (ctan_test_upward): Likewise.
15060         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15061         (ctanh_test): Use ALL_RM_TEST.
15062         (ctanh_tonearest_test_data): Remove.
15063         (ctanh_test_tonearest): Likewise.
15064         (ctanh_towardzero_test_data): Likewise.
15065         (ctanh_test_towardzero): Likewise.
15066         (ctanh_downward_test_data): Likewise.
15067         (ctanh_test_downward): Likewise.
15068         (ctanh_upward_test_data): Likewise.
15069         (ctanh_test_upward): Likewise.
15070         (erf_test_data): Update call to AUTO_TESTS_f_f.
15071         (erfc_test_data): Likewise.
15072         (exp_test_data): Likewise.
15073         (exp_test): Use ALL_RM_TEST.
15074         (exp_tonearest_test_data): Remove.
15075         (exp_test_tonearest): Likewise.
15076         (exp_towardzero_test_data): Likewise.
15077         (exp_test_towardzero): Likewise.
15078         (exp_downward_test_data): Likewise.
15079         (exp_test_downward): Likewise.
15080         (exp_upward_test_data): Likewise.
15081         (exp_test_upward): Likewise.
15082         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15083         (exp10_test): Use ALL_RM_TEST.
15084         (exp10_tonearest_test_data): Remove.
15085         (exp10_test_tonearest): Likewise.
15086         (exp10_towardzero_test_data): Likewise.
15087         (exp10_test_towardzero): Likewise.
15088         (exp10_downward_test_data): Likewise.
15089         (exp10_test_downward): Likewise.
15090         (exp10_upward_test_data): Likewise.
15091         (exp10_test_upward): Likewise.
15092         (exp2_test_data): Update call to AUTO_TESTS_f_f.
15093         (expm1_test_data): Likewise.
15094         (expm1_test): Use ALL_RM_TEST.
15095         (expm1_tonearest_test_data): Remove.
15096         (expm1_test_tonearest): Likewise.
15097         (expm1_towardzero_test_data): Likewise.
15098         (expm1_test_towardzero): Likewise.
15099         (expm1_downward_test_data): Likewise.
15100         (expm1_test_downward): Likewise.
15101         (expm1_upward_test_data): Likewise.
15102         (expm1_test_upward): Likewise.
15103         (fma_test_data): Update call to AUTO_TESTS_fff_f.
15104         (fma_test): Use ALL_RM_TEST.
15105         (fma_towardzero_test_data): Remove.
15106         (fma_test_towardzero): Likewise.
15107         (fma_downward_test_data): Likewise.
15108         (fma_test_downward): Likewise.
15109         (fma_upward_test_data): Likewise.
15110         (fma_test_upward): Likewise.
15111         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15112         (j0_test_data): Update call to AUTO_TESTS_f_f.
15113         (j1_test_data): Likewise.
15114         (jn_test_data): Update call to AUTO_TESTS_if_f.
15115         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15116         (log_test_data): Update call to AUTO_TESTS_f_f.
15117         (log10_test_data): Likewise.
15118         (log1p_test_data): Likewise.
15119         (log2_test_data): Likewise.
15120         (pow_test_data): Update call to AUTO_TESTS_ff_f.
15121         (pow_tonearest_test_data): Likewise.
15122         (sin_test_data): Update call to AUTO_TESTS_f_f.
15123         (sin_test): Use ALL_RM_TEST.
15124         (sin_tonearest_test_data): Remove.
15125         (sin_test_tonearest): Likewise.
15126         (sin_towardzero_test_data): Likewise.
15127         (sin_test_towardzero): Likewise.
15128         (sin_downward_test_data): Likewise.
15129         (sin_test_downward): Likewise.
15130         (sin_upward_test_data): Likewise.
15131         (sin_test_upward): Likewise.
15132         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15133         (sinh_test_data): Update call to AUTO_TESTS_f_f.
15134         (sinh_test): Use ALL_RM_TEST.
15135         (sinh_tonearest_test_data): Remove.
15136         (sinh_test_tonearest): Likewise.
15137         (sinh_towardzero_test_data): Likewise.
15138         (sinh_test_towardzero): Likewise.
15139         (sinh_downward_test_data): Likewise.
15140         (sinh_test_downward): Likewise.
15141         (sinh_upward_test_data): Likewise.
15142         (sinh_test_upward): Likewise.
15143         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15144         (sqrt_test): Use ALL_RM_TEST.
15145         (sqrt_tonearest_test_data): Remove.
15146         (sqrt_test_tonearest): Likewise.
15147         (sqrt_towardzero_test_data): Likewise.
15148         (sqrt_test_towardzero): Likewise.
15149         (sqrt_downward_test_data): Likewise.
15150         (sqrt_test_downward): Likewise.
15151         (sqrt_upward_test_data): Likewise.
15152         (sqrt_test_upward): Likewise.
15153         (tan_test_data): Update call to AUTO_TESTS_f_f.
15154         (tan_test): Use ALL_RM_TEST.
15155         (tan_tonearest_test_data): Remove.
15156         (tan_test_tonearest): Likewise.
15157         (tan_towardzero_test_data): Likewise.
15158         (tan_test_towardzero): Likewise.
15159         (tan_downward_test_data): Likewise.
15160         (tan_test_downward): Likewise.
15161         (tan_upward_test_data): Likewise.
15162         (tan_test_upward): Likewise.
15163         (tanh_test_data): Update call to AUTO_TESTS_f_f.
15164         (tgamma_test_data): Likewise.
15165         (y0_test_data): Likewise.
15166         (y1_test_data): Likewise.
15167         (yn_test_data): Update call to AUTO_TESTS_if_f.
15168         (main): Do not call removed functions.
15170 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15172         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15173         (ldexp_test_data): Remove.
15174         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
15175         scalbn_test_data.
15176         (scalb_test): Use ALL_RM_TEST.
15178 2014-03-19  Andreas Schwab  <schwab@suse.de>
15180         * nscd/nscd.service: Also invalidate netgroup cache on reload.
15182 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15184         [BZ #16649]
15185         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15186         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15187         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15188         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15189         (__ASSUME_PREADV): Undefine.
15190         (__ASSUME_PWRITEV): Likewise.
15192 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15194         * bits/mman-linux.h: Add comment about non-Linux use.
15195         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15196         bits/mman-linux.h resting place.
15198         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15199         * bits/mman-linux.h: ... here.
15201 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15203         * conform/conformtest.pl: Add standard definition when calling C
15204         preprocessor on data files.
15205         (checknamespace): Remove unused variable.
15207 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15209         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15210         minus_oflow, plus_uflow and minus_uflow in expected results.
15211         * math/libm-test.inc (scalbn_test_data): Add more tests of
15212         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15213         minus_uflow.
15214         (scalbn_test): Use ALL_RM_TEST.
15215         (scalbln_test_data): Add more tests of negative arguments.  Use
15216         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15217         (scalbln_test): Use ALL_RM_TEST.
15219 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15221         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15223 2014-03-18  Will Newton  <will.newton@linaro.org>
15225         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15226         inaccurate comment.
15228 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15230         * Makerules [!subdir] (check-abi): Exit with error status if a
15231         test failed.
15233 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15235         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15236         for rint.  Include results for all rounding modes.
15237         (nearbyint_test): Use ALL_RM_TEST.
15238         (rint_test_data): Include all tests used for nearbyint.
15240 2014-03-17  Will Newton  <will.newton@linaro.org>
15242         * nptl/sysdeps/pthread/pthread.h: Revert previous
15243         change.
15245         * sysdeps/generic/ldsodefs.h: Revert previous
15246         change.
15248         * libio/genops.c: Revert previous change.
15249         * libio/libioP.h: Likewise.
15250         * stdio-common/vfprintf.c: Likewise.
15252         * sysdeps/generic/math_private.h: Revert previous
15253         change.
15255         * sysdeps/generic/math_private.h: Check whether
15256         HAVE_RM_CTX is defined with #ifdef rather
15257         than #if.
15259         * argp/argp-fmtstream.h: Check whether
15260         __STRICT_ANSI__ is defined with #ifdef rather
15261         than #if.
15262         * argp/argp.h: Likewise.
15264         * libio/genops.c: Check whether
15265         _IO_JUMPS_OFFSET is defined with #ifdef rather
15266         than #if.
15267         * libio/libioP.h: Likewise.
15268         * stdio-common/vfprintf.c: Likewise.
15270         * sysdeps/generic/ldsodefs.h: Check whether
15271         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15272         than #if.
15274         * nptl/sysdeps/pthread/pthread.h: Check
15275         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15276         its value.
15278 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15280         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15281         setting O_APPEND.
15282         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15283         test case.
15285         [BZ #16680]
15286         * libio/fileops.c (_IO_file_open): Seek to end of file but
15287         don't cache the offset.
15288         (get_file_offset): Remove function.
15289         (do_ftell): Use cached offset when available.
15290         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15291         don't cache the offset.
15292         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15293         case.
15294         (do_one_test): Call it.
15295         (do_ftell_test): Fix up expected old offset for a+ mode.
15296         * libio/wfileops.c (do_ftell_wide): Used cached offset when
15297         available.
15299         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15300         up test status with function return status.
15301         (do_write_test): Likewise.
15302         (do_append_test): Likewise.
15304         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15305         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15306         Remove.
15308 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15310         * math/gen-libm-test.pl (parse_args): Handle results specified for
15311         each rounding mode separately.
15312         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15313         tests and results from lrint_tonearest_test_data,
15314         lrint_towardzero_test_data, lrint_downward_test_data and
15315         lrint_upward_test_data.
15316         (lrint_test): Use ALL_RM_TEST.
15317         (lrint_tonearest_test_data): Remove.
15318         (lrint_test_tonearest): Likewise.
15319         (lrint_towardzero_test_data): Likewise.
15320         (lrint_test_towardzero): Likewise.
15321         (lrint_downward_test_data): Likewise.
15322         (lrint_test_downward): Likewise.
15323         (lrint_upward_test_data): Likewise.
15324         (lrint_test_upward): Likewise.
15325         (llrint_test_data): Merge in per-rounding-mode tests and results
15326         from llrint_tonearest_test_data, llrint_towardzero_test_data,
15327         llrint_downward_test_data and llrint_upward_test_data.
15328         (llrint_test): Use ALL_RM_TEST.
15329         (llrint_tonearest_test_data): Remove.
15330         (llrint_test_tonearest): Likewise.
15331         (llrint_towardzero_test_data): Likewise.
15332         (llrint_test_towardzero): Likewise.
15333         (llrint_downward_test_data): Likewise.
15334         (llrint_test_downward): Likewise.
15335         (llrint_upward_test_data): Likewise.
15336         (llrint_test_upward): Likewise.
15337         (rint_test_data): Merge in per-rounding-mode tests and results
15338         from rint_tonearest_test_data, rint_towardzero_test_data,
15339         rint_downward_test_data and rint_upward_test_data.  Add
15340         per-rounding-mode results for tests not in those arrays.
15341         (rint_test): Use ALL_RM_TEST.
15342         (rint_tonearest_test_data): Remove.
15343         (rint_test_tonearest): Likewise.
15344         (rint_towardzero_test_data): Likewise.
15345         (rint_test_towardzero): Likewise.
15346         (rint_downward_test_data): Likewise.
15347         (rint_test_downward): Likewise.
15348         (rint_upward_test_data): Likewise.
15349         (rint_test_upward): Likewise.
15350         (main): Don't call removed functions.
15352 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15354         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15355         "Compiled on ..." crapola.  It is anti-useful.
15357 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
15359         * scripts/evaluate-test.sh: Handle fourth argument to determine
15360         whether test run should stop on failure.
15361         * Makeconfig (stop-on-test-failure): New variable.
15362         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15363         $(stop-on-test-failure).
15364         * Makefile (tests): Give a summary of results from testing and
15365         exit with failure status if they include an ERROR or FAIL.
15366         (xtests): Likewise.
15367         * manual/install.texi (Configuring and compiling): Mention
15368         stop-on-test-failure=y.
15369         * INSTALL: Regenerated.
15371 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15373         * scripts/versionlist.awk: New file.
15374         * Makerules [$(build-shared) = yes]
15375         (postclean-generated): Add Versions.def, not Versions.def.v and
15376         Versions.def.v.i.
15377         ($(common-objpfx)Versions.def.v.i): Target removed.
15378         ($(common-objpfx)Versions.def): New target.
15379         ($(common-objpfx)Versions.all): Depend on that rather that
15380         $(common-objpfx)Versions.def.v.
15381         * Versions.def: File removed.
15383         * Makeconfig (+gccwarn): Add -Wundef.
15384         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15385         a dl-sysdep.h breaking its contract.
15386         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15387         * include/stackinfo.h: New file.
15388         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15389         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15390         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15391         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15392         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15393         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15394         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15395         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15396         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15397         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15398         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15399         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15400         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15401         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15402         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15404 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15406         [BZ #16707]
15407         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15408         implementation.
15409         * math/libm-test.inc (round_test_data): Add more tests.
15411         [BZ #16706]
15412         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15413         implementation.
15414         * math/libm-test.inc (nearbyint_test_data): Add more tests.
15416         [BZ #16701]
15417         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15418         implementation.
15419         * math/libm-test.inc (ceil_test_data): Add more tests.
15421         * math/libm-test.inc (trunc_test_data): Add more tests related to
15422         BZ#16414.
15424 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15426         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15427         with #if rather than #ifdef.
15428         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15430 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
15432         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15433         first.  Disable AVX-512 GCC support if assembler doesn't support
15434         it.
15435         * sysdeps/x86_64/configure: Regenerated.
15437 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
15439         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15440         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15441         (__old_pthread_attr_setstack): Likewise.
15442         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15443         [!_STACK_GROWS_DOWN]: Likewise.
15445 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
15447         * config.make.in (have-bash2): Delete.
15448         * configure.ac (libc_cv_have_bash2): Delete.
15449         * configure: Regenerate.
15450         * elf/Makefile (common-ldd-rewrite): Rename to ...
15451         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
15452         (sh-ldd-rewrite): Delete.
15453         (bash-ldd-rewrite): Delete.
15454         (have-bash2): Delete checks.
15455         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15456         ldd-rewrite.
15458         * config.make.in (have-ksh): Delete.
15459         (KSH): Delete.
15460         * configure.ac (libc_cv_have_ksh): Delete.
15461         * configure: Regenerate.
15463         * elf/Makefile: Delete $(have-ksh) check.
15464         ($(objpfx)sotruss): Change KSH to BASH.
15465         * elf/sotruss.ksh: Rename to ...
15466         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
15467         function style to match POSIX.  Drop ksh vim mode setting.
15469         * manual/time.texi (Specifying the Time Zone with TZ): Change
15470         Tuesday to Thursday.
15472         * debug/tst-longjmp_chk2.c: Update header comment.
15473         (stackoverflow_handler): Add comment.  Call assert on pass value.
15475 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
15477         [BZ #16194]
15478         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15479         (HAVE_AVX512_ASM_SUPPORT): Likewise.
15480         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15481         (La_x86_64_vector): Add zmm.
15482         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15483         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15484         ($(objpfx)tst-audit10): New target.
15485         ($(objpfx)tst-audit10.out): Likewise.
15486         (tst-audit10-ENV): New.
15487         (AVX512-CFLAGS): Likewise.
15488         (CFLAGS-tst-audit10.c): Likewise.
15489         (CFLAGS-tst-auditmod10a.c): Likewise.
15490         (CFLAGS-tst-auditmod10b.c): Likewise.
15491         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15492         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15493         * sysdeps/x86_64/configure: Regenerated.
15494         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15495         AVX-512 zmm register support.
15496         (_dl_x86_64_save_sse): Likewise.
15497         (_dl_x86_64_restore_sse): Likewise.
15498         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15499         size vector registers.
15500         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15501         (ZMM_SIZE): Likewise.
15502         * sysdeps/x86_64/tst-audit10.c: New file.
15503         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15504         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15506 2014-03-13  Roland McGrath  <roland@hack.frob.com>
15508         * configure.ac (HAVE_EHDR_START): New check.
15509         * configure: Regenerated.
15510         * config.h.in (HAVE_EHDR_START): New #undef.
15511         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15512         assuming the lowest-addressed segment maps the start of the file.
15514 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
15516         * INSTALL: Regenerated.
15518 2014-03-13  Will Newton  <will.newton@linaro.org>
15520         * manual/setjmp.texi (System V contexts): Improve
15521         clarity and grammar of documentation.
15523 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
15525         [BZ #16381]
15526         * elf/Makefile (tests): Add tst-pie2.
15527         (tests-pie): Add tst-pie2.
15528         * elf/tst-pie2.c: New file.
15529         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15530         for ET_EXEC.
15531         * elf/rtld.c (map_doit): Load executable as lt_executable.
15532         (dl_main): Likewise.
15534 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
15536         [BZ #16642]
15537         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15538         (__ASSUME_PSELECT): Undefine.
15540 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15542         [BZ #16689]
15543         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15544         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15545         static build.
15546         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15547         selector for static builds.
15549 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15551         [BZ #16695]
15552         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15553         key in the buffer.
15555 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15557         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15558         IFUNC selector for static builds.
15560 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
15562         * sysdeps/mips/math_private.h [__mips_hard_float]
15563         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15564         libc_feresetround_mips_ctx.
15565         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15566         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15567         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15569         [BZ #16677]
15570         * math/s_nextafter.c (__nextafter): Do not return value from
15571         overflowing computation.
15572         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15573         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15574         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15575         Likewise.
15576         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15577         Likewise.
15578         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15579         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15581 2014-03-11  Roland McGrath  <roland@hack.frob.com>
15583         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15584         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15585         Move sfi_sp use from the load-multiple (that no longer sets sp) to
15586         the new mov targetting sp.
15588 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15590         [BZ #16683]
15591         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15592         Define it for static builds as well.
15593         (NO_BZERO_IMPL): Likewise.
15595 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15597         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15598         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15599         multiarch strspn for PPC64.
15600         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15601         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15602         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15603         (__libc_ifunc_impl_list): Likewise.
15604         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15605         multiarch optimizations
15606         * string/strspn.c (strspn): Using macro to redefine symbol name.
15608 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15609             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15611         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15612         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15613         multiarch strncat for PPC64.
15614         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15615         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15616         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15617         (__libc_ifunc_impl_list): Likewise.
15618         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15619         multiarch optimizations
15621 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15623         [BZ #16639]
15624         * nscd/nscd.service: Make service type forking.
15626 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15628         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15629         sign in non default rounding modes.
15630         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15632 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
15634         * math/libm-test.inc (ALL_RM_TEST): New macro.
15635         (ceil_test): Use ALL_RM_TEST.
15636         (cimag_test): Likewise.
15637         (conj_test): Likewise.
15638         (copysign_test): Likewise.
15639         (cproj_test): Likewise.
15640         (creal_test): Likewise.
15641         (fabs_test): Likewise.
15642         (floor_test): Likewise.
15643         (fmax_test): Likewise.
15644         (fmin_test): Likewise.
15645         (fmod_test): Likewise.
15646         (fpclassify_test): Likewise.
15647         (frexp_test): Likewise.
15648         (ilogb_test): Likewise.
15649         (isfinite_test): Likewise.
15650         (finite_test): Likewise.
15651         (isgreater_test): Likewise.
15652         (isgreaterequal_test): Likewise.
15653         (isinf_test): Likewise.
15654         (isless_test): Likewise.
15655         (islessequal_test): Likewise.
15656         (islessgreater_test): Likewise.
15657         (isnan_test): Likewise.
15658         (isnormal_test): Likewise.
15659         (issignaling_test): Likewise.
15660         (isunordered_test): Likewise.
15661         (logb_test): Likewise.
15662         (logb_downward_test_data): Remove.
15663         (logb_test_downward): Likewise.
15664         (lround_test): Use ALL_RM_TEST.
15665         (llround_test): Likewise.
15666         (modf_test): Likewise.
15667         (nexttoward_test): Likewise.
15668         (remainder_test): Likewise.
15669         (drem_test): Likewise.
15670         (remainder_tonearest_test_data): Likewise.
15671         (remainder_test_tonearest): Likewise.
15672         (drem_test_tonearest): Likewise.
15673         (remainder_towardzero_test_data): Likewise.
15674         (remainder_test_towardzero): Likewise.
15675         (drem_test_towardzero): Likewise.
15676         (remainder_downward_test_data): Likewise.
15677         (remainder_test_downward): Likewise.
15678         (drem_test_downward): Likewise.
15679         (remainder_upward_test_data): Likewise.
15680         (remainder_test_upward): Likewise.
15681         (drem_test_upward): Likewise.
15682         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
15683         (round_test): Use ALL_RM_TEST.
15684         (signbit_test): Likewise.
15685         (trunc_test): Likewise.
15686         (significand_test): Likewise.
15687         (main): Don't call removed functions.
15689 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15691         [BZ #16674]
15692         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15693         || __USE_XOPEN2K8].
15694         (ILL_ILLOPN): Likewise.
15695         (ILL_ILLADR): Likewise.
15696         (ILL_ILLTRP): Likewise.
15697         (ILL_PRVOPC): Likewise.
15698         (ILL_PRVREG): Likewise.
15699         (ILL_COPROC): Likewise.
15700         (ILL_BADSTK): Likewise.
15701         (FPE_INTDIV): Likewise.
15702         (FPE_INTOVF): Likewise.
15703         (FPE_FLTDIV): Likewise.
15704         (FPE_FLTOVF): Likewise.
15705         (FPE_FLTUND): Likewise.
15706         (FPE_FLTRES): Likewise.
15707         (FPE_FLTINV): Likewise.
15708         (FPE_FLTSUB): Likewise.
15709         (SEGV_MAPERR): Likewise.
15710         (SEGV_ACCERR): Likewise.
15711         (BUS_ADRALN): Likewise.
15712         (BUS_ADRERR): Likewise.
15713         (BUS_OBJERR): Likewise.
15714         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15715         (TRAP_TRACE): Likewise.
15716         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15717         __USE_XOPEN2K8].
15718         (CLD_KILLED): Likewise.
15719         (CLD_DUMPED): Likewise.
15720         (CLD_TRAPPED): Likewise.
15721         (CLD_STOPPED): Likewise.
15722         (CLD_CONTINUED): Likewise.
15723         (POLL_IN): Likewise.
15724         (POLL_OUT): Likewise.
15725         (POLL_MSG): Likewise.
15726         (POLL_ERR): Likewise.
15727         (POLL_PRI): Likewise.
15728         (POLL_HUP): Likewise.
15729         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15730         Likewise.
15731         (ILL_ILLOPN): Likewise.
15732         (ILL_ILLADR): Likewise.
15733         (ILL_ILLTRP): Likewise.
15734         (ILL_PRVOPC): Likewise.
15735         (ILL_PRVREG): Likewise.
15736         (ILL_COPROC): Likewise.
15737         (ILL_BADSTK): Likewise.
15738         (FPE_INTDIV): Likewise.
15739         (FPE_INTOVF): Likewise.
15740         (FPE_FLTDIV): Likewise.
15741         (FPE_FLTOVF): Likewise.
15742         (FPE_FLTUND): Likewise.
15743         (FPE_FLTRES): Likewise.
15744         (FPE_FLTINV): Likewise.
15745         (FPE_FLTSUB): Likewise.
15746         (SEGV_MAPERR): Likewise.
15747         (SEGV_ACCERR): Likewise.
15748         (BUS_ADRALN): Likewise.
15749         (BUS_ADRERR): Likewise.
15750         (BUS_OBJERR): Likewise.
15751         (BUS_MCEERR_AR): Likewise.
15752         (BUS_MCEERR_AO): Likewise.
15753         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15754         (TRAP_TRACE): Likewise.
15755         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15756         __USE_XOPEN2K8].
15757         (CLD_KILLED): Likewise.
15758         (CLD_DUMPED): Likewise.
15759         (CLD_TRAPPED): Likewise.
15760         (CLD_STOPPED): Likewise.
15761         (CLD_CONTINUED): Likewise.
15762         (POLL_IN): Likewise.
15763         (POLL_OUT): Likewise.
15764         (POLL_MSG): Likewise.
15765         (POLL_ERR): Likewise.
15766         (POLL_PRI): Likewise.
15767         (POLL_HUP): Likewise.
15768         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15769         (ILL_ILLOPN): Likewise.
15770         (ILL_ILLADR): Likewise.
15771         (ILL_ILLTRP): Likewise.
15772         (ILL_PRVOPC): Likewise.
15773         (ILL_PRVREG): Likewise.
15774         (ILL_COPROC): Likewise.
15775         (ILL_BADSTK): Likewise.
15776         (FPE_INTDIV): Likewise.
15777         (FPE_INTOVF): Likewise.
15778         (FPE_FLTDIV): Likewise.
15779         (FPE_FLTOVF): Likewise.
15780         (FPE_FLTUND): Likewise.
15781         (FPE_FLTRES): Likewise.
15782         (FPE_FLTINV): Likewise.
15783         (FPE_FLTSUB): Likewise.
15784         (SEGV_MAPERR): Likewise.
15785         (SEGV_ACCERR): Likewise.
15786         (BUS_ADRALN): Likewise.
15787         (BUS_ADRERR): Likewise.
15788         (BUS_OBJERR): Likewise.
15789         (BUS_MCEERR_AR): Likewise.
15790         (BUS_MCEERR_AO): Likewise.
15791         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15792         (TRAP_TRACE): Likewise.
15793         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15794         __USE_XOPEN2K8].
15795         (CLD_KILLED): Likewise.
15796         (CLD_DUMPED): Likewise.
15797         (CLD_TRAPPED): Likewise.
15798         (CLD_STOPPED): Likewise.
15799         (CLD_CONTINUED): Likewise.
15800         (POLL_IN): Likewise.
15801         (POLL_OUT): Likewise.
15802         (POLL_MSG): Likewise.
15803         (POLL_ERR): Likewise.
15804         (POLL_PRI): Likewise.
15805         (POLL_HUP): Likewise.
15806         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15807         Likewise.
15808         (ILL_ILLOPN): Likewise.
15809         (ILL_ILLADR): Likewise.
15810         (ILL_ILLTRP): Likewise.
15811         (ILL_PRVOPC): Likewise.
15812         (ILL_PRVREG): Likewise.
15813         (ILL_COPROC): Likewise.
15814         (ILL_BADSTK): Likewise.
15815         (ILL_BADIADDR): Likewise.
15816         (ILL_BREAK): Likewise.
15817         (FPE_INTDIV): Likewise.
15818         (FPE_INTOVF): Likewise.
15819         (FPE_FLTDIV): Likewise.
15820         (FPE_FLTOVF): Likewise.
15821         (FPE_FLTUND): Likewise.
15822         (FPE_FLTRES): Likewise.
15823         (FPE_FLTINV): Likewise.
15824         (FPE_FLTSUB): Likewise.
15825         (FPE_DECOVF): Likewise.
15826         (FPE_DECDIV): Likewise.
15827         (FPE_DECERR): Likewise.
15828         (FPE_INVASC): Likewise.
15829         (FPE_INVDEC): Likewise.
15830         (SEGV_MAPERR): Likewise.
15831         (SEGV_ACCERR): Likewise.
15832         (SEGV_PSTKOVF): Likewise.
15833         (BUS_ADRALN): Likewise.
15834         (BUS_ADRERR): Likewise.
15835         (BUS_OBJERR): Likewise.
15836         (BUS_MCEERR_AR): Likewise.
15837         (BUS_MCEERR_AO): Likewise.
15838         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15839         (TRAP_TRACE): Likewise.
15840         (TRAP_BRANCH): Likewise.
15841         (TRAP_HWBKPT): Likewise.
15842         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15843         __USE_XOPEN2K8].
15844         (CLD_KILLED): Likewise.
15845         (CLD_DUMPED): Likewise.
15846         (CLD_TRAPPED): Likewise.
15847         (CLD_STOPPED): Likewise.
15848         (CLD_CONTINUED): Likewise.
15849         (POLL_IN): Likewise.
15850         (POLL_OUT): Likewise.
15851         (POLL_MSG): Likewise.
15852         (POLL_ERR): Likewise.
15853         (POLL_PRI): Likewise.
15854         (POLL_HUP): Likewise.
15855         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15856         (ILL_ILLOPN): Likewise.
15857         (ILL_ILLADR): Likewise.
15858         (ILL_ILLTRP): Likewise.
15859         (ILL_PRVOPC): Likewise.
15860         (ILL_PRVREG): Likewise.
15861         (ILL_COPROC): Likewise.
15862         (ILL_BADSTK): Likewise.
15863         (FPE_INTDIV): Likewise.
15864         (FPE_INTOVF): Likewise.
15865         (FPE_FLTDIV): Likewise.
15866         (FPE_FLTOVF): Likewise.
15867         (FPE_FLTUND): Likewise.
15868         (FPE_FLTRES): Likewise.
15869         (FPE_FLTINV): Likewise.
15870         (FPE_FLTSUB): Likewise.
15871         (SEGV_MAPERR): Likewise.
15872         (SEGV_ACCERR): Likewise.
15873         (BUS_ADRALN): Likewise.
15874         (BUS_ADRERR): Likewise.
15875         (BUS_OBJERR): Likewise.
15876         (BUS_MCEERR_AR): Likewise.
15877         (BUS_MCEERR_AO): Likewise.
15878         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15879         (TRAP_TRACE): Likewise.
15880         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15881         __USE_XOPEN2K8].
15882         (CLD_KILLED): Likewise.
15883         (CLD_DUMPED): Likewise.
15884         (CLD_TRAPPED): Likewise.
15885         (CLD_STOPPED): Likewise.
15886         (CLD_CONTINUED): Likewise.
15887         (POLL_IN): Likewise.
15888         (POLL_OUT): Likewise.
15889         (POLL_MSG): Likewise.
15890         (POLL_ERR): Likewise.
15891         (POLL_PRI): Likewise.
15892         (POLL_HUP): Likewise.
15893         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15894         (ILL_ILLOPN): Likewise.
15895         (ILL_ILLADR): Likewise.
15896         (ILL_ILLTRP): Likewise.
15897         (ILL_PRVOPC): Likewise.
15898         (ILL_PRVREG): Likewise.
15899         (ILL_COPROC): Likewise.
15900         (ILL_BADSTK): Likewise.
15901         (FPE_INTDIV): Likewise.
15902         (FPE_INTOVF): Likewise.
15903         (FPE_FLTDIV): Likewise.
15904         (FPE_FLTOVF): Likewise.
15905         (FPE_FLTUND): Likewise.
15906         (FPE_FLTRES): Likewise.
15907         (FPE_FLTINV): Likewise.
15908         (FPE_FLTSUB): Likewise.
15909         (SEGV_MAPERR): Likewise.
15910         (SEGV_ACCERR): Likewise.
15911         (BUS_ADRALN): Likewise.
15912         (BUS_ADRERR): Likewise.
15913         (BUS_OBJERR): Likewise.
15914         (BUS_MCEERR_AR): Likewise.
15915         (BUS_MCEERR_AO): Likewise.
15916         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15917         (TRAP_TRACE): Likewise.
15918         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15919         __USE_XOPEN2K8].
15920         (CLD_KILLED): Likewise.
15921         (CLD_DUMPED): Likewise.
15922         (CLD_TRAPPED): Likewise.
15923         (CLD_STOPPED): Likewise.
15924         (CLD_CONTINUED): Likewise.
15925         (POLL_IN): Likewise.
15926         (POLL_OUT): Likewise.
15927         (POLL_MSG): Likewise.
15928         (POLL_ERR): Likewise.
15929         (POLL_PRI): Likewise.
15930         (POLL_HUP): Likewise.
15931         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15932         (ILL_ILLOPN): Likewise.
15933         (ILL_ILLADR): Likewise.
15934         (ILL_ILLTRP): Likewise.
15935         (ILL_PRVOPC): Likewise.
15936         (ILL_PRVREG): Likewise.
15937         (ILL_COPROC): Likewise.
15938         (ILL_BADSTK): Likewise.
15939         (FPE_INTDIV): Likewise.
15940         (FPE_INTOVF): Likewise.
15941         (FPE_FLTDIV): Likewise.
15942         (FPE_FLTOVF): Likewise.
15943         (FPE_FLTUND): Likewise.
15944         (FPE_FLTRES): Likewise.
15945         (FPE_FLTINV): Likewise.
15946         (FPE_FLTSUB): Likewise.
15947         (SEGV_MAPERR): Likewise.
15948         (SEGV_ACCERR): Likewise.
15949         (BUS_ADRALN): Likewise.
15950         (BUS_ADRERR): Likewise.
15951         (BUS_OBJERR): Likewise.
15952         (BUS_MCEERR_AR): Likewise.
15953         (BUS_MCEERR_AO): Likewise.
15954         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15955         (TRAP_TRACE): Likewise.
15956         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15957         __USE_XOPEN2K8].
15958         (CLD_KILLED): Likewise.
15959         (CLD_DUMPED): Likewise.
15960         (CLD_TRAPPED): Likewise.
15961         (CLD_STOPPED): Likewise.
15962         (CLD_CONTINUED): Likewise.
15963         (POLL_IN): Likewise.
15964         (POLL_OUT): Likewise.
15965         (POLL_MSG): Likewise.
15966         (POLL_ERR): Likewise.
15967         (POLL_PRI): Likewise.
15968         (POLL_HUP): Likewise.
15969         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15970         (ILL_ILLOPN): Likewise.
15971         (ILL_ILLADR): Likewise.
15972         (ILL_ILLTRP): Likewise.
15973         (ILL_PRVOPC): Likewise.
15974         (ILL_PRVREG): Likewise.
15975         (ILL_COPROC): Likewise.
15976         (ILL_BADSTK): Likewise.
15977         (ILL_DBLFLT): Likewise.
15978         (ILL_HARDWALL): Likewise.
15979         (FPE_INTDIV): Likewise.
15980         (FPE_INTOVF): Likewise.
15981         (FPE_FLTDIV): Likewise.
15982         (FPE_FLTOVF): Likewise.
15983         (FPE_FLTUND): Likewise.
15984         (FPE_FLTRES): Likewise.
15985         (FPE_FLTINV): Likewise.
15986         (FPE_FLTSUB): Likewise.
15987         (SEGV_MAPERR): Likewise.
15988         (SEGV_ACCERR): Likewise.
15989         (BUS_ADRALN): Likewise.
15990         (BUS_ADRERR): Likewise.
15991         (BUS_OBJERR): Likewise.
15992         (BUS_MCEERR_AR): Likewise.
15993         (BUS_MCEERR_AO): Likewise.
15994         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15995         (TRAP_TRACE): Likewise.
15996         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15997         __USE_XOPEN2K8].
15998         (CLD_KILLED): Likewise.
15999         (CLD_DUMPED): Likewise.
16000         (CLD_TRAPPED): Likewise.
16001         (CLD_STOPPED): Likewise.
16002         (CLD_CONTINUED): Likewise.
16003         (POLL_IN): Likewise.
16004         (POLL_OUT): Likewise.
16005         (POLL_MSG): Likewise.
16006         (POLL_ERR): Likewise.
16007         (POLL_PRI): Likewise.
16008         (POLL_HUP): Likewise.
16009         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16010         (ILL_ILLOPN): Likewise.
16011         (ILL_ILLADR): Likewise.
16012         (ILL_ILLTRP): Likewise.
16013         (ILL_PRVOPC): Likewise.
16014         (ILL_PRVREG): Likewise.
16015         (ILL_COPROC): Likewise.
16016         (ILL_BADSTK): Likewise.
16017         (FPE_INTDIV): Likewise.
16018         (FPE_INTOVF): Likewise.
16019         (FPE_FLTDIV): Likewise.
16020         (FPE_FLTOVF): Likewise.
16021         (FPE_FLTUND): Likewise.
16022         (FPE_FLTRES): Likewise.
16023         (FPE_FLTINV): Likewise.
16024         (FPE_FLTSUB): Likewise.
16025         (SEGV_MAPERR): Likewise.
16026         (SEGV_ACCERR): Likewise.
16027         (BUS_ADRALN): Likewise.
16028         (BUS_ADRERR): Likewise.
16029         (BUS_OBJERR): Likewise.
16030         (BUS_MCEERR_AR): Likewise.
16031         (BUS_MCEERR_AO): Likewise.
16032         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16033         (TRAP_TRACE): Likewise.
16034         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16035         __USE_XOPEN2K8].
16036         (CLD_KILLED): Likewise.
16037         (CLD_DUMPED): Likewise.
16038         (CLD_TRAPPED): Likewise.
16039         (CLD_STOPPED): Likewise.
16040         (CLD_CONTINUED): Likewise.
16041         (POLL_IN): Likewise.
16042         (POLL_OUT): Likewise.
16043         (POLL_MSG): Likewise.
16044         (POLL_ERR): Likewise.
16045         (POLL_PRI): Likewise.
16046         (POLL_HUP): Likewise.
16047         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16048         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16050         [BZ #16670]
16051         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16052         before #include of <time.h>.
16053         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16054         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16055         (test-xfail-UNIX98/sched.h/conform): Likewise.
16057 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16059         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16060         error absence of trapping exception support.
16061         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16063 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16065         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16066         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16067         * timezone/Makefile (testdata): Move definition above include of
16068         Rules.
16069         (test-zones): New variable.
16070         (tests-special): Add zone files.
16071         (build-testdata): Use $(evaluate-test).
16073         * elf/Makefile (tests-special): Rename tests to end with .out.
16074         ($(objpfx)noload-mem): Likewise.
16075         ($(objpfx)tst-leaks1-mem): Likewise.
16076         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16077         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16078         $(objpfx)test-iconvconfig.out.
16079         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16080         set -e inside subshell and redirect output to file.
16081         * iconvdata/Makefile (generated): Rename tests to end with .out.
16082         Correct type.
16083         (tests-special): Rename tests to end with .out.
16084         ($(objpfx)mtrace-tst-loading): Likewise.
16085         * intl/Makefile (generated): Likewise.
16086         (tests-special): Likewise.
16087         ($(objpfx)mtrace-tst-gettext): Likewise.
16088         * misc/Makefile (generated): Likewise.
16089         (tests-special): Likewise.
16090         ($(objpfx)tst-error1-mem): Likewise.
16091         * nptl/Makefile (tests-special): Likewise.
16092         ($(objpfx)tst-stack3-mem): Likewise.
16093         (generated): Likewise.
16094         * posix/Makefile (generated): Likewise.
16095         (tests-special): Likewise.
16096         (xtests-special): Likewise.
16097         ($(objpfx)tst-fnmatch-mem): Likewise.
16098         ($(objpfx)bug-regex2-mem): Likewise.
16099         ($(objpfx)bug-regex14-mem): Likewise.
16100         ($(objpfx)bug-regex21-mem): Likewise.
16101         ($(objpfx)bug-regex31-mem): Likewise.
16102         ($(objpfx)tst-vfork3-mem): Likewise.
16103         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16104         ($(objpfx)tst-pcre-mem): Likewise.
16105         ($(objpfx)tst-boost-mem): Likewise.
16106         ($(objpfx)bug-ga2-mem): Likewise.
16107         ($(objpfx)bug-glob2-mem): Likewise.
16108         * resolv/Makefile (generate): Likewise.
16109         (tests-special): Likewise.
16110         (xtests-special): Likewise.
16111         (generated): Likewise.
16112         ($(objpfx)mtrace-tst-leaks): Likewise.
16113         ($(objpfx)mtrace-tst-leaks2): Likewise.
16115         * scripts/merge-test-results.sh: New file.
16116         * Makefile (tests-special-notdir): New variable.
16117         (tests): Run merge-test-results.sh.
16118         (xtests): Likewise.
16119         * Rules (tests-special-notdir): New variable.
16120         (xtests-special-notdir): Likewise.
16121         (tests): Run merge-test-results.sh
16122         (xtests): Likewise.
16124         * Makeconfig (test-xfail-name): New variable.
16125         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16126         compute variable name for expected failures.
16127         * conform/Makefile (conformtest-headers-data): New variable.
16128         (conformtest-standards): Likewise.
16129         (conformtest-headers-ISO): Likewise.
16130         (conformtest-headers-ISO99): Likewise.
16131         (conformtest-headers-ISO11): Likewise.
16132         (conformtest-headers-POSIX): Likewise.
16133         (conformtest-headers-XPG3): Likewise.
16134         (conformtest-headers-XPG4): Likewise.
16135         (conformtest-headers-UNIX98): Likewise.
16136         (conformtest-headers-XOPEN2K): Likewise.
16137         (conformtest-headers-POSIX2008): Likewise.
16138         (conformtest-headers-XOPEN2K8): Likewise.
16139         (conformtest-header-list-base): Likewise.
16140         (conformtest-header-list-tests): Likewise.
16141         (conformtest-header-base): Likewise.
16142         (conformtest-header-tests): Likewise.
16143         (tests-special): Add $(conformtest-header-list-tests).  If
16144         [$(fast-check) && !$(cross-compiling)], add
16145         $(conformtest-header-tests) instead of
16146         $(objpfx)run-conformtest.out.
16147         (generated): Add $(conformtest-header-list-base).  If
16148         [$(fast-check) && !$(cross-compiling)], add
16149         $(conformtest-header-base).  Remove previous setting.
16150         ($(conformtest-header-list-tests)): New target.
16151         (test-xfail-run-conformtest): Remove variable.
16152         ($(objpfx)run-conformtest.out): Remove target.
16153         (test-xfail-ISO11/complex.h/conform): New variable.
16154         (test-xfail-ISO11/stdalign.h/conform): Likewise.
16155         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16156         (test-xfail-XPG3/varargs.h/conform): Likewise.
16157         (test-xfail-XPG4/varargs.h/conform): Likewise.
16158         (test-xfail-UNIX98/varargs.h/conform): Likewise.
16159         (test-xfail-XPG4/ndbm.h/conform): Likewise.
16160         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16161         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16162         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16163         (test-xfail-XPG3/fcntl.h/conform): Likewise.
16164         (test-xfail-XPG3/ftw.h/conform): Likewise.
16165         (test-xfail-XPG3/grp.h/conform): Likewise.
16166         (test-xfail-XPG3/langinfo.h/conform): Likewise.
16167         (test-xfail-XPG3/limits.h/conform): Likewise.
16168         (test-xfail-XPG3/pwd.h/conform): Likewise.
16169         (test-xfail-XPG3/search.h/conform): Likewise.
16170         (test-xfail-XPG3/signal.h/conform): Likewise.
16171         (test-xfail-XPG3/stdio.h/conform): Likewise.
16172         (test-xfail-XPG3/stdlib.h/conform): Likewise.
16173         (test-xfail-XPG3/string.h/conform): Likewise.
16174         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16175         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16176         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16177         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16178         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16179         (test-xfail-XPG3/sys/types.h/conform): Likewise.
16180         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16181         (test-xfail-XPG3/termios.h/conform): Likewise.
16182         (test-xfail-XPG3/time.h/conform): Likewise.
16183         (test-xfail-XPG3/unistd.h/conform): Likewise.
16184         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16185         (test-xfail-XPG4/fcntl.h/conform): Likewise.
16186         (test-xfail-XPG4/langinfo.h/conform): Likewise.
16187         (test-xfail-XPG4/netdb.h/conform): Likewise.
16188         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16189         (test-xfail-XPG4/signal.h/conform): Likewise.
16190         (test-xfail-XPG4/stdio.h/conform): Likewise.
16191         (test-xfail-XPG4/stdlib.h/conform): Likewise.
16192         (test-xfail-XPG4/stropts.h/conform): Likewise.
16193         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16194         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16195         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16196         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16197         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16198         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16199         (test-xfail-XPG4/sys/time.h/conform): Likewise.
16200         (test-xfail-XPG4/sys/types.h/conform): Likewise.
16201         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16202         (test-xfail-XPG4/termios.h/conform): Likewise.
16203         (test-xfail-XPG4/ucontext.h/conform): Likewise.
16204         (test-xfail-XPG4/unistd.h/conform): Likewise.
16205         (test-xfail-XPG4/utmpx.h/conform): Likewise.
16206         (test-xfail-POSIX/sched.h/conform): Likewise.
16207         (test-xfail-POSIX/signal.h/conform): Likewise.
16208         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16209         (test-xfail-POSIX/tar.h/conform): Likewise.
16210         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16211         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16212         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16213         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16214         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16215         (test-xfail-UNIX98/sched.h/conform): Likewise.
16216         (test-xfail-UNIX98/signal.h/conform): Likewise.
16217         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16218         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16219         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16220         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16221         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16222         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16223         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16224         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16225         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16226         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16227         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16228         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16229         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16230         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16231         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16232         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16233         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16234         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16235         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16236         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16237         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16238         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16239         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16240         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16241         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16242         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16243         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16244         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16245         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16246         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16247         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16248         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16249         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16250         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16251         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16252         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16253         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16254         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16255         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16256         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16257         (test-xfail-POSIX2008/signal.h/conform): Likewise.
16258         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16259         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16260         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16261         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16262         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16263         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16264         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16265         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16266         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16267         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16268         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16269         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16270         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16271         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16272         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16273         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16274         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16275         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16276         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16277         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16278         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16279         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16280         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16281         (conformtest-cc-flags): Likewise.
16282         ($(conformtest-header-tests): New target.
16283         * conform/check-header-lists.sh: New file.
16284         * conform/run-conformtest.sh: Remove.
16286         * conform/conformtest.pl: Allow ' and \ in values given for
16287         constants.
16288         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16289         inclusion.
16290         [POSIX] (sys/types.h): Likewise.
16291         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16292         inclusion.
16293         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16294         inclusion.
16295         * conform/data/signal.h-data (SIGIO): Remove expectation.
16296         [XPG3] (SIGBUS): Do not expect.
16297         [POSIX || XPG3] (SIGPOLL): Likewise.
16298         [POSIX || XPG3] (SIGPROF): Likewise.
16299         [POSIX || XPG3] (SIGSYS): Likewise.
16300         [XPG3] (SIGTRAP): Likewise.
16301         [POSIX || XPG3] (SIGURG): Likewise.
16302         [POSIX || XPG3] (SIGVTALRM): Likewise.
16303         [POSIX || XPG3] (SIGXCPU): Likewise.
16304         [POSIX || XPG3] (SIGXFSZ): Likewise.
16305         [POSIX] (SA_SIGINFO): Expect.
16306         [XPG3] (siginfo_t): Do not expect type or contents.
16307         [POSIX] (si_pid): Do not expect element.
16308         [POSIX] (si_uid): Likewise.
16309         [POSIX] (si_addr): Likewise.
16310         [POSIX] (si_status): Likewise.
16311         [POSIX] (si_band): Likewise.
16312         [XPG4] (si_value): Likewise.
16313         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16314         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16315         [POSIX || XPG3] (ILL_ILLADR): Likewise.
16316         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16317         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16318         [POSIX || XPG3] (ILL_PRVREG): Likewise.
16319         [POSIX || XPG3] (ILL_COPROC): Likewise.
16320         [POSIX || XPG3] (ILL_BADSTK): Likewise.
16321         [POSIX || XPG3] (FPE_INTDIV): Likewise.
16322         [POSIX || XPG3] (FPE_INTOVF): Likewise.
16323         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16324         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16325         [POSIX || XPG3] (FPE_FLTUND): Likewise.
16326         [POSIX || XPG3] (FPE_FLTRES): Likewise.
16327         [POSIX || XPG3] (FPE_FLTINV): Likewise.
16328         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16329         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16330         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16331         [POSIX || XPG3] (BUS_ADRALN): Likewise.
16332         [POSIX || XPG3] (BUS_ADRERR): Likewise.
16333         [POSIX || XPG3] (BUS_OBJERR): Likewise.
16334         [POSIX || XPG3] (CLD_EXITED): Likewise.
16335         [POSIX || XPG3] (CLD_KILLED): Likewise.
16336         [POSIX || XPG3] (CLD_DUMPED): Likewise.
16337         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16338         [POSIX || XPG3] (CLD_STOPPED): Likewise.
16339         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16340         [POSIX || XPG3] (POLL_IN): Likewise.
16341         [POSIX || XPG3] (POLL_OUT): Likewise.
16342         [POSIX || XPG3] (POLL_MSG): Likewise.
16343         [POSIX || XPG3] (POLL_ERR): Likewise.
16344         [POSIX || XPG3] (POLL_PRI): Likewise.
16345         [POSIX || XPG3] (POLL_HUP): Likewise.
16346         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16347         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16348         (SIG*): Do not allow.
16349         [XPG3] (si_*): Likewise.
16350         [XPG3] (SI_*): Likewise.
16351         [XPG3 || XPG4] (sigev_*): Likewise.
16352         [XPG3 || XPG4] (SIGEV_*): Likewise.
16353         [XPG3 || XPG4] (sival_*): Likewise.
16354         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16355         [POSIX || XPG3] (BUS_*): Likewise.
16356         [POSIX || XPG3] (CLD_*): Likewise.
16357         [POSIX || XPG3] (FPE_*): Likewise.
16358         [POSIX || XPG3] (ILL_*): Likewise.
16359         [POSIX || XPG3] (POLL_*): Likewise.
16360         [POSIX || XPG3] (SEGV_*): Likewise.
16361         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16362         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16363         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16364         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16365         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16366         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16367         Specify type and value.
16368         (TVERSLEN): Likewise.
16369         (REGTYPE): Likewise.
16370         (AREGTYPE): Likewise.
16371         (LNKTYPE): Likewise.
16372         (SYMTYPE): Likewise.
16373         (CHRTYPE): Likewise.
16374         (BLKTYPE): Likewise.
16375         (DIRTYPE): Likewise.
16376         (FIFOTYPE): Likewise.
16377         (CONTTYPE): Likewise.
16378         (TSUID): Likewise.
16379         (TSGID): Likewise.
16380         (TSVTX): Likewise.
16381         (TUREAD): Likewise.
16382         (TUWRITE): Likewise.
16383         (TUEXEC): Likewise.
16384         (TGREAD): Likewise.
16385         (TGWRITE): Likewise.
16386         (TGEXEC): Likewise.
16387         (TOREAD): Likewise.
16388         (TOWRITE): Likewise.
16389         (TOEXEC): Likewise.
16390         [POSIX] (TSVTX): Expect constant.
16392 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
16394         * Makefile (tests): Change dependencies to ....
16395         (tests-special): ... additions to this variable.
16396         (tests): Depend on $(tests-special).
16397         * Makerules (check-abi-list): New variable.
16398         (check-abi): Depend on $(check-abi-list).
16399         [$(subdir) = elf] (tests-special): Add
16400         $(objpfx)check-abi-libc.out.
16401         [$(build-shared) = yes && subdir] (tests-special): Add
16402         $(check-abi-list).
16403         [$(build-shared) = yes && subdir] (tests): Do not depend on
16404         check-abi.
16405         * Rules (tests): Depend on $(tests-special).
16406         (xtests): Depend on $(xtests-special).
16407         * catgets/Makefile (tests): Change dependencies to ....
16408         (tests-special): ... additions to this variable.
16409         * conform/Makefile (tests): Change dependencies to ....
16410         (tests-special): ... additions to this variable.
16411         * elf/Makefile (tests): Change dependencies to ....
16412         (tests-special): ... additions to this variable.
16413         * grp/Makefile (tests): Change dependencies to ....
16414         (tests-special): ... additions to this variable.
16415         * iconv/Makefile (xtests): Change dependencies to ....
16416         (xtests-special): ... additions to this variable.
16417         * iconvdata/Makefile (tests): Change dependencies to ....
16418         (tests-special): ... additions to this variable.
16419         * intl/Makefile (tests): Change dependencies to ....
16420         (tests-special): ... additions to this variable.  Also add
16421         $(objpfx)tst-gettext.out.
16422         * io/Makefile (tests): Change dependencies to ....
16423         (tests-special): ... additions to this variable.
16424         * libio/Makefile (tests): Change dependencies to ....
16425         (tests-special): ... additions to this variable.
16426         * malloc/Makefile (tests): Change dependencies to ....
16427         (tests-special): ... additions to this variable.
16428         * misc/Makefile (tests): Change dependencies to ....
16429         (tests-special): ... additions to this variable.
16430         * nptl/Makefile (tests): Change dependencies to ....
16431         (tests-special): ... additions to this variable.
16432         * nptl_db/Makefile (tests): Change dependencies to ....
16433         (tests-special): ... additions to this variable.
16434         * posix/Makefile (tests): Change dependencies to ....
16435         (tests-special): ... additions to this variable.
16436         (xtests): Change dependencies to ....
16437         (xtests-special): ... additions to this variable.
16438         * resolv/Makefile (tests): Change dependencies to ....
16439         (tests-special): ... additions to this variable.
16440         (xtests): Change dependencies to ....
16441         (xtests-special): ... additions to this variable.
16442         * stdio-common/Makefile (tests): Change dependencies to ....
16443         (tests-special): ... additions to this variable.
16444         (do-tst-unbputc): Remove target.
16445         (do-tst-printf): Likewise.
16446         * stdlib/Makefile (tests): Change dependencies to ....
16447         (tests-special): ... additions to this variable.
16448         * string/Makefile (tests): Change dependencies to ....
16449         (tests-special): ... additions to this variable.
16450         * sysdeps/x86/Makefile (tests): Change dependencies to ....
16451         (tests-special): ... additions to this variable.
16453         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16454         whole file.
16455         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16456         whole file.
16457         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16458         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16460         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16461         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16462         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16463         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16464         * conform/data/libgen.h-data [XPG3]: Likewise.
16465         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16466         * conform/data/ndbm.h-data [XPG3]: Likewise.
16467         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16468         * conform/data/netdb.h-data [XPG3]: Likewise.
16469         * conform/data/netinet/in.h-data [XPG3]: Likewise.
16470         * conform/data/poll.h-data [XPG3]: Likewise.
16471         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16472         * conform/data/strings.h-data [XPG3]: Likewise.
16473         * conform/data/stropts.h-data [XPG3]: Likewise.
16474         * conform/data/sys/mman.h-data [XPG3]: Likewise.
16475         * conform/data/sys/resource.h-data [XPG3]: Likewise.
16476         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16477         Likewise.
16478         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16479         * conform/data/sys/time.h-data [XPG3]: Likewise.
16480         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16481         * conform/data/sys/uio.h-data [XPG3]: Likewise.
16482         * conform/data/sys/un.h-data [XPG3]: Likewise.
16483         * conform/data/syslog.h-data [XPG3]: Likewise.
16484         * conform/data/ucontext.h-data [XPG3]: Likewise.
16485         * conform/data/utmpx.h-data [XPG3]: Likewise.
16486         * conform/data/varargs.h-data [UNIX98]: Enable file.
16488         * manual/Makefile (INSTALL_INFO): Remove variable setting.
16490         * math/libm-test.inc (struct test_f_f_data): Move expected results
16491         into structure for each rounding mode.
16492         (struct test_ff_f_data): Likewise.
16493         (struct test_ff_f_data_nexttoward): Likewise.
16494         (struct test_fi_f_data): Likewise.
16495         (struct test_fl_f_data): Likewise.
16496         (struct test_if_f_data): Likewise.
16497         (struct test_fff_f_data): Likewise.
16498         (struct test_c_f_data): Likewise.
16499         (struct test_f_f1_data): Likewise.
16500         (struct test_fF_f1_data): Likewise.
16501         (struct test_ffI_f1_data): Likewise.
16502         (struct test_c_c_data): Likewise.
16503         (struct test_cc_c_data): Likewise.
16504         (struct test_f_i_data): Likewise.
16505         (struct test_ff_i_data): Likewise.
16506         (struct test_f_l_data): Likewise.
16507         (struct test_f_L_data): Likewise.
16508         (struct test_fFF_11_data): Likewise.
16509         (RM_): New macro.
16510         (RM_FE_DOWNWARD): Likewise.
16511         (RM_FE_TONEAREST): Likewise.
16512         (RM_FE_TOWARDZERO): Likewise.
16513         (RM_FE_UPWARD): Likewise.
16514         (RUN_TEST_LOOP_f_f): Update references to expected results.
16515         (RUN_TEST_LOOP_2_f): Likewise.
16516         (RUN_TEST_LOOP_fff_f): Likewise.
16517         (RUN_TEST_LOOP_c_f): Likewise.
16518         (RUN_TEST_LOOP_f_f1): Likewise.
16519         (RUN_TEST_LOOP_fF_f1): Likewise.
16520         (RUN_TEST_LOOP_fI_f1): Likewise.
16521         (RUN_TEST_LOOP_ffI_f1): Likewise.
16522         (RUN_TEST_LOOP_c_c): Likewise.
16523         (RUN_TEST_LOOP_cc_c): Likewise.
16524         (RUN_TEST_LOOP_f_i): Likewise.
16525         (RUN_TEST_LOOP_f_i_tg): Likewise.
16526         (RUN_TEST_LOOP_ff_i_tg): Likewise.
16527         (RUN_TEST_LOOP_f_b): Likewise.
16528         (RUN_TEST_LOOP_f_b_tg): Likewise.
16529         (RUN_TEST_LOOP_f_l): Likewise.
16530         (RUN_TEST_LOOP_f_L): Likewise.
16531         (RUN_TEST_LOOP_fFF_11): Likewise.
16532         * math/gen-libm-test.pl (parse_args): Output four copies of
16533         expected results for each test.
16535         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16536         (__ASSUME_UTIMES): Remove.
16537         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16538         (__ASSUME_UTIMES): Likewise.
16540         * math/gen-auto-libm-tests.c: Update comment on output format.
16541         (output_for_one_input_case): Generate before-rounding and
16542         after-rounding information as conditions on output flags not
16543         floating-point format.
16544         * math/auto-libm-test-out: Regenerated.
16545         * math/gen-libm-test.pl (cond_value): New function.
16546         (or_cond_value): Use cond_value.
16547         (generate_testfile): Handle conditional exceptions.
16549 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
16551         * math/libm-test.inc (max_valid_error): New variable.
16552         (init_max_error): Take new argument specifying whether function
16553         results are exactly determined.  Set max_valid_error and bound
16554         other variables for errors based on this argument.
16555         (set_max_error): Do not record results above max_valid_error.
16556         (check_float_internal): Only accept errors of up to 0.5ulps if
16557         also at most max_valid_error.
16558         (START): Take new argument EXACT and pass it to init_max_error.
16559         (acos_test): Update call to START.
16560         (acos_test_tonearest): Likewise.
16561         (acos_test_towardzero): Likewise.
16562         (acos_test_downward): Likewise.
16563         (acos_test_upward): Likewise.
16564         (acosh_test): Likewise.
16565         (asin_test): Likewise.
16566         (asin_test_tonearest): Likewise.
16567         (asin_test_towardzero): Likewise.
16568         (asin_test_downward): Likewise.
16569         (asin_test_upward): Likewise.
16570         (asinh_test): Likewise.
16571         (atan_test): Likewise.
16572         (atanh_test): Likewise.
16573         (atan2_test): Likewise.
16574         (cabs_test): Likewise.
16575         (cacos_test): Likewise.
16576         (cacosh_test): Likewise.
16577         (carg_test): Likewise.
16578         (casin_test): Likewise.
16579         (casinh_test): Likewise.
16580         (catan_test): Likewise.
16581         (catanh_test): Likewise.
16582         (cbrt_test): Likewise.
16583         (ccos_test): Likewise.
16584         (ccosh_test): Likewise.
16585         (ceil_test): Likewise.
16586         (cexp_test): Likewise.
16587         (cimag_test): Likewise.
16588         (clog_test): Likewise.
16589         (clog10_test): Likewise.
16590         (conj_test): Likewise.
16591         (copysign_test): Likewise.
16592         (cos_test): Likewise.
16593         (cos_test_tonearest): Likewise.
16594         (cos_test_towardzero): Likewise.
16595         (cos_test_downward): Likewise.
16596         (cos_test_upward): Likewise.
16597         (cosh_test): Likewise.
16598         (cosh_test_tonearest): Likewise.
16599         (cosh_test_towardzero): Likewise.
16600         (cosh_test_downward): Likewise.
16601         (cosh_test_upward): Likewise.
16602         (cpow_test): Likewise.
16603         (cproj_test): Likewise.
16604         (creal_test): Likewise.
16605         (csin_test): Likewise.
16606         (csinh_test): Likewise.
16607         (csqrt_test): Likewise.
16608         (ctan_test): Likewise.
16609         (ctan_test_tonearest): Likewise.
16610         (ctan_test_towardzero): Likewise.
16611         (ctan_test_downward): Likewise.
16612         (ctan_test_upward): Likewise.
16613         (ctanh_test): Likewise.
16614         (ctanh_test_tonearest): Likewise.
16615         (ctanh_test_towardzero): Likewise.
16616         (ctanh_test_downward): Likewise.
16617         (ctanh_test_upward): Likewise.
16618         (erf_test): Likewise.
16619         (erfc_test): Likewise.
16620         (exp_test): Likewise.
16621         (exp_test_tonearest): Likewise.
16622         (exp_test_towardzero): Likewise.
16623         (exp_test_downward): Likewise.
16624         (exp_test_upward): Likewise.
16625         (exp10_test): Likewise.
16626         (exp10_test_tonearest): Likewise.
16627         (exp10_test_towardzero): Likewise.
16628         (exp10_test_downward): Likewise.
16629         (exp10_test_upward): Likewise.
16630         (pow10_test): Likewise.
16631         (exp2_test): Likewise.
16632         (expm1_test): Likewise.
16633         (expm1_test_tonearest): Likewise.
16634         (expm1_test_towardzero): Likewise.
16635         (expm1_test_downward): Likewise.
16636         (expm1_test_upward): Likewise.
16637         (fabs_test): Likewise.
16638         (fdim_test): Likewise.
16639         (floor_test): Likewise.
16640         (fma_test): Likewise.
16641         (fma_test_towardzero): Likewise.
16642         (fma_test_downward): Likewise.
16643         (fma_test_upward): Likewise.
16644         (fmax_test): Likewise.
16645         (fmin_test): Likewise.
16646         (fmod_test): Likewise.
16647         (fpclassify_test): Likewise.
16648         (frexp_test): Likewise.
16649         (hypot_test): Likewise.
16650         (ilogb_test): Likewise.
16651         (isfinite_test): Likewise.
16652         (finite_test): Likewise.
16653         (isgreater_test): Likewise.
16654         (isgreaterequal_test): Likewise.
16655         (isinf_test): Likewise.
16656         (isless_test): Likewise.
16657         (islessequal_test): Likewise.
16658         (islessgreater_test): Likewise.
16659         (isnan_test): Likewise.
16660         (isnormal_test): Likewise.
16661         (issignaling_test): Likewise.
16662         (isunordered_test): Likewise.
16663         (j0_test): Likewise.
16664         (j1_test): Likewise.
16665         (jn_test): Likewise.
16666         (ldexp_test): Likewise.
16667         (lgamma_test): Likewise.
16668         (gamma_test): Likewise.
16669         (lrint_test): Likewise.
16670         (lrint_test_tonearest): Likewise.
16671         (lrint_test_towardzero): Likewise.
16672         (lrint_test_downward): Likewise.
16673         (lrint_test_upward): Likewise.
16674         (llrint_test): Likewise.
16675         (llrint_test_tonearest): Likewise.
16676         (llrint_test_towardzero): Likewise.
16677         (llrint_test_downward): Likewise.
16678         (llrint_test_upward): Likewise.
16679         (log_test): Likewise.
16680         (log10_test): Likewise.
16681         (log1p_test): Likewise.
16682         (log2_test): Likewise.
16683         (logb_test): Likewise.
16684         (logb_test_downward): Likewise.
16685         (lround_test): Likewise.
16686         (llround_test): Likewise.
16687         (modf_test): Likewise.
16688         (nearbyint_test): Likewise.
16689         (nextafter_test): Likewise.
16690         (nexttoward_test): Likewise.
16691         (pow_test): Likewise.
16692         (pow_test_tonearest): Likewise.
16693         (pow_test_towardzero): Likewise.
16694         (pow_test_downward): Likewise.
16695         (pow_test_upward): Likewise.
16696         (remainder_test): Likewise.
16697         (drem_test): Likewise.
16698         (remainder_test_tonearest): Likewise.
16699         (drem_test_tonearest): Likewise.
16700         (remainder_test_towardzero): Likewise.
16701         (drem_test_towardzero): Likewise.
16702         (remainder_test_downward): Likewise.
16703         (drem_test_downward): Likewise.
16704         (remainder_test_upward): Likewise.
16705         (drem_test_upward): Likewise.
16706         (remquo_test): Likewise.
16707         (rint_test): Likewise.
16708         (rint_test_tonearest): Likewise.
16709         (rint_test_towardzero): Likewise.
16710         (rint_test_downward): Likewise.
16711         (rint_test_upward): Likewise.
16712         (round_test): Likewise.
16713         (scalb_test): Likewise.
16714         (scalbn_test): Likewise.
16715         (scalbln_test): Likewise.
16716         (signbit_test): Likewise.
16717         (sin_test): Likewise.
16718         (sin_test_tonearest): Likewise.
16719         (sin_test_towardzero): Likewise.
16720         (sin_test_downward): Likewise.
16721         (sin_test_upward): Likewise.
16722         (sincos_test): Likewise.
16723         (sinh_test): Likewise.
16724         (sinh_test_tonearest): Likewise.
16725         (sinh_test_towardzero): Likewise.
16726         (sinh_test_downward): Likewise.
16727         (sinh_test_upward): Likewise.
16728         (sqrt_test): Likewise.
16729         (sqrt_test_tonearest): Likewise.
16730         (sqrt_test_towardzero): Likewise.
16731         (sqrt_test_downward): Likewise.
16732         (sqrt_test_upward): Likewise.
16733         (tan_test): Likewise.
16734         (tan_test_tonearest): Likewise.
16735         (tan_test_towardzero): Likewise.
16736         (tan_test_downward): Likewise.
16737         (tan_test_upward): Likewise.
16738         (tanh_test): Likewise.
16739         (tgamma_test): Likewise.
16740         (trunc_test): Likewise.
16741         (y0_test): Likewise.
16742         (y1_test): Likewise.
16743         (yn_test): Likewise.
16744         (significand_test): Likewise.
16746         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
16747         individual tests in comment.
16748         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
16749         (prev_max_error): New variable.
16750         (prev_real_max_error): Likewise.
16751         (prev_imag_max_error): Likewise.
16752         (compare_ulp_data): Don't refer to test names in comment.
16753         (find_test_ulps): Remove function.
16754         (find_function_ulps): Likewise.
16755         (find_complex_function_ulps): Likewise.
16756         (init_max_error): Take function name as argument.  Look up ulps
16757         for that function.
16758         (print_ulps): Remove function.
16759         (print_max_error): Use prev_max_error instead of calling
16760         find_function_ulps.
16761         (print_complex_max_error): Use prev_real_max_error and
16762         prev_imag_max_error instead of calling find_complex_function_ulps.
16763         (check_float_internal): Take max_ulp parameter instead of calling
16764         find_test_ulps.  Don't call print_ulps.
16765         (check_float): Update call to check_float_internal.
16766         (check_complex): Update calls to check_float_internal.
16767         (START): Pass argument to init_max_error.
16768         * math/gen-libm-test.pl (%results): Don't include "kind"
16769         information.
16770         (parse_ulps): Don't handle ulps of individual tests.
16771         (print_ulps_file): Likewise.
16772         (output_ulps): Likewise.
16773         * math/README.libm-test: Update.
16774         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16775         individual tests.
16776         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16777         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16778         * sysdeps/arm/libm-test-ulps: Likewise.
16779         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16780         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16781         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16782         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16783         * sysdeps/microblaze/libm-test-ulps: Likewise.
16784         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16785         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16786         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16787         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16788         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16789         * sysdeps/sh/libm-test-ulps: Likewise.
16790         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16791         * sysdeps/tile/libm-test-ulps: Likewise.
16792         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16794 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16796         * math/libm-test.inc (print_complex_max_error): Check separately
16797         whether real and imaginary errors are within allowed range and
16798         pass 0 to print_complex_function_ulps instead of value within
16799         allowed range.
16801 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16803         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16804         formatting.
16805         (get_handles_fopen): Likewise.
16806         (do_write_test): Likewise.
16808         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16810         * libio/fileops.c (do_ftell): Use cached offset when
16811         available.
16812         * libio/iofwide.c (do_ftell_wide): Likewise.
16813         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16814         _IO_file_attach.
16815         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16817         [BZ #16532]
16818         * libio/libioP.h (get_file_offset): New function.
16819         * libio/fileops.c (get_file_offset): Likewise.
16820         (do_ftell): Likewise.
16821         (_IO_new_file_seekoff): Split out ftell logic.
16822         * libio/wfileops.c (do_ftell_wide): Likewise.
16823         (_IO_wfile_seekoff): Split out ftell logic.
16824         * libio/tst-ftell-active-handler.c: New test case.
16825         * libio/Makefile (tests): Add it.
16827 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16829         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16830         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16832 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16834         [BZ #16639]
16835         * nscd/connections.c (nscd_init): Call do_exit.
16836         (start_threads): Call do_exit and notify_parent.
16837         (begin_drop_privileges): Call do_exit.
16838         (finish_drop_privileges): Likewise.
16839         * nscd/selinux.c (preserve_capabilities): Likewise.
16840         (install_real_capabilities): Likewise.
16841         (nscd_selinux_enabled): Likewise.
16842         (avc_create_thread): Likewise.
16843         (avc_alloc_lock): Likewise.
16844         (nscd_avc_init): Likewise.
16845         * nscd/nscd.c (parent_fd): New static variable.
16846         (main): Create a pipe between parent and child processes.
16847         Skip closing parent_fd.
16848         (monitor_child): New function.
16849         (do_exit): Likewise.
16850         (notify_parent): Likewise.
16851         * nscd/nscd.h (notify_parent): Likewise.
16852         (do_exit): Likewise.
16854 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16856         * malloc/malloc.c (__libc_calloc): Revert last change.
16858 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16860         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16862 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16864         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16865         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16866         implementation.
16867         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16868         (__libc_ifunc_impl_list): Likewise.
16869         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16870         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16871         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16872         * string/strrchr.c: Define STRRCHR.
16874 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16876         * benchtest/bench-strtok.c (simple_strtok): Delete.
16877         (strtok_string): Use as benchmark.
16878         * string/strtok (STRTOK): New macro.
16880 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16882         * manual/threads.texi: Add header and standard comments to all
16883         functions.
16885         * elf/dl-lookup.c (check_match): New function.
16886         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16887         (do_lookup_x): Remove nested function check_match. Use non-nested
16888         function check_match.
16890 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16892         * csu/Makefile (generated, before-compile): Use += rather than =.
16893         * catgets/Makefile (generated, generated-dirs): Likewise.
16894         * debug/Makefile (generated): Likewise.
16895         * dlfcn/Makefile (generated): Likewise.
16896         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16897         * iconvdata/Makefile (before-compile, generated): Likewise.
16898         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16899         * libio/Makefile (generated): Likewise.
16900         * malloc/Makefile (generated): Likewise.
16901         * manual/Makefile (generated, generated-dirs): Likewise.
16902         * misc/Makefile (generated): Likewise.
16903         * posix/Makefile (generated): Likewise.
16904         * resolv/Makefile (generated): Likewise.
16905         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16906         * timezone/Makefile (generated, generated-dirs): Likewise.
16908         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16910 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16912         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16913         power8 implementation.
16914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16915         file: POWER8 llround ifunc implementation.
16916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16917         (__lllround): Add POWER8 implementation.
16918         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16919         POWER8 llround implementation.
16921         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16922         power8 implementation.
16923         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16924         file: POWER8 llrint ifunc implementation.
16925         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16926         Add POWER8 implementation.
16927         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16928         POWER8 llrint implementation.
16930         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16931         power8 implementation.
16932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16933         file: POWER8 finite ifunc implementation.
16934         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16935         Add POWER8 implementation.
16936         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16937         Likewise.
16938         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16939         POWER8 finite implementation.
16940         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16942         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16943         power8 implementation.
16944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16945         file: POWER8 isinf ifunc implementation.
16946         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16947         POWER8 implementation.
16948         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16949         Likewise.
16950         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16951         isinf implementation.
16952         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16954         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16955         (INIT_ARCH): Add hwcap2 initialization.
16956         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16957         power8 implementation.
16958         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16959         file: POWER8 isnan ifunc implementation.
16960         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16961         POWER8 implementation.
16962         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16963         Likewise.
16964         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16965         isnan implementation.
16966         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16968 2014-02-27  Joey Ye  <joey.ye@arm.com>
16970         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16971         (_FP_NANFRAC_Q): Set to zero.
16973 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16975         [BZ #16623]
16976         * math/auto-libm-test-in: New test inputs.
16977         * math/auto-libm-test-out: Regenerate.
16978         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16979         and DA.
16980         (__cos): Likewise.
16981         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16983 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
16985         * scripts/evaluate-test.sh: Take new argument indicating whether
16986         failure is expected.
16987         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16988         indicating whether failure is expected.
16989         * conform/Makefile (test-xfail-run-conformtest): New variable.
16990         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16991         level.
16992         * posix/Makefile (test-xfail-annexc): New variable.
16993         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16995 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
16997         * argp/Makefile: Include Makeconfig immediately after defining
16998         subdir.
16999         * assert/Makefile: Likewise.
17000         * benchtests/Makefile: Likewise.
17001         * catgets/Makefile: Likewise.
17002         * conform/Makefile: Likewise.
17003         * crypt/Makefile: Likewise.
17004         * csu/Makefile: Likewise.
17005         (all): Remove target.
17006         * ctype/Makefile: Include Makeconfig immediately after defining
17007         subdir.
17008         * debug/Makefile: Likewise.
17009         * dirent/Makefile: Likewise.
17010         * dlfcn/Makefile: Likewise.
17011         * gmon/Makefile: Likewise.
17012         * gnulib/Makefile: Likewise.
17013         * grp/Makefile: Likewise.
17014         * gshadow/Makefile: Likewise.
17015         * hesiod/Makefile: Likewise.
17016         * hurd/Makefile: Likewise.
17017         (all): Remove target.
17018         * iconvdata/Makefile: Include Makeconfig immediately after
17019         defining subdir.
17020         * inet/Makefile: Likewise.
17021         * intl/Makefile: Likewise.
17022         * io/Makefile: Likewise.
17023         * libio/Makefile: Likewise.
17024         (all): Remove target.
17025         * locale/Makefile: Include Makeconfig immediately after defining
17026         subdir.
17027         * login/Makefile: Likewise.
17028         * mach/Makefile: Likewise.
17029         (all): Remove target.
17030         * malloc/Makefile: Include Makeconfig immediately after defining
17031         subdir.
17032         (all): Remove target.
17033         * manual/Makefile: Include Makeconfig immediately after defining
17034         subdir.
17035         * math/Makefile: Likewise.
17036         * misc/Makefile: Likewise.
17037         * nis/Makefile: Likewise.
17038         * nss/Makefile: Likewise.
17039         * po/Makefile: Likewise.
17040         (all): Remove target.
17041         * posix/Makefile: Include Makeconfig immediately after defining
17042         subdir.
17043         * pwd/Makefile: Likewise.
17044         * resolv/Makefile: Likewise.
17045         * resource/Makefile: Likewise.
17046         * rt/Makefile: Likewise.
17047         * setjmp/Makefile: Likewise.
17048         * shadow/Makefile: Likewise.
17049         * signal/Makefile: Likewise.
17050         * socket/Makefile: Likewise.
17051         * soft-fp/Makefile: Likewise.
17052         * stdio-common/Makefile: Likewise.
17053         * stdlib/Makefile: Likewise.
17054         * streams/Makefile: Likewise.
17055         * string/Makefile: Likewise.
17056         * sunrpc/Makefile: Likewise.
17057         (all): Remove target.
17058         * sysvipc/Makefile: Include Makeconfig immediately after defining
17059         subdir.
17060         * termios/Makefile: Likewise.
17061         * time/Makefile: Likewise.
17062         * timezone/Makefile: Likewise.
17063         (all): Remove target.
17064         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17065         subdir.
17066         * wctype/Makefile: Likewise.
17068 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17070         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17071         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17072         (libc_feholdexcept_setround_mips): Ditto.
17073         (libc_feholdsetround): New.
17074         (libc_feholdsetroundf): New.
17075         (libc_feholdsetroundl): New.
17076         (libc_feupdateenv_test_mips): New.
17077         (libc_feupdateenv_test): New.
17078         (libc_feupdateenv_testf): New.
17079         (libc_feupdateenv_testl): New.
17080         (libc_feresetround): New.
17081         (libc_feresetroundf): New.
17082         (libc_feresetroundl): New.
17083         (libc_fetestexcept_mips): New.
17084         (libc_fetestexcept): New.
17085         (libc_fetestexceptf): New.
17086         (libc_fetestexceptl): New.
17087         (HAVE_RM_CTX): New.
17088         (libc_feholdexcept_setround_mips_ctx): New.
17089         (libc_feholdexcept_setround_ctx): New.
17090         (libc_feholdexcept_setroundf_ctx): New.
17091         (libc_feholdexcept_setroundl_ctx): New.
17092         (libc_fesetenv_mips_ctx): New.
17093         (libc_fesetenv_ctx): New.
17094         (libc_fesetenv_ctxf): New.
17095         (libc_fesetenv_ctxl): New.
17096         (libc_feupdateenv_mips_ctx): New.
17097         (libc_feupdateenv_ctx): New.
17098         (libc_feupdateenvf_ctx): New.
17099         (libc_feupdateenvl_ctx): New.
17100         (libc_feholdsetround_mips_ctx): New.
17101         (libc_feholdsetround_ctx): New.
17102         (libc_feholdsetroundf_ctx): New.
17103         (libc_feholdsetroundl_ctx): New.
17104         (libc_feresetround_mips_ctx): New.
17105         (libc_feresetround_ctx): New.
17106         (libc_feresetroundf_ctx): New.
17107         (libc_feresetroundl_ctx): New.
17109 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
17111         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17113         * manual/ipc.texi: New file.
17114         * manual/Makefile (chapters): Add ipc.
17115         * manual/job.texi: Add "Inter-Process Communication" to next.
17116         * manual/process.texi: Add "Inter-Process Communication" to prev.
17118 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17120         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17122 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
17124         * malloc/malloc.c (__libc_calloc): Simplify implementation.
17126         * manual/arith.texi: Fix spaces after sentences.
17127         * manual/charset.texi: Likewise.
17128         * manual/errno.texi: Likewise.
17129         * manual/install.texi: Likewise.
17130         * manual/llio.texi: Likewise.
17131         * manual/locale.texi: Likewise.
17132         * manual/maint.texi: Likewise.
17133         * manual/math.texi: Likewise.
17134         * manual/memory.texi: Likewise.
17135         * manual/message.texi: Likewise.
17136         * manual/probes.texi: Likewise.
17137         * manual/resource.texi: Likewise.
17138         * manual/signal.texi: Likewise.
17139         * manual/socket.texi: Likewise.
17140         * manual/stdio.texi: Likewise.
17141         * manual/string.texi: Likewise.
17142         * manual/time.texi: Likewise.
17143         * manual/users.texi: Likewise.
17145 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
17147         [BZ #16632]
17148         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17149         _DEFAULT_SOURCE is defined.
17151 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
17152             Carlos O'Donell  <carlos@redhat.com>
17154         [BZ #16613]
17155         * elf/dl-tls.c (_dl_count_modids): New function.
17156         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17157         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17158         audit library and increment generation counter.
17159         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17160         * elf/tst-audit9.c: New file.
17161         * elf/tst-auditmod9a.c: New file.
17162         * elf/tst-auditmod9b.c: New file.
17163         * elf/Makefile: Add rules to build and run tst-audit9.
17165 2014-02-25  Florian Weimer  <fweimer@redhat.com>
17167         [BZ #15347]
17168         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17170 2014-02-25  Will Newton  <will.newton@linaro.org>
17172         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17173         (__longjmp): Restore sp and lr before restoring callee
17174         saved registers.  Add longjmp and longjmp_target
17175         SystemTap probe point.
17176         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17177         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17178         Define to zero to match jmpbuf layout.
17179         * sysdeps/arm/setjmp.S: Include stap-probe.h.
17180         (__sigsetjmp): Save sp and lr before saving callee
17181         saved registers.  Add setjmp SystemTap probe point.
17183 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17185         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17187 2014-02-24  Andreas Schwab  <schwab@suse.de>
17189         [BZ #15804]
17190         * elf/pldd.c (wait_for_ptrace_stop): New function.
17191         (main): Call it after attaching.
17193 2014-02-22  Roland McGrath  <roland@hack.frob.com>
17195         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17196         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17197         Versions files is now verboten.
17198         * hurd/Versions (libc: GLIBC_2.0):
17199         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17200         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17201         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17202         * mach/Versions: Likewise.
17204         * csu/Versions: Remove unused %include.
17205         * resolv/Versions: Likewise.
17207 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17209         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17210         ($(objpfx)check-local-headers.out): Likewise.
17211         ($(objpfx)begin-end-check.out): Likewise.
17212         * Makerules (check-abi-%.out): Likewise.
17213         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17214         ($(objpfx)test2.cat): Likewise.
17215         ($(objpfx)de/libc.cat): Likewise.
17216         ($(objpfx)test-gencat.out): Likewise.
17217         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17218         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17219         ($(objpfx)noload-mem): Likewise.
17220         ($(objpfx)tst-pathopt.out): Likewise.
17221         ($(objpfx)tst-rtld-load-self.out): Likewise.
17222         ($(objpfx)tst-array1-cmp.out): Likewise.
17223         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17224         ($(objpfx)tst-array2-cmp.out): Likewise.
17225         ($(objpfx)tst-array3-cmp.out): Likewise.
17226         ($(objpfx)tst-array4-cmp.out): Likewise.
17227         ($(objpfx)tst-array5-cmp.out): Likewise.
17228         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17229         ($(objpfx)check-textrel.out): Likewise.
17230         ($(objpfx)check-execstack.out): Likewise.
17231         ($(objpfx)check-localplt.out): Likewise.
17232         ($(objpfx)order2-cmp.out): Likewise.
17233         ($(objpfx)tst-leaks1-mem): Likewise.
17234         ($(objpfx)tst-leaks1-static-mem): Likewise.
17235         ($(objpfx)tst-initorder-cmp.out): Likewise.
17236         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17237         ($(objpfx)tst-unused-dep.out): Likewise.
17238         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17239         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17240         * iconv/Makefile (test-iconvconfig): Likewise.
17241         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17242         ($(objpfx)iconv-test.out): Likewise.
17243         ($(objpfx)tst-tables.out): Likewise.
17244         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17245         ($(objpfx)tst-gettext.out): Likewise.
17246         ($(objpfx)tst-translit.out): Likewise.
17247         ($(objpfx)tst-gettext2.out): Likewise.
17248         ($(objpfx)tst-gettext4.out): Likewise.
17249         ($(objpfx)tst-gettext6.out): Likewise.
17250         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17251         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17252         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17253         ($(objpfx)tst-fopenloc-mem.out): Likewise.
17254         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17255         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17256         * posix/Makefile ($(objpfx)globtest.out): Likewise.
17257         ($(objpfx)wordexp-tst.out): Likewise.
17258         ($(objpfx)annexc.out): Likewise.
17259         ($(objpfx)tst-fnmatch-mem): Likewise.
17260         ($(objpfx)bug-regex2-mem): Likewise.
17261         ($(objpfx)bug-regex14-mem): Likewise.
17262         ($(objpfx)bug-regex21-mem): Likewise.
17263         ($(objpfx)bug-regex31-mem): Likewise.
17264         ($(objpfx)tst-vfork3-mem): Likewise.
17265         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17266         ($(objpfx)tst-pcre-mem): Likewise.
17267         ($(objpfx)tst-boost-mem): Likewise.
17268         ($(objpfx)tst-getconf.out): Likewise.
17269         ($(objpfx)bug-ga2-mem): Likewise.
17270         ($(objpfx)bug-glob2-mem): Likewise.
17271         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17272         ($(objpfx)mtrace-tst-leaks2): Likewise.
17273         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17274         ($(objpfx)tst-printf.out): Likewise.
17275         ($(objpfx)tst-setvbuf1.out): Likewise.
17276         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17277         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17278         ($(objpfx)tst-fmtmsg.out): Likewise.
17279         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17280         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17282         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17283         * bits/sigaction.h [__USE_MISC]: Likewise.
17284         * bits/waitstatus.h: Update #endif comments.
17285         * ctype/ctype.h: Likewise.
17286         * dirent/dirent.h: Likewise.
17287         [__USE_MISC]: Remove redundant conditionals.
17288         * grp/grp.h: Update #endif comments.
17289         [__USE_GNU]: Remove redundant conditionals.
17290         [__USE_MISC]: Likewise.
17291         * inet/netinet/in.h [__USE_GNU]: Likewise.
17292         * io/sys/stat.h [__USE_MISC]: Likewise.
17293         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17294         * libio/bits/stdio.h: Update #endif comments.
17295         [__USE_MISC]: Remove redundant conditionals.
17296         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17297         * libio/stdio.h: Update #endif comments.
17298         [__USE_MISC]: Remove redundant conditionals.
17299         * math/bits/math-finite.h [__USE_MISC]: Likewise.
17300         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17301         * math/math.h: Update #else and #endif comments.
17302         [__USE_MISC]: Remove redundant conditionals.
17303         * misc/sys/uio.h: Update #endif comments.
17304         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17305         * posix/glob.h [__USE_MISC]: Likewise.
17306         * posix/sys/types.h: Update #endif comments.
17307         [__USE_MISC]: Remove redundant conditionals.
17308         * posix/sys/wait.h: Update #endif comments.
17309         [__USE_MISC]: Remove redundant conditionals.
17310         * posix/unistd.h: Update #endif comments.
17311         [__USE_MISC]: Remove redundant conditionals.
17312         * pwd/pwd.h [__USE_GNU]: Likewise.
17313         [__USE_MISC]: Likewise.
17314         * resolv/netdb.h [__USE_GNU]: Likewise.
17315         * signal/signal.h: Update #endif comments.
17316         [__USE_MISC]: Remove redundant conditionals.
17317         * stdlib/stdlib.h: Update #else and #endif comments.
17318         [__USE_MISC]: Remove redundant conditionals.
17319         [__USE_GNU]: Likewise.
17320         * string/bits/string2.h [__USE_MISC]: Likewise.
17321         * string/string.h: Update #endif comments.
17322         [__USE_MISC]: Remove redundant conditionals.
17323         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17324         Likewise.
17325         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17326         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17327         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17328         Likewise.
17329         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17330         Likewise.
17331         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17332         comments.
17333         [__USE_MISC]: Remove redundant conditionals.
17334         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17335         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17336         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17337         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17338         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17339         Likewise.
17340         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17341         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17342         Likewise.
17343         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17344         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17345         Likewise.
17346         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17347         Likewise.
17348         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17349         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17350         Likewise.
17351         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17352         Likewise.
17353         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17354         * sysdeps/x86/bits/string.h: Update #endif comments.
17355         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17356         conditionals.
17357         * time/sys/time.h: Update #endif comments.
17358         * time/time.h: Likewise.
17359         [__USE_MISC]: Remove redundant conditionals.
17361 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
17363         [BZ #16600]
17364         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17366 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
17368         * Versions.def (librt): Add GLIBC_2.17.
17370 2014-02-21  Adam Conrad  <adconrad@0c3.net>
17372         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17373         synonym for _SYS_AUXV_H to allow direct inclusion.
17374         * sysdeps/sparc/bits/hwcap.h: Likewise.
17375         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17376         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17377         * sysdeps/sparc/sysdep.h: Likewise.
17379 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17381         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17383 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17385         * benchtests/bench-strrchr.c: Print length instead of position.
17387 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
17389         [BZ #16611]
17390         * sysdeps/unix/sysv/linux/kernel-features.h
17391         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17392         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17393         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17394         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17395         Likewise.
17396         [__i386__ || __powerpc__ || __sh__ || __sparc__]
17397         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17398         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17399         (__ASSUME_SENDMMSG): Define instead of using previous
17400         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17401         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17402         (__ASSUME_SENDMMSG_SYSCALL): Define.
17403         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17404         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17405         Likewise.
17406         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17407         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17408         Likewise.
17409         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17410         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17411         Likewise.
17412         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17413         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17414         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17415         [__ASSUME_SENDMMSG]: Change conditionals to
17416         [__ASSUME_SENDMMSG_SOCKETCALL].
17417         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17418         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17419         Define.
17420         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17421         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17422         Likewise.
17423         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17424         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17425         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17426         [!__ASSUME_SENDMMSG]: Change conditional to
17427         [!__ASSUME_SENDMMSG_SOCKETCALL].
17428         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17429         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17430         Define.
17432         [BZ #16610]
17433         * sysdeps/unix/sysv/linux/kernel-features.h
17434         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17435         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17436         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17437         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17438         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17439         [__i386__ || __sparc__]
17440         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17441         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17442         (__ASSUME_RECVMMSG): Define instead of using previous
17443         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17444         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17445         (__ASSUME_RECVMMSG_SYSCALL): Define.
17446         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17447         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17448         Likewise.
17449         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17450         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17451         Likewise.
17452         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17453         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17454         Likewise.
17455         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17456         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17457         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17458         [__ASSUME_RECVMMSG]: Change condition to
17459         [__ASSUME_RECVMMSG_SOCKETCALL].
17460         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17461         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17462         Define.
17463         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17464         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17465         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17466         Likewise.
17467         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17468         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17469         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17470         [!__ASSUME_RECVMMSG]: Change condition to
17471         [!__ASSUME_RECVMMSG_SOCKETCALL].
17472         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17473         (__ASSUME_RECVMMSG_SYSCALL): Define.
17475         [BZ #16609]
17476         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17477         __powerpc__ || __s390__ || __sh__ || __sparc__]
17478         (__ASSUME_SOCKETCALL): Define.
17479         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17480         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17481         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17482         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17483         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17484         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17485         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17486         (__ASSUME_ACCEPT4): Define instead of using previous
17487         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17488         __powerpc__ || __sparc__ || __s390__)] condition.
17489         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17490         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17491         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17492         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17493         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17494         [!__ASSUME_ACCEPT4]: Change condition to
17495         [!__ASSUME_ACCEPT4_SOCKETCALL].
17496         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17497         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
17498         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17499         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17500         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17501         __ASSUME_ACCEPT4_SYSCALL.
17502         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17503         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17504         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17505         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17506         __ASSUME_ACCEPT4_SYSCALL.
17507         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17508         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17509         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17510         [__ASSUME_ACCEPT4]: Change condition to
17511         [__ASSUME_ACCEPT4_SOCKETCALL].
17512         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17513         (__ASSUME_SOCKETCALL): Define.
17514         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17515         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17516         (__ASSUME_SOCKETCALL): Define.
17517         (__ASSUME_ACCEPT4): Remove.
17518         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17519         Define.
17520         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17521         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17522         Likewise.
17523         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17524         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17526         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17527         macro.
17528         (HWCAP_ARM_LPAE): Likewise.
17529         (HWCAP_ARM_EVTSTRM): Likewise.
17530         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17531         Add vpfd32, lpae and evtstrm.
17532         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17533         Increase to 22.
17535 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
17537         * math/auto-libm-test-in: Add tests of clog10.
17538         * math/auto-libm-test-out: Regenerated.
17539         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17540         * sysdeps/i386/fpu/libm-test-ulps: Update.
17541         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17543 2014-02-18  Andreas Schwab  <schwab@suse.de>
17545         [BZ #16574]
17546         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17547         Store non-zero if the second buffer was newly allocated.
17548         (send_dg): Likewise.
17549         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17550         to send_vc and send_dg.
17551         (res_nsend): Pass NULL for ansp2_malloced.
17552         * resolv/res_query.c (__libc_res_nquery): Add parameter
17553         answerp2_malloced and pass it down to __libc_res_nsend.
17554         (res_nquery): Pass additional NULL to __libc_res_nquery.
17555         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17556         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
17557         second answer buffer if answerp2_malloced was set.
17558         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17559         (__libc_res_nquerydomain): Add parameter
17560         answerp2_malloced and pass it down to __libc_res_nquery.
17561         (res_nquerydomain): Pass additional NULL to
17562         __libc_res_nquerydomain.
17563         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17564         additional NULL to __libc_res_nsend and __libc_res_nquery.
17565         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17566         additional NULL to __libc_res_nsearch.
17567         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
17568         parameter of __libc_res_nsearch to check for separately allocated
17569         second buffer.
17570         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17571         __libc_res_nquery.
17572         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17573         additional NULL to __libc_res_nquery.
17574         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17575         __libc_res_nsearch.
17576         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17577         * include/resolv.h: Update prototypes of __libc_res_nquery,
17578         __libc_res_nsearch, __libc_res_nsend.
17580 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
17582         * math/auto-libm-test-in: Add tests of fma.
17583         * math/auto-libm-test-out: Regenerated.
17584         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17585         (fma_towardzero_test_data): Likewise.
17586         (fma_downward_test_data): Likewise.
17587         (fma_upward_test_data): Likewise.
17588         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17589         mpc_mode.
17590         (rounding_modes): Add values for new field.
17591         (func_calc_method): Add value mpfr_fff_f.
17592         (func_calc_desc): Add mpfr_fff_f union field.
17593         (test_function): Add field exact_args.
17594         (FUNC): Add macro argument EXACT_ARGS.
17595         (FUNC_mpfr_f_f): Update call to FUNC.
17596         (FUNC_mpfr_f_f): Likewise.
17597         (FUNC_mpfr_ff_f): Likewise.
17598         (FUNC_mpfr_if_f): Likewise.
17599         (FUNC_mpc_c_f): Likewise.
17600         (FUNC_mpc_c_c): Likewise.
17601         (test_functions): Add fma.  Update calls to FUNC.
17602         (handle_input_arg): Add argument exact_args.
17603         (add_test): Update call to handle_input_arg.
17604         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
17605         (output_for_one_input_case): Update call to calc_generic_results.
17606         Recalculate exact zero results in each rounding mode.
17608         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17609         non-negative before setting low bit.
17610         * math/auto-libm-test-in: Mark one asin test possibly having
17611         spurious underflow.
17612         * math/auto-libm-test-out: Regenerated.
17613         * sysdeps/i386/fpu/libm-test-ulps: Update.
17614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17616 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
17618         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17619         * sysdeps/unix/sysv/linux/microblaze: Move directory from
17620         ports/sysdeps/unix/sysv/linux/microblaze.
17621         * README: Add missing listing for microblaze*-*-linux-gnu.
17623 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
17625         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17626         duplicate code
17628 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
17630         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17631         * sysdeps/unix/sysv/linux/ia64: Move directory from
17632         ports/sysdeps/unix/sysv/linux/ia64.
17633         * README: Update listing for ia64-*-linux-gnu.
17635 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
17636             Joseph Myers  <joseph@codesourcery.com>
17638         * Makeconfig (test-name): New variable.
17639         (evaluate-test): Likewise.
17640         * Makerules (do-test-clean): Remove .test-result files.
17641         (common-mostlyclean): Likewise.
17642         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17643         * scripts/evaluate-test.sh: New file.
17645 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
17647         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17648         separate $(objpfx)tst-fopenloc-cmp.out and
17649         $(objpfx)tst-fopenloc-mem.out targets.
17650         (tests): Update dependencies.
17651         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17652         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17653         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17654         (tst-rxspencer-no-utf8-ARGS): New variable.
17655         (tst-rxspencer-no-utf8-ENV): Likewise.
17656         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17657         instead of $(objpfx)tst-rxspencer-mem.
17658         ($(objpfx)tst-rxspencer-mem): Change target to
17659         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
17660         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17661         * posix/tst-rxspencer-no-utf8.c: New file.
17663         * elf/Makefile ($(objpfx)order.out): Remove rule.
17664         [$(run-built-tests) = yes] (tests): Depend on
17665         $(objpfx)order-cmp.out.
17666         ($(objpfx)order-cmp.out): New rule.
17667         [$(run-built-tests) = yes] (tests): Depend on
17668         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17669         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17670         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17671         $(objpfx)tst-array5-static-cmp.out.
17672         ($(objpfx)tst-array1.out): Remove rule.
17673         ($(objpfx)tst-array1-cmp.out): New rule.
17674         ($(objpfx)tst-array1-static.out): Remove rule.
17675         ($(objpfx)tst-array1-static-cmp.out): New rule.
17676         ($(objpfx)tst-array2.out): Remove rule.
17677         ($(objpfx)tst-array2-cmp.out): New rule.
17678         ($(objpfx)tst-array3.out): Remove rule.
17679         ($(objpfx)tst-array3-cmp.out): New rule.
17680         ($(objpfx)tst-array4.out): Remove rule.
17681         ($(objpfx)tst-array4-cmp.out): New rule.
17682         ($(objpfx)tst-array5.out): Remove rule.
17683         ($(objpfx)tst-array5-cmp.out): New rule.
17684         ($(objpfx)tst-array5-static.out): Remove rule.
17685         ($(objpfx)tst-array5-static-cmp.out): New rule.
17686         [$(run-built-tests) = yes] (tests): Depend on
17687         $(objpfx)order2-cmp.out.
17688         ($(objpfx)order2.out): Remove rule.
17689         ($(objpfx)order2-cmp.out): New rule.
17690         ($(objpfx)tst-initorder.out): Remove rule.
17691         [$(run-built-tests) = yes] (tests): Depend on
17692         $(objpfx)tst-initorder-cmp.out.
17693         ($(objpfx)tst-initorder-cmp.out): New rule.
17694         ($(objpfx)tst-initorder2.out): Remove rule.
17695         [$(run-built-tests) = yes] (tests): Depend on
17696         $(objpfx)tst-initorder2-cmp.out.
17697         ($(objpfx)tst-initorder2-cmp.out): New rule.
17698         [$(run-built-tests) = yes] (tests): Depend on
17699         $(objpfx)tst-unused-dep-cmp.out.
17700         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17701         ($(objpfx)tst-unused-dep-cmp.out): New rule.
17702         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17703         on $(objpfx)tst-setvbuf1-cmp.out.
17704         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17705         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17706         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17707         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17708         ($(objpfx)tst-svc.out): Remove rule.
17709         ($(objpfx)tst-svc-cmp.out): New rule.
17711 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
17713         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17714         * ctype/ctype.h [__USE_MISC]: Likewise.
17715         * dirent/dirent.h [__USE_MISC]: Likewise.
17716         * grp/grp.h [__USE_MISC]: Likewise.
17717         * io/fcntl.h [__USE_MISC]: Likewise.
17718         * io/sys/stat.h [__USE_MISC]: Likewise.
17719         * libio/stdio.h [__USE_MISC]: Likewise.
17720         * posix/unistd.h [__USE_MISC]: Likewise.
17721         * pwd/pwd.h [__USE_MISC]: Likewise.
17722         * stdlib.h [__USE_MISC]: Likewise.
17723         * string/bits/string2.h [__USE_MISC]: Likewise.
17724         * string/string.h [__USE_MISC]: Likewise.
17725         * time/time.h [__USE_MISC]: Likewise.
17727 2014-02-13  Andreas Schwab  <schwab@suse.de>
17729         [BZ #16574]
17730         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17731         second answer buffer if it was separately allocated.
17733 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
17735         * sysdeps/mips/math-tests.h: Include <features.h>.
17736         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17737         (ROUNDING_TESTS_long_double): Do not define.
17738         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17739         (EXCEPTION_TESTS_long_double): Likewise.
17740         * sysdeps/mips/mips64/libm-test-ulps: Update.
17742         * include/features.h (__USE_BSD): Remove macro definitions.
17743         (__USE_SVID): Likewise.
17744         (_BSD_SOURCE): Likewise.
17745         (_SVID_SOURCE): Likewise.
17746         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
17747         from definition of _DEFAULT_SOURCE.
17748         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
17749         [_DEFAULT_SOURCE].
17750         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
17751         * bits/mman.h [__USE_BSD]: Likewise.
17752         * bits/termios.h [__USE_BSD]: Likewise.
17753         * bits/waitstatus.h [__USE_BSD]: Likewise.
17754         * ctype/ctype.h [__USE_SVID]: Likewise.
17755         * dirent/dirent.h [__USE_BSD]: Likewise.
17756         * grp/grp.h [__USE_SVID]: Likewise.
17757         [__USE_BSD]: Likewise.
17758         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17759         * io/fcntl.h [__USE_BSD]: Likewise.
17760         * io/ftw.h [__USE_BSD]: Likewise.
17761         * io/sys/stat.h [__USE_BSD]: Likewise.
17762         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17763         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17764         * libio/stdio.h [__USE_SVID]: Likewise.
17765         [__USE_BSD]: Likewise.
17766         * math/math.h [__USE_SVID]: Likewise.
17767         [__USE_BSD]: Likewise.
17768         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17769         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17770         * misc/search.h [__USE_SVID]: Likewise.
17771         * misc/sys/mman.h [__USE_BSD]: Likewise.
17772         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17773         * misc/sys/uio.h [__USE_BSD]: Likewise.
17774         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17775         * posix/glob.h [__USE_BSD]: Likewise.
17776         * posix/regex.h [__USE_BSD]: Likewise.
17777         * posix/sys/types.h [__USE_BSD]: Likewise.
17778         [__USE_SVID]: Likewise.
17779         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17780         * posix/sys/wait.h [__USE_BSD]: Likewise.
17781         [__USE_SVID]: Likewise.
17782         * posix/unistd.h [__USE_BSD]: Likewise.
17783         [__USE_SVID]: Likewise.
17784         * pwd/pwd.h [__USE_SVID]: Likewise.
17785         * resolv/netdb.h [__USE_BSD]: Likewise.
17786         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17787         * signal/signal.h [__USE_BSD]: Likewise.
17788         [__USE_SVID]: Likewise.
17789         * socket/sys/socket.h [__USE_BSD]: Likewise.
17790         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17791         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17792         [__USE_SVID]: Likewise.
17793         * string/bits/string2.h [__USE_BSD]: Likewise.
17794         [__USE_SVID]: Likewise.
17795         * string/bits/string3.h [__USE_BSD]: Likewise.
17796         * string/endian.h [__USE_BSD]: Likewise.
17797         * string/string.h [__USE_SVID]: Likewise.
17798         [__USE_BSD]: Likewise.
17799         * string/strings.h [__USE_BSD]: Likewise.
17800         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17801         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17802         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17803         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17804         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17805         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17806         Likewise.
17807         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17808         Likewise.
17809         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17810         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17811         Likewise.
17812         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17813         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17814         Likewise.
17815         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17816         Likewise.
17817         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17818         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17819         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17820         Likewise.
17821         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17822         Likewise.
17823         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17824         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17825         * termios/termios.h [__USE_BSD]: Likewise.
17826         * time/sys/time.h [__USE_BSD]: Likewise.
17827         * time/time.h [__USE_BSD]: Likewise.
17828         [__USE_SVID]: Likewise.
17830         * Makefile (subdir_targets): Remove subdir_lint.out.
17832         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17833         (do-tst-printf): Likewise.
17834         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17835         $(objpfx)tst-printf.out.
17837         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17839         * Makerules (check-abi-%): Change target to
17840         $(objpfx)check-abi-%.out.
17841         (check-abi target): Update dependencies.
17842         (check-abi-pattern variable): Redirect output of diff to $@.
17843         (check-abi variable): Likewise.
17844         * elf/Makefile (check-abi): Update dependencies.
17846         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17847         unused.
17848         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17849         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17850         subnormal range.
17851         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17852         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17853         value has largest subnormal exponent.
17854         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17855         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17856         * sysdeps/aarch64/soft-fp/sfp-machine.h
17857         (_FP_TININESS_AFTER_ROUNDING): New macro.
17858         * sysdeps/alpha/soft-fp/sfp-machine.h
17859         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17860         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17861         Likewise.
17862         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17863         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17864         * sysdeps/mips/soft-fp/sfp-machine.h
17865         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17866         * sysdeps/powerpc/soft-fp/sfp-machine.h
17867         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17868         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17869         Likewise.
17870         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17871         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17872         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17873         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17874         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17875         Likewise.
17877 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17879         [BZ #16545]
17880         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17881         model 1.
17883 2014-02-12  Richard Henderson  <rth@redhat.com>
17885         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17886         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17887         * sysdeps/unix/sysv/linux/alpha: Move directory from
17888         ports/sysdeps/unix/sysv/linux/alpha.
17889         * README: Update listing for alpha-*-linux-gnu.
17891 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17893         * include/features.h: Update comment documenting feature test
17894         macros.
17895         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17896         _DEFAULT_SOURCE.
17897         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17898         (_SVID_SOURCE): Likewise.
17899         (_DEFAULT_SOURCE): Update description of default features.
17900         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17901         with _GNU_SOURCE.
17902         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17903         (S_ISVTX): Likewise.
17904         * manual/math.texi (Mathematical Constants): Likewise.
17905         * manual/signal.texi (Interrupted Primitives): Likewise.
17906         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17907         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17908         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17909         Don't refer to _SVID_SOURCE in warning text.
17911         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17913         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17914         already defined.
17915         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17916         * sysdeps/mips/dl-lookup.c: Remove.
17917         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17919 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17921         [BZ #16447]
17922         * math/auto-libm-test-in: Add testcase for expl.
17923         * math/auto-libm-test-out: Regenerate.
17924         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17925         calculation of unsafe.
17926         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17928 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17930         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17931         * sysdeps/unix/sysv/linux/aarch64: Move directory from
17932         ports/sysdeps/unix/sysv/linux/aarch64.
17933         * README: Update listing for aarch64*-*-linux-gnu.
17935 2014-02-11  Will Newton  <will.newton@linaro.org>
17937         * manual/probes.texi (Mathematical Function Probes): Use
17938         "triggered" instead of "hit".
17940         * manual/probes.texi (Internal Probes): Add documentation
17941         of setjmp, longjmp and longjmp_target probes.
17943         * include/stap-probe.h: Add comment about probe argument
17944         format.
17946         * malloc/mtrace.c (attribute_hidden): Remove unused macro
17947         definition.  (tr_where, tr_freehook, tr_mallochook,
17948         tr_reallochook, tr_memalignhook): Use ANSI protoype.
17950 2014-02-11  David S. Miller  <davem@davemloft.net>
17952         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17953         processing int_tests.
17955 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
17957         * sysdeps/mips: Move directory from ports/sysdeps/mips.
17958         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17959         * sysdeps/unix/sysv/linux/mips: Move directory from
17960         ports/sysdeps/unix/sysv/linux/mips.
17961         * README: Update listing for mips-*-linux-gnu and
17962         mips64-*-linux-gnu.
17964 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
17966         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17967         * sysdeps/unix/sysv/linux/m68k: Move directory from
17968         ports/sysdeps/unix/sysv/linux/m68k.
17969         * README: Update listing for m68k-*-linux-gnu.
17971 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
17973         * sysdeps/tile: Move directory from ports/sysdeps/tile.
17974         * sysdeps/unix/sysv/linux/generic: Move directory from
17975         ports/sysdeps/unix/sysv/linux/generic.
17976         * sysdeps/unix/sysv/linux/tile: Move directory from
17977         ports/sysdeps/unix/sysv/linux/tile.
17978         * README: Update listing for tile*-*-linux-gnu.
17980 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
17982         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17983         __builtin_expect.
17984         * benchtests/bench-memmem.c (simple_memmem): Likewise.
17985         * catgets/open_catalog.c (__open_catalog): Likewise.
17986         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17987         * debug/confstr_chk.c: Likewise.
17988         * debug/fread_chk.c (__fread_chk): Likewise.
17989         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17990         * debug/getgroups_chk.c: Likewise.
17991         * debug/mbsnrtowcs_chk.c: Likewise.
17992         * debug/mbsrtowcs_chk.c: Likewise.
17993         * debug/mbstowcs_chk.c: Likewise.
17994         * debug/memcpy_chk.c: Likewise.
17995         * debug/memmove_chk.c: Likewise.
17996         * debug/mempcpy_chk.c: Likewise.
17997         * debug/memset_chk.c: Likewise.
17998         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17999         * debug/strcat_chk.c (__strcat_chk): Likewise.
18000         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18001         * debug/strncat_chk.c (__strncat_chk): Likewise.
18002         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18003         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18004         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18005         * debug/wcpncpy_chk.c: Likewise.
18006         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18007         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18008         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18009         * debug/wcsncpy_chk.c: Likewise.
18010         * debug/wcsnrtombs_chk.c: Likewise.
18011         * debug/wcsrtombs_chk.c: Likewise.
18012         * debug/wcstombs_chk.c: Likewise.
18013         * debug/wmemcpy_chk.c: Likewise.
18014         * debug/wmemmove_chk.c: Likewise.
18015         * debug/wmempcpy_chk.c: Likewise.
18016         * debug/wmemset_chk.c: Likewise.
18017         * dirent/scandirat.c (SCANDIRAT): Likewise.
18018         * dlfcn/dladdr1.c (dladdr1): Likewise.
18019         * dlfcn/dladdr.c (dladdr): Likewise.
18020         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18021         * dlfcn/dlerror.c (__dlerror): Likewise.
18022         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18023         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18024         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18025         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18026         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18027         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18028         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18029         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18030         Likewise.
18031         * elf/dl-conflict.c: Likewise.
18032         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18033         * elf/dl-dst.h: Likewise.
18034         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18035         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18036         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18037         * elf/dl-init.c (call_init, _dl_init): Likewise.
18038         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18039         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18040         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18041         Likewise.
18042         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18043         Likewise.
18044         * elf/dl-minimal.c (__libc_memalign): Likewise.
18045         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18046         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18047         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18048         * elf/dl-sym.c (do_sym): Likewise.
18049         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18050         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18051         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18052         * elf/dl-writev.h (_dl_writev): Likewise.
18053         * elf/ldconfig.c (search_dir): Likewise.
18054         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18055         (dl_main): Likewise.
18056         * elf/setup-vdso.h (setup_vdso): Likewise.
18057         * grp/compat-initgroups.c (compat_call): Likewise.
18058         * grp/fgetgrent.c (fgetgrent): Likewise.
18059         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18060         * grp/putgrent.c (putgrent): Likewise.
18061         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18062         Likewise.
18063         * hurd/hurdinit.c: Likewise.
18064         * iconvdata/8bit-gap.c (struct): Likewise.
18065         * iconvdata/ansi_x3.110.c : Likewise.
18066         * iconvdata/big5.c : Likewise.
18067         * iconvdata/big5hkscs.c : Likewise.
18068         * iconvdata/cp1255.c: Likewise.
18069         * iconvdata/cp1258.c : Likewise.
18070         * iconvdata/cp932.c : Likewise.
18071         * iconvdata/euc-cn.c: Likewise.
18072         * iconvdata/euc-jisx0213.c : Likewise.
18073         * iconvdata/euc-jp.c: Likewise.
18074         * iconvdata/euc-jp-ms.c : Likewise.
18075         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18076         * iconvdata/gb18030.c : Likewise.
18077         * iconvdata/gbbig5.c (const): Likewise.
18078         * iconvdata/gbgbk.c: Likewise.
18079         * iconvdata/gbk.c : Likewise.
18080         * iconvdata/ibm1364.c : Likewise.
18081         * iconvdata/ibm930.c : Likewise.
18082         * iconvdata/ibm932.c: Likewise.
18083         * iconvdata/ibm933.c : Likewise.
18084         * iconvdata/ibm935.c : Likewise.
18085         * iconvdata/ibm937.c : Likewise.
18086         * iconvdata/ibm939.c : Likewise.
18087         * iconvdata/ibm943.c: Likewise.
18088         * iconvdata/iso_11548-1.c: Likewise.
18089         * iconvdata/iso-2022-cn.c : Likewise.
18090         * iconvdata/iso-2022-cn-ext.c : Likewise.
18091         * iconvdata/iso-2022-jp-3.c: Likewise.
18092         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18093         * iconvdata/iso-2022-kr.c : Likewise.
18094         * iconvdata/iso646.c (gconv_end): Likewise.
18095         * iconvdata/iso_6937-2.c : Likewise.
18096         * iconvdata/iso_6937.c : Likewise.
18097         * iconvdata/iso8859-1.c: Likewise.
18098         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18099         * iconvdata/shift_jisx0213.c : Likewise.
18100         * iconvdata/sjis.c : Likewise.
18101         * iconvdata/t.61.c : Likewise.
18102         * iconvdata/tcvn5712-1.c : Likewise.
18103         * iconvdata/tscii.c: Likewise.
18104         * iconvdata/uhc.c : Likewise.
18105         * iconvdata/unicode.c (gconv_end): Likewise.
18106         * iconvdata/utf-16.c (gconv_end): Likewise.
18107         * iconvdata/utf-32.c (gconv_end): Likewise.
18108         * iconvdata/utf-7.c (base64): Likewise.
18109         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18110         * iconv/gconv_close.c (__gconv_close): Likewise.
18111         * iconv/gconv_open.c (__gconv_open): Likewise.
18112         * iconv/gconv_simple.c (internal_ucs4_loop_single)
18113         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18114         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18115         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18116         (ucs4le_internal_loop_single): Likewise.
18117         * iconv/iconv.c (iconv): Likewise.
18118         * iconv/iconv_close.c: Likewise.
18119         * iconv/loop.c (SINGLE): Likewise.
18120         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18121         * include/atomic.h: Likewise.
18122         * inet/inet6_option.c (option_alloc): Likewise.
18123         * intl/bindtextdom.c (set_binding_values): Likewise.
18124         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18125         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18126         * intl/localealias.c (read_alias_file): Likewise.
18127         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18128         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18129         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18130         * libio/fmemopen.c (fmemopen): Likewise.
18131         * libio/iofgets.c (_IO_fgets): Likewise.
18132         * libio/iofgets_u.c (fgets_unlocked): Likewise.
18133         * libio/iofgetws.c (fgetws): Likewise.
18134         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18135         * libio/iogetdelim.c (_IO_getdelim): Likewise.
18136         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18137         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18138         * locale/findlocale.c (_nl_find_locale): Likewise.
18139         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18140         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18141         Likewise.
18142         * locale/setlocale.c (setlocale): Likewise.
18143         * login/programs/pt_chown.c (main): Likewise.
18144         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18145         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18146         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18147         (mmap, mmap64, mremap, munmap): Likewise.
18148         * math/e_exp2l.c: Likewise.
18149         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18150         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18151         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18152         * math/s_catan.c (__catan): Likewise.
18153         * math/s_catanf.c (__catanf): Likewise.
18154         * math/s_catanh.c (__catanh): Likewise.
18155         * math/s_catanhf.c (__catanhf): Likewise.
18156         * math/s_catanhl.c (__catanhl): Likewise.
18157         * math/s_catanl.c (__catanl): Likewise.
18158         * math/s_ccosh.c (__ccosh): Likewise.
18159         * math/s_ccoshf.c (__ccoshf): Likewise.
18160         * math/s_ccoshl.c (__ccoshl): Likewise.
18161         * math/s_cexp.c (__cexp): Likewise.
18162         * math/s_cexpf.c (__cexpf): Likewise.
18163         * math/s_cexpl.c (__cexpl): Likewise.
18164         * math/s_clog10.c (__clog10): Likewise.
18165         * math/s_clog10f.c (__clog10f): Likewise.
18166         * math/s_clog10l.c (__clog10l): Likewise.
18167         * math/s_clog.c (__clog): Likewise.
18168         * math/s_clogf.c (__clogf): Likewise.
18169         * math/s_clogl.c (__clogl): Likewise.
18170         * math/s_csin.c (__csin): Likewise.
18171         * math/s_csinf.c (__csinf): Likewise.
18172         * math/s_csinh.c (__csinh): Likewise.
18173         * math/s_csinhf.c (__csinhf): Likewise.
18174         * math/s_csinhl.c (__csinhl): Likewise.
18175         * math/s_csinl.c (__csinl): Likewise.
18176         * math/s_csqrt.c (__csqrt): Likewise.
18177         * math/s_csqrtf.c (__csqrtf): Likewise.
18178         * math/s_csqrtl.c (__csqrtl): Likewise.
18179         * math/s_ctan.c (__ctan): Likewise.
18180         * math/s_ctanf.c (__ctanf): Likewise.
18181         * math/s_ctanh.c (__ctanh): Likewise.
18182         * math/s_ctanhf.c (__ctanhf): Likewise.
18183         * math/s_ctanhl.c (__ctanhl): Likewise.
18184         * math/s_ctanl.c (__ctanl): Likewise.
18185         * math/w_pow.c: Likewise.
18186         * math/w_powf.c: Likewise.
18187         * math/w_powl.c: Likewise.
18188         * math/w_scalb.c (sysv_scalb): Likewise.
18189         * math/w_scalbf.c (sysv_scalbf): Likewise.
18190         * math/w_scalbl.c (sysv_scalbl): Likewise.
18191         * misc/error.c (error_tail): Likewise.
18192         * misc/pselect.c (__pselect): Likewise.
18193         * nis/nis_callback.c (__nis_create_callback): Likewise.
18194         * nis/nis_call.c (__nisfind_server): Likewise.
18195         * nis/nis_creategroup.c (nis_creategroup): Likewise.
18196         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18197         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18198         * nis/nis_getservlist.c (nis_getservlist): Likewise.
18199         * nis/nis_lookup.c (nis_lookup): Likewise.
18200         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18201         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18202         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18203         * nis/nis_xdr.c (xdr_endpoint): Likewise.
18204         * nis/nss_compat/compat-grp.c (getgrent_next_file)
18205         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18206         * nis/nss_compat/compat-initgroups.c (add_group)
18207         (internal_getgrent_r): Likewise.
18208         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18209         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18210         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18211         (internal_getspnam_r): Likewise.
18212         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18213         (_nss_nis_getaliasbyname_r): Likewise.
18214         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18215         (_nss_nis_getntohost_r): Likewise.
18216         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18217         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18218         (_nss_nis_getgrgid_r): Likewise.
18219         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18220         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18221         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18222         (_nss_nis_gethostbyname4_r): Likewise.
18223         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18224         (initgroups_netid): Likewise.
18225         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18226         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18227         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18228         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18229         (_nss_nis_getprotobynumber_r): Likewise.
18230         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18231         (_nss_nis_getsecretkey): Likewise.
18232         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18233         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18234         (_nss_nis_getpwuid_r): Likewise.
18235         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18236         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18237         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18238         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18239         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18240         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18241         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18242         Likewise.
18243         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18244         (_nss_nisplus_getntohost_r): Likewise.
18245         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18246         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18247         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18248         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18249         Likewise.
18250         * nis/nss_nisplus/nisplus-initgroups.c
18251         (_nss_nisplus_initgroups_dyn): Likewise.
18252         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18253         (_nss_nisplus_getnetbyaddr_r): Likewise.
18254         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18255         (_nss_nisplus_getprotobynumber_r): Likewise.
18256         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18257         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18258         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18259         Likewise.
18260         * nis/nss_nisplus/nisplus-service.c
18261         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18262         (_nss_nisplus_getservbyport_r): Likewise.
18263         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18264         (_nss_nisplus_getspnam_r): Likewise.
18265         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18266         Likewise.
18267         * nscd/aicache.c (addhstaiX): Likewise.
18268         * nscd/cache.c (cache_search, prune_cache): Likewise.
18269         * nscd/connections.c (register_traced_file, send_ro_fd)
18270         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18271         (main_loop_epoll): Likewise.
18272         * nscd/grpcache.c (addgrbyX): Likewise.
18273         * nscd/hstcache.c (addhstbyX): Likewise.
18274         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18275         * nscd/mem.c (gc, mempool_alloc): Likewise.
18276         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18277         (addinnetgrX): Likewise.
18278         * nscd/nscd-client.h (__nscd_acquire_maplock)
18279         (__nscd_drop_map_ref): Likewise.
18280         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18281         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18282         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18283         Likewise.
18284         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18285         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18286         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18287         (__nscd_get_map_ref): Likewise.
18288         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18289         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18290         Likewise.
18291         * nscd/pwdcache.c (addpwbyX): Likewise.
18292         * nscd/selinux.c (preserve_capabilities): Likewise.
18293         * nscd/servicescache.c (addservbyX): Likewise.
18294         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18295         * posix/fnmatch.c (fnmatch): Likewise.
18296         * posix/getopt.c (_getopt_internal_r): Likewise.
18297         * posix/glob.c (glob, glob_in_dir): Likewise.
18298         * posix/wordexp.c (exec_comm_child): Likewise.
18299         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18300         (getanswer_r, gaih_getanswer_slice): Likewise.
18301         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18302         * resolv/res_init.c: Likewise.
18303         * resolv/res_mkquery.c (res_nmkquery): Likewise.
18304         * resolv/res_query.c (__libc_res_nquery): Likewise.
18305         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18306         Likewise.
18307         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18308         * stdio-common/perror.c (perror): Likewise.
18309         * stdio-common/printf_fp.c (___printf_fp): Likewise.
18310         * stdio-common/tmpnam.c (tmpnam): Likewise.
18311         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18312         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18313         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18314         Likewise.
18315         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18316         * stdlib/putenv.c (putenv): Likewise.
18317         * stdlib/setenv.c (__add_to_environ): Likewise.
18318         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18319         * stdlib/strtol_l.c (INTERNAL): Likewise.
18320         * string/memmem.c (memmem): Likewise.
18321         * string/strerror.c (strerror): Likewise.
18322         * string/strnlen.c (__strnlen): Likewise.
18323         * string/test-memmem.c (simple_memmem): Likewise.
18324         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18325         * sunrpc/pm_getport.c (__get_socket): Likewise.
18326         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18327         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18328         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18329         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18330         Likewise.
18331         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18332         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18333         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18334         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18335         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18336         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18337         Likewise.
18338         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18339         Likewise.
18340         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18341         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18342         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18343         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18344         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18345         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18346         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18347         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18348         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18349         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18350         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18351         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18352         Likewise.
18353         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18354         Likewise.
18355         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18356         Likewise.
18357         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18358         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18359         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18360         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18361         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18362         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18363         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18364         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18365         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18366         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18367         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18368         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18369         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18370         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18371         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18372         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18373         Likewise.
18374         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18375         Likewise.
18376         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18377         Likewise.
18378         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18379         Likewise.
18380         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18381         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18382         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18383         Likewise.
18384         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18385         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18386         * sysdeps/posix/opendir.c (__opendirat): Likewise.
18387         * sysdeps/posix/sleep.c: Likewise.
18388         * sysdeps/posix/tempname.c: Likewise.
18389         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18390         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18391         Likewise.
18392         * sysdeps/powerpc/powerpc32/dl-machine.h
18393         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18394         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18395         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18396         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18397         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18398         Likewise.
18399         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18400         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18401         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18402         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18403         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18404         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18405         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18406         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18407         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18408         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18409         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18410         (elf_machine_lazy_rel): Likewise.
18411         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18412         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18413         (elf_machine_lazy_rel): Likewise.
18414         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18415         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18416         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18417         * sysdeps/unix/grantpt.c (grantpt): Likewise.
18418         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18419         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18420         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18421         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18422         Likewise.
18423         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18424         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18425         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18426         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18427         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18428         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18429         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18430         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18431         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18432         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18433         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18434         Likewise.
18435         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18436         (__posix_fallocate64_l64): Likewise.
18437         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18438         (posix_fallocate): Likewise.
18439         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18440         Likewise.
18441         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18442         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18443         (getifaddrs_internal): Likewise.
18444         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18445         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18446         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18447         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18448         * sysdeps/unix/sysv/linux/posix_fallocate64.c
18449         (__posix_fallocate64_l64): Likewise.
18450         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18451         Likewise.
18452         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18453         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18454         (__get_clockfreq): Likewise.
18455         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18456         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18457         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18458         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18459         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18460         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18461         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18462         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18463         Likewise.
18464         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18465         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18466         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18467         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18468         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18469         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18470         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18471         Likewise.
18472         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18473         (posix_fallocate): Likewise.
18474         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18475         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18476         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18477         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18478         (elf_machine_rela, elf_machine_rela_relative)
18479         (elf_machine_lazy_rel): Likewise.
18480         * time/asctime.c (asctime_internal): Likewise.
18481         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18482         * time/tzset.c (__tzset_parse_tz): Likewise.
18483         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18484         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18485         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18486         * wcsmbs/wcsmbsload.h: Likewise.
18488         [BZ #15894]
18489         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18491         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18492         (arena_get2): Remove THREAD_STATS conditionals.
18493         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18494         (__malloc_stats, int): Likewise.
18496 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
18498         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18499         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
18501         * manual/setjmp.texi: Fix typos/grammar errors.
18503         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18504         Only return early when n is <= 0.  Delete unused return statement.
18506         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18507         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18508         * debug/tst-longjmp_chk3.c: New file.
18510         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18511         (test_main): Replace code with set_fortify_handler call.
18512         * debug/test-strcpy_chk.c: Likewise.
18513         * debug/tst-chk1.c: Likewise.
18514         * debug/tst-longjmp_chk.c: Likewise.
18515         * test-skeleton.c: Include fcntl.h & paths.h
18516         (set_fortify_handler): Define.
18518         * debug/tst-longjmp_chk.c: Add header comment and include
18519         ../test-skeleton.c.
18520         (do_test): Mark static.
18521         (TEST_FUNCTION): Define.
18523         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18524         (IP_PMTUDISC_INTERFACE): Likewise.
18525         (IP_MULTICAST_IF): Likewise.
18526         (IP_MULTICAST_TTL): Likewise.
18527         (IP_MULTICAST_LOOP): Likewise.
18528         (IP_ADD_MEMBERSHIP): Likewise.
18529         (IP_DROP_MEMBERSHIP): Likewise.
18530         (IP_UNBLOCK_SOURCE): Likewise.
18531         (IP_BLOCK_SOURCE): Likewise.
18532         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18533         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18534         (IP_MSFILTER): Likewise.
18535         (MCAST_JOIN_GROUP): Likewise.
18536         (MCAST_BLOCK_SOURCE): Likewise.
18537         (MCAST_UNBLOCK_SOURCE): Likewise.
18538         (MCAST_LEAVE_GROUP): Likewise.
18539         (MCAST_JOIN_SOURCE_GROUP): Likewise.
18540         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18541         (MCAST_MSFILTER): Likewise.
18542         (IP_MULTICAST_ALL): Likewise.
18543         (IP_UNICAST_IF): Likewise.
18545         * timezone/Makefile: Delete $(have-ksh) check.
18546         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18547         * timezone/tzselect.ksh: Add +x mode bits.
18549         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18550         (ANON_INODE_FS_MAGIC): Likewise.
18551         (BDEVFS_MAGIC): Likewise.
18552         (BINFMTFS_MAGIC): Likewise.
18553         (BTRFS_TEST_MAGIC): Likewise.
18554         (CRAMFS_MAGIC_WEND): Likewise.
18555         (DEBUGFS_MAGIC): Likewise.
18556         (ECRYPTFS_SUPER_MAGIC): Likewise.
18557         (EXT3_SUPER_MAGIC): Likewise.
18558         (EXT4_SUPER_MAGIC): Likewise.
18559         (FUTEXFS_SUPER_MAGIC): Likewise.
18560         (HOSTFS_SUPER_MAGIC): Likewise.
18561         (HUGETLBFS_MAGIC): Likewise.
18562         (MINIX3_SUPER_MAGIC): Likewise.
18563         (MTD_INODE_FS_MAGIC): Likewise.
18564         (NILFS_SUPER_MAGIC): Likewise.
18565         (OPENPROM_SUPER_MAGIC): Likewise.
18566         (PIPEFS_MAGIC): Likewise.
18567         (PSTOREFS_MAGIC): Likewise.
18568         (QNX6_SUPER_MAGIC): Likewise.
18569         (RAMFS_MAGIC): Likewise.
18570         (REISERFS_SUPER_MAGIC_STRING): Likewise.
18571         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18572         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18573         (SECURITYFS_MAGIC): Likewise.
18574         (SELINUX_MAGIC): Likewise.
18575         (SMACK_MAGIC): Likewise.
18576         (SOCKFS_MAGIC): Likewise.
18577         (SQUASHFS_MAGIC): Likewise.
18578         (STACK_END_MAGIC): Likewise.
18579         (TMPFS_MAGIC): Likewise.
18580         (USBDEVICE_SUPER_MAGIC): Likewise.
18581         (V9FS_MAGIC): Likewise.
18582         (XENFS_SUPER_MAGIC): Likewise.
18583         (CRAMFS_MAGIC): Fix typo in comment.
18584         (EXT2_SUPER_MAGIC): Update comment.
18585         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18587 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
18589         * sysdeps/arm: Move directory from ports/sysdeps/arm.
18590         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18591         * sysdeps/unix/sysv/linux/arm: Move directory from
18592         ports/sysdeps/unix/sysv/linux/arm.
18593         * README: Update listing for arm-*-linux-gnueabi.
18595         * README: Remove mention of am33.
18597 2014-02-07  Roland McGrath  <roland@hack.frob.com>
18599         * bits/sigset.h (__sigemptyset): Use a statement expression rather
18600         than the comma operator, to avoid "rhs of comma has no effect"
18601         compiler warnings.
18602         (__sigfillset, __sigandset, __sigorset): Likewise.
18603         * include/signal.h (__sigemptyset): Likewise.
18604         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18606 2014-02-07  Allan McRae  <allan@archlinux.org>
18608         * version.h (RELEASE): Set to "development".
18609         (VERSION): Set to "2.19.90"
18610         * NEWS: Add 2.20 section.
18612 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
18614         [BZ #16529]
18615         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18617 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18619         * manual/contrib.texi: Update entry for Carlos O'Donell,
18620         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18622 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
18624         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18626         * sysdeps/unix/sysv/linux/kernel-features.h
18627         [__LINUX_KERNEL_VERSION >= 0x020621]
18628         (__ASSUME_PROC_PID_TASK_COMM): Define.
18630 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18632         [BZ #16398]
18633         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18634         conversion when destination buffer does not have enough space.
18635         * libio/tst-ftell-partial-wide.c: New test case.
18636         * libio/Makefile (tests): Add tst-ftell-partial-wide.
18638         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18639         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
18640         Leonard and Allan McRae.
18642 2014-02-04  David S. Miller  <davem@davemloft.net>
18644         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18645         32-bit.
18647 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18650         New file
18651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18652         New file
18653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18654         New file.
18655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18656         New file.
18657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18658         New file.
18659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18660         New file.
18661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18662         New file.
18663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18664         New file.
18665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18666         New file.
18667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18668         New file.
18669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18670         New file.
18671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18672         New file.
18673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18674         New file.
18676 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18678         * nptl/shlib-versions: Change powerpc*le start to 2.17.
18679         * shlib-versions: Likewise.
18681 2014-02-04  Roland McGrath  <roland@hack.frob.com>
18682             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18684         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18685         (abilist-pattern): New variable, set to %-le.abilist.
18687         * Makerules (abilist-pattern): New variable.
18688         (vpath): Use $(abilist-pattern) in place of %.abilist.
18689         (check-abi-% pattern rule): Likewise.
18690         (check-abi, update-abi): Likewise.
18692 2014-02-04  Eric Wong  <normalperson@yhbt.net>
18694         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18696 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
18698         * manual/startup.texi: Add next, previous, and top entries for
18699         the `Program Arguments' and `Environment Variables' nodes.
18701 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
18703         * manual/macros.texi: Add comments before MTASC-safety macros.
18705         * manual/users.texi: Document MTASC-safety properties.
18707         * manual/threads.texi (pthread_key_create, pthread_key_delete)
18708         (pthread_getspecific, pthread_setspecific): Format with
18709         @deftypefun, and add @safety note.
18710         * manual/signal.texi: Move comments that analyze the above
18711         functions to their home place.
18713 2014-02-03  Allan McRae  <allan@archlinux.org>
18715         * po/sl.po: Update Slovenian translation from translation project.
18717 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
18719         * manual/time.texi (timegm): Add missing blank after @c.
18720         Reported by Joseph Myers <joseph@codesourcery.com>.
18722 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
18724         * manual/check-safety.sh: New.
18725         * manual/Makefile ($(objpfx)stamp-summary): Run it.
18727         * manual/terminal.texi: Document MTASC-safety properties.
18729         * manual/filesys.texi: Document MTASC-safety properties.
18731         * manual/errno.texi: Document MTASC-safety properties.
18733         * manual/intro.texi: Document safety identifiers and
18734         conditionals.
18736         * manual/string.texi (wcstok): Fix prototype.
18737         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
18739         * manual/time.texi: Document MTASC-safety properties.
18741         * manual/string.texi: Document MTASC-safety properties.
18743         * manual/threads.texi: Document MTASC-safety properties.
18745         * manual/stdio.texi: Document MTASC-safety properties.
18747         * manual/syslog.texi: Document MTASC-safety properties.
18749         * manual/sysinfo.texi: Document MTASC-safety properties.
18751         * manual/startup.texi: Document MTASC-safety properties.
18753         * manual/socket.texi: Document MTASC-safety properties.
18755         * manual/signal.texi: Document MTASC-safety properties.
18757 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18759         * manual/setjmp.texi: Document MTASC-safety properties.
18761         * manual/search.texi: Document MTASC-safety properties.
18763         * manual/resource.texi: Document MTASC-safety properties.
18765         * manual/process.texi: Document MTASC-safety properties.
18767         * manual/platform.texi: Document MTASC-safety properties.
18769         * manual/pipe.texi: Document MTASC-safety properties.
18771         * manual/pattern.texi: Document MTASC-safety properties.
18773         * manual/message.texi: Document MTASC-safety properties.
18775         [BZ #12751]
18776         * manual/memory.texi: Document MTASC-safety properties.
18778         * manual/math.texi: Document MTASC-safety properties.
18780         * manual/locale.texi: Document MTASC-safety properties.
18782         * manual/llio.texi: Document MTASC-safety properties.
18784         * manual/libdl.texi: New.
18786         * manual/lang.texi: Document MTASC-safety properties.
18788         * manual/job.texi: Document MTASC-safety properties.
18790         * manual/getopt.texi: Document MTASC-safety properties.
18792         * manual/ctype.texi: Document MTASC-safety properties.
18794 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18796         [BZ #16046]
18797         * csu/libc-tls.c (static_map): Remove variable.
18798         (__libc_setup_tls): Use main executable's link map for TLS data.
18799         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18800         casing for LM_ID_BASE and GL(dl_nns).
18801         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18802         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18803         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18804         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18805         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18806         member.
18807         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18808         l_phnum members.
18810 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18812         * manual/debug.texi: Document MTASC-safety properties.
18814 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18816         [BZ #16510]
18817         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18818         of __x86_64__ when disabling x87 inline functions.
18820 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18822         * manual/charset.texi: Document MTASC-safety properties.
18824         * manual/crypt.texi: Document MTASC-safety properties.
18826         * manual/conf.texi: Document MTASC-safety properties.
18828         * manual/arith.texi: Document MTASC-safety properties.
18830         * manual/argp.texi: Document MTASC-safety properties.
18832         * manual/macros.texi: Introduce macros to document multi
18833         thread, asynchronous signal and asynchronous cancellation
18834         safety properties.
18835         * manual/intro.texi: Introduce the properties themselves.
18837 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18839         * sysdeps/sh/sh4/Makefile: New file.
18841 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18843         * math/gen-libm-test.pl ($srcdir): New variable.
18844         ($auto_input): Use it.
18846 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18848         [BZ #16506]
18849         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18850         access beyond array bounds when parsing netgroups file.
18852         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18853         the old buffer before realloc.
18855 2014-01-27  Allan McRae  <allan@archlinux.org>
18857         * po/fr.po: Update French translation from translation project.
18859 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18861         * sysdeps/sh/libm-test-ulps: Regenerate.
18863 2014-01-24  David S. Miller  <davem@davemloft.net>
18865         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18867 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18869         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18870         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18872 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18874         [BZ #16474]
18875         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18876         string pointers after reallocation.
18878 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18880         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18881         __SH4A__ instead of __SH_FPU_ANY__.
18883 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18885         * sysdeps/sh/fpu_control.h: New file.
18886         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18887         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18888         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18889         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18890         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18891         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18892         * sysdeps/sh/sys/ucontext.h: Remove.
18893         * sysdeps/sh/sys: Remove directory.
18895 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18897         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18898         s390/sys/ucontext.h.
18899         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18900         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18902 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18904         [BZ #15605]
18905         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18907 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18909         [BZ#16431]
18910         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18911         Adjust the vDSO correctly for internal calls.
18912         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18914 2014-01-20  Allan McRae  <allan@archlinux.org>
18916         * po/ca.po: Update Catalan translation from translation project.
18918 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18920         * sysdeps/s390/sotruss-lib.c: New file.
18922 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18924         [BZ#16430]
18925         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18926         (__GI___gettimeofday): Alias for a different internal symbol to avoid
18927         local calls issues by not having a PLT stub required for IFUNC calls.
18928         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18930 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
18932         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18933         * math/test-fpucw-static.c: Likewise.
18935 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18937         [BZ #16453]
18938         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18940 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18942         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18943         implementation for powerpc.
18945 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
18947         [BZ #14782]
18948         * sysdeps/posix/system.c (__libc_system): Do not enable
18949         asynchronous cancellation.
18951 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18953         [BZ #16427]
18954         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18955         handling only for numbers special also in the IEEE case.
18957 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18959         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18961 2014-01-11  Allan McRae  <allan@archlinux.org>
18963         * po/bg.po: Update Bulgarian translation from translation project.
18965         * po/de.po: Update German translation from translation project.
18967 2014-01-10  Roland McGrath  <roland@hack.frob.com>
18969         * sysdeps/generic/gcc-compat.h: New file.
18971 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18973         * benchtests/asin-inputs: Correct slow inputs.
18974         * benchtests/acos-inputs: Likewise.
18976 2014-01-10  Allan McRae  <allan@archlinux.org>
18978         * po:sv.po: Update Swedish translation from translation project.
18980         * po/vi.po: Update Vietnamese translation from translation project.
18982         * po/eo.po: Update Esperanto translation from translation project.
18984         * po/cs.po: Update Czech translation from translation project.
18986         * po/nl.po: Update Dutch translation from translation project.
18988         * po/pl.po: Update Polish translation from translation project.
18990         * po/ru.po: Update Russian translation from translation project.
18992         * po/uk.po: Update Ukrainian translation from translation project.
18994 2014-01-08  Brooks Moses  <bmoses@google.com>
18996         * elf/dl-load.c: Fix comment typo.
18998 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19000         * po/header.pot: Rename to...
19001         * po/pot.header: ... this.
19002         * po/Makefile: Use pot.header.
19004 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19005             Maxim Kuvyrkov  <maxim@kugelworks.com>
19007         [BZ #16394]
19008         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19009         SRC and DEST against LEN.
19011 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19013         [BZ #16414]
19014         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19015         implementation.
19016         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19018 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19020         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19022 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19024         [BZ #16408]
19025         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19026         for large positive arguments.
19028 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19030         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19032         * math/auto-libm-test-in: Mark various tests with
19033         xfail-rounding:ldbl-128ibm.
19034         * math/auto-libm-test-out: Regenerated.
19036         [BZ #16407]
19037         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19038         Increase overflow threshold.
19040 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19042         [BZ #14286]
19043         * stdio-common/vfprintf.c: Check for integer overflow.
19045 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19047         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19048         the first argument and return value of __tls_get_addr_internal.
19050 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19052         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19053         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19055 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19057         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19058         * sysdeps/s390/rtld-global-offsets.sym: New file.
19059         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19060         GLIBC_2.19 symbol.
19061         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19062         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19063         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19064         ... this.
19065         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19066         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19067         ... this.
19068         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19069         Regenerate.
19070         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19071         Regenerate.
19072         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19073         halfs of GPRs for high_gprs contexts.
19074         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19075         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19076         field.
19077         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19078         uc_flags field.
19079         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19080         64 bit versions:
19081         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19082         for high GPRs (uc_high_gprs) and for future extensions
19083         (__reserved).
19084         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19085         for future extensions (__reserved).
19086         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19087         64 bit versions:
19088         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19089         SC_HIGHGPRS offset definition.
19090         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19091         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19093         * Versions.def: Add GLIBC_2.19 for libpthread.
19094         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19095         siglongjmp for libpthread with GLIBC_2.19 symver.
19096         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19097         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19098         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19099         * sysdeps/s390/__longjmp.c: New file.
19100         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19101         * sysdeps/s390/longjmp.c: New file.
19102         * sysdeps/s390/setjmp.S: New file.
19103         * sysdeps/s390/sigjmp.S: New file.
19104         * sysdeps/s390/v1-longjmp.c: New file.
19105         * sysdeps/s390/v1-setjmp.h: New file.
19106         * sysdeps/s390/v1-sigjmp.c: New file.
19107         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19108         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19109         GLIBC_2.19 version.
19110         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19111         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19112         versioned symbols for ____longjmp_chk.
19113         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19114         Likewise.
19115         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19116         Regenerate.
19117         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19118         Regenerate.
19119         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19120         Regenerate.
19121         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19122         Regenerate.
19123         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19124         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19125         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19126         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19127         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19128         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19129         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19130         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19131         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19132         * sysdeps/s390/rtld-__longjmp.c: New file.
19133         * sysdeps/s390/rtld-setjmp.S: New file.
19135 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
19137         [BZ #16400]
19138         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19139         Return -__logl (x) for small positive arguments without evaluating
19140         a polynomial.
19142 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
19144         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19145         Rename to ...
19146         (__ptrace_peeksiginfo_args): ... this.
19147         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19148         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19149         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19151 2014-01-06  Allan McRae  <allan@archlinux.org>
19153         * inet/netinet/in.h: Fix typo in comment.
19155 2014-01-05  Andreas Jaeger  <aj@suse.de>
19157         * sysdeps/i386/fpu/libm-test-ulps: Update.
19159 2014-01-05  Allan McRae  <allan@archlinux.org>
19161         * po/libc.pot: Regenerated.
19163         * malloc/memusagestat.c: Fix gettext call formatting.
19165 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
19167         * nscd/nscd.c: Improve usage() output.
19169 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
19171         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19172         * sysdeps/unix/sysv/linux/configure: Regenerated.
19173         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19174         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19176 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19178         [BZ #16390]
19179         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19180         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19182 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19184         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19185         extra tokens at end of #undef directive.
19186         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19187         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19188         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19190 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19192         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19194         * math/auto-libm-test-in: Mark various tests with
19195         xfail-rounding:ldbl-128ibm.
19196         * math/auto-libm-test-out: Regenerated.
19198 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
19200         [BZ #16386]
19201         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19202         numbers with subnormal high part when calculating exponent.
19204         [BZ #16385]
19205         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19206         fabs.
19208         [BZ #16384]
19209         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19210         M_LN2l.
19211         (__ieee754_acoshl): Use __log1pl not __log1p.
19213 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19215         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19216         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19217         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19218         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19219         (reused_arena, arena_get2): Convert to GNU style.
19220         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19221         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19222         (memalign_check, __malloc_set_state): Likewise.
19223         * malloc/mallocbug.c (main): Likewise.
19224         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19225         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19226         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19227         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19228         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19229         (__posix_memalign, malloc_info): Likewise.
19230         * malloc/malloc.h: Likewise.
19231         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19232         (mallochook, memalignhook, reallochook, mabort): Likewise.
19233         * malloc/mcheck.h: Likewise.
19234         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19235         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19236         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19237         * malloc/morecore.c (__default_morecore): Likewise.
19238         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19239         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19240         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19241         (print_and_abort): Likewise.
19242         * malloc/obstack.h: Likewise.
19243         * malloc/set-freeres.c (__libc_freeres): Likewise.
19244         * malloc/tst-mallocstate.c (main): Likewise.
19245         * malloc/tst-mtrace.c (main): Likewise.
19246         * malloc/tst-realloc.c (do_test): Likewise.
19248 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19250         [BZ #16366]
19251         * nscd/netgroupcache.c (do_notfound): New function.
19252         (addgetnetgrentX): Use it.
19254         [BZ # 16365]
19255         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19256         NSS_STATUS_NOTFOUND.
19258 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
19260         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19263 2014-01-01  Allan McRae  <allan@archlinux.org>
19265         * scripts/update-copyrights: Update configure input file suffix.
19267         * NEWS: Update copyright year.
19268         * catgets/gencat.c: Likewise.
19269         * csu/version.c: Likewise.
19270         * debug/catchsegv.sh: Likewise.
19271         * debug/pcprofiledump.c: Likewise.
19272         * debug/xtrace.sh: Likewise.
19273         * elf/ldconfig.c: Likewise.
19274         * elf/ldd.bash.in: Likewise.
19275         * elf/pldd.c: Likewise.
19276         * elf/sotruss.ksh: Likewise.
19277         * elf/sprof.c: Likewise.
19278         * iconv/iconv_prog.c: Likewise.
19279         * iconv/iconvconfig.c: Likewise.
19280         * locale/programs/locale.c: Likewise.
19281         * locale/programs/localedef.c: Likewise.
19282         * login/programs/pt_chown.c: Likewise.
19283         * malloc/memusage.sh: Likewise.
19284         * malloc/memusagestat.c: Likewise.
19285         * malloc/mtrace.pl: Likewise.
19286         * manual/libc.texinfo: Likewise.
19287         * nscd/nscd.c: Likewise.
19288         * nss/getent.c: Likewise.
19289         * nss/makedb.c: Likewise.
19290         * posix/getconf.c: Likewise.
19291         * scripts/test-installation.pl: Likewise.
19293         * All files with FSF copyright notices: Update copyright dates
19294         using scripts/update-copyrights.
19295         * intl/plural.c: Regenerated.
19296         * locale/programs/charmap-kw.h: Likewise.
19297         * locale/programs/locfile-kw.h: Likewise.
19299 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
19301         * sysdeps/unix/sysv/linux/configure: Regenerated.
19302         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19303         the linux/fanotify.h header.
19304         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19305         HAVE_LINUX_FANOTIFY_H is defined.
19307 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19309         * benchtests/cos-inputs: New inputs.
19310         * benchtests/sin-inputs: Likewise.
19312         * benchtests/atan-inputs: New inputs. Fix name of multiple
19313         precision fallback inputs.
19315         * benchtests/atanh-inputs: New inputs.
19316         * benchtests/tanh-inputs: Likewise.
19318         * benchtests/acosh-inputs: New inputs.
19319         * benchtests/asinh-inputs: Likewise.
19321         * benchtests/cosh-inputs: New inputs.
19322         * benchtests/sinh-inputs: Likewise.
19324         * benchtests/acos-inputs: Add more inputs.
19325         * benchtests/asin-inputs: Likewise.
19327 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
19329         [BZ #16375]
19330         * manual/arith.texi: Fix spelling.
19331         * manual/charset.texi: Likewise.
19332         * manual/errno.texi: Likewise.
19333         * manual/filesys.texi: Likewise.
19334         * manual/lang.texi: Likewise.
19335         * manual/llio.texi: Likewise.
19336         * manual/locale.texi: Likewise.
19337         * manual/message.texi: Likewise.
19338         * manual/resource.texi: Likewise.
19339         * manual/search.texi: Likewise.
19340         * manual/setjmp.texi: Likewise.
19341         * manual/stdio.texi: Likewise.
19342         * manual/string.texi: Likewise.
19343         * manual/sysinfo.texi: Likewise.
19344         * manual/time.texi: Likewise.
19346 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
19348         * po/sl.po: New file.
19350 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
19352         * .gitignore: Add core/.gdbinit/.gdb_history.
19354 2013-12-27  Allan McRae  <allan@archlinux.org>
19356         [BZ #16369]
19357         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19358         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19360 2013-12-24  Brooks Moses  <bmoses@google.com>
19362         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19363         all compilers that claim C++98 compliance, not just GCC.
19364         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19365         Likewise.
19367 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19369         * NEWS: Restore accidentally deleted bug-fix entries.
19371 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19372             Ondřej Bílka  <neleai@seznam.cz>
19374         [BZ #15073]
19375         * malloc/malloc.c (_int_free): Perform sanity check only if we
19376         have_lock.
19378 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
19380         [BZ #12986]
19381         * manual/stdio.texi (String Input Conversions): Clarify that character
19382         classes are not supported.
19384 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19386         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19388 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
19390         [BZ #16337]
19391         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19392         Calculate results for small negative arguments directly rather
19393         than using reflection formula with special underflow handling.
19395         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19396         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19397         sysdeps/unix/bsd/bsd4.4/syscalls.list.
19398         (fchflags): Likewise.
19399         (revoke): Likewise.
19400         (setlogin): Likewise.
19401         (sigaltstack): Likewise.
19402         (wait4): Likewise.
19403         (sigblock): Remove.
19404         (sigsetmask): Likewise.
19405         (wait3): Likewise.
19406         (waitpid): Likewise.
19407         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19408         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19409         file.
19410         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19411         * sysdeps/unix/bsd/Makefile: ... here.
19412         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19413         * sysdeps/unix/bsd/Versions: ... here.
19414         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19415         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19416         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19417         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19418         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19419         * sysdeps/unix/bsd/sigblock.c: ... here.
19420         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19421         * sysdeps/unix/bsd/sigsetmask.c: ... here.
19422         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19423         * sysdeps/unix/bsd/sigvec.c: ... here.
19424         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19425         * sysdeps/unix/bsd/tcdrain.c: ... here.
19426         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19427         * sysdeps/unix/bsd/tcgetattr.c: ... here.
19428         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19429         * sysdeps/unix/bsd/tcsetattr.c: ... here.
19430         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19431         * sysdeps/unix/bsd/wait.c: ... here.
19432         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19433         * sysdeps/unix/bsd/wait3.c: ... here.
19434         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19435         * sysdeps/unix/bsd/waitpid.c: ... here.
19437 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
19439         [BZ #16356]
19440         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19441         round-to-nearest for [!USE_AS_EXPM1L].
19442         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19443         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
19444         more tests of exp and exp10.  Expect some exp10 tests to miss
19445         exceptions or fail in directed rounding modes.
19446         * math/auto-libm-test-out: Regenerated.
19447         * math/libm-test.inc (exp10_tonearest_test_data): New array.
19448         (exp10_test_tonearest): New function.
19449         (exp10_towardzero_test_data): New array.
19450         (exp10_test_towardzero): New function.
19451         (exp10_downward_test_data): New array.
19452         (exp10_test_downward): New function.
19453         (exp10_upward_test_data): New array.
19454         (exp10_test_upward): New function.
19455         (main): Call the new functions.
19456         * sysdeps/i386/fpu/libm-test-ulps: Update.
19457         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19459 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
19461         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19462         asinh, atan, atan2, atanh, cbrt, cos and cosh.
19463         * math/auto-libm-test-out: Regenerated.
19464         * math/libm-test.inc (acosh_test_data): Add more tests.
19465         (atanh_test_data): Likewise.
19466         (ceil_test_data): Likewise.
19467         (copysign_test_data): Likewise.
19468         * sysdeps/i386/fpu/libm-test-ulps: Update.
19469         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19471         * timezone/checktab.awk: Update from tzcode 2013i.
19472         * timezone/private.h: Likewise.
19473         * timezone/scheck.c: Likewise.
19474         * timezone/tzfile.h: Likewise.
19475         * timezone/tzselect.ksh: Likewise.
19476         * timezone/zdump.c: Likewise.
19477         * timezone/zic.c: Likewise.
19479         * math/auto-libm-test-in: Add tests of cpow.
19480         * math/auto-libm-test-out: Regenerated.
19481         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19482         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19483         mpc_cc_c.
19484         (func_calc_desc): Add mpc_cc_c union field.
19485         (test_functions): Add cpow.
19486         (special_fill_2pi): New function.
19487         (special_real_inputs): Add 2pi.
19488         (calc_generic_results): Handle mpc_cc_c.
19489         * sysdeps/i386/fpu/libm-test-ulps: Update.
19490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19492         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19493         csqrt, ctan and ctanh.
19494         * math/auto-libm-test-out: Regenerated.
19495         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19496         (TEST_COND_x86): Likewise.
19497         (ccos_test_data): Use AUTO_TESTS_c_c.
19498         (ccosh_test_data): Likewise.
19499         (cexp_test_data): Likewise.
19500         (clog_test_data): Likewise.
19501         (csqrt_test_data): Likewise.
19502         (ctan_test_data): Likewise.
19503         (ctan_tonearest_test_data): Likewise.
19504         (ctan_towardzero_test_data): Likewise.
19505         (ctan_downward_test_data): Likewise.
19506         (ctan_upward_test_data): Likewise.
19507         (ctanh_test_data): Likewise.
19508         (ctanh_tonearest_test_data): Likewise.
19509         (ctanh_towardzero_test_data): Likewise.
19510         (ctanh_downward_test_data): Likewise.
19511         (ctanh_upward_test_data): Likewise.
19512         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19513         mpc_c_c.
19514         (func_calc_desc): Add mpc_c_c union field.
19515         (FUNC_mpc_c_c): New macro.
19516         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19517         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19518         ctanh.
19519         (special_fill_min_subnorm_p120): New function.
19520         (special_real_inputs): Add min_subnorm_p120.
19521         (calc_generic_results): Handle mpc_c_c.
19522         * sysdeps/i386/fpu/libm-test-ulps: Update.
19523         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19525 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19527         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19528         (do_sin_slow): New functions.
19529         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19530         (cslow2, csloww1, csloww2): Use the new functions.
19532         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19533         Use M to change sign of result instead of X.  Assume X is
19534         positive.
19535         (csloww1): Likewise.
19536         (__sin): Adjust.
19537         (__cos): Adjust.
19539         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19540         arguments A and DA.
19541         (__sin): Adjust.
19542         (__cos): Likewise.
19544         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19545         (__cos): Likewise.
19546         (sloww1): Don't adjust sign of DX.
19547         (csloww1): Likewise.
19548         (sloww2): Use X directly and don't adjust sign of DX.
19549         (csloww2): Likewise.
19551 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19553         * math/auto-libm-test-in: Add tests of cabs and carg.
19554         * math/auto-libm-test-out: Regenerated.
19555         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19556         (carg_test_data): Likewise.
19557         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19558         mpc_c_f.
19559         (func_calc_desc): Add mpc_c_f union field.
19560         (test_functions): Add cabs and carg.
19561         (calc_generic_results): Handle mpc_c_f.
19563         * sysdeps/powerpc/powerpc32/libgcc-compat.S
19564         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19565         as a macro and a compat symbol.
19566         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19567         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19568         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19569         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19570         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19571         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19572         not use .hidden.
19573         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19574         Likewise.
19575         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19576         Likewise.
19577         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19578         Likewise.
19579         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19580         Likewise.
19581         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19582         Likewise.
19583         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19584         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19585         from GLIBC_2.3.2.
19587 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19589         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19591 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19593         * manual/texinfo.tex: Update to version 2013-11-26.10 with
19594         trailing whitespace removed.
19595         * scripts/config.guess: Update to version 2013-11-29.
19596         * scripts/config.sub: Update to version 2013-10-01.
19598         * math/auto-libm-test-in: Add tests of sincos.
19599         * math/auto-libm-test-out: Regenerated.
19600         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19601         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19602         mpfr_f_11.
19603         (func_calc_desc): Add mpfr_f_11 union field.
19604         (test_functions): Add sincos.
19605         (calc_generic_results): Handle mpfr_f_11.
19606         * sysdeps/i386/fpu/libm-test-ulps: Update.
19607         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19609 2013-12-19  Andreas Schwab  <schwab@suse.de>
19611         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19612         CALL_MCOUNT.
19613         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19614         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19615         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19617 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19619         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19620         * sysdeps/i386/fpu/libm-test-ulps: Update.
19621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19623         [BZ #16293]
19624         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19625         round-to-nearest mode when using frndint.
19626         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19627         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19628         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19629         Likewise.
19630         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
19631         sinh test to fail.
19632         * math/auto-libm-test-out: Regenerated.
19633         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19634         (TEST_COND_x86): Likewise.
19635         (expm1_tonearest_test_data): New array.
19636         (expm1_test_tonearest): New function.
19637         (expm1_towardzero_test_data): New array.
19638         (expm1_test_towardzero): New function.
19639         (expm1_downward_test_data): New array.
19640         (expm1_test_downward): New function.
19641         (expm1_upward_test_data): New array.
19642         (expm1_test_upward): New function.
19643         (main): Run the new test functions.
19644         * sysdeps/i386/fpu/libm-test-ulps: Update.
19645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19647         * include/features.h: Update comment documenting feature test
19648         macros.  Mention _DEFAULT_SOURCE in comment.
19649         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19650         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19651         _BSD_SOURCE and _SVID_SOURCE.
19652         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19653         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19654         !_SVID_SOURCE]: Likewise.
19655         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19656         (__USE_POSIX_IMPLICITLY): Define.
19657         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19658         (_POSIX_SOURCE): Undefine and redefine.
19659         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19660         (_POSIX_C_SOURCE): Likewise.
19661         * manual/creature.texi (_DEFAULT_SOURCE): Document.
19662         (Feature Test Macros): Update documentation of default features.
19664 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19666         * benchtests/Makefile: Add bench-strtok.
19667         * benchtests/bench-strtok.c: New file: strtok benchtest.
19669 2013-12-19  Allan McRae  <allan@archlinux.org>
19671         * manual/install.texi: Suppress menu for plain text output.
19672         * INSTALL: Regenerated.
19674 2013-12-18  Brooks Moses  <bmoses@google.com>
19676         [BZ #15846]
19677         * misc/getauxval.c: Include errno.h.
19678         (__getauxval): Set errno to ENOENT if the requested type is not
19679         found.
19680         * misc/sys/auxv.h (getauxval): Document that it may set errno;
19681         don't declare with __attribute_const__.
19682         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19683         * manual/startup.texi: Document that getauxval sets errno.
19685 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19687         * math/auto-libm-test-in: Add tests of jn and yn.
19688         * math/auto-libm-test-out: Regenerated.
19689         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19690         (yn_test_data): Likewise.
19691         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19692         mpfr_if_f.
19693         (func_calc_desc): Add mpfr_if_f union field.
19694         (FUNC_mpfr_if_f): New macro.
19695         (test_functions): Add jn and yn.
19696         (calc_generic_results): Assert type of second input for
19697         mpfr_ff_f.  Handle mpfr_if_f.
19698         (output_for_one_input_case): Disable all checking for arguments
19699         fitting floating-point types in case of an integer argument.
19700         * sysdeps/i386/fpu/libm-test-ulps: Update.
19701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19704         Don't expect fegetround reference in libm.so.
19706 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19708         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19709         $(config-cflags-nofma).
19711 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19713         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19714         * math/auto-libm-test-out: Regenerated.
19716         [BZ #16338]
19717         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19718         to determine exponent and adjust argument to have exponent of -1.
19719         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19720         log2.
19721         * math/auto-libm-test-out: Regenerated.
19722         * sysdeps/i386/fpu/libm-test-ulps: Update.
19723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19725 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
19727         * manual/probes.texi: Remove cases when per-thread arenas are
19728         disabled.
19730 2013-12-18  Andreas Schwab  <schwab@suse.de>
19732         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19733         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
19734         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
19735         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
19736         * sysdeps/i386/i686/multiarch/Makefile: Update.
19737         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
19739 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19741         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
19742         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
19744 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
19746         [BZ #15968]
19747         Support TZ transition times < 00:00:00.
19748         This is needed for version-3 tz-format files; it supports time
19749         stamps past 2037 for America/Godthab (the only entry in the tz
19750         database for which this change is relevant).
19751         * manual/time.texi (TZ Variable): Document transition times
19752         from -167:59:59 through -00:00:01.
19753         * time/tzset.c (tz_rule): Time of day is now signed.
19754         (__tzset_parse_tz): Parse negative time of day.
19756         Document TZ transition times >= 25:00:00.
19757         * manual/time.texi (TZ Variable): Document transition times from
19758         25:00:00 through 167:59:59.  These are already supported, and this
19759         support will help with version-3 tz-format files.
19761         * manual/time.texi (TZ Variable): Modernize North America example
19762         to reflect current (i.e., 2007-and-later) daylight saving rules.
19764         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19766 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19768         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19769         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19770         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19771         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19772         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19773         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19774         * sysdeps/unix/bsd/clock.c: Likewise.
19775         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19776         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19777         * sysdeps/unix/bsd/init-posix.c: Likewise.
19778         * sysdeps/unix/bsd/poll.c: Likewise.
19779         * sysdeps/unix/bsd/ptsname.c: Likewise.
19780         * sysdeps/unix/bsd/seekdir.c: Likewise.
19781         * sysdeps/unix/bsd/setegid.c: Likewise.
19782         * sysdeps/unix/bsd/seteuid.c: Likewise.
19783         * sysdeps/unix/bsd/setgid.c: Likewise.
19784         * sysdeps/unix/bsd/setrgid.c: Likewise.
19785         * sysdeps/unix/bsd/setruid.c: Likewise.
19786         * sysdeps/unix/bsd/setsid.c: Likewise.
19787         * sysdeps/unix/bsd/setuid.c: Likewise.
19788         * sysdeps/unix/bsd/sigaction.c: Likewise.
19789         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19790         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19791         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19792         * sysdeps/unix/bsd/telldir.c: Likewise.
19793         * sysdeps/unix/bsd/times.c: Likewise.
19794         * sysdeps/unix/bsd/usleep.c: Likewise.
19796         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19797         ($(objpfx)libbsd-compat.a): Remove rule.
19799         * include/features.h (__FAVOR_BSD): Do not define.
19800         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19801         features conflicting with POSIX.
19802         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19803         (_BSD_SOURCE): Remove description of not being a subset of other
19804         feature test macros.
19805         * manual/job.texi (getpgrp): Do not document BSD version.
19806         (getpgid): Do not document by reference to BSD getpgrp.
19807         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19808         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19809         * signal/signal.h [__FAVOR_BSD]: Likewise.
19810         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19811         instead of making contents conditional on [__FAVOR_BSD].
19812         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19814 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19816         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19818 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19820         [BZ #16314]
19821         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19822         values below 2**-450, not 2**-500.
19823         * math/auto-libm-test-in: Don't allow spurious underflow from
19824         hypot.
19825         * math/auto-libm-test-out: Regenerated.
19827         [BZ #16316]
19828         [BZ #16330]
19829         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19830         values of ha and hb and sort them after adjusting subnormal
19831         arguments.
19832         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19833         Likewise.
19834         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19835         values of ea and eb and sort them after adjusting subnormal
19836         arguments.
19837         * math/auto-libm-test-in: Do not expect some hypot tests of
19838         subnormals to fail.  Add more hypot tests.
19839         * math/auto-libm-test-out: Regenerated.
19841 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19843         [BZ #13304]
19844         * sysdeps/sh/s_fma.c: New file.
19845         * sysdeps/sh/s_fmaf.c: New file.
19846         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19847         version.
19848         * sysdeps/sh/Implies: Add sh/soft-fp.
19850 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19852         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19853         level of indirection to members `objname', `errstring', `malloced'.
19854         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19855         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19856         it as the __longjmp argument (just pass 1 instead).
19857         (_dl_catch_error): Initialize C with argument pointers and address of
19858         volatile local ERRCODE rather than copying values out of C at return.
19860 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19862         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19863         * math/auto-libm-test-out: Regenerated.
19864         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19865         (hypot_test_data): Likewise.
19866         (pow_test_data): Likewise.
19867         (pow_tonearest_test_data): Likewise.
19868         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19869         mpfr_ff_f.
19870         (func_calc_desc): Add mpfr_ff_f union field.
19871         (FUNC_mpfr_ff_f): New macro.
19872         (test_functions): Add atan2, hypot and pow.
19873         (special_fill_min): New function.
19874         (special_fill_minus_min): Likewise.
19875         (special_fill_min_subnorm): Likewise.
19876         (special_fill_minus_min_subnorm): Likewise.
19877         (special_real_inputs): Add min, -min, min_subnorm and
19878         -min_subnorm.
19879         (calc_generic_results): Handle mpfr_ff_f.
19880         * sysdeps/i386/fpu/libm-test-ulps: Update.
19881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19883 2013-12-16  Will Newton  <will.newton@linaro.org>
19885         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19886         (Aligned Memory Blocks): Add documentation for aligned_alloc
19887         and suggest it as an alternative to posix_memalign.
19888         (Hooks for Malloc): Document __memalign_hook is also called
19889         for aligned_alloc.  (Summary of Malloc): Add summary for
19890         aligned alloc.  Document __memalign_hook is also called
19891         for aligned_alloc.
19893 2013-12-16  Will Newton  <will.newton@linaro.org>
19895         * manual/memory.texi (Malloc Examples): Clarify default
19896         alignment documentation.  Suggest posix_memalign rather
19897         than memalign or valloc.
19898         (Aligned Memory Blocks): Remove suggestion to use memalign
19899         or valloc.  Remove obsolete comment about BSD.
19900         Document memalign errno values and mark the function obsolete.
19901         Document posix_memalign returned error codes.  Mark valloc
19902         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19903         called for posix_memalign and valloc.
19904         (Summary of Malloc): Add posix_memalign to function summary.
19905         __memalign_hook is also called for posix_memalign and valloc.
19907 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19909         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19910         TAYLOR_SIN.
19911         (__sin): Adjust.
19912         (__cos): Likewise.
19913         (sloww): Use mynumber union.  Expand ternary operator into
19914         if-else statements.
19915         (cslow): use mynumber union.
19917 2013-12-16  Allan McRae  <allan@archlinux.org>
19919         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19920         * configure: Regenerated.
19922         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19924         [BZ #14120]
19925         * configure.ac: Added --enable-maintainer-mode. Check for
19926         autoconf when enabled.
19927         * configure: Regenerated.
19929         * nscd/nscd.service: New file.
19930         * nscd/nscd.tmpfiles: New file.
19932 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
19934         [BZ #12100]
19935         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19936         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19937         * sysdeps/x86_64/multiarch/strstr.c: ... here.
19938         (strstr): Add __strstr_sse2_unaligned ifunc.
19939         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19940         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19941         (strcasestr): Remove __strcasestr_sse42 ifunc.
19942         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19943         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19944         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19946 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19948         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19949         * sysdeps/sh/bits/fenv.h: ... here.
19950         * sysdeps/sh/sh4/fpu/bits: Remove directory.
19952 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19954         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19956         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19957         hypotf multiarch implementations.
19958         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19959         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19960         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19961         multiarch hypot for PPC64.
19962         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19963         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19964         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19965         multiarch hypotf for PPC64.
19967         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19968         modff multiarch implementations.
19969         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19971         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19972         multiarch modf for PPC64.
19973         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19975         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19976         multiarch modff for PPC64.
19978         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19979         and logl multiarch implementations.
19980         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19982         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19983         multiarch logb for PPC64.
19984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19985         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19986         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19987         multiarch logb for PPC64.
19988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19991         multiarch logb for PPC64.
19993         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19994         isinff multiarch implementation.
19995         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19996         file.
19997         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19999         multiarch isinf for PPC64.
20000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20001         file.
20002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20003         multiarch isinff for PPC64.
20005         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20006         finitef multiarch implementation.
20007         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20008         file.
20009         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20011         multiarch finite for PPC64.
20012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20013         file.
20014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20015         multiarch finitef for PPC64.
20017         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20018         lrint multiarch implementation.
20019         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20020         file.
20021         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20022         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20023         multiarch llrint for PPC64.
20024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20025         multiarch lrint for PPC64.
20027         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20028         copysignf multiarch implementation.
20029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20030         file.
20031         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20032         file.
20033         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20034         multiarch copysign for PPC64.
20035         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20036         multiarch copysignf for PPC64.
20038         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20039         multiarch implementation.
20040         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20041         file.
20042         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20043         file.
20044         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20045         file.
20046         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20047         file.
20048         multiarch llround for PPC64.
20049         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20050         multiarch trunc for PPC64.
20051         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20052         multiarch truncf for PPC64.
20054         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20055         multiarch implementation.
20056         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20057         file.
20058         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20059         file.
20060         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20061         file.
20062         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20063         file.
20064         multiarch llround for PPC64.
20065         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20066         multiarch round for PPC64.
20067         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20068         multiarch roundf for PPC64.
20070         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20071         multiarch implementation.
20072         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20073         file.
20074         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20075         file.
20076         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20077         file.
20078         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20079         file.
20080         multiarch llround for PPC64.
20081         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20082         multiarch floor for PPC64.
20083         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20084         multiarch floorf for PPC64.
20086         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20087         multiarch implementation.
20088         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20089         file.
20090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20091         file.
20092         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20093         file.
20094         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20095         file.
20096         multiarch llround for PPC64.
20097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20098         multiarch ceil for PPC64.
20099         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20100         multiarch ceilf for PPC64.
20102         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20103         multiarch implementation.
20104         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20105         file.
20106         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20107         file.
20108         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20109         file.
20110         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20111         multiarch llround for PPC64.
20112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20113         multiarch lround for PPC64.
20115         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20116         multiarch implementation.
20117         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20119         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20120         file.
20121         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20122         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20124         multiarch isnan for PPC64.
20125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20126         multiarch isnanf for PPC64.
20128         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20129         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20130         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20131         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20132         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20135         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20136         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20137         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20138         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20140         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20141         multiarch implementations.
20142         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20143         (__libc_ifunc_impl_list): Likewise.
20144         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20145         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20146         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20147         multiarch stpcpy for PPC64.
20149         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20150         multiarch implementations.
20151         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20152         (__libc_ifunc_impl_list): Likewise.
20153         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20154         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20155         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20156         multiarch strcpy for PPC64.
20158         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20159         redefine function name.
20160         (_wordcopy_fwd_dest_aligned): Likewise.
20161         (_wordcopy_bwd_aligned): Likewise.
20162         (_wordcopy_bwd_dest_aligned): Likewise.
20163         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20164         multiarch implementations.
20165         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20166         (__libc_ifunc_impl_list): Likewise.
20167         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20168         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20169         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20170         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20171         multiarch wcscpy for PPC64.
20173         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20174         multiarch implementations.
20175         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20176         (__libc_ifunc_impl_list): Likewise.
20177         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20178         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20179         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20180         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20181         multiarch wcscpy for PPC64.
20183         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20184         multiarch implementations.
20185         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20186         (__libc_ifunc_impl_list): Likewise.
20187         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20188         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20189         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20190         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20191         multiarch wcsrchr for PPC64.
20193         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20194         multiarch implementations.
20195         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20196         (__libc_ifunc_impl_list): Likewise.
20197         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20198         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20199         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20200         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20201         multiarch wcschr for PPC64.
20203         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20204         multiarch implementations.
20205         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20206         (__libc_ifunc_impl_list): Likewise.
20207         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20208         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20209         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20210         multiarch strchrnul for PPC64.
20212         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20213         implementations.
20214         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20215         (__libc_ifunc_impl_list): Likewise.
20216         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20217         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20218         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20219         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20220         strchr for PPC64.
20222         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20223         implementations.
20224         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20225         (__libc_ifunc_impl_list): Likewise.
20226         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20227         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20228         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20229         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20230         strncmp for PPC64.
20232         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20233         multiarch implementations.
20234         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20235         (__libc_ifunc_impl_list): Likewise.
20236         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20237         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20238         strncasecmp for PPC64.
20239         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20240         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20241         multiarch strncasecmp_l for PPC64.
20243         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20244         multiarch implementations.
20245         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20246         (__libc_ifunc_impl_list): Likewise.
20247         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20248         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20249         multiarch strcasecmp for PPC64.
20250         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20251         file.
20252         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20253         multiarch strcasecmp_l for PPC64.
20255         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20256         implementations.
20257         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20258         (__libc_ifunc_impl_list): Likewise.
20259         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20260         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20261         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20262         strnlen for PPC64.
20264         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20265         implementations.
20266         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20267         (__libc_ifunc_impl_list): Likewise.
20268         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20269         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20270         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20271         strlen for PPC64.
20273         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20274         implementations.
20275         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20276         (__libc_ifunc_impl_list): Likewise.
20277         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20278         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20279         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20280         rawmemrchr for PPC64.
20282         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20283         implementation.
20284         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20285         (__libc_ifunc_impl_list): Likewise.
20286         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20287         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20288         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20289         memrchr for PPC64.
20291         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20292         implementation.
20293         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20294         (__libc_ifunc_impl_list): Likewise.
20295         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20296         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20297         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20298         memchr for PPC64.
20300         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20301         implementation.
20302         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20303         (__libc_ifunc_impl_list): Likewise.
20304         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20305         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20306         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20307         mempcpy for PPC64.
20309         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20310         avoid cretion of __bzero symbol.
20311         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20312         Likewise.
20313         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20314         Likewise.
20315         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20316         Likewise.
20317         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20318         multiarch implementations.
20319         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20320         (__libc_ifunc_impl_list): Likewise.
20321         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20322         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20323         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20324         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20325         bzero for PPC32.
20326         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20327         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20328         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20329         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20330         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20331         memset for PPC64.
20332         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20334         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20335         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20336         implementations.
20337         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20338         (__libc_ifunc_impl_list): Likewise.
20339         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20340         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20341         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20342         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20343         memcmp for PPC64.
20345         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20346         multiarch for POWER/PPC64.
20347         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20348         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20349         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20350         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20351         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20352         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20353         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20354         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20355         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20356         memcpy for PPC64.
20358         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20359         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20360         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20361         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20362         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20363         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20364         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20365         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20366         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20367         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20368         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20369         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20370         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20371         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20372         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20381 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20383         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20385 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20387         * benchtests/Makefile (bench): Add exp2 and log2.
20388         (LDLIBS-bench-exp2): Add -lm.
20389         (LDLIBS-bench-log2): Likewise.
20390         * benchtests/exp2-inputs: New inputs file.
20391         * benchtests/log2-inputs: New inputs file.
20392         * benchtests/log-inputs: Add new inputs.
20393         * benchtests/tan-inputs: Likewise.
20395 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20397         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20398         definition...
20399         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20400         (csloww2): ... from here.
20402         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20403         instead of structures.
20404         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20405         (POLYNOMIAL): Likewise.
20406         (TAYLOR_SLOW): Likewise.
20407         (__sin): Likewise.
20408         (__cos): Likewise.
20409         (slow1): Likewise.
20410         (slow2): Likewise.
20411         (sloww): Likewise.
20412         (sloww1); Likewise.
20413         (sloww2): Likewise.
20414         (bsloww1): Likewise.
20415         (bsloww2): Likewise.
20416         (cslow2): Likewise.
20417         (csloww): Likewise.
20418         (csloww1): Likewise.
20419         (csloww2): Likewise.
20421 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
20423         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20424         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20425         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20426         * malloc/hooks.c (realloc_check): Likewise.
20428         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20429         * malloc/arena.c: Remove PER_THREAD conditional.
20430         [!PER_THREAD]: Remove code.
20431         (ptmalloc_unlock_all2): Likewise.
20432         (ptmalloc_init): Likewise.
20433         (_int_new_arena): Likewise.
20434         (arena_get2): Likewise.
20435         * malloc/hooks.c (__malloc_get_state): Likewise.
20436         (__malloc_set_state): Likewise.
20437         * malloc/malloc.c: Likewise.
20438         (struct malloc_state): Likewise.
20439         (struct malloc_par): Likewise.
20440         (__libc_realloc): Likewise.
20441         (__libc_mallopt): Likewise.
20443 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20445         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20447 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
20449         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20450         macro to a function.  Check for zero perturb_byte.
20451         (_int_malloc, _int_free): Remove zero perturb_byte checks.
20453         * malloc/malloc.c: (force_reg): Remove.
20454         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20455         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20456         force_reg by atomic_forced_read.
20457         * malloc/arena.c (ptmalloc_init): Likewise.
20458         * malloc/hooks.c (top_check): Likewise.
20460 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20462         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20464 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
20466         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20468 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
20470         * math/auto-libm-test-in: Add tests of lgamma.
20471         * math/auto-libm-test-out: Regenerated.
20472         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20473         (M_LOG_2_SQRT_PIl): Likewise.
20474         (lgamma_test_data): Use AUTO_TESTS_f_f1.
20475         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20476         mpfr_f_f1.
20477         (func_calc_desc): Add mpfr_f_f1 union field.
20478         (ARGS1): New macro.
20479         (ARGS2): Likewise.
20480         (ARGS3): Likewise.
20481         (ARGS4): Likewise.
20482         (RET1): Likewise.
20483         (RET2): Likewise.
20484         (CALC): Likewise.
20485         (FUNC): Likewise.
20486         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20487         (test_functions): Add lgamma.
20488         (calc_generic_results): Handle mpfr_f_f1.
20489         * sysdeps/i386/fpu/libm-test-ulps: Update.
20490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20492 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20494         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20495         __mpn_add_n for PowerPC64/POWER7.
20496         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20497         __mpn_sub_n for PowerPC64/POWER7.
20499         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20500         __mpn_addmul_1 for PowerPC64.
20501         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20502         __mpn_submul_1 for PowerPC64.
20503         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20504         for PowerPC64.
20505         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20506         for PowerPC64.
20508 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
20510         [BZ #15089]
20511         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20513 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20515         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20517         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20518         add multiarch folders.
20519         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20520         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20521         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20522         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20523         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20524         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20525         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20526         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20527         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20528         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20529         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20538         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20540         New file.
20541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20542         New file.
20543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20544         multiarch __ieee754_hypot for PowerPC32.
20545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20546         New file.
20547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20548         New file.
20549         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20550         multiarch __ieee754_hypotf for PowerPC32.
20552         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20553         long_double_symbol only if __logbl is defined.
20554         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20555         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20556         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20557         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20558         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20559         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20560         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20561         path for implementation.
20562         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20563         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20564         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20565         logb, and logbl multiarch implementations for PowerPC32.
20566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20567         file.
20568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20569         file.
20570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20571         multiarch logb for PowerPC32.
20572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20573         file.
20574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20575         file.
20576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20577         multiarch logbf for PowerPC32.
20578         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20580         file.
20581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20582         multiarch logbl implementation for PowerPC32.
20584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20585         and modff multiarch implementations.
20586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20587         New file.
20588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20589         New file.
20590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20591         multiarch modf for PowerPC32.
20592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20593         New file.
20594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20595         New file.
20596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20597         multiarch modff for PowerPC32.
20599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20600         and lrintf multiarch implementations.
20601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20602         New file.
20603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20604         New file.
20605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20606         multiarch lrint for PowerPC32.
20607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20608         file: multiarch lrintf for PowerPC32.
20610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20611         and lroundf multiarch implementations.
20612         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20613         New file.
20614         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20615         New file.
20616         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20617         New file.
20618         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20619         multiarch lround for PowerPC32.
20620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20621         file: multiarch lroundf for PowerPC32.
20623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20624         copysign and copysignf multiarch implementations.
20625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20626         New file.
20627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20628         New file.
20629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20630         file: multiarch copysign for PowerPC32.
20631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20632         file: multiarch copysignf for PowerPC32.
20634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20635         and truncf multiarch implementations.
20636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20637         New file.
20638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20639         file.
20640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20641         multiarch trunc for PowerPC32.
20642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20643         New file.
20644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20645         New file.
20646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20647         multiarch truncf for PowerPC32.
20649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20650         and roundf multiarch implementations.
20651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20652         New file.
20653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20654         file.
20655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20656         multiarch round for PowerPC32.
20657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20658         New file.
20659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20660         New file.
20661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20662         multiarch roundf for PowerPC32.
20664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20665         and floorf multiarch implementations.
20666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20667         New file.
20668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20669         file.
20670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20671         multiarch floor for PowerPC32.
20672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20673         New file.
20674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20675         New file.
20676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20677         multiarch floorf for PowerPC32.
20679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20680         and ceilf multiarch implementations.
20681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20682         New file.
20683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20684         file.
20685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20686         multiarch ceil for PowerPC32.
20687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20688         New file.
20689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20690         file.
20691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20692         multiarch ceilf for PowerPC32.
20694         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20695         is defined.
20696         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20697         FINITEF is defined.
20698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20699         and finitef multiarch implementations.
20700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20701         New file.
20702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20703         file.
20704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20705         multiarch finite for PowerPC32.
20706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20707         New file.
20708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20709         file: multiarch finitef for PowerPC32.
20711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20712         and isinff multiarch implementations.
20713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20714         file.
20715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20716         file.
20717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20718         multiarch isinf for PowerPC32.
20719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20720         New file.
20721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20722         multiarch isinff for PowerPC32.
20724         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20725         alias when __isnan is defined.
20726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20727         and isnanf multiarch implementations.
20728         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20729         file.
20730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20731         file.
20732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
20733         file.
20734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
20735         file.
20736         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
20737         multiarch isnan for PowerPC32.
20738         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
20739         New file.
20740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
20741         New file.
20742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
20743         multiarch isnanf for PowerPC32.
20745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
20746         and sqrtf multiarch implementations.
20747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
20748         file.
20749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
20750         file.
20751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20752         multiarch sqrt for PowerPC32.
20753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20754         file.
20755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20756         file.
20757         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20758         multiarch sqrtf for PowerPC32.
20760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20761         and llroundf multiarch implementations.
20762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20763         New file.
20764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20765         New file.
20766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20767         New file.
20768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20769         file: multiarch llround for PowerPC32.
20770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20771         file: multiarch llroundf for PowerPC32.
20773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20774         multiarch PowerPC32 fpu implementations.
20775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20776         New file.
20777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20778         New file.
20779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20780         multiarch llrint for PowerPC32.
20781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20782         New file.
20783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20784         New file.
20785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20786         file.
20788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20790         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20791         file.
20792         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20793         file.
20794         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20795         file.
20796         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20797         multiarch wordcopy for PPC32.
20798         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20799         wordcopy objects.
20800         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20801         (__libc_ifunc_impl_list): Likewise.
20802         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20803         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20804         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20805         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20806         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20807         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20809         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20810         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20811         file.
20812         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20813         file.
20814         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20815         file.
20816         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20817         multiarch wcscpy for PPC32.
20818         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20819         multiarch objects.
20820         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20821         (__libc_ifunc_impl_list): Likewise.
20822         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20823         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20824         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20825         sysdeps/powerpc/power6/wcscpy.c.
20827         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20828         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20829         file.
20830         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20831         file.
20832         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20833         file.
20834         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20835         multiarch wcsrchr for PPC32.
20836         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20837         multiarch objects.
20838         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20839         (__libc_ifunc_impl_list): Likewise.
20840         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20841         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20842         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20843         sysdeps/powerpc/power6/wcsrchr.c.
20845         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20846         file.
20847         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20848         file.
20849         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20850         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20851         multiarch wcschr for PPc32.
20852         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20853         multiarch objects.
20854         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20855         (__libc_ifunc_impl_list): Likewise.
20856         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20857         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20858         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20859         sysdeps/powerpc/power6/wcschr.c.
20861         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20862         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20863         file.
20864         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20865         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20866         file: multiarch strchr for PPC32.
20867         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20868         multiarch objects.
20869         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20870         (__libc_ifunc_impl_list): Likewise.
20872         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20873         name.
20874         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20875         file.
20876         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20877         file.
20878         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20879         multiarch strchrnul for PPC32.
20880         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20881         multiarch objects.
20882         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20883         (__libc_ifunc_impl_list): Likewise.
20885         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20886         file.
20887         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20888         multiarch strncasecmp for PPC32.
20889         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20890         file.
20891         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20892         multiarch strncasecmp_l for PPC32.
20893         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20894         strncasecmp multiarch objects.
20895         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20896         (__libc_ifunc_impl_list): Likewise.
20898         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20899         file.
20900         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20901         multiarch strncasecmp for PPC32.
20902         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20903         New file.
20904         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20905         multiarch strcasecmp_l for PPC32.
20906         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20907         multiarch objects.
20908         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20909         (__libc_ifunc_impl_list): Likewise.
20911         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20912         file.
20913         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20914         file.
20915         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20916         multiarch strncmp for PPC32.
20917         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20918         multiarch objects.
20919         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20920         (__libc_ifunc_impl_list): Likewise.
20922         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20923         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20924         file.
20925         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20926         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20927         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20928         multiarch objects.
20929         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20930         (__libc_ifunc_impl_list): Likewise.
20932         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20933         file.
20934         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20935         file.
20936         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20937         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20938         multiarch objects.
20939         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20940         (__libc_ifunc_impl_list): Likewise.
20942         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20943         file.
20944         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20945         file.
20946         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20947         multiarch rawmemchr for PPC32.
20948         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20949         multiarch objects.
20950         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20951         (__libc_ifunc_impl_list): Likewise.
20953         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20954         file.
20955         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20956         file.
20957         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20958         file: memrchr multiarch for PPC32.
20959         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20960         multiarch objects.
20961         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20962         (__libc_ifunc_impl_list): Likewise.
20964         * string/memchr.c (__memchr): Using macro to redefine symbol name.
20965         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20966         file.
20967         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20968         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20969         multiarch memchr for PPC32.
20970         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20971         multiarch objects.
20972         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20973         (__libc_ifunc_impl_list): Likewise.
20975         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20976         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20977         file.
20978         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20979         file.
20980         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20981         file: multiarch mempcpy for PPC32.
20982         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20983         multiarch objects.
20984         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20985         (__libc_ifunc_impl_list): Likewise.
20987         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20988         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20989         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20990         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20991         multiarch bzero for PPC32.
20992         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20993         file.
20994         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20995         file.
20996         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20997         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20998         file: multiarch memset for PPC32.
20999         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21000         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21001         memset multiarch objects.
21002         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21003         (__libc_ifunc_impl_list): Likewise.
21005         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21006         file.
21007         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21008         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21009         memcmp for PPC32.
21010         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21011         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21012         multiarch objects.
21013         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21014         (__libc_ifunc_impl_list): Likewise.
21016         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21017         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21018         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21019         file.
21020         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21021         file.
21022         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21023         file.
21024         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21025         multiarch memcpy for PPC32.
21026         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21027         multiarch objects.
21028         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21029         (__libc_ifunc_impl_list): Likewise.
21031         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21032         support multiarch for POWER/PPC32.
21033         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21034         Likewise.
21035         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21037         Implies file to make multiarch folder appers before the fpu and
21038         default folder for power4 configuration.
21040 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21042         * scripts/bench.pl: Append volatile keyword to type.
21044 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21046         * sysdeps/sh/sotruss-lib.c: New file.
21047         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21049 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21051         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21053 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21055         [BZ #6810]
21056         * math/w_tgamma.c: Include <errno.h>.
21057         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21058         * math/w_tgammaf.c: Include <errno.h>.
21059         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21060         * math/w_tgammal.c: Include <errno.h>.
21061         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21062         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21063         underflow.  Add more tgamma tests.
21064         * math/auto-libm-test-out: Regenerated.
21065         * sysdeps/i386/fpu/libm-test-ulps: Update.
21066         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21068         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21069         sin, sinh, tan, tanh, tgamma, y0 and y1.
21070         * math/auto-libm-test-out: Regenerated.
21071         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21072         (TEST_COND_x86): Likewise.
21073         (M_E2l): Remove macro.
21074         (M_E3l): Likewise.
21075         (M_2_SQRT_PIl): Likewise.
21076         (M_SQRT_PIl): Likewise.
21077         (M_1_DIV_El): Likewise.
21078         (log_test_data): Use AUTO_TESTS_f_f.
21079         (log10_test_data): Likewise.
21080         (log1p_test_data): Likewise.
21081         (log2_test_data): Likewise.
21082         (sin_test_data): Likewise.
21083         (sin_tonearest_test_data): Likewise.
21084         (sin_towardzero_test_data): Likewise.
21085         (sin_downward_test_data): Likewise.
21086         (sin_upward_test_data): Likewise.
21087         (sinh_test_data): Likewise.
21088         (sinh_tonearest_test_data): Likewise.
21089         (sinh_towardzero_test_data): Likewise.
21090         (sinh_downward_test_data): Likewise.
21091         (sinh_upward_test_data): Likewise.
21092         (tan_test_data): Likewise.
21093         (tan_tonearest_test_data): Likewise.
21094         (tan_towardzero_test_data): Likewise.
21095         (tan_downward_test_data): Likewise.
21096         (tan_upward_test_data): Likewise.
21097         (tanh_test_data): Likewise.
21098         (tgamma_test_data): Likewise.
21099         (y0_test_data): Likewise.
21100         (y1_test_data): Likewise.
21101         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21102         (special_real_inputs): Add pi/4.
21103         * sysdeps/i386/fpu/libm-test-ulps: Update.
21104         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21106 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21108         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21109         "longjmp_target" static probes.
21110         (__longjmp): Rename to __longjmp_symbol.
21111         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21112         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21113         on which longjmp to generate.
21114         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21115         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21116         probe.
21117         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21118         (__sigjmp_save): Rename to __sigjmp_save_symbol.
21119         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21120         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21121         and __sigjmp_save_symbol based on which sigsetjmp to generated.
21122         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21124         __longjmp_symbol based on which __longjmp to generate.
21125         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21126         probe.
21127         (setjmp): Rename to setjmp_symbol.
21128         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21129         (_setjmp): Rename to _setjmp_symbol.
21130         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21131         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21132         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21133         which setjmp to generate.
21134         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21135         "longjmp_target" static probes.
21137 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
21139         * benchtests/README: Add note about output arguments.
21140         * benchtests/bench-sincos.c: Remove file.
21141         * benchtests/sincos-inputs: New file.
21142         * scripts/bench.pl: Identify output arguments and define
21143         static variables for them.
21145         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21147         [BZ #15941]
21148         * Makefile (INSTALL): Add install-plain.texi as the primary
21149         dependency.
21150         * manual/install-plain.texi: New file.
21151         * manual/install.texi: Include node directive only for
21152         non-plaintext output.
21154 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
21156         * stdlib/longlong.h: Update from GCC.
21158         [BZ #6807]
21159         [BZ #15901]
21160         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21161         * math/w_j0f.c (y0f): Likewise.
21162         * math/w_j0l.c (__y0l): Likewise.
21163         * math/w_j1.c (y1): Likewise.
21164         * math/w_j1f.c (y1f): Likewise.
21165         * math/w_j1l.c (__y1l): Likewise
21166         * math/w_jn.c (yn): Likewise.
21167         * math/w_jnf.c (ynf): Likewise.
21168         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21169         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
21170         value for Bessel function domain errors outside _SVID_ mode.
21171         Adjust sign of return value for yn (negative integer, 0).
21172         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21173         by zero in return for negative x and set sign appropriately for
21174         negative n.
21175         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21176         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21177         * math/libm-test.inc (y0_test_data): Add more tests and adjust
21178         expectations in error cases.
21179         (y1_test_data): Likewise.
21180         (yn_test_data): Likewise.
21181         * sysdeps/i386/fpu/libm-test-ulps: Update.
21182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21184 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21186         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21187         "64" to "64-v1".  Add "64-v2".
21188         (abi-64-options): Rename to ...
21189         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
21190         (abi-64-condition): Rename to ...
21191         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
21192         (abi-64-ld-soname): Rename to ...
21193         (abi-64-v1-ld-soname): ... this.
21194         (abi-64-v2-options): Define.
21195         (abi-64-v2-condition): Likewise.
21196         (abi-64-v2-ld-soname): Likewise.
21197         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21198         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21203 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21204             Alan Modra  <amodra@gmail.com>
21206         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21207         New versions for use with the ELFv2 ABI.
21208         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21209         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21210         declaration.
21211         (struct La_ppc64v2_retval): Likewise.
21212         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21213         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21214         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21215         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21216         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21217         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21218         Do not save or restore CR.
21219         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21220         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21221         return values for ELFv2 ABI.  Fix location of FPR return registers.
21222         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21223         updated values for _CALL_ELF == 2.
21224         (La_regs, La_retval, int_retval): Likewise.
21226 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21228         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21229         (FRAME_MIN_SIZE_PARM): Likewise.
21230         (FRAME_BACKCHAIN): Likewise.
21231         (FRAME_CR_SAVE): Likewise.
21232         (FRAME_LR_SAVE): Likewise.
21233         (FRAME_TOC_SAVE): Likewise.
21234         (FRAME_PARM_SAVE): Likewise.
21235         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21236         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21237         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21238         (call_mcount_parm_offset): New macro.
21239         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21240         (PROF): Use symbolic stack frame offsets.
21241         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21242         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21243         Redefine in terms of FRAME_MIN_SIZE.
21244         (_dl_runtime_resolve): Use symbolic stack frame offsets.
21245         (_dl_profile_resolve): Likewise.  Update comment.
21246         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21247         symbols stack frame offsets.
21248         (__sigsetjmp): Likewise.
21249         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21250         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21251         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21252         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21255         (FRAME_BACKCHAIN): Remove.
21256         (FRAME_CR_SAVE): Likewise.
21257         (FRAME_LR_SAVE): Likewise.
21258         (FRAME_COMPILER_DW): Likewise.
21259         (FRAME_LINKER_DW): Likewise.
21260         (FRAME_TOC_SAVE): Likewise.
21261         (FRAME_PARM_SAVE): Likewise.
21262         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21263         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21264         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21266         (CHECK_SP): Use symbolic stack frame offsets.
21267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21268         zone" instead of caller's parameter save area for temp storage.
21269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21270         Likewise.  Also, use symbolic stack frame offsets.
21271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21272         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21273         our own stack frame instead of the caller's.
21274         (__socket): Use symbolic stack frame offsets.
21276 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21277             Alan Modra  <amodra@gmail.com>
21279         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21280         Define.
21281         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21282         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21283         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21284         New function.
21285         (elf_machine_fixup_plt): Call it.
21286         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21287         reloc arguments.
21288         (elf_machine_rela): Update call to elf_machine_plt_conflict.
21289         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21290         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21291         r2 before calling target.
21293 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21294             Alan Modra  <amodra@gmail.com>
21296         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21297         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21298         versions of macros to support ELFv2 ABI.
21299         (LOCALENTRY): New macro.
21300         (ENTRY, EALIGN): Use it.
21301         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21302         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21303         fall through into ENTRY entry point.
21304         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21305         Only define if _CALL_ELF != 2.
21307         (elf_machine_matches_host): Verify ABI version matches.
21308         (RTLD_START): Use LOCALENTRY.
21309         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21310         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21311         (PLT_ENTRY_WORDS): New macro.
21312         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21313         (elf_machine_runtime_setup): Support ELFv2 ABI.
21314         (elf_machine_fixup_plt): Likewise.
21315         (elf_machine_plt_conflict): Likewise.
21316         (resolve_ifunc): Likewise.
21317         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21318         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21319         Likewise.
21320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21321         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21323         (makecontext): Support ELFv2 ABI.
21324         * elf/elf.h (EF_PPC64_ABI): Define.
21326 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21328         * sysdeps/powerpc/powerpc64/sysdep.h
21329         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21330         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21331         (ENTRY) [ASSEMBLER]: ... but instead here ...
21332         (EALIGN) [ASSEMBLER]: ... and here.
21333         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21334         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21335         (ENTRY_2) [!ASSEMBLER]: Use it.
21336         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21337         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
21338         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21339         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21340         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21342         Use PPC64_LOAD_FUNCPTR.
21344         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21346 2013-12-04  Alan Modra  <amodra@gmail.com>
21348         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21349         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21350         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21351         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21353         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21354         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21355         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21356         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21357         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21358         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21360 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21363         (__makecontext): Fix incorrect CFI when backtracing out of
21364         context created via makecontext.
21365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21366         (__setcontext): Fix incorrect CFI during switch to new context.
21367         (__novec_setcontext): Likewise.
21369 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21371         [BZ #4772]
21372         * time/strptime_l.c (__strptime_internal): Allow modifiers
21373         in strptime.
21374         * time/tst-strptime.c (day_tests): Add testcase.
21376 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21378         * scripts/bench.pl: Skip over blank lines.
21380 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21382         [BZ #926]
21383         * manual/time.texi (Calendar Time): Clarify what timezone functions
21384         use.
21386 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21388         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21390 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21392         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21393         implementation.
21394         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21395         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21396         * debug/memset_chk.c (__memset_chk): Likewise.
21397         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21398         * debug/strncpy_chk.c: Likewise.
21400 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21402         [BZ #15268]
21403         [BZ #15425]
21404         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21405         (__ieee754_exp): For possibly underflowing results, check size of
21406         result and force underflow exception if required.
21407         * math/auto-libm-test-in: Add more tests of exp.
21408         * math/auto-libm-test-out: Regenerated.
21409         * sysdeps/i386/fpu/libm-test-ulps: Update.
21410         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21412         [BZ #16283]
21413         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21414         * math/w_exp2f.c (__exp2f): Likewise.
21415         * math/w_exp2l.c (__exp2l): Likewise.
21416         * math/auto-libm-test-in: Do not allow missing errno on exp2
21417         underflow.
21418         * math/auto-libm-test-out: Regenerated.
21420 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
21422         [BZ #16274]
21423         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21424         handle filename validation.
21425         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21426         (do_open): Delete.
21428 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21430         [BZ #6786]
21431         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21432         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21433         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21434         <float.h>.
21435         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21436         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21437         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21438         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21439         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21440         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21441         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21442         * math/auto-libm-test-in: Don't allow missing errno from erfc.
21443         Add more erfc tests.
21444         * math/auto-libm-test-out: Regenerated.
21445         * sysdeps/i386/fpu/libm-test-ulps: Update.
21446         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21448         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21449         exp2, expm1, j0 and j1.
21450         * math/auto-libm-test-out: Regenerated.
21451         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21452         (erfc_test_data): Likewise.
21453         (exp_test_data): Likewise.
21454         (exp_tonearest_test_data): Likewise.
21455         (exp_towardzero_test_data): Likewise.
21456         (exp_downward_test_data): Likewise.
21457         (exp_upward_test_data): Likewise.
21458         (exp10_test_data): Likewise.
21459         (exp2_test_data): Likewise.
21460         (expm1_test_data): Likewise.
21461         (j0_test_data): Likewise.
21462         (j1_test_data): Likewise.
21463         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21464         (input_flag_type): Add flag_xfail_rounding.
21465         (input_flags): Add xfail-rounding.
21466         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21467         (output_for_one_input_case): Handle flag_xfail_rounding.
21468         * sysdeps/i386/fpu/libm-test-ulps: Update.
21469         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21471 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
21473         [BZ #16289]
21474         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21475         division by 0.
21477 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21479         [BZ #16195]
21480         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21481         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21482         (STAP_PROBE0): New macro.
21483         (STAP_PROBE1): Likewise.
21484         (STAP_PROBE2): Likewise.
21485         (STAP_PROBE3): Likewise.
21486         (STAP_PROBE4): Likewise.
21488 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
21490         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21492 2013-12-02  Steve Ellcey  <sellcey@mips.com>
21494         * benchtests/Makefile (bench): Add sqrt.
21495         (LDLIBS-bench-sqrt): New.
21496         * benchtests/sqrt-input: New.
21498 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
21500         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21501         (GAIH_EAI): Likewise.
21502         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21503         (gaih_inet): Likewise.
21504         (getaddrinfo): Don't use GAIH_EAI.
21506         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21507         (struct gaih): Remove definition.
21509 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21511         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21512         Use HERRNOP directly.
21514 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21516         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21518 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
21520         * math/gen-auto-libm-tests.c (test_functions): Add more
21521         single-argument functions.
21522         (special_fill_pi_2): New function.
21523         (special_fill_minus_pi_2): Likewise.
21524         (special_fill_pi_6): Likewise.
21525         (special_fill_minus_pi_6): Likewise.
21526         (special_fill_pi_3): Likewise.
21527         (special_fill_2pi_3): Likewise.
21528         (special_fill_e): Likewise.
21529         (special_fill_1_e): Likewise.
21530         (special_fill_e_minus_1): Likewise.
21531         (special_real_inputs): Add more special inputs.
21532         (output_for_one_input_case): Do not require ERANGE on underflow to
21533         zero if round-to-nearest result does not underflow to zero, unless
21534         exact results required.
21535         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21536         atan, atanh, cbrt, cos and cosh.
21537         * math/auto-libm-test-out: Regenerated.
21538         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21539         (acos_tonearest_test_data): Likewise.
21540         (acos_towardzero_test_data): Likewise.
21541         (acos_downward_test_data): Likewise.
21542         (acos_upward_test_data): Likewise.
21543         (acosh_test_data): Likewise.
21544         (asin_test_data): Likewise.
21545         (asin_tonearest_test_data): Likewise.
21546         (asin_towardzero_test_data): Likewise.
21547         (asin_upward_test_data): Likewise.
21548         (asinh_test_data): Likewise.
21549         (atan_test_data): Likewise.
21550         (atanh_test_data): Likewise.
21551         (cbrt_test_data): Likewise.
21552         (cos_test_data): Likewise.
21553         (cos_tonearest_test_data): Likewise.
21554         (cos_towardzero_test_data): Likewise.
21555         (cos_downward_test_data): Likewise.
21556         (cos_upward_test_data): Likewise.
21557         (cosh_test_data): Likewise.
21558         (cosh_tonearest_test_data): Likewise.
21559         (cosh_towardzero_test_data): Likewise.
21560         (cosh_downward_test_data): Likewise.
21561         (cosh_upward_test_data): Likewise.
21562         * sysdeps/i386/fpu/libm-test-ulps: Update.
21563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21565 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
21567         [BZ #6787]
21568         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21569         * math/w_exp10f.c (__exp10f): Likewise.
21570         * math/w_exp10l.c (__exp10l): Likewise.
21571         * math/libm-test.inc (exp10_test_data): Add more tests and expect
21572         errno settings in existing tests.
21574         [BZ #14032]
21575         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21576         precision control set to double precision.
21577         * sysdeps/i386/fpu/w_sqrt.c: New file.
21578         * math/auto-libm-test-in: Add more tests.
21579         * math/auto-libm-test-out: Update.
21581         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21582         (sqrt_test_tonearest): New function.
21583         (sqrt_towardzero_test_data): New variable.
21584         (sqrt_test_towardzero): New function.
21585         (sqrt_downward_test_data): New variable.
21586         (sqrt_test_downward): New function.
21587         (sqrt_upward_test_data): New variable.
21588         (sqrt_test_upward): New function.
21589         (main): Call the new functions.
21591         * math/gen-auto-libm-tests.c: New file.
21592         * math/auto-libm-test-in: Likewise.
21593         * math/auto-libm-test-out: New generated file.
21594         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21595         variables.
21596         (%beautify): Add generated representations of zero.
21597         (top level): Set $auto_input and call parse_auto_input.
21598         (beautify): Remove trailing "f" from hex float constants.
21599         (parse_args): Handle XFAIL_TEST.
21600         (convert_condition): New function.
21601         (or_value): Likewise.
21602         (or_cond_value): Likewise.
21603         (generate_testfile): Handle AUTO_TESTS_* lines.
21604         (parse_auto_input): New function.
21605         * math/libm-test.inc (XFAIL_TEST): New macro.
21606         (ERRNO_UNCHANGED): Update value.
21607         (ERRNO_EDOM): Likewise.
21608         (ERRNO_ERANGE): Likewise.
21609         (IGNORE_RESULT): Likewise.
21610         (TEST_COND_flt_32): New macro.
21611         (TEST_COND_dbl_64): Likewise.
21612         (TEST_COND_ldbl_96_intel): Likewise.
21613         (TEST_COND_ldbl_96_m68k): Likewise.
21614         (TEST_COND_ldbl_128): Likewise.
21615         (TEST_COND_ldbl_128ibm): Likewise.
21616         (TEST_COND_long32): Likewise.
21617         (TEST_COND_long64): Likewise.
21618         (TEST_COND_before_rounding): Likewise.
21619         (TEST_COND_after_rounding): Likewise.
21620         (enable_test): Handle XFAIL_TEST flag.
21621         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21622         with finite results.
21623         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21624         auto-libm-test-out.
21626 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21627             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21629         [BZ #16214]
21630         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21631         __tls_get_addr_internal instead of __tls_get_offset in order to
21632         avoid GOT pointer dependency.  Make rtld export
21633         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21634         __tls_get_addr since we are a __tls_get_offset platform.
21635         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21636         GOT pointer being set up before.
21637         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21639 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
21641         * manual/math.texi (Errors in Math Functions): Document accuracy
21642         goals.
21644         [BZ #15004]
21645         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21646         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21647         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21648         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21649         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21650         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21651         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21652         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21653         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21654         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21655         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21656         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21657         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21658         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21659         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21660         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21662         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21663         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21664         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21665         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21666         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21667         Likewise.
21668         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21669         Likewise.
21670         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21671         Likewise.
21672         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21673         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21674         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21675         atomic-feupdateenv and flt-rounds.
21676         * sysdeps/powerpc/nofpu/Versions (libc): Add
21677         __atomic_feholdexcept, __atomic_feclearexcept,
21678         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21679         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21680         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21681         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21682         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21683         here.
21684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21685         Update.
21687         * manual/arith.texi (FP Exceptions): Document that exceptions may
21688         not be raised when matherr is used.
21689         (Math Error Reporting): Document overflow in directed rounding
21690         modes.  Document that errno may not be set when finite values are
21691         returned on overflow.  Document intent to set errno on underflow
21692         only for underflow to zero.
21694         [BZ #16271]
21695         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21696         round-to-nearest then adjust result for other rounding modes.
21697         * include/fenv.h (fegetround): Use libm_hidden_proto.
21698         * math/fegetround.c (fegetround): Use libm_hidden_def.
21699         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21700         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21701         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21702         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21703         Likewise.
21704         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21705         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21706         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21707         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21709 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21711         [BZ #16077]
21712         * nss/Versions (libnss_files): Add
21713         _nss_files_gethostbyname3_r.
21714         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21715         New function.
21716         (HOST_DB_LOOKUP): Remove macro.
21717         (_nss_files_gethostbyname_r): Implement function without the
21718         HOST_DB_LOOKUP macro.
21719         (_nss_files_gethostbyname2_r): Likewise.
21721 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
21723         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21725 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
21727         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21728         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21729         warning.
21731 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21733         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
21734         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
21735         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
21736         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
21737         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
21738         __fe_nomask_env_priv and attribute_hidden.
21739         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
21740         (libc_feupdateenv_test_ppc): Likewise.
21741         (libc_feresetround_ppc): Likewise.
21742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21743         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
21744         compat_symbol macro.
21745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21746         (__fe_nomask_env): Likewise.
21747         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
21749 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21751         * string/Makefile: Remove ifunc tests.
21752         * string/test-string.h: Define TEST_IFUNC.
21753         * string/test-bcopy-ifunc.c: Remove.
21754         * string/test-bzero-ifunc.c: Likewise.
21755         * string/test-memccpy-ifunc.c: Likewise.
21756         * string/test-memchr-ifunc.c: Likewise.
21757         * string/test-memcmp-ifunc.c: Likewise.
21758         * string/test-memcpy-ifunc.c: Likewise.
21759         * string/test-memmem-ifunc.c: Likewise.
21760         * string/test-memmove-ifunc.c: Likewise.
21761         * string/test-mempcpy-ifunc.c: Likewise.
21762         * string/test-memrchr-ifunc.c: Likewise.
21763         * string/test-memset-ifunc.c: Likewise.
21764         * string/test-rawmemchr-ifunc.c: Likewise.
21765         * string/test-stpcpy-ifunc.c: Likewise.
21766         * string/test-stpncpy-ifunc.c: Likewise.
21767         * string/test-strcasecmp-ifunc.c: Likewise.
21768         * string/test-strcasestr-ifunc.c: Likewise.
21769         * string/test-strcat-ifunc.c: Likewise.
21770         * string/test-strchr-ifunc.c: Likewise.
21771         * string/test-strchrnul-ifunc.c: Likewise.
21772         * string/test-strcmp-ifunc.c: Likewise.
21773         * string/test-strcpy-ifunc.c: Likewise.
21774         * string/test-strcspn-ifunc.c: Likewise.
21775         * string/test-strlen-ifunc.c: Likewise.
21776         * string/test-strncasecmp-ifunc.c: Likewise.
21777         * string/test-strncat-ifunc.c: Likewise.
21778         * string/test-strncmp-ifunc.c: Likewise.
21779         * string/test-strncpy-ifunc.c: Likewise.
21780         * string/test-strnlen-ifunc.c: Likewise.
21781         * string/test-strpbrk-ifunc.c: Likewise.
21782         * string/test-strrchr-ifunc.c: Likewise.
21783         * string/test-strspn-ifunc.c: Likewise.
21784         * string/test-strstr-ifunc.c: Likewise.
21786 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21788         * benchtests/Makefile: Remove ifunc tests.
21789         * benchtests/bench-string.h: Define TEST_IFUNC.
21790         * benchtests/bench-bcopy-ifunc.c: Remove.
21791         * benchtests/bench-bzero-ifunc.c: Likewise.
21792         * benchtests/bench-memccpy-ifunc.c: Likewise.
21793         * benchtests/bench-memchr-ifunc.c: Likewise.
21794         * benchtests/bench-memcmp-ifunc.c: Likewise.
21795         * benchtests/bench-memcpy-ifunc.c: Likewise.
21796         * benchtests/bench-memmem-ifunc.c: Likewise.
21797         * benchtests/bench-memmove-ifunc.c: Likewise.
21798         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21799         * benchtests/bench-memrchr-ifunc.c: Likewise.
21800         * benchtests/bench-memset-ifunc.c: Likewise.
21801         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21802         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21803         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21804         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21805         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21806         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21807         * benchtests/bench-strcat-ifunc.c: Likewise.
21808         * benchtests/bench-strchr-ifunc.c: Likewise.
21809         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21810         * benchtests/bench-strcmp-ifunc.c: Likewise.
21811         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21812         * benchtests/bench-strcpy-ifunc.c: Likewise.
21813         * benchtests/bench-strcspn-ifunc.c: Likewise.
21814         * benchtests/bench-strlen-ifunc.c: Likewise.
21815         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21816         * benchtests/bench-strncat-ifunc.c: Likewise.
21817         * benchtests/bench-strncmp-ifunc.c: Likewise.
21818         * benchtests/bench-strncpy-ifunc.c: Likewise.
21819         * benchtests/bench-strnlen-ifunc.c: Likewise.
21820         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21821         * benchtests/bench-strrchr-ifunc.c: Likewise.
21822         * benchtests/bench-strsep-ifunc.c: Likewise.
21823         * benchtests/bench-strspn-ifunc.c: Likewise.
21824         * benchtests/bench-strstr-ifunc.c: Likewise.
21826 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21828         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21830 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21832         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21833         * rt/aio.h: Likewise.
21834         * sysdeps/gnu/bits/utmp.h: Likewise.
21835         * sysdeps/gnu/bits/utmpx.h: Likewise.
21836         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21837         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21838         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21839         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21840         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21841         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21842         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21843         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21844         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21845         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21846         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21847         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21848         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21850         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21851         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21852         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21853         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21854         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21855         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21856         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21857         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21858         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21859         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21860         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21861         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21862         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21863         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21864         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21865         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21866         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21867         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21868         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21869         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21870         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21871         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21872         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21873         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21874         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21875         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21876         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21877         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21879 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21881         [BZ #16245]
21882         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21883         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21885 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21887         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21888         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21889         Likewise.
21891 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21893         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21894         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21895         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21896         (__fesetround): Remove define.
21897         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21898         rounding and exceptions handling.
21899         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21900         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21901         (__fe_nomask_env): Likewise.
21902         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21903         __fegetround instead of fegetround.
21904         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21905         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21907 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21909         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21910         it's there.
21912         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21914 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21916         [BZ #11157]
21917         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21918         (encrypt_r): Likewise.
21919         * malloc/obstack.h (obstack_free): Likewise.
21920         * posix/unistd.h (encrypt): Likewise.
21922 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
21924         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21925         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21926         DL_CALL_DT_FINI() that call the functions directly.
21927         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21928         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21929         * elf/dl-fini.c: Likewise.
21931 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
21933         * malloc/hooks.c (memalign_check): Add alignment rounding.
21934         * malloc/malloc.c (_mid_memalign): New function.
21935         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21936         Implement by calling _mid_memalign.
21937         * manual/probes.texi (Memory Allocation Probes): Remove
21938         memory_valloc_retry and memory_pvalloc_retry.
21940 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21942         * locale/programs/locarchive.c (open_archive): Add const
21943         qualifier to ARCHIVEFNAME and copy default fname to
21944         DEFAULT_FNAME.
21946         [BZ #15601]
21947         * libio/tst-widetext.input: Rename Oriya to Odia.
21948         * locale/iso-639.def: Likewise.
21950         * manual/probes.texi (Mathematical Function Probes): Add
21951         documentation for sin, cos, asin and acos probes.
21952         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21953         (__sin32): Add slowasin probe.
21954         (__cos32): Add slowacos probe.
21955         (__mpsin): Add slowsin probe.
21956         (__mpcos): Add slowcos probe.
21958 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
21960         [BZ #15483]
21961         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21962         thread-local __sim_exceptions_thread and global
21963         __sim_exceptions_global.
21964         (__sim_disabled_exceptions): Change to thread-local
21965         __sim_disabled_exceptions_thread and global
21966         __sim_disabled_exceptions_global.
21967         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21968         and global __sim_round_mode_global.
21969         (__simulate_exceptions): Use thread-local floating-point state and
21970         set global state from it as needed.
21971         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21972         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21973         __sim_round_mode_thread.
21974         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21975         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21976         and global __sim_exceptions_global.
21977         (__sim_disabled_exceptions): Change to thread-local
21978         __sim_disabled_exceptions_thread and global
21979         __sim_disabled_exceptions_global.
21980         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21981         and global __sim_round_mode_global.
21982         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21983         (SIM_SET_GLOBAL): Likewise.
21984         * sysdeps/powerpc/soft-fp/sfp-machine.h
21985         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21986         __sim_round_mode_thread.
21987         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21988         __sim_disabled_exceptions_thread.
21989         (__sim_exceptions): Change to __sim_exceptions_thread.
21990         (__sim_disabled_exceptions): Change to
21991         __sim_disabled_exceptions_thread.
21992         (__sim_round_mode): Change to __sim_round_mode_thread.
21993         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21994         thread-local floating-point state and set global state from it as
21995         needed.
21996         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21997         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21998         (__sim_disabled_exceptions): Remove extern declaration.
21999         (feenableexcept): Use thread-local floating-point state and set
22000         global state from it as needed.
22001         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22002         extern declaration.
22003         (__sim_disabled_exceptions): Likewise.
22004         (__sim_round_mode): Likewise.
22005         (__fegetenv): Use thread-local floating-point state.
22006         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22007         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22008         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22009         floating-point state and set global state from it as needed.
22010         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22011         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22012         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22013         Likewise.
22014         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22015         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22016         Likewise.
22017         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22018         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22019         Use __sim_round_mode_thread.
22020         * math/test-fenv-tls.c: New file.
22021         * math/Makefile (tests): Add test-fenv-tls.
22022         ($(objpfx)test-fenv-tls): Depend on
22023         $(common-objpfx)nptl/libpthread.so.
22025 2013-11-19  Andreas Schwab  <schwab@suse.de>
22027         * locale/programs/locale.c (show_info): Decode wordarray elements.
22028         * locale/categories.def (LC_MONETARY): Add element for
22029         _NL_MONETARY_CRNCYSTR.
22030         * locale/C-monetary.c (conversion_rate): New variable.
22031         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22032         element.
22034 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22036         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22037         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22039 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22041         * elf/Makefile (tst-auxv): New test.
22042         * elf/tst-auxv.c: New
22043         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22045 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22047         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22048         (hidden_proto): Caller changed.
22049         (hidden_tls_proto): New macro.
22050         (libc_hidden_tls_proto): Likewise.
22051         (rtld_hidden_tls_proto): Likewise.
22052         (libm_hidden_tls_proto): Likewise.
22053         (libresolv_hidden_tls_proto): Likewise.
22054         (librt_hidden_tls_proto): Likewise.
22055         (libdl_hidden_tls_proto): Likewise.
22056         (libnss_files_hidden_tls_proto): Likewise.
22057         (libnsl_hidden_tls_proto): Likewise.
22058         (libnss_nisplus_hidden_tls_proto): Likewise.
22059         (libutil_hidden_tls_proto): Likewise.
22061 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22063         [BZ #10253]
22064         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22065         (decompose_rpath): Defer expansion to fillin_rpath.
22066         (_dl_init_paths): Pass linkmap to fillin_rpath.
22068 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22070         * benchtests/Makefile: Add strsep.
22071         * benchtests/bench-strsep.c: New file: strsep benchtest.
22072         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22074 2013-11-18  Andreas Schwab  <schwab@suse.de>
22076         * locale/programs/locale.c (show_info) [case byte]: Check for
22077         '\377' instead of '\177'.
22078         * locale/C-monetary.c (not_available): Always use "\377".
22079         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22080         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22081         detect unavailable sign_posn locale elements.
22082         * locale/localeconv.c (__localeconv): For grouping and
22083         mon_grouping handle "\177" and "\377" like no grouping.
22084         (INT_ELEM): New macro.  Use it to set all numeric members.
22085         * locale/programs/ld-monetary.c (monetary_read)
22086         <tok_mon_grouping>: Normalize single -1 to the empty string.
22087         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22088         Likewise.
22090 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22092         [BZ #16055]
22093         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22094         when we match (nil).
22095         * stdio-common/tst-sscanf.c (struct test): Add testcase.
22097 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
22099         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22100         (NO_TEST_INLINE): Update value.
22101         (ERRNO_UNCHANGED): Likewise.
22102         (ERRNO_EDOM): Likewise.
22103         (ERRNO_ERANGE): Likewise.
22104         (IGNORE_RESULT): Likewise.
22105         (check_float_internal): Check signs of NaN results if
22106         TEST_NAN_SIGN used.
22107         (check_complex): Pass TEST_NAN_SIGN flag through to second
22108         check_float_internal call.
22109         (copysign_test_data): Add tests with quiet NaNs as second
22110         argument.  Use TEST_NAN_SIGN.
22111         (fabs_test_data): Add test of negative quiet NaN argument.  Use
22112         TEST_NAN_SIGN.
22113         (signbit_test_data): Add tests of quiet NaN argument.
22114         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22116         * math/gen-libm-test.pl (show_exceptions): Take extra argument
22117         $ignore_result.
22118         (parse_args): Handle function results specified as IGNORE.
22119         * math/libm-test.inc (IGNORE_RESULT): New macro.
22120         (check_float_internal): Do not check numerical result if flag
22121         IGNORE_RESULT set.
22122         (check_complex): Pass through IGNORE_RESULT to second
22123         check_float_internal call.
22124         (check_int): Do not check numerical result if flag IGNORE_RESULT
22125         set.
22126         (check_long): Likewise.
22127         (check_bool): Likewise.
22128         (check_longlong): Likewise.
22129         (lrint_test_data): Add tests of infinite and NaN arguments.
22130         (lrint_tonearest_test_data): Likewise.
22131         (lrint_towardzero_test_data): Likewise.
22132         (lrint_downward_test_data): Likewise.
22133         (lrint_upward_test_data): Likewise.
22134         (llrint_test_data): Likewise.
22135         (llrint_tonearest_test_data): Likewise.
22136         (llrint_towardzero_test_data): Likewise.
22137         (llrint_downward_test_data): Likewise.
22138         (llrint_upward_test_data): Likewise.
22139         (lround_test_data): Likewise.
22140         (llround_test_data): Likewise.
22142         * math/libm-test.inc (NO_TEST_INLINE): New macro.
22143         (ERRNO_UNCHANGED): Update value.
22144         (ERRNO_EDOM): Likewise.
22145         (ERRNO_ERANGE): Likewise.
22146         (NO_TEST_INLINE_FLOAT): New macro.
22147         (NO_TEST_INLINE_DOUBLE): Likewise.
22148         (enable_test): New function.
22149         (RUN_TEST_f_f): Check enable_test before running test.
22150         (RUN_TEST_2_f): Likewise.
22151         (RUN_TEST_fff_f): Likewise.
22152         (RUN_TEST_c_f): Likewise.
22153         (RUN_TEST_f_f1): Likewise.
22154         (RUN_TEST_fF_f1): Likewise.
22155         (RUN_TEST_fI_f1): Likewise.
22156         (RUN_TEST_ffI_f1): Likewise.
22157         (RUN_TEST_c_c): Likewise.
22158         (RUN_TEST_cc_c): Likewise.
22159         (RUN_TEST_f_i): Likewise.
22160         (RUN_TEST_f_i_tg): Likewise.
22161         (RUN_TEST_ff_i_tg): Likewise.
22162         (RUN_TEST_f_b): Likewise.
22163         (RUN_TEST_f_b_tg): Likewise.
22164         (RUN_TEST_f_l): Likewise.
22165         (RUN_TEST_f_L): Likewise.
22166         (RUN_TEST_fFF_11): Likewise.
22167         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22168         conditionals.
22169         (cosh_test_data): Likewise.
22170         (exp_test_data): Likewise.
22171         (expm1_test_data): Likewise.
22172         (hypot_test_data): Likewise.
22173         (pow_test_data): Likewise.
22174         (sinh_test_data): Likewise.
22175         (tanh_test_data): Likewise.
22176         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22177         flags argument.
22179         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22180         tests with quiet NaN input and output.
22181         (acosh_test_data): Likewise.
22182         (asin_test_data): Likewise.
22183         (asinh_test_data): Likewise.
22184         (atan_test_data): Likewise.
22185         (atanh_test_data): Likewise.
22186         (atan2_test_data): Likewise.
22187         (cbrt_test_data): Likewise.
22188         (cos_test_data): Likewise.
22189         (cosh_test_data): Likewise.
22190         (erf_test_data): Likewise.
22191         (erfc_test_data): Likewise.
22192         (exp_test_data): Likewise.
22193         (exp10_test_data): Likewise.
22194         (exp2_test_data): Likewise.
22195         (expm1_test_data): Likewise.
22196         (hypot_test_data): Likewise.
22197         (j0_test_data): Likewise.
22198         (j1_test_data): Likewise.
22199         (jn_test_data): Likewise.
22200         (lgamma_test_data): Likewise.
22201         (log_test_data): Likewise.
22202         (log10_test_data): Likewise.
22203         (log1p_test_data): Likewise.
22204         (log2_test_data): Likewise.
22205         (pow_test_data): Likewise.
22206         (scalb_test_data): Likewise.
22207         (sin_test_data): Likewise.
22208         (sincos_test_data): Likewise.
22209         (sinh_test_data): Likewise.
22210         (tan_test_data): Likewise.
22211         (tanh_test_data): Likewise.
22212         (tgamma_test_data): Likewise.
22213         (y0_test_data): Likewise.
22214         (y1_test_data): Likewise.
22215         (yn_test_data): Likewise.
22217         [BZ #16167]
22218         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22219         argument being NaN and avoid computations with second argument in
22220         that case.
22221         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22222         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22223         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22225 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22227         * locale/iso-639.def: Add Chitwani Tharu (the).
22229 2013-11-14  Andreas Schwab  <schwab@suse.de>
22231         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22232         word instead of empty string.
22234 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22237         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22239         (__fe_nomask_env): Likewise.
22241 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22243         * benchtests/bench-timing.h: Include time.h.
22245 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
22247         [BZ #15997]
22248         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22249         to 3.4.0 for x32.
22250         * sysdeps/unix/sysv/linux/configure: Regenerated.
22252 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
22254         [BZ #16151]
22255         * stdlib/strtod_l.c (round_and_return): Do not consider
22256         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22257         exponent one less than half the least subnormal exponent.
22258         * stdlib/test-strtod-round-data: Add more tests.
22259         * stdlib/tst-strtod-round.c (tests): Regenerated.
22261 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22263         [BZ #14143]
22264         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22265         (__fe_mask_env): Likewise.
22266         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22267         libm_hidden_proto and add function prototype.
22268         (__fe_mask_env): Add function prototype.
22269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22270         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22272         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22274         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22276 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22278         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22279         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22281 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22283         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22284         of htab_find_slot().
22286 2013-11-11  David S. Miller  <davem@davemloft.net>
22288         [BZ #16150]
22289         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22290         symbol in the non-vis3 case in static builds.
22291         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22292         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22293         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22294         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22296 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
22298         [BZ #387]
22299         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22300         it is empty.
22302 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22304         * benchtests/Makefile: Add bench-strtod.
22305         * benchtests/bench-strtod.c: New file: strtod benchtest
22307 2013-11-11  Andreas Schwab  <schwab@suse.de>
22309         [BZ #16153]
22310         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22311         terminating NUL in key length.
22313 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22315         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22316         Add artificial ODP entry for vDSO symbol for PPC64.
22317         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22318         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22320 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22322         [BZ #15374]
22323         * nss/getent.c (services_keys): Recognize services starting with digit.
22325 2013-11-06  David S. Miller  <davem@davemloft.net>
22327         [BZ #15985]
22328         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22329         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22331 2013-11-06  Will Newton  <will.newton@linaro.org>
22333         * manual/memory.texi (Malloc Examples): Remove register
22334         keyword from examples.
22336 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
22338         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22340 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
22342         [BZ #6981]
22343         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22344         depending on [__GCC_IEC_559 > 0].
22345         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22346         depending on [__GCC_IEC_559_COMPLEX > 0].
22348 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
22350         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22351         to iso-639.def.
22353 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
22355         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22357 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
22359         [BZ #16112]
22360         * malloc/malloc (malloc_info): Do not handle first bin as
22361         special case.
22363 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
22365         * locale/iso-639.def: Add Central Nahuatl (nhn).
22367 2013-11-01  Bruno Haible  <bruno@clisp.org>
22369         [BZ #7003]
22370         * manual/math.texi (BSD Random): Specify range upper bound as
22371         in POSIX.
22373 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
22375         * locale/iso-639.def: Add Meadow Mari (mhr).
22377 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
22379         [BZ #14752], [BZ #15763]
22380         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22381         Validate name.
22382         * rt/tst_shm.c: Add test for escaping directory.
22384 2013-10-31  Andreas Schwab  <schwab@suse.de>
22386         [BZ #15917]
22387         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22388         followed by 'x' as part of digit sequence.
22389         * stdio-common/tst-sscanf.c (double_tests2): New tests.
22391 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22393         [BZ #16037]
22394         * configure.ac: allow GNU Make 4.0 and greater.
22395         * configure: Regenerated.
22397 2013-10-30  Will Newton  <will.newton@linaro.org>
22399         [BZ #16038]
22400         * malloc/hooks.c (memalign_check): Limit alignment to the
22401         maximum representable power of two.
22402         * malloc/malloc.c (__libc_memalign): Likewise.
22403         * malloc/tst-memalign.c (do_test): Add test for very
22404         large alignment values.
22405         * malloc/tst-posix_memalign.c (do_test): Likewise.
22407 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22409         [BZ #11087]
22410         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22411         (munmap_chunk): Likewise.
22412         (mremap_chunk): Likewise.
22414 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22416         [BZ #15799]
22417         * stdlib/div.c (div): Remove obsolete code.
22418         * stdlib/ldiv.c (ldiv): Likewise.
22419         * stdlib/lldiv.c (lldiv): Likewise.
22421 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22423         [BZ #16071]
22424         * nss/nss_files/files-XXX.c (get_contents_ret): New
22425         enumerator.
22426         (get_contents): New function.
22427         (internal_getent): Use it.  Expand size of LINEBUFLEN.
22429 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
22431         * configure.in: Moved to ...
22432         * configure.ac: ... here. Change reference to configure.in
22433         to configure.ac.
22434         * sysdeps/arm/preconfigure.ac: ... here.
22435         configure.in to configure.ac.
22436         * sysdeps/gnu/configure.in: Moved to ...
22437         * sysdeps/gnu/configure.ac: ... here.
22438         * sysdeps/i386/configure.in: Moved to ...
22439         * sysdeps/i386/configure.ac: ... here.
22440         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22441         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22442         * sysdeps/mach/configure.in: Moved to ...
22443         * sysdeps/mach/configure.ac: ... here.
22444         * sysdeps/mach/hurd/configure.in: Moved to ...
22445         * sysdeps/mach/hurd/configure.ac: ... here.
22446         * sysdeps/powerpc/configure.in: Moved to ...
22447         * sysdeps/powerpc/configure.ac: ... here.
22448         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22449         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22450         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22451         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22452         * sysdeps/s390/s390-32/configure.in: Moved to ...
22453         * sysdeps/s390/s390-32/configure.ac: ... here.
22454         * sysdeps/s390/s390-64/configure.in: Moved to ...
22455         * sysdeps/s390/s390-64/configure.ac: ... here.
22456         * sysdeps/sh/configure.in: Moved to ...
22457         * sysdeps/sh/configure.ac: ... here.
22458         * sysdeps/sparc/configure.in: Moved to ...
22459         * sysdeps/sparc/configure.ac: ... here.
22460         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22461         * sysdeps/unix/sysv/linux/configure.ac: ... here.
22462         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22463         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22464         * sysdeps/x86_64/configure.in: Moved to ...
22465         * sysdeps/x86_64/configure.ac: ... here.
22466         * sysdeps/x86_64/preconfigure.in: Moved to ...
22467         * sysdeps/x86_64/preconfigure.ac: ... here.
22468         * aclocal.m4: Change reference to configure.in to configure.ac.
22469         * config.h.in: Likewise.
22470         * manual/install.texi: Likewise.
22471         * manual/maint.texi: Likewise.
22472         * Makefile: Likewise.
22473         * malloc/Makefile: Likewise.
22474         * nscd/Makefile: Likewise.
22475         * Makeconfig: Change reference to configure.in and
22476         preconfigure.in to configure.ac and preconfigure.ac
22477         respectively.
22478         * INSTALL: Regenerated.
22479         * configure: Likewise.
22480         * sysdeps/gnu/configure: Likewise.
22481         * sysdeps/i386/configure: Likewise.
22482         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22483         * sysdeps/mach/configure: Likewise.
22484         * sysdeps/mach/hurd/configure: Likewise.
22485         * sysdeps/powerpc/configure: Likewise.
22486         * sysdeps/powerpc/powerpc32/configure: Likewise.
22487         * sysdeps/powerpc/powerpc64/configure: Likewise.
22488         * sysdeps/s390/s390-32/configure: Likewise.
22489         * sysdeps/s390/s390-64/configure: Likewise.
22490         * sysdeps/sh/configure: Likewise.
22491         * sysdeps/sparc/configure: Likewise.
22492         * sysdeps/unix/sysv/linux/configure: Likewise.
22493         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22494         * sysdeps/x86_64/configure: Likewise.
22495         * sysdeps/x86_64/preconfigure: Likewise.
22497 2013-10-29  Andreas Schwab  <schwab@suse.de>
22499         * stdio-common/Makefile (tst-swscanf-ENV): Define.
22501 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22503         * benchtests/pow-inputs: Add new inputs.
22505         * benchtests/exp-inputs: Add new inputs.
22507         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22508         conditional check for return value.
22509         (__cos32): Likewise.
22511 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22513         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22514         to provide a boost for large inputs with word alignment.
22515         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22516         implementation based on optimized PPC64 strcpy.
22517         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22518         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22519         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22520         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22522 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22524         [BZ #2801]
22525         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22527 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22529         [BZ #14876]
22530         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22531         * time/tst-strptime.c (day_tests): Add testcase.
22533 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22535         [BZ #14029]
22536         * manual/pattern.texi: Acknowledge that fnmatch can fail.
22538 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
22540         [BZ #16074]
22541         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22542         MAP_FAILED on error.
22544 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22546         [BZ #16072]
22547         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22548         heap for large requests.
22550 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
22552         [BZ #9954]
22553         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22554         result if the result has no associated interface.
22555         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22556         interface for all 127.X.Y.Z addresses.
22558 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
22560         * locale/iso-639.def: Add Ligurian (lij)
22562 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
22564         [BZ #15825]
22565         * sunrpc/rpc_main.c: Document rpcgen -5.
22567 2013-10-19  Michael Stahl  <mstahl@redhat.com>
22569         * elf/rtld.c (do_preload): Print the reason why preloading failed.
22571 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22573         [BZ #10278]
22574         * posix/glob.c: Match only directories when trailing slash is present.
22575         * posix/tst-gnuglob.c (my_opendir): Do not open files.
22576         (main): Add testcase.
22578 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22580         [BZ #15670]
22581         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22583 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
22585         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22586         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22587         AUTH_DES and cindex for FIPS 140-2.
22588         (DES Encryption): Add cindex FIPS 46-3.
22590         * locale/locarchive.h (struct locarhandle): Add fname.
22591         * locale/programs/localedef.c (main): Pass ARGV[remaining]
22592         if an optional argument was specified to --list-archive,
22593         otherwise NULL.
22594         * locale/programs/locarchive.c (show_archive_content): Take new
22595         argument fname and pass it via ah.fname to open_archive.
22596         * locale/programs/localedef.h: Update decl.
22597         (open_archive): If AH->fname is non-null, open that file
22598         rather than the default file name, and don't ignore ENOENT.
22599         (create_archive): Set AH.fname to NULL.
22600         (delete_locales_from_archive): Likewise.
22601         (add_locales_to_archive): Likewise.
22602         * locale/programs/locfile.c (write_all_categories): Likewise.
22604 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
22605             Aldy Hernandez  <aldyh@redhat.com>
22607         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22608         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22609         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22610         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22611         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22612         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22613         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22614         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22615         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22616         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22617         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22618         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22619         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22620         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22621         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22622         Likewise.
22623         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22624         Likewise.
22625         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22626         Likewise.
22627         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22628         Likewise.
22629         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22630         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22631         Likewise.
22632         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22633         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22634         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22635         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22636         Likewise.
22637         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22638         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22639         * sysdeps/powerpc/preconfigure: Likewise.
22640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22641         Likewise.
22642         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22643         Replace contents of file by #include of <fenv_libc.h>.
22644         * sysdeps/powerpc/soft-fp/sfp-machine.h
22645         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22646         and <sys/prctl.h>.
22647         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22648         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22649         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22650         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22651         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22652         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22653         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22654         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22655         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22656         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22657         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22658         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22660         Allow copysignl PLT reference to be missing.
22662 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
22663             Joseph Myers  <joseph@codesourcery.com
22665         [BZ #15948]
22666         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22667         single character.
22668         (add_to_tablewc): Assert sequence of wide characters is nonempty.
22670 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22672         * elf/tst-tls-dlinfo.c: Don't include tls.h.
22673         * elf/tst-tls1.c: Likewise.
22674         * elf/tst-tls10.h: Likewise.
22675         * elf/tst-tls14.c: Likewise.
22676         * elf/tst-tls2.c: Likewise.
22677         * elf/tst-tls3.c: Likewise.
22678         * elf/tst-tls4.c: Likewise.
22679         * elf/tst-tls5.c: Likewise.
22680         * elf/tst-tls6.c: Likewise.
22681         * elf/tst-tls7.c: Likewise.
22682         * elf/tst-tls8.c: Likewise.
22683         * elf/tst-tls9.c: Likewise.
22684         * elf/tst-tlsmod1.c: Likewise.
22685         * elf/tst-tlsmod13.c: Likewise.
22686         * elf/tst-tlsmod13a.c: Likewise.
22687         * elf/tst-tlsmod14a.c: Likewise.
22688         * elf/tst-tlsmod16a.c: Likewise.
22689         * elf/tst-tlsmod16b.c: Likewise.
22690         * elf/tst-tlsmod2.c: Likewise.
22691         * elf/tst-tlsmod3.c: Likewise.
22692         * elf/tst-tlsmod4.c: Likewise.
22693         * elf/tst-tlsmod5.c: Likewise.
22694         * elf/tst-tlsmod6.c: Likewise.
22696 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
22698         [BZ #12486]
22699         * malloc/malloc.c: remove checks for statistics.
22701 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22703         [BZ #15277]
22704         * inet/inet_net.c (inet_network): Detect additional invalid strings.
22705         * inet/tst-network.c: Add testcase.
22707 2013-10-17  Andreas Schwab  <schwab@suse.de>
22709         [BZ #15218]
22710         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22711         to determine canonical name.
22713 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22715         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22716         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22717         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22718         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22719         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22720         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22721         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22722         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22723         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22724         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22725         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22726         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22727         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22728         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22729         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22730         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22731         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22732         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22733         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22734         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22735         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22736         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22737         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22738         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
22739         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
22740         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
22741         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
22742         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
22743         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
22744         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
22745         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22746         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22747         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22748         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22749         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22750         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22751         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22752         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22753         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22754         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22755         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22756         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22757         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22758         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22759         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22760         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22761         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22762         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22763         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22764         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22765         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22766         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22767         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22768         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22769         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22770         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22771         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22772         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22774 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22776         [BZ #16041]
22777         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22778         make result into a quiet NaN.
22780 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22782         * soft-fp/adddf3.c: Fix horizontal whitespace.
22783         * soft-fp/addsf3.c: Likewise.
22784         * soft-fp/addtf3.c: Likewise.
22785         * soft-fp/divdf3.c: Likewise.
22786         * soft-fp/divsf3.c: Likewise.
22787         * soft-fp/divtf3.c: Likewise.
22788         * soft-fp/double.h: Likewise.
22789         * soft-fp/eqdf2.c: Likewise.
22790         * soft-fp/eqsf2.c: Likewise.
22791         * soft-fp/eqtf2.c: Likewise.
22792         * soft-fp/extenddftf2.c: Likewise.
22793         * soft-fp/extended.h: Likewise.
22794         * soft-fp/extendsfdf2.c: Likewise.
22795         * soft-fp/extendsftf2.c: Likewise.
22796         * soft-fp/extendxftf2.c: Likewise.
22797         * soft-fp/fixdfdi.c: Likewise.
22798         * soft-fp/fixdfsi.c: Likewise.
22799         * soft-fp/fixdfti.c: Likewise.
22800         * soft-fp/fixsfdi.c: Likewise.
22801         * soft-fp/fixsfsi.c: Likewise.
22802         * soft-fp/fixsfti.c: Likewise.
22803         * soft-fp/fixtfdi.c: Likewise.
22804         * soft-fp/fixtfsi.c: Likewise.
22805         * soft-fp/fixtfti.c: Likewise.
22806         * soft-fp/fixunsdfdi.c: Likewise.
22807         * soft-fp/fixunsdfsi.c: Likewise.
22808         * soft-fp/fixunsdfti.c: Likewise.
22809         * soft-fp/fixunssfdi.c: Likewise.
22810         * soft-fp/fixunssfsi.c: Likewise.
22811         * soft-fp/fixunssfti.c: Likewise.
22812         * soft-fp/fixunstfdi.c: Likewise.
22813         * soft-fp/fixunstfsi.c: Likewise.
22814         * soft-fp/fixunstfti.c: Likewise.
22815         * soft-fp/floatdidf.c: Likewise.
22816         * soft-fp/floatdisf.c: Likewise.
22817         * soft-fp/floatditf.c: Likewise.
22818         * soft-fp/floatsidf.c: Likewise.
22819         * soft-fp/floatsisf.c: Likewise.
22820         * soft-fp/floatsitf.c: Likewise.
22821         * soft-fp/floattidf.c: Likewise.
22822         * soft-fp/floattisf.c: Likewise.
22823         * soft-fp/floattitf.c: Likewise.
22824         * soft-fp/floatundidf.c: Likewise.
22825         * soft-fp/floatundisf.c: Likewise.
22826         * soft-fp/floatunditf.c: Likewise.
22827         * soft-fp/floatunsidf.c: Likewise.
22828         * soft-fp/floatunsisf.c: Likewise.
22829         * soft-fp/floatunsitf.c: Likewise.
22830         * soft-fp/floatuntidf.c: Likewise.
22831         * soft-fp/floatuntisf.c: Likewise.
22832         * soft-fp/floatuntitf.c: Likewise.
22833         * soft-fp/fmadf4.c: Likewise.
22834         * soft-fp/fmasf4.c: Likewise.
22835         * soft-fp/fmatf4.c: Likewise.
22836         * soft-fp/gedf2.c: Likewise.
22837         * soft-fp/gesf2.c: Likewise.
22838         * soft-fp/getf2.c: Likewise.
22839         * soft-fp/ledf2.c: Likewise.
22840         * soft-fp/lesf2.c: Likewise.
22841         * soft-fp/letf2.c: Likewise.
22842         * soft-fp/muldf3.c: Likewise.
22843         * soft-fp/mulsf3.c: Likewise.
22844         * soft-fp/multf3.c: Likewise.
22845         * soft-fp/negdf2.c: Likewise.
22846         * soft-fp/negsf2.c: Likewise.
22847         * soft-fp/negtf2.c: Likewise.
22848         * soft-fp/op-1.h: Likewise.
22849         * soft-fp/op-2.h: Likewise.
22850         * soft-fp/op-4.h: Likewise.
22851         * soft-fp/op-8.h: Likewise.
22852         * soft-fp/op-common.h: Likewise.
22853         * soft-fp/quad.h: Likewise.
22854         * soft-fp/single.h: Likewise.
22855         * soft-fp/soft-fp.h: Likewise.
22856         * soft-fp/sqrtdf2.c: Likewise.
22857         * soft-fp/sqrtsf2.c: Likewise.
22858         * soft-fp/sqrttf2.c: Likewise.
22859         * soft-fp/subdf3.c: Likewise.
22860         * soft-fp/subsf3.c: Likewise.
22861         * soft-fp/subtf3.c: Likewise.
22862         * soft-fp/truncdfsf2.c: Likewise.
22863         * soft-fp/trunctfdf2.c: Likewise.
22864         * soft-fp/trunctfsf2.c: Likewise.
22865         * soft-fp/trunctfxf2.c: Likewise.
22866         * soft-fp/unorddf2.c: Likewise.
22867         * soft-fp/unordsf2.c: Likewise.
22868         * soft-fp/unordtf2.c: Likewise.
22870 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22872         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22873         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22875 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22877         * elf/dl-libc.c: Clear initfini list after freeing.
22879 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22881         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22882         * soft-fp/addsf3.c: Likewise.
22883         * soft-fp/addtf3.c: Likewise.
22884         * soft-fp/divdf3.c: Likewise.
22885         * soft-fp/divsf3.c: Likewise.
22886         * soft-fp/divtf3.c: Likewise.
22887         * soft-fp/double.h: Likewise.
22888         * soft-fp/eqdf2.c: Likewise.
22889         * soft-fp/eqsf2.c: Likewise.
22890         * soft-fp/eqtf2.c: Likewise.
22891         * soft-fp/extenddftf2.c: Likewise.
22892         * soft-fp/extended.h: Likewise.
22893         * soft-fp/extendsfdf2.c: Likewise.
22894         * soft-fp/extendsftf2.c: Likewise.
22895         * soft-fp/extendxftf2.c: Likewise.
22896         * soft-fp/fixdfdi.c: Likewise.
22897         * soft-fp/fixdfsi.c: Likewise.
22898         * soft-fp/fixdfti.c: Likewise.
22899         * soft-fp/fixsfdi.c: Likewise.
22900         * soft-fp/fixsfsi.c: Likewise.
22901         * soft-fp/fixsfti.c: Likewise.
22902         * soft-fp/fixtfdi.c: Likewise.
22903         * soft-fp/fixtfsi.c: Likewise.
22904         * soft-fp/fixtfti.c: Likewise.
22905         * soft-fp/fixunsdfdi.c: Likewise.
22906         * soft-fp/fixunsdfsi.c: Likewise.
22907         * soft-fp/fixunsdfti.c: Likewise.
22908         * soft-fp/fixunssfdi.c: Likewise.
22909         * soft-fp/fixunssfsi.c: Likewise.
22910         * soft-fp/fixunssfti.c: Likewise.
22911         * soft-fp/fixunstfdi.c: Likewise.
22912         * soft-fp/fixunstfsi.c: Likewise.
22913         * soft-fp/fixunstfti.c: Likewise.
22914         * soft-fp/floatdidf.c: Likewise.
22915         * soft-fp/floatdisf.c: Likewise.
22916         * soft-fp/floatditf.c: Likewise.
22917         * soft-fp/floatsidf.c: Likewise.
22918         * soft-fp/floatsisf.c: Likewise.
22919         * soft-fp/floatsitf.c: Likewise.
22920         * soft-fp/floattidf.c: Likewise.
22921         * soft-fp/floattisf.c: Likewise.
22922         * soft-fp/floattitf.c: Likewise.
22923         * soft-fp/floatundidf.c: Likewise.
22924         * soft-fp/floatundisf.c: Likewise.
22925         * soft-fp/floatunsidf.c: Likewise.
22926         * soft-fp/floatunsisf.c: Likewise.
22927         * soft-fp/floatuntidf.c: Likewise.
22928         * soft-fp/floatuntisf.c: Likewise.
22929         * soft-fp/floatuntitf.c: Likewise.
22930         * soft-fp/fmadf4.c: Likewise.
22931         * soft-fp/fmasf4.c: Likewise.
22932         * soft-fp/fmatf4.c: Likewise.
22933         * soft-fp/gedf2.c: Likewise.
22934         * soft-fp/gesf2.c: Likewise.
22935         * soft-fp/getf2.c: Likewise.
22936         * soft-fp/ledf2.c: Likewise.
22937         * soft-fp/lesf2.c: Likewise.
22938         * soft-fp/letf2.c: Likewise.
22939         * soft-fp/muldf3.c: Likewise.
22940         * soft-fp/mulsf3.c: Likewise.
22941         * soft-fp/multf3.c: Likewise.
22942         * soft-fp/negdf2.c: Likewise.
22943         * soft-fp/negsf2.c: Likewise.
22944         * soft-fp/negtf2.c: Likewise.
22945         * soft-fp/op-1.h: Likewise.
22946         * soft-fp/op-2.h: Likewise.
22947         * soft-fp/op-4.h: Likewise.
22948         * soft-fp/op-8.h: Likewise.
22949         * soft-fp/op-common.h: Likewise.
22950         * soft-fp/quad.h: Likewise.
22951         * soft-fp/single.h: Likewise.
22952         * soft-fp/soft-fp.h: Likewise.
22953         * soft-fp/sqrtdf2.c: Likewise.
22954         * soft-fp/sqrtsf2.c: Likewise.
22955         * soft-fp/sqrttf2.c: Likewise.
22956         * soft-fp/subdf3.c: Likewise.
22957         * soft-fp/subsf3.c: Likewise.
22958         * soft-fp/subtf3.c: Likewise.
22959         * soft-fp/truncdfsf2.c: Likewise.
22960         * soft-fp/trunctfdf2.c: Likewise.
22961         * soft-fp/trunctfsf2.c: Likewise.
22962         * soft-fp/trunctfxf2.c: Likewise.
22963         * soft-fp/unorddf2.c: Likewise.
22964         * soft-fp/unordsf2.c: Likewise.
22965         * soft-fp/unordtf2.c: Likewise.
22967 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
22969         [BZ #15672]
22970         * misc/error.c (error_tail): Fix possible buffer overflow.
22972 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
22974         [BZ #13028]
22975         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22976         address.
22978 2013-10-14  P. J. McDermott  <pj@pehjota.net>
22980         [BZ #832]
22981         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
22982         testing pipefail option.
22984 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22986         * soft-fp/double.h: Indent preprocessor directives inside #if.
22987         * soft-fp/extended.h: Likewise.
22988         * soft-fp/op-2.h: Likewise.
22989         * soft-fp/op-4.h: Likewise.
22990         * soft-fp/op-common.h: Likewise.
22991         * soft-fp/quad.h: Likewise.
22992         * soft-fp/single.h: Likewise.
22993         * soft-fp/soft-fp.h: Likewise.
22995 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
22997         * iconv/iconv_prog.c: Fix typos.
22998         * stdio-common/psiginfo-data.h: Likewise.
23000 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23002         [BZ #15764]
23003         * locale/setlocale.c: Fix typo.
23005 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23007         [BZ #16036]
23008         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23009         signaling NaN arguments.
23010         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23011         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23013         [BZ #14910]
23014         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23015         unordered operands.
23016         * soft-fp/gesf2.c (__gesf2): Likewise.
23017         * soft-fp/getf2.c (__getf2): Likewise.
23018         * soft-fp/ledf2.c (__ledf2): Likewise.
23019         * soft-fp/lesf2.c (__lesf2): Likewise.
23020         * soft-fp/letf2.c (__letf2): Likewise.
23022         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23023         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23024         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23025         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23026         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23027         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23028         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23029         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23030         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23031         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23032         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23033         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23034         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23035         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23036         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23037         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23038         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23039         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23040         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23041         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23042         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23043         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23044         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23045         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23046         * soft-fp/floattidf.c (__floattidf): Likewise.
23047         * soft-fp/floattisf.c (__floattisf): Likewise.
23048         * soft-fp/floattitf.c (__floattitf): Likewise.
23049         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23050         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23051         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23052         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23053         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23054         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23055         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23056         * soft-fp/gesf2.c (__gesf2): Likewise.
23057         * soft-fp/getf2.c (__getf2): Likewise.
23058         * soft-fp/ledf2.c (__ledf2): Likewise.
23059         * soft-fp/lesf2.c (__lesf2): Likewise.
23060         * soft-fp/letf2.c (__letf2): Likewise.
23062         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23063         Undefine and redefine.
23064         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23065         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23066         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23067         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23068         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23069         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23070         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23071         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23072         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23073         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23074         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23075         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23076         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23077         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23078         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23080         [BZ #16032]
23081         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23082         without decrementing exponent if mantissa >= that for the
23083         denominator, not >.
23084         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23085         denominator, not >.  Decrement exponent in < case instead of
23086         incrementing in >= case.
23087         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23088         without decrementing exponent if mantissa >= that for the
23089         denominator, not >.
23091         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23092         computing saturated result for unsigned overflow.
23094 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23095             Jeff Law  <law@redhat.com>
23097         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23098         (atan2Mp): Add systemtap probe marker.
23099         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23100         (__ieee754_log): Add systemtap probe marker.
23101         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23102         (atanMp): Add systemtap probe marker.
23103         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23104         (tanMp): Add systemtap probe marker.
23105         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23106         (__slowexp): Add systemtap probe marker.
23107         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23108         (__slowpow): Add systemtap probe marker.
23109         * manual/probes.texi: Document probes.
23111 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
23113         [BZ #15362]
23114         * libio/fileops.c (_IO_new_file_write): Return count of bytes
23115         written.
23116         (_IO_new_file_xsputn): Don't return EOF if nothing has been
23117         written.
23118         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23119         written to buffer but not flushed.
23120         * libio/iofwrite_u.c:  Likewise.
23121         * libio/iopadn.c:  Return bytes returned even if EOF was
23122         encountered.
23123         * libio/iowpadn.c:  Likewise.
23124         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23125         if _IO_padn does not write the whole buffer.
23126         [!COMPILE_WPRINTF] (PAD): Likewise.
23128 2013-10-10  David S. Miller  <davem@davemloft.net>
23130         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23131         directory block.
23133 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23135         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
23136         instead of FSF address.
23137         * soft-fp/fixdfti.c: Likewise.
23138         * soft-fp/fixsfti.c: Likewise.
23139         * soft-fp/fixtfti.c: Likewise.
23140         * soft-fp/fixunsdfti.c: Likewise.
23141         * soft-fp/fixunssfti.c: Likewise.
23142         * soft-fp/fixunstfti.c: Likewise.
23143         * soft-fp/floattidf.c: Likewise.
23144         * soft-fp/floattisf.c: Likewise.
23145         * soft-fp/floattitf.c: Likewise.
23146         * soft-fp/floatuntidf.c: Likewise.
23147         * soft-fp/floatuntisf.c: Likewise.
23148         * soft-fp/floatuntitf.c: Likewise.
23149         * soft-fp/trunctfxf2.c: Likewise.
23151         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
23152         * soft-fp/fixdfti.c: Likewise.
23153         * soft-fp/fixsfti.c: Likewise.
23154         * soft-fp/fixtfti.c: Likewise.
23155         * soft-fp/fixunsdfti.c: Likewise.
23156         * soft-fp/fixunssfti.c: Likewise.
23157         * soft-fp/fixunstfti.c: Likewise.
23158         * soft-fp/floattidf.c: Likewise.
23159         * soft-fp/floattisf.c: Likewise.
23160         * soft-fp/floattitf.c: Likewise.
23161         * soft-fp/floatuntidf.c: Likewise.
23162         * soft-fp/floatuntisf.c: Likewise.
23163         * soft-fp/floatuntitf.c: Likewise.
23164         * soft-fp/trunctfxf2.c: Likewise.
23166 2013-10-10  David S. Miller  <davem@davemloft.net>
23168         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23170 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
23172         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23173         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23174         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23175         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23176         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23177         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23178         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23180         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23181         for NaNs before doing comparisons on argument.
23182         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23183         Likewise.
23185 2013-10-10  Will Newton  <will.newton@linaro.org>
23187         * malloc/hooks.c (memalign_check): Ensure the value of bytes
23188         passed to _int_memalign does not overflow.
23190 2013-10-10  Torvald Riegel  <triegel@redhat.com>
23192         * scripts/bench.pl: Add include-sources directive.
23193         * benchtests/README: Update documentation.
23195 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23197         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23198         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23199         instead of FP_INIT_ROUNDMODE.
23200         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23201         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23203         [BZ #16034]
23204         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
23205         copy class of input value.
23206         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23207         not handle exceptions.
23208         * soft-fp/negsf2.c (__negsf2): Likewise.
23209         * soft-fp/negtf2.c (__negtf2): Likewise.
23210         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23212 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23214         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23215         semicolon.  From Linux kernel.
23217 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23219         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23221 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23223         [BZ #156]
23224         * manual/socket.texi: Added statement about buffer
23225         for gethostbyname2_r.
23227 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23229         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23230         Use .p2align directive instead, throughout.
23231         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23232         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23233         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23234         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23235         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23236         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23237         * sysdeps/x86_64/strchr.S: Likewise.
23238         * sysdeps/x86_64/strrchr.S: Likewise.
23240 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23242         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23244         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23246         * sysdeps/generic/math_private.h (__mpsin1): Remove
23247         declaration.
23248         (__mpcos1): Likewise.
23249         (__mpsin): New argument __range_reduce.
23250         (__mpcos): Likewise.
23251         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23252         (slow): Use __mpsin and __mpcos.
23253         (slow1): Likewise.
23254         (slow2): Likewise.
23255         (sloww): Likewise.
23256         (sloww1): Likewise.
23257         (sloww2): Likewise.
23258         (bsloww): Likewise.
23259         (bsloww1): Likewise.
23260         (bsloww2): Likewise.
23261         (cslow2): Likewise.
23262         (csloww): Likewise.
23263         (csloww1): Likewise.
23264         (csloww2): Likewise.
23265         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23266         range_reduce.  Merge in __mpsin1.
23267         (__mpcos): Likewise.
23268         (__mpsin1): Remove.
23269         (__mpcos1): Likewise.
23271 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
23273         * locale/loadlocale.c (_nl_intern_locale_data): Use
23274         LOCFILE_ALIGNED_P.
23275         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23276         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23277         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23278         obstack data is appropriately aligned.
23279         (obstack_int32_grow_fast): Likewise.
23280         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23281         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23282         (add_locale_uint32_array): Likewise.
23284 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23286         * benchtests/Makefile: Remove ARGLIST and RET variables.
23287         ($(objpfx)bench-%.c): Pass only function name to the script.
23288         * benchtests/README: Update documentation.
23289         * benchtests/acos-inputs: Add new directives.
23290         * benchtests/acosh-inputs: Likewise.
23291         * benchtests/asin-inputs: Likewise.
23292         * benchtests/asinh-inputs: Likewise.
23293         * benchtests/atan-inputs: Likewise.
23294         * benchtests/atanh-inputs: Likewise.
23295         * benchtests/cos-inputs: Likewise.
23296         * benchtests/cosh-inputs: Likewise.
23297         * benchtests/exp-inputs: Likewise.
23298         * benchtests/log-inputs: Likewise.
23299         * benchtests/pow-inputs: Likewise.
23300         * benchtests/rint-inputs: Likewise.
23301         * benchtests/sin-inputs: Likewise.
23302         * benchtests/sinh-inputs: Likewise.
23303         * benchtests/tan-inputs: Likewise.
23304         * benchtests/tanh-inputs: Likewise.
23305         * scripts/bench.pl: Add support for new directives.
23307 2013-10-07  Alan Modra  <amodra@gmail.com>
23309         * README: Fix careless merge.
23311 2013-10-05  Alan Modra  <amodra@gmail.com>
23313         * NEWS: Mention powerpc64le support and bugs fixed.
23314         * README: Both big-endian and little-endian powerpc64 supported.
23316 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23318         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23319         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23320         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23321         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23323 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
23325         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23326         match prototype.
23328 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
23330         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23331         Move -mhard-float appending from
23332         ports/sysdeps/powerpc/powerpc32/Makefile.
23333         [$(with-fp) = yes] (ASFLAGS): Likewise.
23334         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23335         * sysdeps/powerpc/nofpu: Move directory from
23336         ports/sysdeps/powerpc/nofpu.
23337         * sysdeps/powerpc/soft-fp: Move directory from
23338         ports/sysdeps/powerpc/soft-fp.
23339         * sysdeps/powerpc/powerpc32/405: Move directory from
23340         ports/sysdeps/powerpc/powerpc32/405.
23341         * sysdeps/powerpc/powerpc32/440: Move directory from
23342         ports/sysdeps/powerpc/powerpc32/440.
23343         * sysdeps/powerpc/powerpc32/464: Move directory from
23344         ports/sysdeps/powerpc/powerpc32/464.
23345         * sysdeps/powerpc/powerpc32/476: Move directory from
23346         ports/sysdeps/powerpc/powerpc32/476.
23347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23348         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23350         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23352         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23354         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23356         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23357         * README: Update for powerpc-*-linux-gnu software floating point
23358         support in libc.
23360         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23361         case to powerpc/powerpc32*.
23362         * sysdeps/unix/sysv/linux/configure: Regenerated.
23364         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23365         (_FPU_MASK_OM): Define as 0x04.
23366         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23367         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23368         0x00c10080.
23369         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23370         0x0000003c.
23371         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23374         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23375         getcontext_e500.
23376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23377         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23378         setcontext_e500.
23379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23380         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23381         and setcontext_e500.
23383 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
23385         * locale/iso-3166.def: Update iso-1366.def and related occurrences
23387 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23389         * manual/threads.texi (Default Thread Attributes): Fix typo.
23391 2013-10-04  Will Newton  <will.newton@linaro.org>
23393         * malloc/Makefile: Add tst-memalign.
23394         * malloc/tst-memalign.c: New file.
23396         * malloc/tst-posix_memalign.c: Add comments.
23397         (do_test): Add comments and call free on all potentially
23398         allocated pointers. Add space after cast.
23400         * malloc/tst-pvalloc.c: Add comments.
23401         (do_test): Add comments and call free on all potentially
23402         allocated pointers. Remove duplicate check for NULL pointer.
23403         Add space after cast.
23405         * malloc/tst-valloc.c: Add comments.
23406         (do_test): Add comments and call free on all potentially
23407         allocated pointers. Remove duplicate check for NULL pointer.
23408         Add space after cast.
23410 2013-10-04  Alan Modra  <amodra@gmail.com>
23412         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23413         Use stdint types in rather than __attribute__((mode())).
23414         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23416 2013-10-04  Alan Modra  <amodra@gmail.com>
23418         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23419         Correct handling of unaligned relocs for little-endian.
23420         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23422 2013-10-04  Alan Modra  <amodra@gmail.com>
23424         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23425         * configure: Regenerate.
23426         * nptl/shlib-versions: Powerpc*le starts at 2.18.
23427         * shlib-versions: Likewise.
23429 2013-10-04  Alan Modra  <amodra@gmail.com>
23431         * string/tester.c (test_memrchr): Increment reported test cycle.
23433 2013-10-04  Alan Modra  <amodra@gmail.com>
23435         * string/test-memcpy.c (do_one_test): When reporting errors, print
23436         string address and don't overrun end of string.
23438 2013-10-04  Alan Modra  <amodra@gmail.com>
23440         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23441         insrdi.  Make better use of reg selection to speed exit slightly.
23442         Schedule entry path a little better.  Remove useless "are we done"
23443         checks on entry to main loop.  Handle wrapping around zero address.
23444         Correct main loop count.  Handle single left-over word from main
23445         loop inline rather than by using loop_small.  Remove extra word
23446         case in loop_small caused by wrong loop count.  Add little-endian
23447         support.
23448         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23449         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
23450         cache hint.
23451         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23452         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23453         support.  Avoid rlwimi.
23454         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23456 2013-10-04  Alan Modra  <amodra@gmail.com>
23458         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23459         insrdi.  Formatting.
23460         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23461         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23462         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23463         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23464         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23465         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23467 2013-10-04  Alan Modra  <amodra@gmail.com>
23469         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23470         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23471         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23472         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23473         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23474         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23475         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23476         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23477         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
23478         use of regs.  Use power7 mtocrf.  Tidy function tails.
23480 2013-10-04  Alan Modra  <amodra@gmail.com>
23482         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23483         Formatting.  Consistently use rXXX register defines or rN defines.
23484         Use early exit labels that avoid restoring unused non-volatile regs.
23485         Make cr field use more consistent with rWORDn compares.  Rename
23486         regs used as shift registers for unaligned loop, using rN defines
23487         for short lifetime/multiple use regs.
23488         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23489         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
23490         addi 1,1,64 to pop stack frame.  Simplify return value code.
23491         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23493 2013-10-04  Alan Modra  <amodra@gmail.com>
23495         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23496         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
23497         rather than rlwimi.
23498         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23499         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23500         little-endian support.  Correct typos.
23501         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
23502         rather than rlwimi.
23503         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
23504         in loop and entry code to keep "and." results.
23505         (strchr): Add little-endian support.  Comment.  Move cntlzd
23506         earlier in tail.
23507         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23509 2013-10-04  Alan Modra  <amodra@gmail.com>
23511         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23512         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23513         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23514         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23516 2013-10-04  Alan Modra  <amodra@gmail.com>
23518         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23519         (rTMP): Define as r11.
23520         (strcmp): Add little-endian support.  Optimise tail.
23521         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23522         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23523         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23524         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23525         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23526         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23527         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23529 2013-10-04  Alan Modra  <amodra@gmail.com>
23531         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23532         little-endian support.  Remove unnecessary "are we done" tests.
23533         Handle "s" wrapping around zero and extremely large "size".
23534         Correct main loop count.  Handle single left-over word from main
23535         loop inline rather than by using small_loop.  Correct comments.
23536         Delete "zero" tail, use "end_max" instead.
23537         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23539 2013-10-04  Alan Modra  <amodra@gmail.com>
23541         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23542         support.  Don't branch over align.
23543         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23544         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23545         support.  Rearrange tmp reg use to suit.  Comment.
23546         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23548 2013-10-04  Alan Modra  <amodra@gmail.com>
23550         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23552 2013-10-04  Alan Modra  <amodra@gmail.com>
23554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23555         conditional form of branch and link when obtaining pc.
23556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23558 2013-10-04  Alan Modra  <amodra@gmail.com>
23560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23561         HIWORD/LOWORD.
23562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23565 2013-10-04  Alan Modra  <amodra@gmail.com>
23567         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23568         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23569         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23570         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23571         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23572         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23573         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23574         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23575         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23576         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23578 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23579             Alistair Popple <alistair@ozlabs.au.ibm.com>
23580             Alan Modra <amodra@gmail.com>
23582         [BZ #15723]
23583         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23584         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23585         _dl_hwcap access for little-endian.
23586         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
23587         destroy vmx regs when saving unaligned.
23588         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23589         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
23590         destroy vmx regs when saving unaligned.
23592 2013-10-04  Alan Modra  <amodra@gmail.com>
23594         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23595         Don't use a union to pack hi/low value.
23597 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23599         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23600         for little-endian.
23601         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23602         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23603         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23604         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23605         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23607 2013-10-04  Alan Modra  <amodra@gmail.com>
23609         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23610         constants to usual value for .cst8 section, and remove redundant
23611         high address load.
23612         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23613         constant for 0x1p52.  Load little-endian words of double from
23614         correct stack offsets.
23616 2013-10-04  Alan Modra  <amodra@gmail.com>
23618         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23619         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23620         words of double from correct stack offsets.
23621         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23622         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23623         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23624         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23625         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23626         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23627         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23628         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23629         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23630         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23631         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23632         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23633         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23634         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23635         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23636         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23637         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23639 2013-10-04  Alan Modra  <amodra@gmail.com>
23641         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23642         64-bit int/double union.
23643         (_FPU_SETCW): Likewise.
23644         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23645         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23647 2013-10-04  Alan Modra  <amodra@gmail.com>
23649         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23650         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23652 2013-10-04  Alan Modra  <amodra@gmail.com>
23654         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23655         use vector int constants.
23656         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23658 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23660         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23661         array with long long.
23662         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23663         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23664         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23665         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23666         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23667         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23668         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23669         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23670         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23671         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23672         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23673         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23674         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23676 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23678         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23679         (__signbit): Likewise.  Correct for little-endian.
23680         (__signbitl): Call __signbit.
23681         (lrint): Correct for little-endian.
23682         (lrintf): Call lrint.
23684 2013-10-04  Alan Modra  <amodra@gmail.com>
23686         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23687         union 32-bit int array member with 64-bit int array.
23688         (t515, tm256): Double rather than long double.
23689         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23691 2013-10-04  Alan Modra  <amodra@gmail.com>
23693         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23694         Delete.
23695         (IEEE854_LONG_DOUBLE_BIAS): Delete.
23696         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23697         version of math_ldbl.h.
23699 2013-10-04  Alan Modra  <amodra@gmail.com>
23701         [BZ #15734], [BZ #15735]
23702         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23703         all uses of ieee875 long double macros and unions.  Simplify test
23704         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
23705         ldbl_extract_mantissa value for ix,iy exponents.  Properly
23706         normalize after ldbl_extract_mantissa, and don't add hidden bit
23707         already handled.  Don't treat low word of ieee854 mantissa like
23708         low word of IBM long double and mask off bit when testing for
23709         zero.
23710         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23711         all uses of ieee875 long double macros and unions.  Simplify tests
23712         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
23713         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
23714         two1022, instead use their values.  Recognise that tests for large
23715         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
23716         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23717         Rewrite all uses of ieee875 long double macros and unions.  Simplify
23718         test for 0.0L and nan.  Correct negation.
23719         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23720         ieee875 long double macros and unions.  Correct output for large
23721         magnitude x.  Correct absolute value calculation.
23722         (__erfcl): Likewise.
23723         * math/libm-test.inc: Add tests for errors discovered in IBM long
23724         double versions of fmodl, remainderl, erfl and erfcl.
23726 2013-10-04  Alan Modra  <amodra@gmail.com>
23728         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23729         all uses of ieee854 long double macros and unions.  Simplify tests
23730         for long doubles that are fully specified by the high double.
23731         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23732         Likewise.
23733         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
23734         Remove dead code too.
23735         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23736         (__ieee754_ynl): Likewise.
23737         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
23738         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
23739         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
23740         Remove dead code too.
23741         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
23742         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
23743         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
23744         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
23745         Simplify.
23746         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
23747         Simplify.
23748         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
23749         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
23750         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
23751         Comment on variable precision.
23752         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23753         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23754         Likewise.
23755         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23756         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23757         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23758         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23759         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23761 2013-10-04  Alan Modra  <amodra@gmail.com>
23763         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23764         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23765         all uses of ieee854 long double macros and unions.
23766         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23767         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23768         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23769         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23770         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23771         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23772         Likewise.
23773         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23774         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23775         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23776         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23777         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23778         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23779         Simplify sign and nan test too.
23780         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23781         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23782         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23783         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23784         Likewise.
23785         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23786         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23787         Likewise.
23788         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23789         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23790         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23791         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23792         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23793         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23795 2013-10-04  Alan Modra  <amodra@gmail.com>
23797         * stdio-common/printf_size.c (__printf_size): Don't use
23798         union ieee854_long_double in fpnum union.
23799         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23800         signbit macro to retrieve sign from long double.
23801         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23802         retrieve sign from long double.
23803         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23804         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23805         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23806         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23807         * math/test-misc.c (main): Don't use union ieee854_long_double.
23809 2013-10-04  Alan Modra  <amodra@gmail.com>
23811         [BZ #15680]
23812         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23813         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23814         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23815         calculation.  Remove unnecessary test for denormal exponent.
23816         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23817         Correct handling of denormals.  Avoid undefined shift behaviour.
23818         Correct normalisation of low mantissa when low double is denormal.
23819         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23820         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23821         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23822         Correct normalisation of low mantissa.  Test for overflow of high
23823         mantissa and normalise.
23824         (ldbl_nearbyint): Use more readable constant for two52.
23825         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23826         (__mpn_construct_long_double): Fix test for overflow of high
23827         mantissa and correct normalisation.  Avoid undefined shift.
23829 2013-10-04  Alan Modra  <amodra@gmail.com>
23831         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23832         (union ibm_extended_long_double): Define as an array of ieee754_double.
23833         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23834         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23835         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23836         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23837         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23838         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23839         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23840         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23841         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23842         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23843         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23845 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23847         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23848         page size instead of calling getpagesize.
23850         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23851         (LOCFILE_ALIGN_MASK): Likewise.
23852         (LOCFILE_ALIGN_UP): Likewise.
23853         (LOCFILE_ALIGNED_P): Likewise.
23854         * locale/programs/ld-collate.c (collate_output): Use the new
23855         macros instead of __alignof__ (int32_t).
23856         * locale/weight.h (findidx): Likewise.
23858 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23860         [BZ #431]
23861         * manual/string.texi: Fix strncat and wcsncat.
23863 2013-10-03  Brooks Moses  <bmoses@google.com>
23865         [BZ #15915]
23866         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23867         * Makerules: ...here, and adjust associated comments.
23869 2013-10-02  Will Newton  <will.newton@linaro.org>
23871         * malloc/Makefile: Add tst-pvalloc.
23872         * malloc/tst-pvalloc.c: New file.
23874 2013-10-02  Will Newton  <will.newton@linaro.org>
23876         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23877         improve test coverage.
23879 2013-10-02  Will Newton  <will.newton@linaro.org>
23881         * malloc/Makefile: Add tst-posix_memalign.
23882         * malloc/tst-posix_memalign.c: New file.
23884 2013-10-01  Eric Blake  <eblake@redhat.com>
23886         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23887         Use __THROWNL rather than __THROW on static functions.
23889 2013-09-30  Petr Machata  <pmachata@redhat.com>
23891         * elf/elf.h (R_AARCH64_ABS16): New macro.
23892         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23893         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23894         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23895         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23896         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23897         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23898         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23899         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23900         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23901         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23902         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23903         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23904         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23905         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23906         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23907         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23908         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23909         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23910         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23911         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23912         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23913         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23914         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23915         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23916         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23917         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23918         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23919         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23920         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23921         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23922         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23923         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23924         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23925         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23926         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23927         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23928         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23929         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23930         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23931         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23932         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23933         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23934         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23935         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23936         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23937         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23938         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23939         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23940         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23941         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23942         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23943         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23944         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23945         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23946         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23947         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23948         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23949         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23950         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23951         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23952         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23953         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23954         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23955         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23956         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23957         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23958         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23959         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23960         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23961         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23962         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23963         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23964         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23965         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23966         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23967         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23968         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23969         (R_AARCH64_TLSDESC_LDR): Likewise.
23970         (R_AARCH64_TLSDESC_ADD): Likewise.
23971         (R_AARCH64_TLSDESC_CALL): Likewise.
23973 2013-09-30  Andreas Schwab  <schwab@suse.de>
23975         [BZ #15048]
23976         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23977         the nss database lookup.
23978         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23979         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23981 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
23983         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23985 2013-09-28  P. J. McDermott  <pj@pehjota.net>
23987         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23988         ${Bash-specific parameter/pattern/string} parameter expansion.
23989         * sysdeps/unix/make-syscalls.sh: Likewise.
23991 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23993         * sysdeps/sh/stackguard-macros.h: New file.
23995 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
23997         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23998         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23999         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24000         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24001         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24002         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24004 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24006         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24007         Fix thread ID register.
24009 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24011         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24012         [POSIX || UNIX98]: Require rather than permitting all symbols from
24013         <time.h>.
24014         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24015         element of struct sched_param.
24016         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24017         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24018         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24019         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24020         constant.
24022 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24024         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24025         argument calculation.
24027 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24029         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24030         Expect macro.
24031         [POSIX] (pthread_attr_t): Do not require type.
24032         [POSIX] (pthread_cond_t): Likewise.
24033         [POSIX] (pthread_condattr_t): Likewise.
24034         [POSIX] (pthread_key_t): Likewise.
24035         [POSIX] (pthread_mutex_t): Likewise.
24036         [POSIX] (pthread_mutexattr_t): Likewise.
24037         [POSIX] (pthread_once_t): Likewise.
24038         [POSIX] (pthread_t): Likewise.
24039         [POSIX-based standards] (pthread_atfork): Expect function.
24041 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24042             Richard Sandiford  <richard@codesourcery.com>
24044         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24045         (swap_endianness_p): New extern variable.
24046         (set_big_endian): New inline function.
24047         (maybe_swap_uint32): Likewise.
24048         (maybe_swap_uint32_array): Likewise.
24049         (maybe_swap_uint32_obstack): Likewise.
24050         * locale/programs/locfile.c: Include <stdbool.h>.
24051         (swap_endianness_p): New variable.
24052         (add_locale_uint32): Call maybe_swap_uint32.
24053         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24054         (write_locale_data): Call maybe_swap_uint32_array.
24055         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24056         maybe_swap_uint32.
24057         (obstack_int32_grow_fast): Likewise.
24058         (output_weightwc): Call maybe_swap_uint32_obstack.
24059         (collate_output): Likewise.
24060         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24061         (OPT_LITTLE_ENDIAN): Likewise.
24062         (options): Add --little-endian and --big-endian options.
24063         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24064         * locale/programs/locarchive.c: Include "locfile.h".
24065         (GET): New macro.
24066         (SET): Likewise.
24067         (INC): Likewise.
24068         (create_archive): Use the new macros to access fields of
24069         structures directly mapped from or written to locale archives.
24070         (oldlocrecentcmp): Likewise.
24071         (enlarge_archive): Likewise.
24072         (insert_name): Likewise.
24073         (add_alias): Likewise.
24074         (add_locale): Likewise.
24075         (delete_locales_from_archive): Likewise.
24076         (show_archive_content): Likewise.
24077         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24078         locale data.
24080 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24082         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24083         http://www.gnu.org/doc/freemanuals.texi.
24084         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24086 2013-09-24  Will Newton  <will.newton@linaro.org>
24088         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24089         macro.
24091 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
24093         * locale/hashval.h (compute_hashval): Interpret bytes of key as
24094         unsigned char.
24096 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
24098         * manual/threads.texi (POSIX Threads): Fix a typo.
24100 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24102         [BZ #14547]
24103         * string/tst-strcoll-overflow.c: New test case.
24104         * string/Makefile (xtests): Add tst-strcoll-overflow.
24105         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24106         cache if string sizes may cause integer overflow.
24108         [BZ #14547]
24109         * string/strcoll_l.c (coll_seq): New members rule, idx,
24110         save_idx and back_us.
24111         (get_next_seq_nocache): New function.
24112         (do_compare_nocache): New function.
24113         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24114         when malloc fails.
24116 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
24118         [BZ #15754]
24119         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24120         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24121         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24123         [BZ #15754]
24124         * elf/Makefile (tests): Add tst-ptrguard1.
24125         (tests-static): Add tst-ptrguard1-static.
24126         (tst-ptrguard1-ARGS): Define.
24127         (tst-ptrguard1-static-ARGS): Define.
24128         * elf/tst-ptrguard1.c: New file.
24129         * elf/tst-ptrguard1-static.c: New file.
24130         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24131         * sysdeps/i386/stackguard-macros.h: Likewise.
24132         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24133         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24134         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24135         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24136         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24137         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24139 2013-09-23  Hector Marco  <hecmargi@upv.es>
24140             Ismael Ripoll  <iripoll@disca.upv.es>
24141             Carlos O'Donell  <carlos@redhat.com>
24143         [BZ #15754]
24144         * sysdeps/generic/stackguard-macros.h: Define
24145         __pointer_chk_guard_local and POINTER_CHK_GUARD.
24146         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24147         Define __pointer_chk_guard_local.
24148         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24149         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24151 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
24153         [BZ #15859]
24154         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24156 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
24158         * include/string.h (__ffs): Declare as hidden.
24159         * string/ffs.c (__ffs): Define as hidden.
24160         * sysdeps/i386/ffs.c (__ffs): Likewise.
24161         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24162         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24163         * sysdeps/s390/ffs.c (__ffs): Likewise.
24164         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24166 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
24168         * NEWS: Mention malloc probes.
24170         * malloc/arena.c (new_heap): New memory_heap_new probe.
24171         (grow_heap): New memory_heap_more probe.
24172         (shrink_heap): New memory_heap_less probe.
24173         (heap_trim): New memory_heap_free probe.
24174         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24175         (systrim): New memory_sbrk_less probe.
24176         * manual/probes.texi: Document them.
24178         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24179         * manual/probes.texi: Document it.
24181         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24182         (__libc_realloc): Add memory_realloc_retry probe.
24183         (__libc_memalign): Add memory_memalign_retry probe.
24184         (__libc_valloc): Add memory_valloc_retry probe.
24185         (__libc_pvalloc): Add memory_pvalloc_retry probe.
24186         (__libc_calloc): Add memory_calloc_retry probe.
24187         * manual/probes.texi: Document them.
24189         * malloc/arena.c (get_free_list): Add probe
24190         memory_arena_reuse_free_list.
24191         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24192         and memory_arena_reuse.
24193         (arena_get2) [!PER_THREAD]: Likewise.
24194         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24195         memory_arena_reuse_realloc.
24196         * manual/probes.texi: Document them.
24198         * malloc/malloc.c (__libc_free): Add
24199         memory_mallopt_free_dyn_thresholds probe.
24200         (__libc_mallopt): Add multiple memory_mallopt probes.
24201         * manual/probes.texi: Document them.
24203         * malloc/malloc.c: Include stap-probe.h.
24204         (__libc_mallopt): Add memory_mallopt probe.
24205         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24206         * manual/probes.texi: New.
24207         * manual/Makefile (chapters): Add probes.
24208         * manual/threads.texi: Set next node.
24210 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24212         [BZ #15963, #13985]
24213         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24214         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24215         Add `Chinese' to `nan' entry name.
24217 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24219         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24220         (POLYNOMIAL): Likewise.
24221         (TAYLOR_SINCOS): Likewise.
24222         (TAYLOR_SLOW): Likewise.
24223         (__sin): Use TAYLOR_SINCOS.
24224         (__cos): Likewise.
24225         (slow): Use TAYLOR_SLOW.
24226         (sloww): Likewise.
24227         (bsloww): Likewise.
24228         (csloww): Likewise.
24230 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24232         * stdlib/strtod_l.c: Fix buffer overrun.
24234 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24236         * benchtests/Makefile (bench): Add sincos.
24237         * benchtests/bench-sincos.c: New file.
24239         * math/libm-test.inc (cos_test_data): New test inputs.
24240         (sin_test_data): Likewise.
24242         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24243         macro.
24244         (__sin): Use it.
24245         (__cos): Likewise.
24246         (slow1): Likewise.
24247         (slow2): Likewise.
24248         (sloww1): Likewise.
24249         (sloww2): Likewise.
24250         (bsloww1): Likewise.
24251         (bsloww2): Likewise.
24252         (cslow2): Likewise.
24253         (csloww1): Likewise.
24254         (csloww2): Likewise.
24256         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24257         function.
24258         (__sin): Use it.
24259         (__cos): Likewise.
24261         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24262         gotos.
24263         (__cos): Likewise.
24265 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
24267         * config.h.in (HAVE_MIPS_NAN2008): New macro.
24268         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24269         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24270         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24271         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24272         * elf/cache.c (print_entry): Handle the new cache flags.
24274 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24275             Aldy Hernandez  <aldyh@redhat.com>
24277         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24278         Change condition to [_SOFT_FLOAT].
24279         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24280         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24281         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24282         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24283         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24284         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24285         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24286         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24287         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24288         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24289         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24290         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24291         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24292         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24293         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24294         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24295         declaration.
24297 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24299         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24300         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24301         (__longjmp): Use LOAD_GP to load saved GPRs.
24302         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24303         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24304         (__sigsetjmp): Use SAVE_GP to save GPRs.
24306         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24307         Do not append -msoft-float.
24308         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24310 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24312         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24314 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
24316         [BZ #15966]
24317         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24318         (_FPU_GETCW): Use initial "__" on variable and field names but not
24319         on macro parameter name.
24320         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
24321         parentheses around reference to macro parameter.
24323 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
24325         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24326         prototype.
24327         (ctype_startup): Use uint32_t in cast and sizeof for
24328         ctype->charnames.
24330 2013-09-11  Jia Liu  <proljc@gmail.com>
24332         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24333         __daddr_t_defined.
24334         [__FreeBSD__]: Likewise.
24336 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
24338         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24339         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24340         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24341         (strchr): Remove __strchr_sse42 ifunc selection.
24342         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24343         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24345 2013-09-11  Will Newton  <will.newton@linaro.org>
24347         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24348         parameter to RES. Remove hardcoded 1000 value.
24349         * benchtests/bench-skeleton.c (main): Pass RES parameter
24350         to TIMING_INIT and multiply result by 1000.
24352 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24354         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24356 2013-09-11  Andreas Schwab  <schwab@suse.de>
24358         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24359         if not defined.
24360         (O_TMPFILE) [__USE_GNU]: Define.
24361         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24362         Define.
24364 2013-09-11  Will Newton  <will.newton@linaro.org>
24366         [BZ #15857]
24367         * malloc/malloc.c (__libc_memalign): Check the value of bytes
24368         does not overflow.
24370 2013-09-11  Will Newton  <will.newton@linaro.org>
24372         [BZ #15856]
24373         * malloc/malloc.c (__libc_valloc): Check the value of bytes
24374         does not overflow.
24376 2013-09-11  Will Newton  <will.newton@linaro.org>
24378         [BZ #15855]
24379         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24380         does not overflow.
24382 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
24384         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24385         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24386         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24387         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24388         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24390 2013-09-10  Allan McRae  <allan@archlinux.org>
24392         [BZ #15748]
24393         * manual/arith.texi (Parsing of Floats): Clarify
24394         cross-reference.
24396         [BZ #15849]
24397         * manual/install.texi (Running make install): Mention
24398         --enable-pt-chown.
24399         * INSTALL: Regenerated.
24401 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
24403         * csu/init-first.c (_init): Remove the !SHARED condition around
24404         FPU control word initialization.
24405         * elf/dl-support.c (_dl_fpu_control): New variable.
24406         (_dl_aux_init) <AT_FPUCW>: Initialize it.
24407         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24408         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24409         * math/test-fpucw-static.c: New file.
24410         * math/test-fpucw-ieee.c: New file.
24411         * math/test-fpucw-ieee-static.c: New file.
24412         * math/Makefile (tests): Add `test-fpucw-ieee' and
24413         `$(tests-static)'.
24414         (tests-static): New variable.
24415         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24416         dependency to...
24417         [($(build-shared),yes)]
24418         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24419         ... this.
24420         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24421         New dependency.
24423 2013-09-09  Allan McRae  <allan@archlinux.org>
24425         [BZ #15939]
24426         * manual/string.texi (Collation Functions): Fix typo in
24427         strcoll example.
24428         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24430         [BZ #15893]
24431         * stdlib/isomac.c (get_null_defines): Fix memory leak.
24433         [BZ #15892]
24434         * libio/memstream.c (open_memstream): Fix memory leak.
24435         * libio/wmemstream.c (open_wmemstream): Likewise.
24437         [BZ #15895]
24438         * nscd/netgroupcache.c: Fix nesting of ifdefs.
24440 2013-09-09  Will Newton  <will.newton@linaro.org>
24442         * malloc/Makefile: Add tst-realloc to tests.
24443         * malloc/tst-realloc.c: New file.
24445 2013-09-09  Allan McRae  <allan@archlinux.org>
24447         [BZ #15844]
24448         * COPYING: Update from GNU website to fix FSF address.
24449         * COPYING.LIB: Likewise.
24451 2013-09-06  David S. Miller  <davem@davemloft.net>
24453         * po/zh_TW.po: Update Chinese (traditional) translation from
24454         translation project.
24456 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
24457             Joseph Myers  <joseph@codesourcery.com>
24459         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24460         "localeinfo.h".
24461         (obstack_chunk_alloc): New macro.
24462         (obstack_chunk_free): Likewise.
24463         (record_offset): New function.
24464         (init_locale_data): Likewise.
24465         (align_locale_data): Likewise.
24466         (add_locale_empty): Likewise.
24467         (add_locale_raw_data): Likewise.
24468         (add_locale_raw_obstack): Likewise.
24469         (add_locale_string): Likewise.
24470         (add_locale_wstring): Likewise.
24471         (add_locale_uint32): Likewise.
24472         (add_locale_uint32_array): Likewise.
24473         (add_locale_char): Likewise.
24474         (start_locale_structure): Likewise.
24475         (end_locale_structure): Likewise.
24476         (start_locale_prelude): Likewise.
24477         (end_locale_prelude): Likewise.
24478         (write_locale_data): Take locale_file structure rather than an
24479         iovec.
24480         * locale/programs/locfile.h: Include "obstack.h".
24481         (struct locale_file): Change to store locale file contents instead
24482         of header.
24483         (init_locale_data): New prototype.
24484         (align_locale_data): Likewise.
24485         (add_locale_empty): Likewise.
24486         (add_locale_raw_data): Likewise.
24487         (add_locale_raw_obstack): Likewise.
24488         (add_locale_string): Likewise.
24489         (add_locale_wstring): Likewise.
24490         (add_locale_uint32): Likewise.
24491         (add_locale_uint32_array): Likewise.
24492         (add_locale_char): Likewise.
24493         (start_locale_structure): Likewise.
24494         (end_locale_structure): Likewise.
24495         (start_locale_prelude): Likewise.
24496         (end_locale_prelude): Likewise.
24497         (write_locale_data): Update prototype.
24498         * locale/programs/3level.h (struct TABLE): Remove result field.
24499         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24500         Use new locale_file interface.
24501         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24502         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24503         * locale/programs/ld-address.c (address_output): Use new
24504         locale_file interface.
24505         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24506         NO_ADD_LOCALE.
24507         (collate_finish): Don't call collseq_table_finalize.
24508         (collate_output): Use new locale_file interface.
24509         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24510         in file.
24511         (NO_FINALIZE): Change to NO_ADD_LOCALE.
24512         (TABLE): Move defines earlier in file.
24513         (ELEMENT): Likewise.
24514         (DEFAULT): Likewise.
24515         (wctrans_table_add): Move macro and inline function earlier in
24516         file.
24517         (struct wctype_table): Move type earlier in file.
24518         (add_locale_wctype_table): New static prototype.
24519         (struct locale_ctype_t): Use logical types instead of struct iovec
24520         pointers for members.
24521         (ctype_output): Use new locale_file interface.
24522         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
24523         new locale_file interface.
24524         (allocate_arrays): Update for use of new locale_file interface.
24525         * locale/programs/ld-identification.c (identification_output): Use
24526         new locale_file interface.
24527         * locale/programs/ld-measurement.c (measurement_output): Likewise.
24528         * locale/programs/ld-messages.c (messages_output): Likewise.
24529         * locale/programs/ld-monetary.c (monetary_output): Likewise.
24530         * locale/programs/ld-name.c (name_output): Likewise.
24531         * locale/programs/ld-numeric.c (numeric_output): Likewise.
24532         * locale/programs/ld-paper.c (paper_output): Likewise.
24533         * locale/programs/ld-telephone.c (telephone_output): Likewise.
24534         * locale/programs/ld-time.c (time_output): Likewise.
24536 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24538         * benchtests/Makefile: Add memrchr benchmark.
24539         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24540         benchmark as memrchr.
24541         * benchtests/bench-memrchr-ifunc.c: New file.
24542         * benchtests/bench-memrchr.c: New file.
24544 2013-09-06   Will Newton  <will.newton@linaro.org>
24546         * benchtests/Makefile (string-bench): Add memcpy.
24548 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
24549             Cong Wang  <amwang@redhat.com>
24551         [BZ #15850]
24552         * sysdeps/unix/sysv/linux/bits/in.h
24553         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24554         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24555         before __USE_KERNEL_IPV6_DEFS uses.
24556         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24557         IPPROTO_BEETPH.
24558         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24559         sockaddr_in6, or ipv6_mreq.
24561 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24563         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24564         memory access for final bytes in some large inputs.
24565         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24567 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24569         * string/test-memrchr.c: New file.
24570         * string/test-memrchr-ifunc.c: New file.
24571         * string/Makefile: Add new memrchr testcase.
24573 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
24575         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24576         fanotify_init returns EPERM.
24578 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24580         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24581         errors.
24582         (top level): Treat second token from macro or constant entries for
24583         allowed headers as allowed.
24584         * include/complex.h: Condition internal declarations on
24585         [!_ISOMAC].
24586         * include/fenv.h: Condition include of <stdbool.h> and internal
24587         declarations on [!_ISOMAC].
24589 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
24591         [BZ #15923]
24592         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24594 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24596         * configure.in (--enable-versioning): Remove configure option.
24597         (libc_cv_asm_symver_directive): Remove configure test.
24598         (libc_cv_ld_version_script_option): Likewise.
24599         (VERSIONING): Remove variable and AC_SUBST.
24600         (DO_VERSIONING): Remove AC_DEFINE.
24601         * configure: Regenerated.
24602         * config.h.in (DO_VERSIONING): Remove macro.
24603         * Makerules [$(versioning) = yes]: Change conditionals to
24604         [$(build-shared) = yes].
24605         * config.make.in (versioning): Remove variable.
24606         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24607         [$(build-shared) = yes].
24608         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24609         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24610         * elf/Makefile [$(versioning) = yes]: Change conditionals to
24611         [$(build-shared) = yes].
24612         * extra-lib.mk [$(versioning) = yes]: Likewise.
24613         * hurd/Makefile [$(versioning) = yes]: Likewise.
24614         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24615         [SHARED].
24616         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24617         [SHARED].
24618         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24619         [SHARED && !NO_HIDDEN].
24620         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24621         [SHARED].
24622         [SHARED && DO_VERSIONING]: Likewise..
24623         * libio/Makefile [$(versioning) = yes]: Change conditionals to
24624         [$(build-shared) = yes].
24625         * manual/install.texi (--disable-versioning): Remove
24626         documentation.
24627         * INSTALL: Regenerated.
24628         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24629         to [SHARED].
24630         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24631         [$(build-shared) = yes].
24632         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24633         * sysdeps/i386/i686/multiarch/strstr-c.c
24634         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24635         [SHARED && !NO_HIDDEN].
24636         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24637         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24638         * sysdeps/powerpc/powerpc32/dl-machine.c
24639         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24640         * sysdeps/powerpc/powerpc32/sysdep.h
24641         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24642         to [SHARED && PIC && !NO_HIDDEN].
24643         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24644         conditional to [SHARED].
24646 2013-09-04   Will Newton  <will.newton@linaro.org>
24648         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24649         * benchtests/bench-string.h: Include bench-timing.h instead
24650         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24651         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24652         call to HP_TIMING_DIFF_INIT.
24653         * benchtests/bench-memccpy.c: Use bench-timing.h macros
24654         instead of hp-timing.h macros.
24655         * benchtests/bench-memchr.c: Likewise.
24656         * benchtests/bench-memcmp.c: Likewise.
24657         * benchtests/bench-memcpy.c: Likewise.
24658         * benchtests/bench-memmem.c: Likewise.
24659         * benchtests/bench-memmove.c: Likewise.
24660         * benchtests/bench-memset.c: Likewise.
24661         * benchtests/bench-rawmemchr.c: Likewise.
24662         * benchtests/bench-strcasecmp.c: Likewise.
24663         * benchtests/bench-strcasestr.c: Likewise.
24664         * benchtests/bench-strcat.c: Likewise.
24665         * benchtests/bench-strchr.c: Likewise.
24666         * benchtests/bench-strcmp.c: Likewise.
24667         * benchtests/bench-strcpy.c: Likewise.
24668         * benchtests/bench-strcpy_chk.c: Likewise.
24669         * benchtests/bench-strlen.c: Likewise.
24670         * benchtests/bench-strncasecmp.c: Likewise.
24671         * benchtests/bench-strncat.c: Likewise.
24672         * benchtests/bench-strncmp.c: Likewise.
24673         * benchtests/bench-strncpy.c: Likewise.
24674         * benchtests/bench-strnlen.c: Likewise.
24675         * benchtests/bench-strpbrk.c: Likewise.
24676         * benchtests/bench-strrchr.c: Likewise.
24677         * benchtests/bench-strspn.c: Likewise.
24678         * benchtests/bench-strstr.c: Likewise.
24680 2013-09-04  Will Newton  <will.newton@linaro.org>
24682         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24684 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
24686         [BZ #15427]
24687         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24688         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24689         * math/libm-test.inc (lgamma_test_data): Add more tests.
24690         * sysdeps/i386/fpu/libm-test-ulps: Update.
24691         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24693 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
24695         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24696         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24697         Add ifunc.
24698         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24699         Add strcmp-sse2-unaligned
24700         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24702 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24704         * Versions.def (libc): Add GLIBC_2.19.
24706 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24708         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24709         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24711 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
24713         [BZ #14155]
24714         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24715         intermediate calculations in recurrence.
24716         (__ieee754_ynf): Likewise.
24717         * math/libm-test.inc (jn_test_data): Do not allow spurious
24718         underflow exception.  Add more tests.
24719         (yn_test_data): Add more tests.
24720         * sysdeps/i386/fpu/libm-test-ulps: Update.
24721         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24723 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
24725         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24727 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24729         * csu/init-first.c: Fix then/than typos.
24730         * locale/programs/ld-collate.c: Likewise.
24731         * locale/programs/linereader.h: Likewise.
24732         * manual/charset.texi: Likewise.
24733         * manual/filesys.texi: Likewise.
24734         * manual/stdio.texi: Likewise.
24735         * manual/string.texi: Likewise.
24736         * stdlib/fmtmsg.c: Likewise.
24737         * sysdeps/i386/stpncpy.S: Likewise.
24738         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24739         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24740         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24741         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24743 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24745         * elf/dl-open.c: Fix typos.
24746         * iconvdata/gbbig5.c: Likewise.
24747         * iconvdata/iso-2022-jp.c: Likewise.
24748         * iconv/gconv_int.h: Likewise.
24749         * iconv/loop.c: Likewise.
24750         * nis/rpcsvc/nis.h: Likewise.
24751         * resolv/ns_name.c: Likewise.
24752         * stdio-common/vfscanf.c: Likewise.
24753         * streams/stropts.h: Likewise.
24754         * sunrpc/rpc_thread.c: Likewise.
24755         * sysdeps/i386/strpbrk.S: Likewise.
24756         * sysdeps/ieee754/k_standard.c: Likewise.
24757         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24758         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24759         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24760         * sysdeps/mach/hurd/profil.c: Likewise.
24761         * sysdeps/s390/dl-procinfo.h: Likewise.
24762         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24763         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24764         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24765         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24766         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24768 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24770         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24771         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24773 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24775         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24776         aix specific files.
24777         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24778         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24779         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24780         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24781         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24782         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24783         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24784         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24786 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24787             Roland McGrath  <roland@hack.frob.com>
24789         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24790         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24792 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24794         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24795         __executable_start symbol instead of _start.
24797 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24799         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24800         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24801         Move macros to...
24802         * sysdeps/gnu/ldsodefs.h: ... this new file.
24804         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24805         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24806         instead of ELFOSABI_LINUX.
24808         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24809         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24810         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24811         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24812         Likewise.
24813         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24814         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24815         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24816         Likewise.
24817         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24818         (ibm_extended_long_double): Add ieee_nan member.
24819         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24820         (do_test): New function.
24822         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24823         TEST_TRUNC.
24824         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24825         functions, renamed from truncdfsf_test, trunctfsf_test,
24826         trunctfdf_test.
24827         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24828         functions.
24829         (do_test): Run all these.
24831 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24833         * argp/argp-help.c: Fix typos.
24834         * argp/argp-parse.c: Likewise.
24835         * debug/backtracesyms.c: Likewise.
24836         * elf/elf.h: Likewise.
24837         * malloc/malloc.c: Likewise.
24838         * nis/nis_print.c: Likewise.
24839         * resolv/res_comp.c: Likewise.
24840         * stdlib/stdlib.h: Likewise.
24841         * sunrpc/clnt_tcp.c: Likewise.
24842         * sunrpc/clnt_udp.c: Likewise.
24843         * sunrpc/clnt_unix.c: Likewise.
24844         * sysdeps/unix/bsd/ptsname.c: Likewise.
24845         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24846         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24848         Likewise.
24849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24850         Likewise.
24851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24852         Likewise.
24853         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24855 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24857         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24858         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24860 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24862         [BZ #15897]
24863         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24864         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24865         ($(objpfx)bug-dl-leaf): New rule.
24866         ($(objpfx)bug-dl-leaf.so): Likewise.
24867         ($(objpfx)bug-dl-leaf.out): Likewise.
24868         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24869         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24870         * dlfcn/bug-dl-leaf.c: New test.
24871         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24872         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24873         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24874         (dlclose): Likewise.
24875         (dlmopen): Likewise.
24877 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24879         * include/netdb.h [!_ISOMAC]:
24880         Don't include <tls.h>.
24881         (h_errno, __libc_h_errno): Move declaration and macros out of
24882         [_LIBC_REENTRANT].
24884         * include/resolv.h [_RESOLV_H_]:
24885         Don't include <tls.h>.
24886         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24887         * resolv/res_libc.c: Don't include <tls.h>.
24888         (_res): Use __attribute__ ((nocommon)) in place of
24889         __attribute__ ((section (".bss"))).
24891         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24892         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24894         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24896         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24897         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24899         * resolv/res_mkquery.c: Include <sys/time.h>.
24901         * inet/ifreq.c: Moved to ...
24902         * sysdeps/unix/ifreq.c: ... here.
24903         * inet/ifreq.c: New file, true stub version.
24905         * socket/sa_len.c: New file.
24906         * socket/Makefile (aux): Add it.
24907         * sysdeps/unix/sysv/linux/Makefile
24908         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24909         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24910         and #include <socket/sa_len.c>.
24911         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24912         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24914         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24915         * bits/socket.h: ... here.
24917         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24918         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24919         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24921 2013-08-27  Andreas Schwab  <schwab@suse.de>
24923         [BZ #15736]
24924         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24925         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24926         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24927         * string/test-strcasecmp.c (test_main): Run tests in several
24928         locales.
24929         * string/test-strncasecmp.c (test_main): Likewise.
24931         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24932         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24933         to __strcasecmp_nonascii and __strncasecmp_nonascii.
24934         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24935         (__strncasecmp_ssse3) [PIC]: Likewise.
24937 2013-08-26  Roland McGrath  <roland@hack.frob.com>
24939         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24941         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24942         instead of explicitly declaring xdecrypt.
24943         * nis/nss_nis/nis-publickey.c: Likewise.
24945 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24947         [BZ #15890]
24948         * nscd/aicache.c: Include res_hconf.h.
24949         (addhstaiX): Initialize res_hconf.
24951 2013-08-26  Andreas Schwab  <schwab@suse.de>
24953         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24954         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24956 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24958         * nscd/aicache.c (addhstaiX): Fix indentation.
24960 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
24962         * configure.ac: Quote $build_pt_chown test.
24963         * configure: Regenerated.
24965 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
24967         [BZ #15532]
24968         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24969         * math/s_cexpf.c (__cexpf): Likewise.
24970         * math/s_cexpl.c (__cexpl): Likewise.
24971         * math/libm-test.inc (cexp_test_data): Correct expected return
24972         value for NaN + i0.  Add another test.
24974 2013-08-22  David S. Miller  <davem@davemloft.net>
24976         * po/ca.po: Update Catalan translation from translation project.
24977         * po/uk.po: Add Ukrainian translations from translation project.
24979 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
24981         [BZ #15797]
24982         * math/s_fdim.c (__fdim): Check for infinite arguments if result
24983         is infinite, not alongside NaN test.
24984         * math/s_fdimf.c (__fdimf): Likewise.
24985         * math/s_fdiml.c (__fdiml): Likewise.
24986         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
24987         errno is unchanged.
24989 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
24991         * argp/argp-help.c: Fix typos.
24992         * crypt/speeds.c: Likewise.
24993         * csu/check_fds.c: Likewise.
24994         * elf/dl-load.c: Likewise.
24995         * elf/dl-open.c: Likewise.
24996         * elf/reldep3.c: Likewise.
24997         * elf/reldep.c: Likewise.
24998         * elf/sprof.c: Likewise.
24999         * iconv/iconv_charmap.c: Likewise.
25000         * iconv/skeleton.c: Likewise.
25001         * iconv/strtab.c: Likewise.
25002         * io/lockf64.c: Likewise.
25003         * libio/libioP.h: Likewise.
25004         * resolv/gai_notify.c: Likewise.
25005         * resolv/ns_name.c: Likewise.
25006         * resolv/ns_samedomain.c: Likewise.
25007         * resolv/res_send.c: Likewise.
25008         * stdlib/random.c: Likewise.
25009         * sunrpc/rpc/xdr.h: Likewise.
25010         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25011         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25012         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25013         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25014         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25015         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25016         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25017         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25018         * sysdeps/mach/hurd/check_fds.c: Likewise.
25019         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25020         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25021         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25022         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25023         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25024         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25025         * sysdeps/pthread/aio_notify.c: Likewise.
25026         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25027         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25028         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25029         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25030         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25032 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25034         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25035         version if bit_Slow_SSE4_2 is set.
25036         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25037         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25039 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25041         [BZ #15867]
25042         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25043         trampoline stack frame information.
25044         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25045         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25046         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25047         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25048         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25049         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25050         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25051         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25052         sa_flags value.
25053         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25054         interrupting a syscall and set with option SA_SIGINFO.
25056 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25058         [BZ #15531]
25059         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25060         argument is infinite.
25061         * math/s_cprojf.c (__cprojf): Likewise.
25062         * math/s_cprojl.c (__cprojl): Likewise.
25063         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25064         * math/libm-test.inc (cproj_test_data): Add more tests.
25066         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25068         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25069         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25070         size.  Use __ffs to determine corresponding shift.
25072 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25073             Roland McGrath  <roland@hack.frob.com>
25075         * Makefile (INSTALL): Remove trailing blank lines from output of
25076         makeinfo.
25078 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25080         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25081         Align 32 bit compat elf_greg to 8 bytes.
25083 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25085         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25087 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25089         * string/strcoll_l.c (coll_seq): New structure.
25090         (get_next_seq_cached): New function.
25091         (get_next_seq): New function.
25092         (do_compare): New function.
25093         (STRCOLL): Use GNU style definition.  Simplify implementation
25094         by using get_next_seq, get_next_seq_cached and do_compare.
25096 2013-08-16  Florian Weimer  <fweimer@redhat.com>
25098         [BZ #14699]
25099         CVE-2013-4237
25100         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25101         member.
25102         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25103         member.
25104         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25105         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25106         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
25107         conditional.
25108         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25109         GETDENTS_64BIT_ALIGNED.
25110         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25111         * manual/filesys.texi (Reading/Closing Directory): Document
25112         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
25113         strongly.
25114         * manual/conf.texi (Limits for Files): Add portability note to
25115         NAME_MAX, PATH_MAX.
25116         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25118 2013-08-13  Andreas Schwab  <schwab@suse.de>
25120         [BZ #15749]
25121         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25122         of fabs.
25123         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25124         LDBL_MAX_EXP >= 16384]: Add tests for it.
25126 2013-08-12  David S. Miller  <davem@davemloft.net>
25128         * version.h (RELEASE): Set to "development".
25129         (VERSION): Set to "2.18.90".
25130         * NEWS: Add 2.19 section.
25132 2013-08-03  David S. Miller  <davem@davemloft.net>
25134         * po/ko.po: Update Korean translation from translation project.
25136 2013-08-01  David S. Miller  <davem@davemloft.net>
25138         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
25139         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25140         Bilka.
25142 2013-07-30  David S. Miller  <davem@davemloft.net>
25144         * po/fr.po: Update French translation from translation project.
25146 2013-07-28  David S. Miller  <davem@davemloft.net>
25148         * po/cs.po: Update Czech translation from translation project.
25150         * po/sv.po: Update Swedish translation from translation project.
25152 2013-07-27  David S. Miller  <davem@davemloft.net>
25154         * po/eo.po: Update Esperanto translation from translation project.
25156         * po/vi.po: Update Vietnamese translation from translation project.
25158         * po/de.po: Update German translation from translation project.
25160 2013-07-26  David S. Miller  <davem@davemloft.net>
25162         * po/bg.po: Update Bulgarian translation from translation project.
25164         * po/nl.po: Update Dutch translation from translation project.
25165         * po/pl.po: Update Polish translation from translation project.
25166         * po/ru.po: Update Russian translation from translation project.
25168 2013-07-24  David S. Miller  <davem@davemloft.net>
25170         * po/libc.pot: Update.
25172 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25174         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25175         variable page size.
25176         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25177         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25178         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25180 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25182         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25184 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25185             Andreas Schwab  <schwab@suse.de>
25186             Roland McGrath  <roland@hack.frob.com>
25187             Joseph Myers  <joseph@codesourcery.com>
25188             Carlos O'Donell  <carlos@redhat.com>
25190         [BZ #15755]
25191         * config.h.in: Define HAVE_PT_CHOWN.
25192         * config.make.in (build-pt-chown): New variable.
25193         * configure.in (--enable-pt_chown): New configure option.
25194         * configure: Regenerate.
25195         * login/Makefile: Include Makeconfig.  Build pt_chown only if
25196         build-pt-chown is enabled.
25197         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25198         pt_chown to fix pty ownership.
25199         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25200         CLOSE_ALL_FDS.
25201         * manual/install.texi (Configuring and compiling): Mention
25202         --enable-pt_chown. Add @findex for grantpt.
25203         * INSTALL: Regenerate.
25205 2013-07-20  David S. Miller  <davem@davemloft.net>
25207         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25208         difference between 32-bit and 64-bit.
25210 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25212         [BZ #15711]
25213         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25214         Avoid system header dependency with -ffreestanding.
25215         ($(objpfx)bits/syscall%d): Likewise.
25217 2013-07-13  David S. Miller  <davem@davemloft.net>
25219         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25220         underflows from atanl/atan2l due to bug 15319.
25221         (casinh_test_data): Likewise.
25223 2013-07-07  David S. Miller  <davem@davemloft.net>
25225         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25227 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25229         * sysdeps/i386/fpu/libm-test-ulps: Update.
25230         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25232 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25234         * configure.in (--enable-lock-elision): Fix message text.
25235         * INSTALL: Regenerate.
25236         * configure: Regenerate.
25238 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25240         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25242 2013-07-03  Andreas Jaeger  <aj@suse.de>
25244         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25245         define.
25246         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25247         (ptrace_peeksiginfo_args): Add.
25248         (__ptrace_peeksiginfo_flags): Add.
25249         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25250         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25251         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25253 2013-07-03  Allan McRae  <allan@archlinux.org>
25255         * sysdeps/i386/fpu/libm-test-ulps: Update.
25257 2013-07-02  David S. Miller  <davem@davemloft.net>
25259         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25261 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
25263         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25265 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25267         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25268         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25270 2013-07-02  Andi Kleen <ak@linux.intel.com>
25272         * config.h.in (ENABLE_LOCK_ELISION): Add.
25273         * configure.in (--enable-lock-elision): Add option.
25274         * manual/install.texi: Document --enable lock elision.
25275         * configure: Regenerate
25276         * INSTALL: Regenerate.
25278 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25280         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25281         SSE4.2 strcasecmp for libc.a.
25282         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25284 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25286         [BZ #13304]
25287         * soft-fp/op-common.h (_FP_FMA): New macro.
25288         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25289         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
25290         (_FP_MUL_MEAT_1_imm): ... here.
25291         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
25292         (_FP_MUL_MEAT_1_wide): ... here.
25293         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
25294         (_FP_MUL_MEAT_1_hard): ... here.
25295         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25296         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
25297         (_FP_MUL_MEAT_2_wide): ... here.
25298         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
25299         (_FP_MUL_MEAT_2_wide_3mul): ... here.
25300         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
25301         (_FP_MUL_MEAT_2_gmp): ... here.
25302         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25303         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
25304         (_FP_MUL_MEAT_4_wide): ... here.
25305         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
25306         (_FP_MUL_MEAT_4_gmp): ... here.
25307         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25308         (_FP_WFRACBITS_DW_S): Likewise.
25309         (_FP_WFRACXBITS_DW_S): Likewise.
25310         (_FP_HIGHBIT_DW_S): Likewise.
25311         (FP_FMA_S): Likewise.
25312         (_FP_FRAC_HIGH_DW_S): Likewise.
25313         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25314         (_FP_WFRACBITS_DW_D): Likewise.
25315         (_FP_WFRACXBITS_DW_D): Likewise.
25316         (_FP_HIGHBIT_DW_D): Likewise.
25317         (FP_FMA_D): Likewise.
25318         (_FP_FRAC_HIGH_DW_D): Likewise.
25319         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25320         (_FP_WFRACBITS_DW_E): Likewise.
25321         (_FP_WFRACXBITS_DW_E): Likewise.
25322         (_FP_HIGHBIT_DW_E): Likewise.
25323         (FP_FMA_E): Likewise.
25324         (_FP_FRAC_HIGH_DW_E): Likewise.
25325         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25326         (_FP_WFRACBITS_DW_Q): Likewise.
25327         (_FP_WFRACXBITS_DW_Q): Likewise.
25328         (_FP_HIGHBIT_DW_Q): Likewise.
25329         (FP_FMA_Q): Likewise.
25330         (_FP_FRAC_HIGH_DW_Q): Likewise.
25331         * soft-fp/fmasf4.c: New file.
25332         * soft-fp/fmadf4.c: Likewise.
25333         * soft-fp/fmatf4.c: Likewise.
25335 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25337         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25338         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25339         Silvermont.
25340         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25341         macro.
25342         (index_Slow_SSE4_2): Likewise.
25343         (index_Prefer_PMINUB_for_stringop): Likewise.
25344         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25345         bit_Slow_SSE4_2 is set.
25346         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25347         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25349 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25351         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25352         rtld_global._dl_hwcap2.
25353         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25354         POWER8.
25355         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25356         POWER8 feature descriptions defined in _dl_hwcap2.
25357         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25358         string handling for POWER8 feature bits.
25359         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25360         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25361         _dl_powerpc_cap_flags.
25362         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25363         * sysdeps/powerpc/rtld-global-offsets.sym
25364         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25365         _dl_hwcap2 in the rtld_global_ro structure.
25367 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25369         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25370         hardware capabilities in support of AT_HWCAP2.
25371         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25372         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25373         GLRO(dl_hwcap2).
25374         (_dl_show_auxv): Add support for calling _dl_procinfo to display
25375         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
25376         explicitly the unknown a_type display mechanism is used.
25377         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25378         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25379         struct member.
25380         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25381         to macro prototype for AT_HWCAP2 support.
25382         * sysdeps/i386/dl-procinfo.h: Likewise.
25383         * sysdeps/s390/dl-procinfo.h: Likewise.
25384         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25385         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
25386         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
25387         return -1 for unknown a_type display fallback.
25388         * sysdeps/sparc/dl-procinfo.h: Likewise.
25389         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25390         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25392 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
25394         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25395         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25397 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
25399         [BZ #12492]
25400         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25401         mprotect making __stack_prot writable.
25403 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
25404             Joseph Myers  <joseph@codesourcery.com>
25406         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25407         as being properly aligned.
25409 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
25411         * dlfcn/modstatic5.c: New file.
25412         * dlfcn/tststatic5.c: New file.
25413         * dlfcn/Makefile (tests): Add tststatic5.
25414         (tests-static): Likewise.
25415         (modules-names): Add modstatic5.
25416         (tststatic5-ENV): New variable.
25417         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25419         [BZ #15022]
25420         * elf/dl-support.c (_dl_main_map): New variable.
25421         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25422         (_dl_nns, _dl_load_adds): Set to 1.
25423         (_dl_initial_searchlist): Refer to _dl_main_map.
25424         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25425         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25426         call to _dl_get_origin.
25427         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25428         around call_map.
25429         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25430         * dlfcn/modstatic3.c: New file.
25431         * dlfcn/tststatic3.c: New file.
25432         * dlfcn/tststatic4.c: New file.
25433         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25434         (tests-static): Likewise.
25435         (modules-names): Add modstatic3.
25436         (tststatic3-ENV, tststatic4-ENV): New variables.
25437         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25438         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25440 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
25442         * configure.in (CC): Require GCC version 4.4 or later.
25443         * configure: Regenerated.
25444         * manual/install.texi (Tools for Compilation): Update GCC version
25445         requirement.
25446         * INSTALL: Regenerated.
25448 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25450         [BZ #15674]
25451         * string/test-memcmp.c (check2): New.
25452         (main): Call check2.
25454         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25456 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
25458         [BZ #15022]
25459         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25460         over to...
25461         (dl_open_worker) [!SHARED]: ... here.
25463 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25465         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25467 2013-06-25  Richard Henderson  <rth@redhat.com>
25469         * locale/programs/locarchive.c: Include <libc-internal.h>
25471 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
25473         * manual/texinfo.tex: Update to version 2013-06-21.17, with
25474         trailing whitespace removed.
25476 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25478         [BZ #10283]
25479         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25480         * locale/programs/locarchive.c: Include libc-mmap.h.
25481         (prepare_address_space): Take two new outputs (the mmap base and len).
25482         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
25483         values.
25484         (create_archive): Declare new mmap base and len values for
25485         prepare_address_space, and store the result in ah.
25486         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25487         (enlarge_archive): If ah->mmap_base is not NULL, use that and
25488         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25489         Declare new mmap base and len values for
25490         prepare_address_space, and store the result in new_ah.
25491         (open_archive): Declare new mmap base and len values for
25492         prepare_address_space, and store the result in ah.
25493         (close_archive): If ah->mmap_base is not NULL, use that and
25494         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25495         * sysdeps/generic/libc-mmap.h: New file.
25497 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25499         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25500         (ALIGN_UP): Likewise.
25501         (PTR_ALIGN_DOWN): Likewise.
25502         (PTR_ALIGN_UP): Likewise.
25504 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25506         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25507         entry mapped to PPC_PLATFORM_POWER8.
25508         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25509         POWER8.
25510         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25511         (_dl_string_platform): Add case for exporting platform position for
25512         POWER8.
25513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25514         search path to sysdeps/powerpc/powerpc32/power8 directory.
25515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25516         search path to sysdeps/powerpc/powerpc64/power8 directory.
25517         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25518         power7 directories.
25519         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25520         power7 directories.
25522 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25524         * INSTALL: Regenerate.
25526         * nscd/connections.c (nscd_init): Fix comment.
25528 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
25530         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25532         [BZ #15667]
25533         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25534         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25536 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25538         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25539         DL_DST_REQ_STATIC.
25540         (DL_DST_REQ_STATIC): Remove macro.
25542 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
25544         [BZ #7006]
25545         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25546         with a shift of 0 bits.
25548 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25550         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25551         $(tststatic-ENV).
25553 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25555         [BZ #15655]
25556         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25558 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25560         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25561         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25562         accepts -fno-tree-loop-distribute-patterns.
25563         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25564         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25565         recursive call.
25566         * string/memset.c (memset): Likewise.
25567         * string/test-memmove.c (simple_memmove): Disable loop transformation
25568         to library calls.
25569         * string/test-memset.c (simple_memset): Likewise.
25570         * benchtests/bench-memmove.c (simple_memmove): Likewise.
25571         * benchtests/bench-memset.c (simple_memset): Likewise.
25572         * configure: Regenerated.
25574 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
25576         * math/test-misc.c (main): Ignore fesetround failure when failures
25577         of subsequent rounding tests would be ignored.
25579         [BZ #15654]
25580         * math/fedisblxcpt.c (fedisableexcept): Return 0.
25581         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25582         * math/fegetenv.c (__fegetenv): Return 0.
25583         * math/fegetexcept.c (fegetexcept): Return 0.
25584         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25585         FE_TONEAREST.
25586         * math/feholdexcpt.c (feholdexcept): Return 0.
25587         * math/fesetenv.c (__fesetenv): Return 0.
25588         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25589         argument FE_TONEAREST.
25590         * math/feupdateenv.c (__feupdateenv): Return 0.
25591         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25593 2013-06-18  Roland McGrath  <roland@hack.frob.com>
25595         * elf/rtld-Rules (rtld-compile-command.S): New variable.
25596         (rtld-compile-command.s, rtld-compile-command.c): New variables.
25597         ($(objpfx)rtld-%.os rules): Use them.
25599 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25601         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25602         fields.
25604 2013-06-17  Roland McGrath  <roland@hack.frob.com>
25606         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25607         length of target pattern, then descending length of dependency pattern.
25608         * configure.in (AWK): Require gawk 3.1.2 or newer.
25609         * manual/install.texi (Tools for Compilation): Say that we do.
25610         * configure: Regenerated.
25612         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25613         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25614         * scripts/sysd-rules.awk: ... this new script.
25615         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25616         than a glob-style pattern.
25618 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
25620         * math/test-misc.c (main): Do not treat incorrectly rounded
25621         conversions as failure unless ROUNDING_TESTS passes.
25623 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
25625         [BZ #15631]
25626         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25627         restore exception state around main square root computation, then
25628         check for inexactness explicitly.
25630         * math/libm-test.inc (fma_test_data): Add another test.
25632 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25634         * manual/threads.texi (Non-POSIX Extensions): New document
25635         node.  Document pthread_getattr_default_np and
25636         pthread_setattr_default_np.
25638         * Versions.def (libpthread): Add GLIBC_2.18.
25639         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25641         Likewise.
25642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25643         Likewise.
25644         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25645         Likewise.
25646         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25647         Likewise.
25648         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25649         Likewise.
25650         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25651         Likewise.
25652         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25653         Likewise.
25654         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25655         Likewise.
25656         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25657         Likewise.
25659 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25661         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25662         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25664 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25665             H.J. Lu  <hjl.tools@gmail.com>
25667         [BZ #15627]
25668         * sysdeps/x86_64/rtld-memset.c: Remove file.
25669         * sysdeps/x86_64/rtld-memset.S: New file.
25671 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
25673         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25674         (test_in_one_mode): Take arguments for whether the rounding mode
25675         is supported for each floating-point type.
25676         (do_test): Pass new arguments to test_in_one_mode using
25677         ROUNDING_TESTS.
25679 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25681         * posix/tst-waitid.c (do_test): Distinguish different instances of
25682         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
25683         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25684         before entering the kernel for waitpid.
25686 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25688         * NEWS: Fix note on clock function precision.  Text by Roland
25689         McGrath.
25691 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25693         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25694         it into place only when and if the sanity check passes.
25696 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
25698         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25699         output for whether conversion result is exact.  Take argument
25700         indicating whether type is IBM long double.
25701         (round_for_all): Change need_exact field to ibm_ld.
25702         * stdlib/tst-strtod-round.c (struct exactness): New type.
25703         (struct test): Change bool ld_ok field to struct exactness exact.
25704         (TEST): Update all definitions for change to field.
25705         (tests): Regenerate array contents.
25706         (test_in_one_mode): Take pointer to new field instead of old ld_ok
25707         field value.  Check for IBM long double here.
25708         (do_test): Update calls to test_in_one_mode.
25710 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25712         [BZ #12515]
25713         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25714         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25716 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25718         [BZ #15605]
25719         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25720         generated by the compiler on loop optimizations.
25721         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25722         general definitions.
25724 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
25726         * math/bug-nextafter.c: Include <math-tests.h>.
25727         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25728         the relevant type.
25729         * math/bug-nexttoward.c: Include <math-tests.h>.
25730         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25731         the relevant type.
25732         * math/test-misc.c: Include <math-tests.h>.
25733         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25734         the relevant type.
25736 2013-06-12  Andreas Jaeger  <aj@suse.de>
25738         * po/ia.po: Update Interlingua translation from translation
25739         project.
25741 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25743         * include/fenv.h: Include stdbool.h.
25744         (struct rm_ctx): New structure.
25745         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
25746         Define macro.
25747         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
25748         (SET_RESTORE_ROUNDF): Likewise.
25749         (SET_RESTORE_ROUNDL): Likewise.
25750         (SET_RESTORE_ROUND_NOEX): Likewise.
25751         (SET_RESTORE_ROUND_NOEXF): Likewise.
25752         (SET_RESTORE_ROUND_NOEXL): Likewise.
25753         (SET_RESTORE_ROUND_53BIT): Likewise.
25754         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25755         (libc_feresetround_noexf_ctx): Likewise.
25756         (libc_feresetround_noexl_ctx): Likewise.
25757         (libc_feholdsetround_53bit_ctx): Likewise.
25758         (libc_feresetround_53bit_ctx): Likewise.
25759         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25760         (libc_feholdexcept_setround_sse_ctx): New function.
25761         (libc_fesetenv_sse_ctx): Likewise.
25762         (libc_feupdateenv_sse_ctx): Likewise.
25763         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25764         (libc_feholdexcept_setround_387_ctx): Likewise.
25765         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25766         (libc_feholdsetround_387_prec_ctx): Likewise.
25767         (libc_feholdsetround_387_ctx): Likewise.
25768         (libc_feholdsetround_387_53bit_ctx): Likewise.
25769         (libc_feholdsetround_sse_ctx): Likewise.
25770         (libc_feresetround_sse_ctx): Likewise.
25771         (libc_feresetround_387_ctx): Likewise.
25772         (libc_feupdateenv_387_ctx): Likewise.
25773         (libc_feholdexcept_setroundf_ctx): Define macro.
25774         (libc_fesetenvf_ctx): Likewise.
25775         (libc_feupdateenvf_ctx): Likewise.
25776         (libc_feholdsetroundf_ctx): Likewise.
25777         (libc_feresetroundf_ctx): Likewise.
25778         (libc_feholdexcept_setround_ctx): Likewise.
25779         (libc_fesetenv_ctx): Likewise.
25780         (libc_feupdateenv_ctx): Likewise.
25781         (libc_feholdsetround_ctx): Likewise.
25782         (libc_feresetround_ctx): Likewise.
25783         (libc_feholdexcept_setroundl_ctx): Likewise.
25784         (libc_feupdateenvl_ctx): Likewise.
25785         (libc_feholdsetroundl_ctx): Likewise.
25786         (libc_feresetroundl_ctx): Likewise.
25787         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25788         (libc_feresetround_53bit_ctx): Likewise.
25790 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25792         * locale/iso-639.def: Convert to UTF-8.
25794 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25796         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25797         (EXCEPTION_TESTS_double): Likewise.
25798         (EXCEPTION_TESTS_long_double): Likewise.
25799         (EXCEPTION_TESTS): Likewise.
25800         * math/libm-test.inc (test_exceptions): Only test exceptions if
25801         EXCEPTION_TESTS (FLOAT).
25803 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25805         * benchtests/Makefile (string-bench): Add strcpy_chk and
25806         stpcpy_chk.
25807         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25808         * benchtests/bench-stpcpy_chk.c: New file.
25809         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25810         * benchtests/bench-strcpy_chk.c: New file.
25811         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25812         code.
25813         (do_test): Likewise.
25815 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25817         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25818         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25819         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25820         with tabs where appropriate.
25821         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25822         dl-procinfo.h.
25823         [PPC_PLATFORM_PPC440]: Likewise.
25824         [PPC_PLATFORM_PPC464]: Likewise.
25825         [PPC_PLATFORM_PPC476]: Likewise.
25826         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25827         ppc464, and ppc476 platform strings merging from ports/
25828         dl-procinfo.h.
25830 2013-06-11  Andreas Schwab  <schwab@suse.de>
25832         [BZ #14991]
25833         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25834         (from_ucs4_idx): Regenerate.
25835         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25836         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25837         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25838         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25839         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25840         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25841         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25842         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25843         from FROM_LOOP and TO_LOOP specific macros.
25844         (BODY): Handle combining characters.
25845         * iconvdata/BIG5HKSCS.irreversible: Update.
25846         * iconvdata/BIG5HKSCS.precomposed: New file.
25847         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25848         characters.
25849         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25851 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25853         * include/sys/time.h: Fix indentation and add copyright header.
25855         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25856         (do_test): Likewise.
25857         * string/test-memchr.c (do_one_test): Likewise.
25858         (do_test): Likewise.
25859         * string/test-memcmp.c (do_one_test): Likewise.
25860         (do_test): Likewise.
25861         * string/test-memcpy.c (do_one_test): Likewise.
25862         (do_test): Likewise.
25863         * string/test-memmem.c (do_one_test): Likewise.
25864         (do_test): Likewise.
25865         (do_random_tests): Likewise.
25866         * string/test-memmove.c (do_one_test): Likewise.
25867         (do_test): Likewise.
25868         * string/test-memset.c (do_one_test): Likewise.
25869         (do_test): Likewise.
25870         * string/test-rawmemchr.c (do_one_test): Likewise.
25871         (do_test): Likewise.
25872         * string/test-strcasecmp.c (do_one_test): Likewise.
25873         (do_test): Likewise.
25874         * string/test-strcasestr.c (do_one_test): Likewise.
25875         (do_test): Likewise.
25876         * string/test-strcat.c (do_one_test): Likewise.
25877         (do_test): Likewise.
25878         * string/test-strchr.c (do_one_test): Likewise.
25879         (do_test): Likewise.
25880         * string/test-strcmp.c (do_one_test): Likewise.
25881         (do_test): Likewise.
25882         * string/test-strcpy.c (do_one_test): Likewise.
25883         (do_test): Likewise.
25884         * string/test-string.h: Likewise.
25885         (test_init): Likewise.
25886         * string/test-strlen.c (do_one_test): Likewise.
25887         (do_test): Likewise.
25888         * string/test-strncasecmp.c (do_one_test): Likewise.
25889         (do_test): Likewise.
25890         * string/test-strncat.c (do_one_test): Likewise.
25891         (do_test): Likewise.
25892         * string/test-strncmp.c (do_one_test): Likewise.
25893         (do_test_limit): Likewise.
25894         (do_test): Likewise.
25895         * string/test-strncpy.c (do_one_test): Likewise.
25896         (do_test): Likewise.
25897         * string/test-strnlen.c (do_one_test): Likewise.
25898         (do_test): Likewise.
25899         * string/test-strpbrk.c (do_one_test): Likewise.
25900         (do_test): Likewise.
25901         * string/test-strrchr.c (do_one_test): Likewise.
25902         (do_test): Likewise.
25903         * string/test-strspn.c (do_one_test): Likewise.
25904         (do_test): Likewise.
25905         * string/test-strstr.c (do_one_test): Likewise.
25906         (do_test): Likewise.
25908         * benchtests/Makefile (string-bench): Add string benchmarks.
25909         * benchtests/bench-bcopy-ifunc.c: New file.
25910         * benchtests/bench-bcopy.c: New file.
25911         * benchtests/bench-bzero-ifunc.c: New file.
25912         * benchtests/bench-bzero.c: New file.
25913         * benchtests/bench-memccpy-ifunc.c: New file.
25914         * benchtests/bench-memccpy.c: New file.
25915         * benchtests/bench-memchr-ifunc.c: New file.
25916         * benchtests/bench-memchr.c: New file.
25917         * benchtests/bench-memcmp-ifunc.c: New file.
25918         * benchtests/bench-memcmp.c: New file.
25919         * benchtests/bench-memmem-ifunc.c: New file.
25920         * benchtests/bench-memmem.c: New file.
25921         * benchtests/bench-memmove-ifunc.c: New file.
25922         * benchtests/bench-memmove.c: New file.
25923         * benchtests/bench-mempcpy-ifunc.c: New file.
25924         * benchtests/bench-mempcpy.c: New file.
25925         * benchtests/bench-memset-ifunc.c: New file.
25926         * benchtests/bench-memset.c: New file.
25927         * benchtests/bench-rawmemchr-ifunc.c: New file.
25928         * benchtests/bench-rawmemchr.c: New file.
25929         * benchtests/bench-stpcpy-ifunc.c: New file.
25930         * benchtests/bench-stpcpy.c: New file.
25931         * benchtests/bench-stpncpy-ifunc.c: New file.
25932         * benchtests/bench-stpncpy.c: New file.
25933         * benchtests/bench-strcasecmp-ifunc.c: New file.
25934         * benchtests/bench-strcasecmp.c: New file.
25935         * benchtests/bench-strcasestr-ifunc.c: New file.
25936         * benchtests/bench-strcasestr.c: New file.
25937         * benchtests/bench-strcat-ifunc.c: New file.
25938         * benchtests/bench-strcat.c: New file.
25939         * benchtests/bench-strchr-ifunc.c: New file.
25940         * benchtests/bench-strchr.c: New file.
25941         * benchtests/bench-strchrnul-ifunc.c: New file.
25942         * benchtests/bench-strchrnul.c: New file.
25943         * benchtests/bench-strcmp-ifunc.c: New file.
25944         * benchtests/bench-strcmp.c: New file.
25945         * benchtests/bench-strcpy-ifunc.c: New file.
25946         * benchtests/bench-strcpy.c: New file.
25947         * benchtests/bench-strcspn-ifunc.c: New file.
25948         * benchtests/bench-strcspn.c: New file.
25949         * benchtests/bench-strlen-ifunc.c: New file.
25950         * benchtests/bench-strlen.c: New file.
25951         * benchtests/bench-strncasecmp-ifunc.c: New file.
25952         * benchtests/bench-strncasecmp.c: New file.
25953         * benchtests/bench-strncat-ifunc.c: New file.
25954         * benchtests/bench-strncat.c: New file.
25955         * benchtests/bench-strncmp-ifunc.c: New file.
25956         * benchtests/bench-strncmp.c: New file.
25957         * benchtests/bench-strncpy-ifunc.c: New file.
25958         * benchtests/bench-strncpy.c: New file.
25959         * benchtests/bench-strnlen-ifunc.c: New file.
25960         * benchtests/bench-strnlen.c: New file.
25961         * benchtests/bench-strpbrk-ifunc.c: New file.
25962         * benchtests/bench-strpbrk.c: New file.
25963         * benchtests/bench-strrchr-ifunc.c: New file.
25964         * benchtests/bench-strrchr.c: New file.
25965         * benchtests/bench-strspn-ifunc.c: New file.
25966         * benchtests/bench-strspn.c: New file.
25967         * benchtests/bench-strstr-ifunc.c: New file.
25968         * benchtests/bench-strstr.c: New file.
25970         * benchtests/Makefile: Disable parallel execution of targets.
25971         (string-bench): Add memcpy.
25972         (benchset): New variable to store a list of benchmark sets.
25973         (bench-func): Renamed from bench.
25974         (bench-set): New target.
25975         (bench): Depend on bench-func and bench-set.
25976         * benchtests/README: Add section on benchmark sets.
25977         * benchtests/bench-memcpy-ifunc.c: New file.
25978         * benchtests/bench-memcpy.c: New file.
25979         * benchtests/bench-string.h: New file.
25981 2013-06-11  Andreas Schwab  <schwab@suse.de>
25983         [BZ #15577]
25984         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25985         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25986         values in the triple.
25987         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25988         terminator in the group key.
25990 2013-06-11  Andreas Jaeger  <aj@suse.de>
25992         * po/zh_TW.po: Update Chinese (traditional) translation from
25993         translation project.
25995 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25997         * include/time.h (__clock_gettime): Add libc_hidden_proto.
25998         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25999         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26000         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26001         (clock_getcpuclockid): Likewise.
26002         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26003         Add weak_alias and libc_hidden_def.
26004         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26005         * rt/clock_gettime.c (clock_gettime): Rename to
26006         __clock_gettime.  Add weak_alias and libc_hidden_def.
26007         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26008         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26009         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26010         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26011         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26012         Likewise.
26013         * rt/clock_settime.c (clock_settime): Rename to
26014         __clock_settime.  Add weak_alias and libc_hidden_def.
26015         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26017 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26019         * mach/err_boot.sub: Remove trailing whitespace.
26020         * mach/err_ipc.sub: Likewise.
26021         * mach/err_mach.sub: Likewise.
26023         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26024         (ROUNDING_TESTS_double): Likewise.
26025         (ROUNDING_TESTS_long_double): Likewise.
26026         (ROUNDING_TESTS): Likewise.
26027         * math/libm-test.inc: Include <math-tests.h>.
26028         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26029         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26030         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26031         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26033 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26035         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26036         of assigning.
26038 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26040         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26041         otherwise empty TRANS lines.
26042         * sysdeps/gnu/errlist.c: Regenerated.
26044         * catgets/gencat.c (error_print): Use (void) in function
26045         definition.
26046         * crypt/crypt_util.c (__init_des): Likewise.
26047         * crypt/speeds.c (Stop): Likewise.
26048         (main): Likewise.
26049         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26050         * inet/ruserpass.c (token): Likewise.
26051         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26052         * intl/localealias.c (extend_alias_table): Likewise.
26053         * intl/plural-exp.c (init_germanic_plural): Likewise.
26054         * libio/fcloseall.c (__fcloseall): Likewise.
26055         * libio/genops.c (_IO_flush_all): Likewise.
26056         (_IO_flush_all_linebuffered): Likewise.
26057         (_IO_cleanup): Likewise.
26058         (_IO_iter_begin): Likewise.
26059         (_IO_iter_end): Likewise.
26060         (_IO_list_lock): Likewise.
26061         (_IO_list_unlock): Likewise.
26062         (_IO_list_resetlock): Likewise.
26063         * libio/getchar.c (getchar): Likewise.
26064         * libio/getchar_u.c (getchar_unlocked): Likewise.
26065         * libio/getwchar.c (getwchar): Likewise.
26066         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26067         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26068         * login/getpt.c (__getpt): Likewise.
26069         * login/tst-utmp.c (main): Likewise.
26070         * malloc/hooks.c (__malloc_check_init): Likewise.
26071         * malloc/malloc.c (__malloc_stats): Likewise.
26072         * malloc/mtrace.c (tr_break): Likewise.
26073         (mtrace): Likewise.
26074         (muntrace): Likewise.
26075         * misc/fstab.c (endfsent): Likewise.
26076         * misc/getclktck.c (__getclktck): Likewise.
26077         * misc/getdtsz.c (__getdtablesize): Likewise.
26078         * misc/gethostid.c (gethostid): Likewise.
26079         * misc/getpagesize.c (__getpagesize): Likewise.
26080         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26081         (__get_nprocs): Likewise.
26082         (__get_phys_pages): Likewise.
26083         (__get_avphys_pages): Likewise.
26084         * misc/getttyent.c (getttyent): Likewise.
26085         (setttyent): Likewise.
26086         (endttyent): Likewise.
26087         * misc/getusershell.c (getusershell): Likewise.
26088         (endusershell): Likewise.
26089         (setusershell): Likewise.
26090         (initshells): Likewise.
26091         * misc/hsearch.c (__hdestroy): Likewise.
26092         * misc/sync.c (sync): Likewise.
26093         * misc/syslog.c (closelog_internal): Likewise.
26094         (closelog): Likewise.
26095         * misc/ttyslot.c (ttyslot): Likewise.
26096         * misc/vhangup.c (vhangup): Likewise.
26097         * posix/fork.c (__fork): Likewise.
26098         * posix/getegid.c (__getegid): Likewise.
26099         * posix/geteuid.c (__geteuid): Likewise.
26100         * posix/getgid.c (__getgid): Likewise.
26101         * posix/getpid.c (__getpid): Likewise.
26102         * posix/getppid.c (__getppid): Likewise.
26103         * posix/getuid.c (__getuid): Likewise.
26104         * posix/pause.c (pause): Likewise.
26105         * posix/setpgrp.c (setpgrp): Likewise.
26106         * posix/setsid.c (__setsid): Likewise.
26107         * posix/test-vfork.c (noop): Likewise.
26108         * resolv/gethnamaddr.c (_endhtent): Likewise.
26109         (_gethtent): Likewise.
26110         (ht_endhostent): Likewise.
26111         (gethostent): Likewise.
26112         (dns_service): Likewise.
26113         * stdlib/drand48.c (drand48): Likewise.
26114         * stdlib/lrand48.c (lrand48): Likewise.
26115         * stdlib/mrand48.c (mrand48): Likewise.
26116         * stdlib/rand.c (rand): Likewise.
26117         * stdlib/random.c (__random): Likewise.
26118         * stdlib/setenv.c (clearenv): Likewise.
26119         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26120         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26121         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26122         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26123         (__get_nprocs): Likewise.
26124         (__get_phys_pages): Likewise.
26125         (__get_avphys_pages): Likewise.
26126         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26127         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26128         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26129         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26130         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26131         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26132         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26133         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26134         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26135         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26136         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26137         * sysdeps/mach/hurd/sync.c (sync): Likewise.
26138         * sysdeps/posix/clock.c (clock): Likewise.
26139         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26140         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26141         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26142         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26143         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26144         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26145         (__get_nprocs_conf): Likewise.
26146         (__get_phys_pages): Likewise.
26147         (__get_avphys_pages): Likewise.
26148         * time/clock.c (clock): Likewise.
26149         * time/tzset.c (__tzname_max): Likewise.
26151 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
26153         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26154         (__bswap_32): Do not use "register".
26155         * crypt/crypt.c (_ufc_doit_r): Likewise.
26156         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26157         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26158         * gmon/gmon.c (__monstartup): Likewise.
26159         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26160         * hurd/hurdmalloc.c (more_memory): Likewise.
26161         (malloc): Likewise.
26162         (free): Likewise.
26163         (realloc): Likewise.
26164         (malloc_fork_prepare): Likewise.
26165         (malloc_fork_parent): Likewise.
26166         (malloc_fork_child): Likewise.
26167         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26168         (_svcauth_des): Likewise.
26169         * inet/inet_lnaof.c (inet_lnaof): Likewise.
26170         * inet/inet_net.c (inet_network): Likewise.
26171         * inet/inet_netof.c (inet_netof): Likewise.
26172         * inet/rcmd.c (__validuser2_sa): Likewise.
26173         * io/fts.c (fts_open): Likewise.
26174         (fts_load): Likewise.
26175         (fts_close): Likewise.
26176         (fts_read): Likewise.
26177         (fts_children): Likewise.
26178         (fts_build): Likewise.
26179         (fts_stat): Likewise.
26180         (fts_sort): Likewise.
26181         (fts_alloc): Likewise.
26182         (fts_lfree): Likewise.
26183         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26184         (_IO_file_xsgetn): Likewise.
26185         (_IO_file_xsgetn_mmap): Likewise.
26186         * libio/iofopncook.c (_IO_cookie_read): Likewise.
26187         (_IO_cookie_write): Likewise.
26188         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26189         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26190         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26191         * malloc/obstack.c (_obstack_begin): Likewise.
26192         (_obstack_begin_1): Likewise.
26193         (_obstack_newchunk): Likewise.
26194         (_obstack_allocated_p): Likewise.
26195         (obstack_free): Likewise.
26196         (_obstack_memory_used): Likewise.
26197         * misc/getttyent.c (getttynam): Likewise.
26198         (getttyent): Likewise.
26199         (skip): Likewise.
26200         (value): Likewise.
26201         * misc/getusershell.c (initshells): Likewise.
26202         * misc/syslog.c (__vsyslog_chk): Likewise.
26203         * misc/ttyslot.c (ttyslot): Likewise.
26204         * nis/nis_hash.c (__nis_hash): Likewise.
26205         * posix/fnmatch_loop.c (FCT): Likewise.
26206         * posix/getconf.c (print_all): Likewise.
26207         (main): Likewise.
26208         * posix/getopt.c (exchange): Likewise.
26209         * posix/glob.c (globfree): Likewise.
26210         (prefix_array): Likewise.
26211         (__glob_pattern_type): Likewise.
26212         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26213         (NS_GET32): Likewise.
26214         (NS_PUT16): Likewise.
26215         (NS_PUT32): Likewise.
26216         * resolv/gethnamaddr.c (getanswer): Likewise.
26217         (gethostbyname2): Likewise.
26218         (gethostbyaddr): Likewise.
26219         (_gethtent): Likewise.
26220         (_gethtbyname2): Likewise.
26221         (_gethtbyaddr): Likewise.
26222         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26223         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26224         * resolv/res_init.c (__res_vinit): Likewise.
26225         (net_mask): Likewise.
26226         * resolv/res_mkquery.c (outchar): Likewise.
26227         (PRINT): Likewise.
26228         * stdio-common/printf_fp.c (outchar): Likewise.
26229         (PRINT): Likewise.
26230         * stdio-common/printf_fphex.c (outchar): Likewise.
26231         (PRINT): Likewise.
26232         * stdio-common/printf_size.c (outchar): Likewise.
26233         (PRINT): Likewise.
26234         * stdio-common/test_rdwr.c (main): Likewise.
26235         * stdio-common/tfformat.c (matches): Likewise.
26236         * stdio-common/vfprintf.c (outchar): Likewise.
26237         (printf_unknown): Likewise.
26238         (buffered_vfprintf): Likewise.
26239         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26240         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26241         (ReadFile): Likewise.
26242         * stdlib/qsort.c (SWAP): Likewise.
26243         (_quicksort): Likewise.
26244         * stdlib/setenv.c (__add_to_environ): Likewise.
26245         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26246         * stdlib/strtol_l.c (__strtol_l): Likewise.
26247         * stdlib/tst-strtod.c (main): Likewise.
26248         * stdlib/tst-strtol.c (main): Likewise.
26249         * stdlib/tst-strtoll.c (main): Likewise.
26250         * string/bits/string2.h (__strcmp_cc): Likewise.
26251         (__strcmp_cg): Likewise.
26252         (__strcspn_c1): Likewise.
26253         (__strcspn_c2): Likewise.
26254         (__strcspn_c3): Likewise.
26255         (__strspn_c1): Likewise.
26256         (__strspn_c2): Likewise.
26257         (__strspn_c3): Likewise.
26258         (__strsep_1c): Likewise.
26259         (__strsep_2c): Likewise.
26260         (__strsep_3c): Likewise.
26261         * string/memccpy.c (__memccpy): Likewise.
26262         * string/stpcpy.c (__stpcpy): Likewise.
26263         * string/strcmp.c (strcmp): Likewise.
26264         * string/strrchr.c (strrchr): Likewise.
26265         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26266         Likewise.
26267         * sysdeps/mach/hurd/getcwd.c
26268         (_hurd_canonicalize_directory_name_internal): Likewise.
26269         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26270         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26271         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26272         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26273         Likewise, in both definitions.
26274         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26275         definitions.
26276         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26277         64] (__bswap_64): Likewise.
26278         * time/test_time.c (main): Likewise.
26279         * time/tzfile.c (__tzfile_read): Likewise.
26280         (__tzfile_compute): Likewise.
26281         * time/tzset.c (__tzset_parse_tz): Likewise.
26282         (tzset_internal): Likewise.
26283         (compute_change): Likewise.
26284         * wcsmbs/wcscat.c (__wcscat): Likewise.
26285         * wcsmbs/wcschr.c (wcschr): Likewise.
26286         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26287         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26288         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26289         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26290         * wcsmbs/wcsspn.c (wcsspn): Likewise.
26291         * wcsmbs/wcsstr.c (wcsstr): Likewise.
26292         * wcsmbs/wmemchr.c (wmemchr): Likewise.
26293         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26294         * wcsmbs/wmemset.c (wmemset): Likewise.
26296 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
26298         * scripts/config.guess: Update to version 2013-05-16.
26299         * scripts/config.sub: Update to version 2013-04-24.
26300         * scripts/install-sh: Update to version 2011-11-20.07.
26301         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26302         * scripts/move-if-change: Update to version 2012-01-06 07:23.
26304 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
26306         * debug/fgetws_u_chk.c: Fix leading whitespaces.
26307         * elf/sln.c: Likewise.
26308         * hurd/hurd/ioctl.h: Likewise.
26309         * hurd/hurdmalloc.c: Likewise.
26310         * hurd/xattr.c: Likewise.
26311         * include/shlib-compat.h: Likewise.
26312         * inet/ruserpass.c: Likewise.
26313         * libio/iofgets_u.c: Likewise.
26314         * libio/iofgetws_u.c: Likewise.
26315         * locale/programs/ld-identification.c: Likewise.
26316         * locale/programs/ld-time.c: Likewise.
26317         * mach/msg-destroy.c: Likewise.
26318         * nss/nss_files/files-netgrp.c: Likewise.
26319         * resolv/res_data.c: Likewise.
26320         * soft-fp/op-1.h: Likewise.
26321         * soft-fp/op-2.h: Likewise.
26322         * soft-fp/op-4.h: Likewise.
26323         * soft-fp/op-common.h: Likewise.
26324         * stdio-common/printf_fphex.c: Likewise.
26325         * stdlib/strtod_l.c: Likewise.
26326         * sunrpc/rpc/clnt.h: Likewise.
26327         * sysdeps/generic/framestate.c: Likewise.
26328         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26329         * sysdeps/i386/bsd-setjmp.S: Likewise.
26330         * sysdeps/i386/__longjmp.S: Likewise.
26331         * sysdeps/i386/setjmp.S: Likewise.
26332         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26333         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26334         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26335         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26336         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26337         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26338         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26339         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26340         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26341         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26342         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26343         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26344         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26345         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26346         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26347         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26348         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26349         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26350         * sysdeps/ieee754/support.c: Likewise.
26351         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26352         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26353         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26354         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26355         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26356         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26357         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26358         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26359         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26360         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26361         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26362         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26363         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26364         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26365         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26366         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26367         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26370 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
26372         * posix/transbug.c: Remove executable mode.
26374 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
26376         * crypt/speeds.c: Remove trailing whitespace.
26377         * dlfcn/default.c: Likewise.
26378         * elf/ifuncdep2.c: Likewise.
26379         * elf/ifuncmain1.c: Likewise.
26380         * elf/ifuncmain1vis.c: Likewise.
26381         * elf/testobj.h: Likewise.
26382         * elf/tst-stackguard1.c: Likewise.
26383         * gmon/sys/gmon.h: Likewise.
26384         * hurd/hurdmsg.c: Likewise.
26385         * hurd/new-fd.c: Likewise.
26386         * hurd/ports-get.c: Likewise.
26387         * iconvdata/ibm1008_420.c: Likewise.
26388         * inet/tst-getni1.c: Likewise.
26389         * inet/tst-getni2.c: Likewise.
26390         * libio/ioungetc.c: Likewise.
26391         * libio/wfiledoalloc.c: Likewise.
26392         * manual/libm-err-tab.pl: Likewise.
26393         * math/w_dremf.c: Likewise.
26394         * misc/ftruncate.c: Likewise.
26395         * posix/bug-glob2.c: Likewise.
26396         * posix/tst-pcre.c: Likewise.
26397         * posix/wait4.c: Likewise.
26398         * resolv/README: Likewise.
26399         * resolv/res_debug.h: Likewise.
26400         * resolv/tst-inet_ntop.c: Likewise.
26401         * setjmp/bug269-setjmp.c: Likewise.
26402         * soft-fp/extended.h: Likewise.
26403         * soft-fp/op-1.h: Likewise.
26404         * soft-fp/op-2.h: Likewise.
26405         * soft-fp/op-4.h: Likewise.
26406         * soft-fp/op-8.h: Likewise.
26407         * soft-fp/testit.c: Likewise.
26408         * stdio-common/bug16.c: Likewise.
26409         * stdlib/random.c: Likewise.
26410         * sunrpc/rpcsvc/rquota.x: Likewise.
26411         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26412         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26413         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26414         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26415         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26416         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26417         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26418         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26419         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26420         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26421         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26422         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26423         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26424         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26425         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26426         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26427         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26428         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26429         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26430         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26431         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26432         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26433         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26434         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26435         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26436         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26437         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26438         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26439         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26440         * sysdeps/ieee754/s_lib_version.c: Likewise.
26441         * sysdeps/mach/hurd/check_fds.c: Likewise.
26442         * sysdeps/mach/hurd/getsockname.c: Likewise.
26443         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26444         * sysdeps/mach/hurd/recvfrom.c: Likewise.
26445         * sysdeps/powerpc/bits/link.h: Likewise.
26446         * sysdeps/powerpc/dl-procinfo.c: Likewise.
26447         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26448         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26449         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26450         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26451         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26452         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26453         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26454         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26455         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26456         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26457         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26458         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26459         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26460         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26461         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26462         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26463         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26464         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26465         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26466         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26467         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26468         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26469         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26470         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26471         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26472         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26473         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26474         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26475         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26476         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26477         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26478         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26479         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26480         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26481         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26482         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26483         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26484         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26485         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26486         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26487         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26488         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26489         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26490         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26491         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26492         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26493         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26494         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26495         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26496         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26497         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26498         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26499         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26500         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26501         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26502         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26503         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26504         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26505         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26506         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26507         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26508         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26509         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26510         * sysdeps/powerpc/sysdep.h: Likewise.
26511         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26512         * sysdeps/s390/s390-64/sub_n.S: Likewise.
26513         * sysdeps/sh/dl-trampoline.S: Likewise.
26514         * sysdeps/sh/memset.S: Likewise.
26515         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26516         * sysdeps/sh/strlen.S: Likewise.
26517         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26518         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26519         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26520         * sysdeps/sparc/sparc32/rem.S: Likewise.
26521         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26522         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26523         * sysdeps/sparc/sparc32/strchr.S: Likewise.
26524         * sysdeps/sparc/sparc32/udiv.S: Likewise.
26525         * sysdeps/sparc/sparc32/urem.S: Likewise.
26526         * sysdeps/sparc/sparc64/add_n.S: Likewise.
26527         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26528         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26529         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26530         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26531         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26532         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26533         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26534         * sysdeps/unix/bsd/times.c: Likewise.
26535         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26536         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26540         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26541         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26542         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26543         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26544         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26545         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26546         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26547         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26548         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26549         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26550         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26551         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26552         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26553         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26554         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26555         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26556         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26557         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26558         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26559         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26560         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26561         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26562         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26563         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26564         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26565         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26566         * sysdeps/x86_64/strcspn.S: Likewise.
26568 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26570         * locale/C-translit.h: Revert #include <stdint.h> because this is a
26571         generated file.  Regenerate properly from gen-translit.pl.
26572         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
26573         locale/C-translit.h.
26575 2013-06-05  Andreas Schwab  <schwab@suse.de>
26577         [BZ #15100]
26578         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26579         week as 6 instead of -1.
26580         * time/tst-strptime.c (day_tests): Add test case.
26582 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26584         * sysdeps/generic/math_private.h
26585         (libc_feholdexcept_setround_53bit): Replace with
26586         libc_feholdsetround_53bit.
26587         (libc_feupdateenv_53bit): Replace with
26588         libc_feresetround_53bit.
26589         (SET_RESTORE_ROUND_53BIT): Adjust.
26591 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26593         * string/test-strchrnul.c: Add copyright header.
26595         * posix/tst-getaddrinfo4.c: Increase test timeout.
26597 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
26599         [BZ #15536]
26600         * math/libm-test.inc (MAX_EXP): Remove
26601         (MIN_EXP): Define.
26602         (ulp): Use MIN_EXP - MANT_DIG.
26603         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26605 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
26607         * po/be.po: Revert last change.
26608         * po/zh_CN.po: Likewise.
26609         * po/header.pot: Likewise.
26611 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
26613         * Makefile ($(common-objpfx)linkobj/libc.so): Define
26614         link-libc-deps to empty as target-specific variable.
26615         * Makerules (link-libc-args): New variable.
26616         (libc-for-link): Likewise.
26617         (link-libc-deps): Likewise.
26618         (lib%.so): Depend on $(link-libc-deps).  Link with
26619         $(link-libc-args).
26620         (build-module): Link with $(link-libc-args).
26621         (build-module-asneeded): Likewise.
26622         (build-module-helper-objlist): Filter out $(link-libc-deps) from
26623         list of objects.
26624         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26625         target-specific variable.
26626         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26627         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26628         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26629         libc.
26630         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26631         libc and ld.so.
26632         ($(objpfx)libpcprofile.so): Likewise.
26633         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26634         libc_nonshared.a.
26635         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26636         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26637         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26638         $(link-libc-deps).
26639         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26640         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26641         * login/Makefile ($(objpfx)libutil.so): Likewise.
26642         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26643         * math/Makefile ($(objpfx)libm.so): Likewise.
26644         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26645         $(objpfx)libnsl.so): Define libc-for-link as target-specific
26646         variable instead of depending directly on libc.
26647         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26648         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26649         $(link-libc-deps).
26650         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26651         libc.
26652         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26653         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26654         ($(objpfx)libanl.so): Likewise.
26655         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26656         ld.so.
26657         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26658         $(link-libc-deps).
26659         * sysdeps/i386/fpu/Makefile: Remove file.
26660         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26661         ($(objpfx)libm.so): Remove dependency on ld.so.
26663 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
26665         [BZ # 15553]
26666         * nis/yp_xdr.c (XDRMAXNAME): Define.
26667         (XDRMAXRECORD): Define.
26668         (xdr_domainname): Use XDRMAXNAME.
26669         (xdr_mapname): Likewise.
26670         (xdr_peername): Likewise.
26671         (xdr_keydat): Use XDRMAXRECORD.
26672         (xdr_valdat): Likewise.
26674 2013-05-30  Jeff Law  <law@redhat.com>
26676         [BZ #14256]
26677         * manual/errno.texi (ESTALE): Update to account for more than
26678         just NFS file systems.
26679         * sysdeps/gnu/errlist.c: Regenerated.
26681 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26683         [BZ #15465]
26684         * elf/Makefile (tests): Add tst-null-argv.
26685         (modules-names):  Add tst-null-argv-lib.
26686         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26687         (tst-null-argv-ENV): Set environment for tst-null-argv.
26688         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26689         (RTLD_PROGNAME): New macro.
26690         * elf/tst-null-argv.c: New test case.
26691         * elf/tst-null-argv-lib.c: Library for test case.
26692         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26693         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26694         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26695         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26696         * elf/dl-init.c (call_init): Likewise.
26697         (_dl_init): Likewise.
26698         * elf/dl-load.c (print_search_path): Likewise.
26699         (_dl_map_object): Likewise.
26700         * elf/dl-lookup.c (do_lookup_x): Likewise.
26701         (add_dependency): Likewise.
26702         (_dl_lookup_symbol_x): Likewise.
26703         (_dl_debug_bindings): Likewise.
26704         * elf/dl-open.c (_dl_show_scope): Likewise.
26705         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26706         * elf/dl-version.c (match_symbol): Likewise.
26707         (_dl_check_map_versions): Likewise.
26708         * elf/rtld.c (dl_main): Likewise.
26709         (print_unresolved): Use RTLD_PROGNAME.
26710         (print_missing_version): Likewise.
26711         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26712         (elf_machine_rela): Likewise.
26713         * sysdeps/powerpc/powerpc32/dl-machine.c
26714         (__process_machine_rela): Likewise.
26715         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26716         Likewise.
26717         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26718         Likewise.
26719         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26720         Likewise.
26721         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26722         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26723         Likewise.
26724         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26725         Likewise.
26726         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26728 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
26730         * po/be.po: Add descriptive title.
26731         * po/zh_CN.po: Likewise.
26732         * po/header.pot: Likewise.
26734 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
26736         * locale/programs/locarchive.c (create_archive): Inlucde fname in
26737         error message.
26738         (enlarge_archive): Likewise.
26740 2013-05-28  Ben North  <ben@redfrontdoor.org>
26742         * manual/arith.texi (frexp): It is the magnitude of the return
26743         value which lies in [0.5, 1), not the return value itself.
26745 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26747         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26749 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
26751         * stdio-common/bug26.c (main): Correct fscanf template.
26753         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26754         declare _dl_skip_args.
26756         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26757         Don't declare.
26759         * manual/platform.texi: Add missing @end deftypefun.
26761 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26763         [BZ #15529]
26764         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26765         bit of mantissa of 2^16382.
26766         * math/libm-test.inc (hypot_test_data): Add more tests.
26768         * math/libm-test.inc: Add drem and pow10 to list of tested
26769         functions.
26770         (pow10_test): New function.
26771         (drem_test): Likewise.
26772         (drem_test_tonearest): Likewise.
26773         (drem_test_towardzero): Likewise.
26774         (drem_test_downward): Likewise.
26775         (drem_test_upward): Likewise.
26776         (main): Call the new functions.
26778         * math/libm-test.inc (finite_test_data): Remove.
26779         (finite_test): Run tests from isfinite_test_data.
26780         (gamma_test_data): Remove.
26781         (gamma_test): Run tests from lgamma_test_data.
26782         * sysdeps/i386/fpu/libm-test-ulps: Update.
26783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26785 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26787         * manual/platform.texi: Add PowerPC PPR function set documentation.
26788         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26789         implementation.
26791 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26793         * math/libm-test.inc (MAX_EXP): Define.
26794         (ULPDIFF): Define.
26795         (ulp): New function.
26796         (check_float_internal): Use ULPDIFF.
26797         (cpow_test): Disable failing test.
26798         (check_ulp): Test ulp() implemetnation.
26799         (main): Call check_ulp before starting tests.
26801 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26803         * math/gen-libm-test.pl (generate_testfile): Do not handle
26804         START_DATA and END_DATA.
26805         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26806         END_DATA.
26807         (acos_tonearest_test_data): Likewise.
26808         (acos_towardzero_test_data): Likewise.
26809         (acos_downward_test_data): Likewise.
26810         (acos_upward_test_data): Likewise.
26811         (acosh_test_data): Likewise.
26812         (asin_test_data): Likewise.
26813         (asin_tonearest_test_data): Likewise.
26814         (asin_towardzero_test_data): Likewise.
26815         (asin_downward_test_data): Likewise.
26816         (asin_upward_test_data): Likewise.
26817         (asinh_test_data): Likewise.
26818         (atan_test_data): Likewise.
26819         (atanh_test_data): Likewise.
26820         (atan2_test_data): Likewise.
26821         (cabs_test_data): Likewise.
26822         (cacos_test_data): Likewise.
26823         (cacosh_test_data): Likewise.
26824         (carg_test_data): Likewise.
26825         (casin_test_data): Likewise.
26826         (casinh_test_data): Likewise.
26827         (catan_test_data): Likewise.
26828         (catanh_test_data): Likewise.
26829         (cbrt_test_data): Likewise.
26830         (ccos_test_data): Likewise.
26831         (ccosh_test_data): Likewise.
26832         (ceil_test_data): Likewise.
26833         (cexp_test_data): Likewise.
26834         (cimag_test_data): Likewise.
26835         (clog_test_data): Likewise.
26836         (clog10_test_data): Likewise.
26837         (conj_test_data): Likewise.
26838         (copysign_test_data): Likewise.
26839         (cos_test_data): Likewise.
26840         (cos_tonearest_test_data): Likewise.
26841         (cos_towardzero_test_data): Likewise.
26842         (cos_downward_test_data): Likewise.
26843         (cos_upward_test_data): Likewise.
26844         (cosh_test_data): Likewise.
26845         (cosh_tonearest_test_data): Likewise.
26846         (cosh_towardzero_test_data): Likewise.
26847         (cosh_downward_test_data): Likewise.
26848         (cosh_upward_test_data): Likewise.
26849         (cpow_test_data): Likewise.
26850         (cproj_test_data): Likewise.
26851         (creal_test_data): Likewise.
26852         (csin_test_data): Likewise.
26853         (csinh_test_data): Likewise.
26854         (csqrt_test_data): Likewise.
26855         (ctan_test_data): Likewise.
26856         (ctan_tonearest_test_data): Likewise.
26857         (ctan_towardzero_test_data): Likewise.
26858         (ctan_downward_test_data): Likewise.
26859         (ctan_upward_test_data): Likewise.
26860         (ctanh_test_data): Likewise.
26861         (ctanh_tonearest_test_data): Likewise.
26862         (ctanh_towardzero_test_data): Likewise.
26863         (ctanh_downward_test_data): Likewise.
26864         (ctanh_upward_test_data): Likewise.
26865         (erf_test_data): Likewise.
26866         (erfc_test_data): Likewise.
26867         (exp_test_data): Likewise.
26868         (exp_tonearest_test_data): Likewise.
26869         (exp_towardzero_test_data): Likewise.
26870         (exp_downward_test_data): Likewise.
26871         (exp_upward_test_data): Likewise.
26872         (exp10_test_data): Likewise.
26873         (exp2_test_data): Likewise.
26874         (expm1_test_data): Likewise.
26875         (fabs_test_data): Likewise.
26876         (fdim_test_data): Likewise.
26877         (finite_test_data): Likewise.
26878         (floor_test_data): Likewise.
26879         (fma_test_data): Likewise.
26880         (fma_towardzero_test_data): Likewise.
26881         (fma_downward_test_data): Likewise.
26882         (fma_upward_test_data): Likewise.
26883         (fmax_test_data): Likewise.
26884         (fmin_test_data): Likewise.
26885         (fmod_test_data): Likewise.
26886         (fpclassify_test_data): Likewise.
26887         (frexp_test_data): Likewise.
26888         (gamma_test_data): Likewise.
26889         (hypot_test_data): Likewise.
26890         (ilogb_test_data): Likewise.
26891         (isfinite_test_data): Likewise.
26892         (isgreater_test_data): Likewise.
26893         (isgreaterequal_test_data): Likewise.
26894         (isinf_test_data): Likewise.
26895         (isless_test_data): Likewise.
26896         (islessequal_test_data): Likewise.
26897         (islessgreater_test_data): Likewise.
26898         (isnan_test_data): Likewise.
26899         (isnormal_test_data): Likewise.
26900         (issignaling_test_data): Likewise.
26901         (isunordered_test_data): Likewise.
26902         (j0_test_data): Likewise.
26903         (j1_test_data): Likewise.
26904         (jn_test_data): Likewise.
26905         (ldexp_test_data): Likewise.
26906         (lgamma_test_data): Likewise.
26907         (lrint_test_data): Likewise.
26908         (lrint_tonearest_test_data): Likewise.
26909         (lrint_towardzero_test_data): Likewise.
26910         (lrint_downward_test_data): Likewise.
26911         (lrint_upward_test_data): Likewise.
26912         (llrint_test_data): Likewise.
26913         (llrint_tonearest_test_data): Likewise.
26914         (llrint_towardzero_test_data): Likewise.
26915         (llrint_downward_test_data): Likewise.
26916         (llrint_upward_test_data): Likewise.
26917         (log_test_data): Likewise.
26918         (log10_test_data): Likewise.
26919         (log1p_test_data): Likewise.
26920         (log2_test_data): Likewise.
26921         (logb_test_data): Likewise.
26922         (logb_downward_test_data): Likewise.
26923         (lround_test_data): Likewise.
26924         (llround_test_data): Likewise.
26925         (modf_test_data): Likewise.
26926         (nearbyint_test_data): Likewise.
26927         (nextafter_test_data): Likewise.
26928         (nexttoward_test_data): Likewise.
26929         (pow_test_data): Likewise.
26930         (pow_tonearest_test_data): Likewise.
26931         (pow_towardzero_test_data): Likewise.
26932         (pow_downward_test_data): Likewise.
26933         (pow_upward_test_data): Likewise.
26934         (remainder_test_data): Likewise.
26935         (remainder_tonearest_test_data): Likewise.
26936         (remainder_towardzero_test_data): Likewise.
26937         (remainder_downward_test_data): Likewise.
26938         (remainder_upward_test_data): Likewise.
26939         (remquo_test_data): Likewise.
26940         (rint_test_data): Likewise.
26941         (rint_tonearest_test_data): Likewise.
26942         (rint_towardzero_test_data): Likewise.
26943         (rint_downward_test_data): Likewise.
26944         (rint_upward_test_data): Likewise.
26945         (round_test_data): Likewise.
26946         (scalb_test_data): Likewise.
26947         (scalbn_test_data): Likewise.
26948         (scalbln_test_data): Likewise.
26949         (signbit_test_data): Likewise.
26950         (sin_test_data): Likewise.
26951         (sin_tonearest_test_data): Likewise.
26952         (sin_towardzero_test_data): Likewise.
26953         (sin_downward_test_data): Likewise.
26954         (sin_upward_test_data): Likewise.
26955         (sincos_test_data): Likewise.
26956         (sinh_test_data): Likewise.
26957         (sinh_tonearest_test_data): Likewise.
26958         (sinh_towardzero_test_data): Likewise.
26959         (sinh_downward_test_data): Likewise.
26960         (sinh_upward_test_data): Likewise.
26961         (sqrt_test_data): Likewise.
26962         (tan_test_data): Likewise.
26963         (tan_tonearest_test_data): Likewise.
26964         (tan_towardzero_test_data): Likewise.
26965         (tan_downward_test_data): Likewise.
26966         (tan_upward_test_data): Likewise.
26967         (tanh_test_data): Likewise.
26968         (tgamma_test_data): Likewise.
26969         (trunc_test_data): Likewise.
26970         (y0_test_data): Likewise.
26971         (y1_test_data): Likewise.
26972         (yn_test_data): Likewise.
26973         (significand_test_data): Likewise.
26975         * math/gen-libm-test.pl (@functions): Remove variable.
26976         (generate_testfile): Don't handle START and END lines.
26977         * math/libm-test.inc (START): New macro.
26978         (END): Likewise.
26979         (END_COMPLEX): Likewise.
26980         (acos_test): Use END macro without arguments.
26981         (acos_test_tonearest): Likewise.
26982         (acos_test_towardzero): Likewise.
26983         (acos_test_downward): Likewise.
26984         (acos_test_upward): Likewise.
26985         (acosh_test): Likewise.
26986         (asin_test): Likewise.
26987         (asin_test_tonearest): Likewise.
26988         (asin_test_towardzero): Likewise.
26989         (asin_test_downward): Likewise.
26990         (asin_test_upward): Likewise.
26991         (asinh_test): Likewise.
26992         (atan_test): Likewise.
26993         (atanh_test): Likewise.
26994         (atan2_test): Likewise.
26995         (cabs_test): Likewise.
26996         (cacos_test): Use END_COMPLEX macro without arguments.
26997         (cacosh_test): Likewise.
26998         (carg_test): Use END macro without arguments.
26999         (casin_test): Use END_COMPLEX macro without arguments.
27000         (casinh_test): Likewise.
27001         (catan_test): Likewise.
27002         (catanh_test): Likewise.
27003         (cbrt_test): Use END macro without arguments.
27004         (ccos_test): Use END_COMPLEX macro without arguments.
27005         (ccosh_test): Likewise.
27006         (ceil_test): Use END macro without arguments.
27007         (cexp_test): Use END_COMPLEX macro without arguments.
27008         (cimag_test): Use END macro without arguments.
27009         (clog_test): Use END_COMPLEX macro without arguments.
27010         (clog10_test): Likewise.
27011         (conj_test): Likewise.
27012         (copysign_test): Use END macro without arguments.
27013         (cos_test): Likewise.
27014         (cos_test_tonearest): Likewise.
27015         (cos_test_towardzero): Likewise.
27016         (cos_test_downward): Likewise.
27017         (cos_test_upward): Likewise.
27018         (cosh_test): Likewise.
27019         (cosh_test_tonearest): Likewise.
27020         (cosh_test_towardzero): Likewise.
27021         (cosh_test_downward): Likewise.
27022         (cosh_test_upward): Likewise.
27023         (cpow_test): Use END_COMPLEX macro without arguments.
27024         (cproj_test): Likewise.
27025         (creal_test): Use END macro without arguments.
27026         (csin_test): Use END_COMPLEX macro without arguments.
27027         (csinh_test): Likewise.
27028         (csqrt_test): Likewise.
27029         (ctan_test): Likewise.
27030         (ctan_test_tonearest): Likewise.
27031         (ctan_test_towardzero): Likewise.
27032         (ctan_test_downward): Likewise.
27033         (ctan_test_upward): Likewise.
27034         (ctanh_test): Likewise.
27035         (ctanh_test_tonearest): Likewise.
27036         (ctanh_test_towardzero): Likewise.
27037         (ctanh_test_downward): Likewise.
27038         (ctanh_test_upward): Likewise.
27039         (erf_test): Use END macro without arguments.
27040         (erfc_test): Likewise.
27041         (exp_test): Likewise.
27042         (exp_test_tonearest): Likewise.
27043         (exp_test_towardzero): Likewise.
27044         (exp_test_downward): Likewise.
27045         (exp_test_upward): Likewise.
27046         (exp10_test): Likewise.
27047         (exp2_test): Likewise.
27048         (expm1_test): Likewise.
27049         (fabs_test): Likewise.
27050         (fdim_test): Likewise.
27051         (finite_test): Likewise.
27052         (floor_test): Likewise.
27053         (fma_test): Likewise.
27054         (fma_test_towardzero): Likewise.
27055         (fma_test_downward): Likewise.
27056         (fma_test_upward): Likewise.
27057         (fmax_test): Likewise.
27058         (fmin_test): Likewise.
27059         (fmod_test): Likewise.
27060         (fpclassify_test): Likewise.
27061         (frexp_test): Likewise.
27062         (gamma_test): Likewise.
27063         (hypot_test): Likewise.
27064         (ilogb_test): Likewise.
27065         (isfinite_test): Likewise.
27066         (isgreater_test): Likewise.
27067         (isgreaterequal_test): Likewise.
27068         (isinf_test): Likewise.
27069         (isless_test): Likewise.
27070         (islessequal_test): Likewise.
27071         (islessgreater_test): Likewise.
27072         (isnan_test): Likewise.
27073         (isnormal_test): Likewise.
27074         (issignaling_test): Likewise.
27075         (isunordered_test): Likewise.
27076         (j0_test): Likewise.
27077         (j1_test): Likewise.
27078         (jn_test): Likewise.
27079         (ldexp_test): Likewise.
27080         (lgamma_test): Likewise.
27081         (lrint_test): Likewise.
27082         (lrint_test_tonearest): Likewise.
27083         (lrint_test_towardzero): Likewise.
27084         (lrint_test_downward): Likewise.
27085         (lrint_test_upward): Likewise.
27086         (llrint_test): Likewise.
27087         (llrint_test_tonearest): Likewise.
27088         (llrint_test_towardzero): Likewise.
27089         (llrint_test_downward): Likewise.
27090         (llrint_test_upward): Likewise.
27091         (log_test): Likewise.
27092         (log10_test): Likewise.
27093         (log1p_test): Likewise.
27094         (log2_test): Likewise.
27095         (logb_test): Likewise.
27096         (logb_test_downward): Likewise.
27097         (lround_test): Likewise.
27098         (llround_test): Likewise.
27099         (modf_test): Likewise.
27100         (nearbyint_test): Likewise.
27101         (nextafter_test): Likewise.
27102         (nexttoward_test): Likewise.
27103         (pow_test): Likewise.
27104         (pow_test_tonearest): Likewise.
27105         (pow_test_towardzero): Likewise.
27106         (pow_test_downward): Likewise.
27107         (pow_test_upward): Likewise.
27108         (remainder_test): Likewise.
27109         (remainder_test_tonearest): Likewise.
27110         (remainder_test_towardzero): Likewise.
27111         (remainder_test_downward): Likewise.
27112         (remainder_test_upward): Likewise.
27113         (remquo_test): Likewise.
27114         (rint_test): Likewise.
27115         (rint_test_tonearest): Likewise.
27116         (rint_test_towardzero): Likewise.
27117         (rint_test_downward): Likewise.
27118         (rint_test_upward): Likewise.
27119         (round_test): Likewise.
27120         (scalb_test): Likewise.
27121         (scalbn_test): Likewise.
27122         (scalbln_test): Likewise.
27123         (signbit_test): Likewise.
27124         (sin_test): Likewise.
27125         (sin_test_tonearest): Likewise.
27126         (sin_test_towardzero): Likewise.
27127         (sin_test_downward): Likewise.
27128         (sin_test_upward): Likewise.
27129         (sincos_test): Likewise.
27130         (sinh_test): Likewise.
27131         (sinh_test_tonearest): Likewise.
27132         (sinh_test_towardzero): Likewise.
27133         (sinh_test_downward): Likewise.
27134         (sinh_test_upward): Likewise.
27135         (sqrt_test): Likewise.
27136         (tan_test): Likewise.
27137         (tan_test_tonearest): Likewise.
27138         (tan_test_towardzero): Likewise.
27139         (tan_test_downward): Likewise.
27140         (tan_test_upward): Likewise.
27141         (tanh_test): Likewise.
27142         (tgamma_test): Likewise.
27143         (trunc_test): Likewise.
27144         (y0_test): Likewise.
27145         (y1_test): Likewise.
27146         (yn_test): Likewise.
27147         (significand_test): Likewise.
27149 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
27151         [BZ #15381]
27152         * libio/genops.c (_IO_no_init): Initialize wide struct info.
27154 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27156         [BZ #14894]
27157         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27158         __ppc_mdoio and __ppc_mdoom.
27159         * manual/platform.texi: Document new functions __ppc_yield,
27160         __ppc_mdoio and __ppc_mdoom.
27162 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
27164         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27165         (main): Mention "tls" pseudo-hwcap is legacy.
27166         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27168 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27170         * math/gen-libm-test.pl (parse_args): Output only string of
27171         arguments as text for test name, not full call or descriptions of
27172         tests for extra outputs.
27173         (generate_testfile): Do not pass function name to parse_args.
27174         Generate this_func variable from START.
27175         * math/libm-test.inc (struct test_f_f_data): Rename test_name
27176         field to arg_str.
27177         (struct test_ff_f_data): Likewise.
27178         (test_ff_f_data_nexttoward): Likewise.
27179         (struct test_fi_f_data): Likewise.
27180         (struct test_fl_f_data): Likewise.
27181         (struct test_if_f_data): Likewise.
27182         (struct test_fff_f_data): Likewise.
27183         (struct test_c_f_data): Likewise.
27184         (struct test_f_f1_data): Likewise.  Remove field extra_name.
27185         (struct test_fF_f1_data): Likewise.
27186         (struct test_ffI_f1_data): Likewise.
27187         (struct test_c_c_data): Rename test_name field to arg_str.
27188         (struct test_cc_c_data): Likewise.
27189         (struct test_f_i_data): Likewise.
27190         (struct test_ff_i_data): Likewise.
27191         (struct test_f_l_data): Likewise.
27192         (struct test_f_L_data): Likewise.
27193         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
27194         and extra2_name.
27195         (COMMON_TEST_SETUP): New macro.
27196         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27197         (COMMON_TEST_CLEANUP): Likewise.
27198         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27199         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
27200         macros.
27201         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27202         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
27203         macros.
27204         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27205         (RUN_TEST_fff_f): Take argument string.  Call new setup and
27206         cleanup macros.
27207         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27208         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27209         macros.
27210         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27211         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27212         macros.
27213         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27214         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27215         cleanup macros.
27216         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27217         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27218         cleanup macros.
27219         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27220         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27221         cleanup macros.
27222         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27223         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27224         macros.
27225         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27226         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27227         macros.
27228         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27229         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27230         macros.
27231         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27232         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27233         cleanup macros.
27234         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27235         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27236         cleanup macros.
27237         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27238         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27239         macros.
27240         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27241         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27242         cleanup macros.
27243         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27244         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
27245         macros.
27246         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27247         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
27248         macros.
27249         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27250         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
27251         cleanup macros.
27252         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27254 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
27256         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27257         to _sifields.sigfault.
27258         (si_addr_lsb): Define new macro.
27259         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27260         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27261         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27263 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
27265         [BZ #15441]
27266         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27267         returns -1.
27268         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27269         null return -1.
27270         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27271         loading the domain.
27273 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27275         * math/gen-libm-test.pl (parse_args): Do not include expected
27276         result in test name.
27277         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27278         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27279         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27280         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27281         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27284 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27286         * benchtests/Makefile: Sort function entries.
27288         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27289         tanh, asinh, acosh, atanh.
27290         * benchtests/acos-inputs: New file.
27291         * benchtests/acosh-inputs: New file.
27292         * benchtests/asin-inputs: New file.
27293         * benchtests/asinh-inputs: New file.
27294         * benchtests/atanh-inputs: New file.
27295         * benchtests/cosh-inputs: New file.
27296         * benchtests/log-inputs: New file.
27297         * benchtests/sinh-inputs: New file.
27298         * benchtests/tanh-inputs: New file.
27300 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
27302         [BZ #15339]
27303         * posix/tst-getaddrinfo4.c: New test.
27304         * posix/Makefile (tests): Add it.
27306 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27308         [BZ #15339]
27309         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27310         when no services were used.
27311         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27312         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27314 2013-05-21  Andreas Schwab  <schwab@suse.de>
27316         [BZ #15014]
27317         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27318         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27319         successful.
27320         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27321         redundant variable declarations and reallocation of buffer when
27322         parsing as IPv6 address.  Always set NSS status when called from
27323         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
27324         buffer too small.  Correct computation of needed size.
27325         * nss/Makefile (tests): Add test-digits-dots.
27326         * nss/test-digits-dots.c: New test.
27328 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27330         * benchtests/Makefile: Remove instructions for adding
27331         benchmark tests.
27332         * benchtests/README: New file to explain how to execute and
27333         enhance the benchmark tests.
27335 2013-05-21  Andreas Schwab  <schwab@suse.de>
27337         [BZ #15493]
27338         * setjmp/Makefile (tests): Add tst-sigsetjmp.
27339         * setjmp/tst-sigsetjmp.c: New test.
27341 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27343         * sysdeps/x86_64/memset.S (memset): New implementation.
27344         (__bzero): Likewise.
27345         (__memset_tail): New function.
27347 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27349         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27350         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27351         __memcpy_sse2_unaligned ifunc selection.
27352         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27353         Add memcpy-sse2-unaligned.S.
27354         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27355         Add: __memcpy_sse2_unaligned.
27357 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
27359         [BZ #15490]
27360         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27361         math_force_eval before restoring floating-point envrionment.
27362         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27363         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27364         Likewise.
27365         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27366         <math_private.h>.
27367         (__nearbyintl): Use math_force_eval before restoring
27368         floating-point environment.
27369         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27371         * math/gen-libm-test.pl (special_functions): Remove.
27372         (parse_args): Don't handle TEST_extra.  Handle functions with no
27373         return value.
27374         * math/libm-test.inc (struct test_sincos_data): Replace with
27375         struct test_fFF_11_data.
27376         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27377         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27378         (sincos_test_data): Change element type to struct
27379         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
27380         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27381         RUN_TEST_LOOP_sincos.
27382         * math/README.libm-test: Don't mention special handling of
27383         individual functions.
27384         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27385         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27386         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27387         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27388         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27391         * math/gen-libm-test.pl (get_variable): Remove function.
27392         (parse_args): Don't show pointer parameters to call in test
27393         names.  Use "extra output N" in test names for extra outputs
27394         rather than naming variables.
27396 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
27398         [BZ #15488]
27399         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27400         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27401         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27402         double tests.
27403         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27404         disable.
27405         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27406         check_long_double.
27408         * math/gen-libm-test.pl (@tests): Remove variable.
27409         ($count): Likewise.
27410         (new_test): Remove function.
27411         (show_exceptions): New function.
27412         (special_functions): Use show_exceptions instead of new_test.
27413         (parse_args): Likewise.
27414         (generate_testfile): Pass only function name in generated call to
27415         print_max_error or print_complex_max_error.
27416         (get_ulps): Do not handle complex tests specially.
27417         (output_test): Rename to ...
27418         (get_all_ulps_for_test): ... this.  Return a string rather than
27419         printing to a file.  Require ulps to be present.
27420         (output_ulps): Generate arrays rather than #defines.
27421         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27422         (struct ulp_data): New type.
27423         (BUILD_COMPLEX_ULP): Remove macro.
27424         (compare_ulp_data): New function.
27425         (find_ulps): Likewise.
27426         (find_test_ulps): Likewise.
27427         (find_function_ulps): Likewise.
27428         (find_complex_function_ulps): Likewise.
27429         (print_max_error): Determine allowed ulps using
27430         find_function_ulps.
27431         (print_complex_max_error): Determine allowed ulps using
27432         find_complex_function_ulps.
27433         (check_float_internal): Determine max ulps using find_test_ulps.
27434         (check_float): Do not take max_ulp parameter.  Update call to
27435         check_float_internal.
27436         (check_complex): Likewise.
27437         (check_int): Do not take max_ulp parameter.
27438         (check_long): Likewise.
27439         (check_bool): Likewise.
27440         (check_longlong): Likewise.
27441         (struct test_f_f_data): Remove max_ulp field.
27442         (struct test_ff_f_data): Likewise.
27443         (struct test_ff_f_data_nexttoward): Likewise.
27444         (struct test_fi_f_data): Likewise.
27445         (struct test_fl_f_data): Likewise.
27446         (struct test_if_f_data): Likewise.
27447         (struct test_fff_f_data): Likewise.
27448         (struct test_c_f_data): Likewise.
27449         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27450         (struct test_fF_f1_data): Likewise.
27451         (struct test_ffI_f1_data): Likewise.
27452         (struct test_c_c_data): Remove max_ulp field.
27453         (struct test_cc_c_data): Likewise.
27454         (struct test_f_i_data): Likewise.
27455         (struct test_ff_i_data): Likewise.
27456         (struct test_f_l_data): Likewise.
27457         (struct test_f_L_data): Likewise.
27458         (struct test_sincos_data): Likewise.
27459         (RUN_TEST_f_f): Do not handle ulps.
27460         (RUN_TEST_LOOP_f_f): Likewise.
27461         (RUN_TEST_2_f): Likewise.
27462         (RUN_TEST_LOOP_2_f): Likewise.
27463         (RUN_TEST_fff_f): Likewise.
27464         (RUN_TEST_LOOP_fff_f): Likewise.
27465         (RUN_TEST_c_f): Likewise.
27466         (RUN_TEST_LOOP_c_f): Likewise.
27467         (RUN_TEST_f_f1): Likewise.
27468         (RUN_TEST_LOOP_f_f1): Likewise.
27469         (RUN_TEST_fF_f1): Likewise.
27470         (RUN_TEST_LOOP_fF_f1): Likewise.
27471         (RUN_TEST_fI_f1): Likewise.
27472         (RUN_TEST_LOOP_fI_f1): Likewise.
27473         (RUN_TEST_ffI_f1): Likewise.
27474         (RUN_TEST_LOOP_ffI_f1): Likewise.
27475         (RUN_TEST_c_c): Likewise.
27476         (RUN_TEST_LOOP_c_c): Likewise.
27477         (RUN_TEST_cc_c): Likewise.
27478         (RUN_TEST_LOOP_cc_c): Likewise.
27479         (RUN_TEST_f_i): Likewise.
27480         (RUN_TEST_LOOP_f_i): Likewise.
27481         (RUN_TEST_f_i_tg): Likewise.
27482         (RUN_TEST_LOOP_f_i_tg): Likewise.
27483         (RUN_TEST_ff_i_tg): Likewise.
27484         (RUN_TEST_LOOP_ff_i_tg): Likewise.
27485         (RUN_TEST_f_b): Likewise.
27486         (RUN_TEST_LOOP_f_b): Likewise.
27487         (RUN_TEST_f_b_tg): Likewise.
27488         (RUN_TEST_LOOP_f_b_tg): Likewise.
27489         (RUN_TEST_f_l): Likewise.
27490         (RUN_TEST_LOOP_f_l): Likewise.
27491         (RUN_TEST_f_L): Likewise.
27492         (RUN_TEST_LOOP_f_L): Likewise.
27493         (RUN_TEST_sincos): Likewise.
27494         (RUN_TEST_LOOP_sincos): Likewise.
27496 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
27498         [BZ #15480]
27499         [BZ #15485]
27500         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27501         main case of finite arguments, set rounding mode to FE_TONEAREST
27502         and discard exceptions.
27503         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27504         exceptions.
27505         (remainder_tonearest_test_data): New variable.
27506         (remainder_test_tonearest): New function.
27507         (remainder_towardzero_test_data): New variable.
27508         (remainder_test_towardzero): New function.
27509         (remainder_downward_test_data): New variable.
27510         (remainder_test_downward): New function.
27511         (remainder_upward_test_data): New variable.
27512         (remainder_test_upward): New function.
27513         (main): Call the new test functions.
27515         * math/libm-test.inc (struct test_f_f1_data): Remove field
27516         extra_init.
27517         (struct test_fF_f1_data): Likewise.
27518         (struct test_ffI_f1_data): Likewise.
27519         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
27520         based on value of EXTRA_EXPECTED.
27521         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27522         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
27523         EXTRA_VAR based on value of EXTRA_EXPECTED.
27524         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27525         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
27526         EXTRA_VAR based on value of EXTRA_EXPECTED.
27527         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27528         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
27529         EXTRA_VAR based on value of EXTRA_EXPECTED.
27530         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27531         * math/gen-libm-test.pl (parse_args): Don't output initializers
27532         for extra output values.
27534         * math/libm-test.inc (check_int): Expect result to be exactly
27535         equal to expected value and do not handle ulps.
27536         (check_long): Likewise.
27537         (check_longlong): Likewise.
27539         * math/libm-test.inc (ceil_test_data): Test for "inexact"
27540         exceptions.
27541         (cimag_test_data): Likewise.
27542         (conj_test_data): Likewise.
27543         (copysign_test_data): Likewise.
27544         (cproj_test_data): Likewise.
27545         (creal_test_data): Likewise.
27546         (fabs_test_data): Likewise.
27547         (fdim_test_data): Likewise.
27548         (finite_test_data): Likewise.
27549         (floor_test_data): Likewise.
27550         (fmax_test_data): Likewise.
27551         (fmin_test_data): Likewise.
27552         (fmod_test_data): Likewise.
27553         (fpclassify_test_data): Likewise.
27554         (frexp_test_data): Likewise.
27555         (ilogb_test_data): Likewise.
27556         (isfinite_test_data): Likewise.
27557         (isgreater_test_data): Likewise.
27558         (isgreaterequal_test_data): Likewise.
27559         (isinf_test_data): Likewise.
27560         (isless_test_data): Likewise.
27561         (islessequal_test_data): Likewise.
27562         (islessgreater_test_data): Likewise.
27563         (isnan_test_data): Likewise.
27564         (isnormal_test_data): Likewise.
27565         (issignaling_test_data): Likewise.
27566         (isunordered_test_data): Likewise.
27567         (ldexp_test_data): Likewise.
27568         (lrint_test_data): Likewise.
27569         (lrint_test_data) [TEST_FLOAT]: Disable one test.
27570         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27571         (lrint_tonearest_test_data): Test for "inexact" exceptions.
27572         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27573         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27574         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27575         test input.
27576         (lrint_towardzero_test_data): Test for "inexact" exceptions.
27577         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27578         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27579         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27580         that test input.
27581         (lrint_downward_test_data): Test for "inexact" exceptions.
27582         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27583         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27584         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27585         test input.
27586         (lrint_upward_test_data): Test for "inexact" exceptions.
27587         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27588         test input.
27589         (llrint_test_data): Test for "inexact" exceptions.
27590         (llrint_test_data) [TEST_FLOAT]: Disable one test.
27591         (llrint_tonearest_test_data): Test for "inexact" exceptions.
27592         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27593         (llrint_towardzero_test_data): Test for "inexact" exceptions.
27594         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27595         (llrint_downward_test_data): Test for "inexact" exceptions.
27596         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27597         (llrint_upward_test_data): Test for "inexact" exceptions.
27598         (logb_test_data): Likewise.
27599         (logb_downward_test_data): Likewise.
27600         (nextafter_test_data): Likewise.
27601         (nexttoward_test_data): Likewise.
27602         (remainder_test_data): Likewise.
27603         (remquo_test_data): Likewise.
27604         (scalbn_test_data): Likewise.
27605         (scalbln_test_data): Likewise.
27606         (signbit_test_data): Likewise.
27607         (sqrt_test_data): Likewise.
27608         (significand_test_data): Likewise.
27610 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27612         [BZ #15424]
27613         * benchtests/bench-modf.c (struct args): Mark arg0 as
27614         volatile.
27615         * scripts/bench.pl: Mark members of struct args as volatile.
27617 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27619         [BZ # 15497]
27620         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27621         negative infinity on POWER6 or lower.
27622         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27624 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27626         [BZ #15442]
27627         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27628         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27629         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27630         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27631         (_FP_SETQNAN): New macro.
27632         (_FP_SETQNAN_SEMIRAW): Likewise.
27633         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27634         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27635         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27636         (FP_EXTEND): Use _FP_FRAC_SNANP.
27637         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27638         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27639         into account.
27640         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27641         New macro.
27642         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27643         Likewise.
27645 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27647         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27648         with DIVIDE_BY_ZERO_EXCEPTION.
27649         (gamma_test_data): Likewise.
27650         (lgamma_test_data): Likewise.
27651         (log_test_data): Likewise.
27652         (log10_test_data): Likewise.
27653         (log2_test_data): Likewise.
27654         (tgamma_test_data): Likewise.
27656         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27657         (acos_test_tonearest): Likewise.
27658         (acos_test_towardzero): Likewise.
27659         (acos_test_downward): Likewise.
27660         (acos_test_upward): Likewise.
27661         (acosh_test): Likewise.
27662         (asin_test): Likewise.
27663         (asin_test_tonearest): Likewise.
27664         (asin_test_towardzero): Likewise.
27665         (asin_test_downward): Likewise.
27666         (asin_test_upward): Likewise.
27667         (asinh_test): Likewise.
27668         (atan_test): Likewise.
27669         (atanh_test): Likewise.
27670         (atan2_test): Likewise.
27671         (cabs_test): Likewise.
27672         (cacos_test): Likewise.
27673         (cacosh_test): Likewise.
27674         (casin_test): Likewise.
27675         (casinh_test): Likewise.
27676         (catan_test): Likewise.
27677         (catanh_test): Likewise.
27678         (cbrt_test): Likewise.
27679         (ccos_test): Likewise.
27680         (ccosh_test): Likewise.
27681         (cexp_test): Likewise.
27682         (clog_test): Likewise.
27683         (clog10_test): Likewise.
27684         (cos_test): Likewise.
27685         (cos_test_tonearest): Likewise.
27686         (cos_test_towardzero): Likewise.
27687         (cos_test_downward): Likewise.
27688         (cos_test_upward): Likewise.
27689         (cosh_test): Likewise.
27690         (cosh_test_tonearest): Likewise.
27691         (cosh_test_towardzero): Likewise.
27692         (cosh_test_downward): Likewise.
27693         (cosh_test_upward): Likewise.
27694         (cpow_test): Likewise.
27695         (csin_test): Likewise.
27696         (csinh_test): Likewise.
27697         (csqrt_test): Likewise.
27698         (ctan_test): Likewise.
27699         (ctan_test_tonearest): Likewise.
27700         (ctan_test_towardzero): Likewise.
27701         (ctan_test_downward): Likewise.
27702         (ctan_test_upward): Likewise.
27703         (ctanh_test): Likewise.
27704         (ctanh_test_tonearest): Likewise.
27705         (ctanh_test_towardzero): Likewise.
27706         (ctanh_test_downward): Likewise.
27707         (ctanh_test_upward): Likewise.
27708         (erf_test): Likewise.
27709         (erfc_test): Likewise.
27710         (exp_test): Likewise.
27711         (exp_test_tonearest): Likewise.
27712         (exp_test_towardzero): Likewise.
27713         (exp_test_downward): Likewise.
27714         (exp_test_upward): Likewise.
27715         (exp10_test): Likewise.
27716         (exp2_test): Likewise.
27717         (expm1_test): Likewise.
27718         (fmod_test): Likewise.
27719         (gamma_test): Likewise.
27720         (hypot_test): Likewise.
27721         (j0_test): Likewise.
27722         (j1_test): Likewise.
27723         (jn_test): Likewise.
27724         (lgamma_test): Likewise.
27725         (log_test): Likewise.
27726         (log10_test): Likewise.
27727         (log1p_test): Likewise.
27728         (log2_test): Likewise.
27729         (logb_test_downward): Likewise.
27730         (pow_test): Likewise.
27731         (pow_test_tonearest): Likewise.
27732         (pow_test_towardzero): Likewise.
27733         (pow_test_downward): Likewise.
27734         (pow_test_upward): Likewise.
27735         (remainder_test): Likewise.
27736         (remquo_test): Likewise.
27737         (sin_test): Likewise.
27738         (sin_test_tonearest): Likewise.
27739         (sin_test_towardzero): Likewise.
27740         (sin_test_downward): Likewise.
27741         (sin_test_upward): Likewise.
27742         (sincos_test): Likewise.
27743         (sinh_test): Likewise.
27744         (sinh_test_tonearest): Likewise.
27745         (sinh_test_towardzero): Likewise.
27746         (sinh_test_downward): Likewise.
27747         (sinh_test_upward): Likewise.
27748         (sqrt_test): Likewise.
27749         (tan_test): Likewise.
27750         (tan_test_tonearest): Likewise.
27751         (tan_test_towardzero): Likewise.
27752         (tan_test_downward): Likewise.
27753         (tan_test_upward): Likewise.
27754         (tanh_test): Likewise.
27755         (tgamma_test): Likewise.
27756         (y0_test): Likewise.
27757         (y1_test): Likewise.
27758         (yn_test): Likewise.
27760         * math/gen-libm-test.pl (adjust_arg): Remove function.
27761         (special_function): Remove argument $in_func.  Only handle
27762         generating output for tables of tests, not inside functions.
27763         (parse_args): Likewise.
27764         (generate_testfile): Remove variable $in_func.  Update call to
27765         parse_args.
27766         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27767         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27768         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27769         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27770         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27771         (MAX_VALUE_INIT): Rename macro to max_value.
27772         (MIN_VALUE_INIT): Rename macro to min_value.
27773         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27774         (plus_zero): Remove variable.
27775         (minus_zero): Likewise.
27776         (plus_infty): Likewise.
27777         (minus_infty): Likewise.
27778         (qnan_value): Likewise.
27779         (max_value): Likewise.
27780         (min_value): Likewise.
27781         (min_subnorm_value): Likewise.
27783 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27785         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27786         uint64_t or uint32_t usage.
27787         * crypt/sha256-block.c: Likewise.
27788         * crypt/sha256-crypt.c: Likewise.
27789         * crypt/sha256.c: Likewise.
27790         * crypt/sha512-block.c: Likewise.
27791         * crypt/sha512-crypt.c: Likewise.
27792         * crypt/sha512.c: Likewise.
27793         * debug/backtrace-tst.c: Likewise.
27794         * debug/pcprofiledump.c: Likewise.
27795         * elf/cache.c: Likewise.
27796         * elf/dl-cache.c: Likewise.
27797         * elf/dl-misc.c: Likewise.
27798         * elf/dl-profile.c: Likewise.
27799         * elf/dl-support.c: Likewise.
27800         * elf/ldconfig.c: Likewise.
27801         * elf/sprof.c: Likewise.
27802         * iconv/dummy-repertoire.c: Likewise.
27803         * iconv/iconv_charmap.c: Likewise.
27804         * iconv/skeleton.c: Likewise.
27805         * iconvdata/8bit-generic.c: Likewise.
27806         * iconvdata/cp737.h: Likewise.
27807         * iconvdata/cp775.h: Likewise.
27808         * iconvdata/ibm1008.h: Likewise.
27809         * iconvdata/ibm1025.h: Likewise.
27810         * iconvdata/ibm1046.h: Likewise.
27811         * iconvdata/ibm1097.h: Likewise.
27812         * iconvdata/ibm1112.h: Likewise.
27813         * iconvdata/ibm1122.h: Likewise.
27814         * iconvdata/ibm1123.h: Likewise.
27815         * iconvdata/ibm1124.h: Likewise.
27816         * iconvdata/ibm1129.h: Likewise.
27817         * iconvdata/ibm1130.h: Likewise.
27818         * iconvdata/ibm1132.h: Likewise.
27819         * iconvdata/ibm1133.h: Likewise.
27820         * iconvdata/ibm1137.h: Likewise.
27821         * iconvdata/ibm1140.h: Likewise.
27822         * iconvdata/ibm1141.h: Likewise.
27823         * iconvdata/ibm1142.h: Likewise.
27824         * iconvdata/ibm1143.h: Likewise.
27825         * iconvdata/ibm1144.h: Likewise.
27826         * iconvdata/ibm1145.h: Likewise.
27827         * iconvdata/ibm1146.h: Likewise.
27828         * iconvdata/ibm1147.h: Likewise.
27829         * iconvdata/ibm1148.h: Likewise.
27830         * iconvdata/ibm1149.h: Likewise.
27831         * iconvdata/ibm1153.h: Likewise.
27832         * iconvdata/ibm1154.h: Likewise.
27833         * iconvdata/ibm1155.h: Likewise.
27834         * iconvdata/ibm1156.h: Likewise.
27835         * iconvdata/ibm1157.h: Likewise.
27836         * iconvdata/ibm1158.h: Likewise.
27837         * iconvdata/ibm1160.h: Likewise.
27838         * iconvdata/ibm1161.h: Likewise.
27839         * iconvdata/ibm1162.h: Likewise.
27840         * iconvdata/ibm1163.h: Likewise.
27841         * iconvdata/ibm1164.h: Likewise.
27842         * iconvdata/ibm1166.h: Likewise.
27843         * iconvdata/ibm1167.h: Likewise.
27844         * iconvdata/ibm12712.h: Likewise.
27845         * iconvdata/ibm1390.h: Likewise.
27846         * iconvdata/ibm1399.h: Likewise.
27847         * iconvdata/ibm16804.h: Likewise.
27848         * iconvdata/ibm4517.h: Likewise.
27849         * iconvdata/ibm4899.h: Likewise.
27850         * iconvdata/ibm4909.h: Likewise.
27851         * iconvdata/ibm4971.h: Likewise.
27852         * iconvdata/ibm5347.h: Likewise.
27853         * iconvdata/ibm803.h: Likewise.
27854         * iconvdata/ibm856.h: Likewise.
27855         * iconvdata/ibm901.h: Likewise.
27856         * iconvdata/ibm902.h: Likewise.
27857         * iconvdata/ibm9030.h: Likewise.
27858         * iconvdata/ibm9066.h: Likewise.
27859         * iconvdata/ibm921.h: Likewise.
27860         * iconvdata/ibm922.h: Likewise.
27861         * iconvdata/ibm9448.h: Likewise.
27862         * iconvdata/isiri-3342.h: Likewise.
27863         * iconvdata/jis0201.h: Likewise.
27864         * include/link.h: Likewise.
27865         * include/netdb.h: Likewise.
27866         * inet/check_native.c: Likewise.
27867         * inet/check_pf.c: Likewise.
27868         * inet/getipv4sourcefilter.c: Likewise.
27869         * inet/getnameinfo.c: Likewise.
27870         * inet/getsourcefilter.c: Likewise.
27871         * inet/htonl.c: Likewise.
27872         * inet/setipv4sourcefilter.c: Likewise.
27873         * inet/setsourcefilter.c: Likewise.
27874         * inet/test-inet6_opt.c: Likewise.
27875         * inet/tst-network.c: Likewise.
27876         * locale/C-collate.c: Likewise.
27877         * locale/C-ctype.c: Likewise.
27878         * locale/C-time.c: Likewise.
27879         * locale/C-translit.h: Likewise.
27880         * locale/loadarchive.c: Likewise.
27881         * locale/programs/3level.h: Likewise.
27882         * locale/programs/charmap.c: Likewise.
27883         * locale/programs/charmap.h: Likewise.
27884         * locale/programs/ld-address.c: Likewise.
27885         * locale/programs/ld-collate.c: Likewise.
27886         * locale/programs/ld-ctype.c: Likewise.
27887         * locale/programs/ld-identification.c: Likewise.
27888         * locale/programs/ld-measurement.c: Likewise.
27889         * locale/programs/ld-messages.c: Likewise.
27890         * locale/programs/ld-monetary.c: Likewise.
27891         * locale/programs/ld-name.c: Likewise.
27892         * locale/programs/ld-numeric.c: Likewise.
27893         * locale/programs/ld-paper.c: Likewise.
27894         * locale/programs/ld-telephone.c: Likewise.
27895         * locale/programs/ld-time.c: Likewise.
27896         * locale/programs/linereader.c: Likewise.
27897         * locale/programs/locale.c: Likewise.
27898         * locale/programs/locarchive.c: Likewise.
27899         * locale/programs/locfile.h: Likewise.
27900         * locale/programs/repertoire.c: Likewise.
27901         * locale/programs/simple-hash.c: Likewise.
27902         * locale/programs/simple-hash.h: Likewise.
27903         * malloc/memusage.c: Likewise.
27904         * malloc/memusagestat.c: Likewise.
27905         * nis/nis_defaults.c: Likewise.
27906         * nis/nis_hash.c: Likewise.
27907         * nis/nis_print.c: Likewise.
27908         * nis/nis_xdr.c: Likewise.
27909         * nscd/connections.c: Likewise.
27910         * nscd/hstcache.c: Likewise.
27911         * nscd/nscd_gethst_r.c: Likewise.
27912         * nscd/nscd_getserv_r.c: Likewise.
27913         * nscd/nscd_helper.c: Likewise.
27914         * nscd/servicescache.c: Likewise.
27915         * nss/makedb.c: Likewise.
27916         * nss/nss_db/db-XXX.c: Likewise.
27917         * nss/nss_db/db-initgroups.c: Likewise.
27918         * nss/nss_db/db-netgrp.c: Likewise.
27919         * nss/nss_files/files-network.c: Likewise.
27920         * nss/nss_files/files-parse.c: Likewise.
27921         * posix/bug-regex5.c: Likewise.
27922         * posix/fnmatch_loop.c: Likewise.
27923         * posix/regcomp.c: Likewise.
27924         * posix/regexec.c: Likewise.
27925         * posix/tst-rfc3484-2.c: Likewise.
27926         * posix/tst-rfc3484-3.c: Likewise.
27927         * posix/tst-rfc3484.c: Likewise.
27928         * resolv/nss_dns/dns-canon.c: Likewise.
27929         * resolv/nss_dns/dns-network.c: Likewise.
27930         * resolv/res_init.c: Likewise.
27931         * resolv/res_mkquery.c: Likewise.
27932         * resolv/tst-aton.c: Likewise.
27933         * stdlib/cxa_atexit.c: Likewise.
27934         * stdlib/cxa_finalize.c: Likewise.
27935         * stdlib/gen-fpioconst.c: Likewise.
27936         * stdlib/strtol_l.c: Likewise.
27937         * string/tst-endian.c: Likewise.
27938         * sunrpc/auth_des.c: Likewise.
27939         * sunrpc/clnt_udp.c: Likewise.
27940         * sunrpc/rtime.c: Likewise.
27941         * sunrpc/svcauth_des.c: Likewise.
27942         * sunrpc/xdr.c: Likewise.
27943         * sunrpc/xdr_intXX_t.c: Likewise.
27944         * sunrpc/xdr_rec.c: Likewise.
27945         * sysdeps/generic/ldconfig.h: Likewise.
27946         * sysdeps/generic/ldsodefs.h: Likewise.
27947         * sysdeps/generic/memusage.h: Likewise.
27948         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27949         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27950         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27951         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27952         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27953         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27954         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27955         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27956         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27957         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27958         * sysdeps/posix/getaddrinfo.c: Likewise.
27959         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27960         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27961         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27962         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27963         * sysdeps/powerpc/test-gettimebase.c: Likewise.
27964         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27965         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27966         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27967         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27968         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27969         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27970         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27971         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27972         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27973         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27974         * sysdeps/x86_64/dl-tls.h: Likewise.
27975         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27976         * time/alt_digit.c: Likewise.
27977         * time/era.c: Likewise.
27978         * wcsmbs/tst-c16c32-1.c: Likewise.
27980 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27982         * math/libm-test.inc (struct test_sincos_data): New type.
27983         (RUN_TEST_LOOP_sincos): New macro.
27984         (sincos_test_data): New variable.
27985         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27987 2013-05-16  Richard Henderson  <rth@redhat.com>
27989         * math/atest-exp2.c (LIMB64): New macro.
27990         (CONSTSZ): New macro.
27991         (mp_exp1, mp_exp_m1, mp_log2): New variables.
27992         (hexdig): Move ...
27993         (print_mpn_fp): ... to function scope.
27994         (read_mpn_hex): Remove.
27995         (get_log2): Remove.
27996         (exp2_mpn): Use mp_log2.
27997         (main): Use mp_exp1.
27999 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28001         * math/libm-test.inc: Remove comment about not testing "inexact"
28002         exceptions.
28003         (INEXACT_EXCEPTION): New macro.
28004         (NO_INEXACT_EXCEPTION): Likewise.
28005         (INVALID_EXCEPTION_OK): Update value.
28006         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28007         (OVERFLOW_EXCEPTION_OK): Likewise.
28008         (UNDERFLOW_EXCEPTION_OK): Likewise.
28009         (IGNORE_ZERO_INF_SIGN): Likewise.
28010         (ERRNO_UNCHANGED): Likewise.
28011         (ERRNO_EDOM): Likewise.
28012         (ERRNO_ERANGE): Likewise.
28013         (test_exceptions): Handle testing "inexact" exceptions.
28014         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28015         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28016         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28017         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28018         INEXACT_EXCEPTION.
28019         (rint_towardzero_test_data): Likewise.
28020         (rint_downward_test_data): Likewise.
28021         (rint_upward_test_data): Likewise.
28023         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28024         with OVERFLOW_EXCEPTION.
28025         (exp10_test_data): Likewise.
28026         (exp2_test_data): Likewise.
28027         (expm1_test_data): Likewise.
28028         (lgamma_test_data): Likewise.
28029         (pow_test_data): Likewise.
28030         (tgamma_test_data): Likewise.
28031         (yn_test_data): Remove duplicate test of overflow.
28033         * math/libm-test.inc (struct test_cc_c_data): New type.
28034         (RUN_TEST_LOOP_cc_c): New macro.
28035         (cpow_test_data): New variable.
28036         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28038         * math/libm-test.inc (struct test_f_L_data): New type.
28039         (RUN_TEST_LOOP_f_L): New macro.
28040         (llrint_test_data): New variable.
28041         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28042         (llrint_tonearest_test_data): New variable.
28043         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28044         (llrint_towardzero_test_data): New variable.
28045         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28046         (llrint_downward_test_data): New variable.
28047         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28048         (llrint_upward_test_data): New variable.
28049         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28050         (llround_test_data): New variable.
28051         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28053 2013-05-13  Peter Collingbourne  <pcc@google.com>
28055         * math/atest-exp2.c (get_log2): Remove const attribute.
28057 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28059         * math/libm-test.inc (struct test_f_l_data): New type.
28060         (RUN_TEST_LOOP_f_l): New macro.
28061         (lrint_test_data): New variable.
28062         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28063         (lrint_tonearest_test_data): New variable.
28064         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28065         (lrint_towardzero_test_data): New variable.
28066         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28067         (lrint_downward_test_data): New variable.
28068         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28069         (lrint_upward_test_data): New variable.
28070         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28071         (lround_test_data): New variable.
28072         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28074 2013-05-15  Peter Collingbourne  <pcc@google.com>
28076         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28077         (EXTRACT_WORDS64) Use where appropriate.
28078         (INSERT_WORDS64) Likewise.
28080         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28081         constraints with x constraints.
28082         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28084         * malloc/obstack.c (_obstack_compat): Add initializer.
28086 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28088         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28089         si_trapno and add si_addr_lsb to _sifields.sigfault.
28090         (si_trapno): Remove macro.
28091         (si_addr_lsb): Define new macro.
28092         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28094 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28096         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28097         instead of TEST_f_l.
28098         (llrint_test_tonearest): Likewise.
28099         (llrint_test_towardzero): Likewise.
28100         (llrint_test_downward): Likewise.
28101         (llrint_test_upward): Likewise.
28102         (llround_test): Likewise.
28104         * math/libm-test.inc (struct test_f_i_data): Add comment.
28105         (RUN_TEST_LOOP_f_b): New macro.
28106         (RUN_TEST_LOOP_f_b_tg): Likewise.
28107         (finite_test_data): New variable.
28108         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28109         (isfinite_test_data): New variable.
28110         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28111         (isinf_test_data): New variable.
28112         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28113         (isnan_test_data): New variable.
28114         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28115         (isnormal_test_data): New variable.
28116         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28117         (issignaling_test_data): New variable.
28118         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28119         (signbit_test_data): New variable.
28120         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28122         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28123         with INVALID_EXCEPTION.
28124         (acosh_test_data): Likewise.
28125         (asin_test_data): Likewise.
28126         (atanh_test_data): Likewise.
28127         (fmod_test_data): Likewise.
28128         (log_test_data): Likewise.
28129         (log10_test_data): Likewise.
28130         (log2_test_data): Likewise.
28131         (pow_test_data): Likewise.
28132         (sqrt_test_data): Likewise.
28133         (y0_test_data): Likewise.
28134         (y1_test_data): Likewise.
28135         (yn_test_data): Likewise.
28137         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28138         function contents.
28140         * math/libm-test.inc (struct test_ff_i_data): New type.
28141         (RUN_TEST_LOOP_ff_i_tg): New macro.
28142         (isgreater_test_data): New variable.
28143         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28144         (isgreaterequal_test_data): New variable.
28145         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28146         (isless_test_data): New variable.
28147         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28148         (islessequal_test_data): New variable.
28149         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28150         (islessgreater_test_data): New variable.
28151         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28152         (isunordered_test_data): New variable.
28153         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28155 2013-05-14  David S. Miller  <davem@davemloft.net>
28157         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28159 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
28161         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28163         * math/libm-test.inc (struct test_fF_f1_data): Change type of
28164         extra_test to int.
28165         (struct test_f_i_data): Change type of max_ulp to int.
28167         * math/libm-test.inc (test_ffI_f1_data): New type.
28168         (RUN_TEST_LOOP_ffI_f1): New macro.
28169         (remquo_test_data): New variable.
28170         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28172         * setjmp/tst-setjmp-fp.c: New file.
28173         * setjmp/Makefile (tests): Add tst-setjmp-fp.
28174         (link-libm): New variable.
28175         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28177         * math/libm-test.inc (struct test_f_i_data): New type.
28178         (RUN_TEST_LOOP_f_i): New macro.
28179         (RUN_TEST_LOOP_f_i_tg): Likewise.
28180         (fpclassify_test_data): New variable.
28181         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28182         (ilogb_test_data): New variable.
28183         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28185         * math/libm-test.inc (scalbln_test): Correct function name in END
28186         call.
28188         * math/libm-test.inc (struct test_f_f1_data): Add comment.
28189         (RUN_TEST_LOOP_fI_f1): New macro.
28190         (frexp_test_data): New variable.
28191         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28193         * math/libm-test.inc (struct test_fF_f1_data): New type.
28194         (RUN_TEST_LOOP_fF_f1): New macro.
28195         (modf_test_data): New variable.
28196         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28198         * math/libm-test.inc (struct test_f_f1_data): New type.
28199         (RUN_TEST_LOOP_f_f1): New macro.
28200         (gamma_test_data): New variable.
28201         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28202         (lgamma_test_data): New variable.
28203         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28205 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28207         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28208         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28209         (main): Comment "tls" pseudo-hwcap.
28211 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28213         * math/libm-test.inc (struct test_fl_f_data): New type.
28214         (RUN_TEST_LOOP_fl_f): New variable.
28215         (scalbln_test_data): New variable.
28216         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28218         * math/libm-test.inc (struct test_fi_f_data): New type.
28219         (RUN_TEST_LOOP_fi_f): New macro.
28220         (ldexp_test_data): New variable.
28221         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28222         (scalbn_test_data): New variable.
28223         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28225         * math/libm-test.inc (struct test_c_f_data): New type.
28226         (RUN_TEST_LOOP_c_f): New macro.
28227         (cabs_test_data): New variable.
28228         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28229         (carg_test_data): New variable.
28230         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28231         (cimag_test_data): New variable.
28232         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28233         (creal_test_data): New variable.
28234         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28236         * math/libm-test.inc (struct test_if_f_data): New type.
28237         (RUN_TEST_LOOP_if_f): New macro.
28238         (jn_test_data): New variable.
28239         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28240         (yn_test_data): New variable.
28241         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28243         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28245 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28247         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28248         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28250 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28252         * benchtests/Makefile (CPPFLAGS-nonlib): Add
28253         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28254         (bench-deps): Add bench-timing.h.
28255         * benchtests-bench-skeleton.c: Include bench-timing.h.
28256         (main): Use TIMING_* macros instead of clock_gettime.
28257         * benchtests/bench-timing.h: New file.
28259         [BZ #14582]
28260         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28261         Renamed from _LIB_VERSION.
28262         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28264 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
28266         * math/libm-test.inc (struct test_fff_f_data): New type.
28267         (RUN_TEST_LOOP_fff_f): New macro.
28268         (fma_test_data): New variable.
28269         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28270         (fma_towardzero_test_data): New variable.
28271         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28272         (fma_downward_test_data): New variable.
28273         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28274         (fma_upward_test_data): New variable.
28275         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28277         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28278         (struct test_c_c_data): New type.
28279         (RUN_TEST_LOOP_c_c): New macro.
28280         (cacos_test_data): New variable.
28281         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28282         (cacosh_test_data): New variable.
28283         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28284         (casin_test_data): New variable.
28285         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28286         (casinh_test_data): New variable.
28287         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28288         (catan_test_data): New variable.
28289         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28290         (catanh_test_data): New variable.
28291         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28292         (ccos_test_data): New variable.
28293         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28294         (ccosh_test_data): New variable.
28295         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28296         (cexp_test_data): New variable.
28297         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28298         (clog_test_data): New variable.
28299         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28300         (clog10_test_data): New variable.
28301         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28302         (conj_test_data): New variable.
28303         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28304         (cproj_test_data): New variable.
28305         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28306         (csin_test_data): New variable.
28307         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28308         (csinh_test_data): New variable.
28309         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28310         (csqrt_test_data): New variable.
28311         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28312         (ctan_test_data): New variable.
28313         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28314         (ctan_tonearest_test_data): New variable.
28315         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28316         (ctan_towardzero_test_data): New variable.
28317         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28318         (ctan_downward_test_data): New variable.
28319         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28320         (ctan_upward_test_data): New variable.
28321         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28322         (ctanh_test_data): New variable.
28323         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28324         (ctanh_tonearest_test_data): New variable.
28325         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28326         (ctanh_towardzero_test_data): New variable.
28327         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28328         (ctanh_downward_test_data): New variable.
28329         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28330         (ctanh_upward_test_data): New variable.
28331         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28332         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28333         of BUILD_COMPLEX.
28335         * math/libm-test.inc (struct test_ff_f_data): New type.
28336         (struct test_ff_f_data_nexttoward): Likewise.
28337         (RUN_TEST_LOOP_2_f): New macro.
28338         (RUN_TEST_LOOP_ff_f): Likewise.
28339         (atan2_test_data): New variable.
28340         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28341         (copysign_test_data): New variable.
28342         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28343         (fdim_test_data): New variable.
28344         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28345         (fmax_test_data): New variable.
28346         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28347         (fmin_test_data): New variable.
28348         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28349         (fmod_test_data): New variable.
28350         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28351         (hypot_test_data): New variable.
28352         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28353         (nextafter_test_data): New variable.
28354         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28355         (nexttoward_test_data): New variable.
28356         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28357         (pow_test_data): New variable.
28358         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28359         (pow_tonearest_test_data): New variable.
28360         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28361         (pow_towardzero_test_data): New variable.
28362         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28363         (pow_downward_test_data): New variable.
28364         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28365         (pow_upward_test_data): New variable.
28366         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28367         (remainder_test_data): New variable.
28368         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28369         (scalb_test_data): New variable.
28370         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28371         * sysdeps/i386/fpu/libm-test-ulps: Update.
28373 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
28375         * math/libm-test.inc (fma_test): Use max_value instead of local
28376         variable fltmax.
28377         (nextafter_test): Likewise.
28379         * math/libm-test.inc (acos_towardzero_test_data): New variable.
28380         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28381         (acos_downward_test_data): New variable.
28382         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28383         (acos_upward_test_data): New variable.
28384         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28385         (acosh_test_data): New variable.
28386         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28387         (asin_test_data): New variable.
28388         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28389         (asin_tonearest_test_data): New variable.
28390         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28391         (asin_towardzero_test_data): New variable.
28392         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28393         (asin_downward_test_data): New variable.
28394         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28395         (asin_upward_test_data): New variable.
28396         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28397         (asinh_test_data): New variable.
28398         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28399         (atan_test_data): New variable.
28400         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28401         (atanh_test_data): New variable.
28402         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28403         (cbrt_test_data): New variable.
28404         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28405         (ceil_test_data): New variable.
28406         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28407         (cos_test_data): New variable.
28408         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28409         (cos_tonearest_test_data): New variable.
28410         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28411         (cos_towardzero_test_data): New variable.
28412         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28413         (cos_downward_test_data): New variable.
28414         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28415         (cos_upward_test_data): New variable.
28416         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28417         (cosh_test_data): New variable.
28418         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28419         (cosh_tonearest_test_data): New variable.
28420         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28421         (cosh_towardzero_test_data): New variable.
28422         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28423         (cosh_downward_test_data): New variable.
28424         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28425         (cosh_upward_test_data): New variable.
28426         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28427         (erf_test_data): New variable.
28428         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28429         (erfc_test_data): New variable.
28430         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28431         (exp_test_data): New variable.
28432         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28433         (exp_tonearest_test_data): New variable.
28434         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28435         (exp_towardzero_test_data): New variable.
28436         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28437         (exp_downward_test_data): New variable.
28438         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28439         (exp_upward_test_data): New variable.
28440         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28441         (exp10_test_data): New variable.
28442         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28443         (exp2_test_data): New variable.
28444         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28445         (expm1_test_data): New variable.
28446         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28447         (fabs_test_data): New variable.
28448         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28449         (floor_test_data): New variable.
28450         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28451         (j0_test_data): New variable.
28452         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28453         (j1_test_data): New variable.
28454         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28455         (log_test_data): New variable.
28456         (log_test): Run tests with RUN_TEST_LOOP_f_f.
28457         (log10_test_data): New variable.
28458         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28459         (log1p_test_data): New variable.
28460         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28461         (log2_test_data): New variable.
28462         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28463         (logb_test_data): New variable.
28464         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28465         (logb_downward_test_data): New variable.
28466         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28467         (nearbyint_test_data): New variable.
28468         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28469         (rint_test_data): New variable.
28470         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28471         (rint_tonearest_test_data): New variable.
28472         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28473         (rint_towardzero_test_data): New variable.
28474         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28475         (rint_downward_test_data): New variable.
28476         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28477         (rint_upward_test_data): New variable.
28478         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28479         (round_test_data): New variable.
28480         (round_test): Run tests with RUN_TEST_LOOP_f_f.
28481         (sin_test_data): New variable.
28482         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28483         (sin_tonearest_test_data): New variable.
28484         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28485         (sin_towardzero_test_data): New variable.
28486         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28487         (sin_downward_test_data): New variable.
28488         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28489         (sin_upward_test_data): New variable.
28490         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28491         (sinh_test_data): New variable.
28492         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28493         (sinh_tonearest_test_data): New variable.
28494         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28495         (sinh_towardzero_test_data): New variable.
28496         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28497         (sinh_downward_test_data): New variable.
28498         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28499         (sinh_upward_test_data): New variable.
28500         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28501         (sqrt_test_data): New variable.
28502         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28503         (tan_test_data): New variable.
28504         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28505         (tan_tonearest_test_data): New variable.
28506         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28507         (tan_towardzero_test_data): New variable.
28508         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28509         (tan_downward_test_data): New variable.
28510         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28511         (tan_upward_test_data): New variable.
28512         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28513         (tanh_test_data): New variable.
28514         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28515         (tgamma_test_data): New variable.
28516         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28517         (trunc_test_data): New variable.
28518         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28519         (y0_test_data): New variable.
28520         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28521         (y1_test_data): New variable.
28522         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28523         (significand_test_data): New variable.
28524         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28526 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
28528         [BZ #12387]
28529         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28531 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28533         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28535 2013-05-10  Andreas Jaeger  <aj@suse.de>
28537         [BZ #15448]
28538         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28539         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28541 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28543         * math/gen-libm-test.pl (adjust_arg): New function.
28544         (special_functions): Handle generating output in both functions
28545         and arrays.
28546         (parse_args): Likewise.
28547         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
28548         $in_func argument to parse_args.
28549         * math/libm-test.inc (struct test_f_f_data): New type.
28550         (IF_ROUND_INIT_): New macro.
28551         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28552         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28553         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28554         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28555         (ROUND_RESTORE_): Likewise.
28556         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28557         (ROUND_RESTORE_FE_TONEAREST): Likewise.
28558         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28559         (ROUND_RESTORE_FE_UPWARD): Likewise.
28560         (RUN_TEST_LOOP_f_f): New macro.
28561         (acos_test_data): New variable.
28562         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28563         (acos_tonearest_test_data): New variable.
28564         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28566 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28568         * benchtests/bench-skeleton.c (startup): Fix coding style.
28570 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28572         [BZ #6809]
28573         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28574         negative infinity argument.
28575         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28576         negative infinity argument.
28577         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28578         negative infinity argument.
28579         * math/libm-test.inc (tgamma_test): Expect errno to be set for
28580         domain errors.
28582 2013-05-10  Florian Weimer  <fweimer@redhat.com>
28584         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28585         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28586         * iconv/iconv_prog.c (main): Likewise.
28587         * locale/programs/charmap-dir.c (charmap_readdir)
28588         (fopen_uncompressed): Likewise.
28589         * locale/programs/locfile.c (siblings_uncached)
28590         (write_locale_data): Use lstat64 instead of lstat.
28591         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28592         stat.
28594 2013-05-10  Andreas Jaeger  <aj@suse.de>
28596         [BZ #15395]
28597         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28598         localization.
28599         Include <locale.h>.
28601 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
28603         * elf/dl-close.c (_dl_close_worker): Add comments.
28605 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
28607         [BZ #15359]
28608         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28609         high part of pi/2.
28610         (__ieee754_rem_pio2l): Update comments.
28612         [BZ #15429]
28613         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28614         high part of pi/2.
28615         (__ieee754_rem_pio2l): Update comments.
28617         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28618         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28620         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28621         M_PI_4l.
28623         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28624         (M_PI_34_LOG10El): Likewise.
28625         (M_PI2_LOG10El): Likewise.
28626         (M_PI4_LOG10El): Likewise.
28627         (M_PI_LOG10El): Likewise.
28629 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28631         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28633 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
28635         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28636         (MINUS_ZERO_INIT): Likewise.
28637         (PLUS_INFTY_INIT): Likewise.
28638         (MINUS_INFTY_INIT): Likewise.
28639         (QNAN_VALUE_INIT): Likewise.
28640         (MAX_VALUE_INIT): Likewise.
28641         (MIN_VALUE_INIT): Likewise.
28642         (MIN_SUBNORM_VALUE_INIT): Likewise.
28643         (plus_zero): Initialize with PLUS_ZERO_INIT.
28644         (minus_zero): Initialize with MINUS_ZERO_INIT.
28645         (plus_infty): Initialize with PLUS_INFTY_INIT.
28646         (minus_infty): Initialize with MINUS_INFTY_INIT.
28647         (qnan_value): Initialize with QNAN_VALUE_INIT.
28648         (max_value): Initialize with MAX_VALUE_INIT.
28649         (min_value): Initialize with MIN_VALUE_INIT.
28650         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28652         * math/libm-test.inc (RUN_TEST_if_f): New macro.
28653         (jn_test): Use TEST_if_f instead of TEST_ff_f.
28654         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28655         (yn_test): Use TEST_if_f instead of TEST_ff_f.
28657         * math/libm-test.inc (RUN_TEST_f_f): New macro.
28658         (RUN_TEST_2_f): Likewise.
28659         (RUN_TEST_ff_f): Likewise.
28660         (RUN_TEST_fi_f): Likewise.
28661         (RUN_TEST_fl_f): Likewise.
28662         (RUN_TEST_fff_f): Likewise.
28663         (RUN_TEST_c_f): Likewise.
28664         (RUN_TEST_f_f1): Likewise.
28665         (RUN_TEST_fF_f1): Likewise.
28666         (RUN_TEST_fI_f1): Likewise.
28667         (RUN_TEST_ffI_f1): Likewise.
28668         (RUN_TEST_c_c): Likewise.
28669         (RUN_TEST_cc_c): Likewise.
28670         (RUN_TEST_f_i): Likewise.
28671         (RUN_TEST_f_i_tg): Likewise.
28672         (RUN_TEST_ff_i_tg): Likewise.
28673         (RUN_TEST_f_b): Likewise.
28674         (RUN_TEST_f_b_tg): Likewise.
28675         (RUN_TEST_f_l): Likewise.
28676         (RUN_TEST_f_L): Likewise.
28677         (RUN_TEST_sincos): Likewise.
28678         * math/gen-libm-test.pl (new_test): Take new argument to indicate
28679         whether to show exceptions.  Do not include ");\n" in return
28680         value.
28681         (special_functions): Output call to RUN_TEST_sincos instead of
28682         check_float calls.  Update calls to new_test.
28683         (parse_args): Output call to single RUN_TEST_* macro instead of
28684         check_* calls and other assignments.  Update calls to new_test.
28686         [BZ #2546]
28687         [BZ #2560]
28688         [BZ #5159]
28689         [BZ #15426]
28690         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28691         input to result for tgamma overflow.
28692         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28693         (gamma_coeff): New variable.
28694         (NCOEFF): New macro.
28695         (gamma_positive): New function.
28696         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28697         underflow here.  Use gamma_positive instead of exp (lgamma) for
28698         other arguments.
28699         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28700         (gamma_coeff): New variable.
28701         (NCOEFF): New macro.
28702         (gammaf_positive): New function.
28703         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28704         underflow here.  Use gamma_positive instead of exp (lgamma) for
28705         other arguments.
28706         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28707         (gamma_coeff): New variable.
28708         (NCOEFF): New macro.
28709         (gammal_positive): New function.
28710         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28711         underflow here.  Use gamma_positive instead of exp (lgamma) for
28712         other arguments.
28713         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28714         (gamma_coeff): New variable.
28715         (NCOEFF): New macro.
28716         (gammal_positive): New function.
28717         (__ieee754_gammal_r): Handle positive infinity, overflow and
28718         underflow here.  Handle NaN the same as positive infinity.  Remove
28719         check x < 0xffffffff for negative integers.  Use gamma_positive
28720         instead of exp (lgamma) for other arguments.
28721         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28722         (gamma_coeff): New variable.
28723         (NCOEFF): New macro.
28724         (gammal_positive): New function.
28725         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28726         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28727         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28728         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28729         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28730         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28731         * sysdeps/generic/math_private.h (__gamma_productf): New
28732         prototype.
28733         (__gamma_product): Likewise.
28734         (__gamma_productl): Likewise.
28735         * math/Makefile (libm-calls): Add gamma_product.
28736         * math/libm-test.inc (tgamma_test): Add more tests.
28737         * sysdeps/i386/fpu/libm-test-ulps: Update.
28738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28740 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
28742         * benchtests/bench-skeleton.c (main): Preheat CPU.
28744 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
28746         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
28748 2013-05-07  Roland McGrath  <roland@hack.frob.com>
28750         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
28751         and _dl_skip_args_internal.
28753 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
28755         * manual/message.texi (Message Translation): Talk about users.
28756         Message to key mapping impacts design.
28758 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28760         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28762         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28764         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28765         * sysdeps/wordsize-64/glob64.c: ... here.
28767         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28768         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28769         New macros.
28771         * debug/getlogin_r_chk.c: Moved to ...
28772         * login/getlogin_r_chk.c: ... here.
28773         * debug/Makefile (routines): Move getlogin_r_chk to ...
28774         * login/Makefile (routines): ... here.
28775         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28776         * login/Versions (libc: GLIBC_2.4): ... here.
28778         * io/poll.c (__poll): Renamed from poll.
28779         Add libc_hidden_def.
28780         (poll): Define as weak alias.
28782         * debug/ptsname_r_chk.c: Moved to ...
28783         * login/ptsname_r_chk.c: ... here.
28784         * debug/Makefile (routines): Move ptsname_r_chk to ...
28785         * login/Makefile (routines): ... here.
28786         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28787         * login/Versions (libc: GLIBC_2.4): ... here.
28789         * posix/getlogin.c: Moved to ...
28790         * login/getlogin.c: ... here.
28791         * posix/getlogin_r.c: Moved to ...
28792         * login/getlogin_r.c: ... here.
28793         * posix/getlogin_r.c: Moved to ...
28794         * login/getlogin_r.c: ... here.
28795         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28796         * login/Makefile (routines): ... here.
28797         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28798         * login/Versions (libc: GLIBC_2.0): ... here.
28800         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28801         (setrlimit): Define as weak alias.
28803         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28804         Call __ names for open, ftruncate, and close.
28805         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28806         (truncate): Define as weak alias.
28808 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28810         * math/gen-libm-test.pl (parse_args): Initialize x before each
28811         test of frexp, modf and remquo.
28813         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28814         test signgam value.
28816 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28818         [BZ #15418]
28819         [BZ #15419]
28820         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28821         internal tests.
28822         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28824 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28826         * elf/dl-writev.h: New file.
28827         * elf/dl-misc.c: Include it.
28828         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28829         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28831 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28833         * math/libm-test.inc (noXFails): Remove variable.
28834         (noXPasses): Likewise.
28835         (BUILD_COMPLEX_INT): Remove macro.
28836         (print_screen): Remove xfail argument.
28837         (print_screen_max_error): Likewise.
28838         (update_stats): Likewise.
28839         (print_max_error): Likewise.  Update calls to other affected
28840         functions.
28841         (print_complex_max_error): Likewise.
28842         (test_single_exception): Update calls to print_screen.
28843         (test_single_errno): Likewise.
28844         (check_float_internal): Remove xfail argument.  Update calls to
28845         other affected functions.
28846         (check_float): Likewise.
28847         (check_complex): Likewise.
28848         (check_int): Likewise.
28849         (check_long): Likewise.
28850         (check_bool): Likewise.
28851         (check_longlong): Likewise.
28852         (main): Don't print noXFails and noXPasses.
28853         * math/gen-libm-test.pl (top level): Don't mention expected
28854         failure handling in comment.
28855         (new_test): Don't handle expected failures.
28856         (parse_args): Don't mention expected failure handling in comment.
28857         (generate_testfile): Don't handle expected failures.
28858         (parse_ulps): Likewise.
28859         (print_ulps_file): Likewise.
28860         (get_failure): Remove function.
28861         (output_test): Don't handle expected failures.
28862         * make/README.libm-test: Don't mention expected failure handling.
28864         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28865         (minus_zero): Likewise.
28866         (plus_infty): Likewise.
28867         (minus_infty): Likewise.
28868         (qnan_value): Likewise.
28869         (max_value): Likewise.
28870         (min_value): Likewise.
28871         (min_subnorm_value): Likewise.
28872         (initialize): Do not initialize those variables dynamically.
28874 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28876         * io/open.c (__open_2): Moved to ...
28877         * io/open_2.c: ... this new file.
28878         * io/open64.c (__open64_2): Moved to ...
28879         * io/open64_2.c: ... this new file.
28880         * io/openat.c (__openat_2): Moved to ...
28881         * io/openat_2.c: ... this new file.
28882         * io/openat64.c (__openat64_2): Moved to ...
28883         * io/openat64_2.c: ... this new file.
28884         * io/Makefile (routines): Add them.
28885         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28886         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28887         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28888         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28889         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28890         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28891         (__openat64): Add hidden_ver.
28892         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28893         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28895         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28896         Separately conditionalize setting of GLRO(dl_sysinfo) so
28897         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28898         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28900 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28902         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28903         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28904         definition.
28905         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28906         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28907         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28908         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28909         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28911 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28913         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28914         test signgam value.
28916         * math/libm-test.inc (hypot_test): Do not use
28917         IGNORE_ZERO_INF_SIGN.
28919 2013-05-03  Andreas Jaeger  <aj@suse.de>
28921         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28922         Linux 3.9.
28923         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28924         (PF_MAX): Adjust for VSOCK change.
28926 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28928         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28930 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
28932         [BZ #15264]
28933         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28934         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28935         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28937 2013-05-02  David S. Miller  <davem@davemloft.net>
28939         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28941 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
28943         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28945 2013-05-01  Roland McGrath  <roland@hack.frob.com>
28947         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28949 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
28951         [BZ #14952]
28952         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28953         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28954         Use __attribute__ ((__gnu_inline__)).
28955         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28956         Don't use __attribute__ ((__gnu_inline__)).
28958 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
28960         [BZ #15423]
28961         * math/s_catan.c (__catan): Handle small real or imaginary part of
28962         input specially to avoid spurious underflow.
28963         * math/s_catanf.c (__catanf): Likewise.
28964         * math/s_catanh.c (__catanh): Likewise.
28965         * math/s_catanhf.c (__catanhf): Likewise.
28966         * math/s_catanhl.c (__catanhl): Likewise.
28967         * math/s_catanl.c (__catanl): Likewise.
28968         * math/libm-test.inc (catan_test): Add more tests.
28969         (catanh_test): Likewise.
28970         * sysdeps/i386/fpu/libm-test-ulps: Update.
28971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28973 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28975         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28977 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
28979         [BZ #15416]
28980         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28981         accurately for denominator in atan2.
28982         * math/s_catanf.c (__catanf): Likewise.
28983         * math/s_catanh.c (__catanh): Likewise.
28984         * math/s_catanhf.c (__catanhf): Likewise.
28985         * math/s_catanhl.c (__catanhl): Likewise.
28986         * math/s_catanl.c (__catanl): Likewise.
28987         * math/libm-test.inc (catan_test): Add more tests.
28988         (catanh_test): Likewise.
28989         * sysdeps/i386/fpu/libm-test-ulps: Update.
28990         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28992 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28994         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28996         * benchtests/Makefile (bench): Remove slow benchmarks.
28997         * benchtests/atan-inputs: Add slow benchmark inputs.
28998         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28999         (BENCH_FUNC): Accept variant offset.
29000         (VARIANT): Define.
29001         * benchtests/bench-skeleton.c (main): Run benchmark for each
29002         variant.
29003         * benchtests/cos-inputs: Add slow benchmark inputs.
29004         * benchtests/exp-inputs: Likewise.
29005         * benchtests/pow-inputs: Likewise.
29006         * benchtests/sin-inputs: Likewise.
29007         * benchtests/slowatan-inputs: Remove.
29008         * benchtests/slowatan.c: Remove.
29009         * benchtests/slowcos-inputs: Remove.
29010         * benchtests/slowcos.c: Remove.
29011         * benchtests/slowexp-inputs: Remove.
29012         * benchtests/slowexp.c: Remove.
29013         * benchtests/slowpow-inputs: Remove.
29014         * benchtests/slowpow.c: Remove.
29015         * benchtests/slowsin-inputs: Remove.
29016         * benchtests/slowsin.c: Remove.
29017         * benchtests/slowtan-inputs: Remove.
29018         * benchtests/slowtan.c: Remove.
29019         * benchtests/tan-inputs: Add slow benchmark inputs.
29020         * scripts/bench.pl: Parse comments and directives.
29022         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29023         in CPPFLAGS.
29024         ($(objpfx)bench-%.c): Remove *-ITER.
29025         * benchtests/bench-modf.c: Remove definition of ITER.
29026         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29027         (main): Loop for DURATION seconds instead of fixed number of
29028         iterations.
29029         * scripts/bench.pl: Don't expect iterations in parameters.
29031 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29033         * io/fchdir.c (__fchdir): Renamed from fchdir.
29034         (fchdir): Define as weak alias.
29036 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29038         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29039         (ERRNO_EDOM): Likewise.
29040         (ERRNO_ERANGE): Likewise.
29041         (noErrnoTests): New variable.
29042         (init_max_error): Set errno to 0.
29043         (test_single_errno): New function.
29044         (test_errno): Likewise.
29045         (check_float_internal): Call test_errno.  Set errno to 0.
29046         (check_complex): Refer to errno tests in comment.
29047         (check_int): Call test_errno.  Set errno to 0.
29048         (check_long): Likewise.
29049         (check_bool): Likewise.
29050         (check_longlong): Likewise.
29051         (cos_test): Use ERRNO_* flags for errno tests instead of
29052         check_int.
29053         (expm1_test): Likewise.
29054         (fmod_test): Likewise.
29055         (ilogb_test): Likewise.
29056         (lgamma_test): Likewise.
29057         (pow_test): Likewise.
29058         (remainder_test): Likewise.
29059         (sin_test): Likewise.
29060         (tan_test): Likewise.
29061         (yn_test): Likewise.
29062         (initialize): Set errno to 0.
29063         (main): Print number of errno tests.
29064         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29066 2013-04-29  Andreas Jaeger  <aj@suse.de>
29068         [BZ #15084]
29069         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29070         and RES_USEVC.
29072         [BZ #15085]
29073         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29074         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29075         unimplemented.
29077         [BZ #15380]
29078         * stdlib/random.c (__initstate): Return NULL if
29079         __initstate fails.
29081         [BZ #15086]
29082         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29083         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29084         RES_SNGLKUPREOP.
29086 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29088         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29090 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29092         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29093         of individual tests.
29094         (casin_test): Likewise.
29095         (casinh_test): Likewise.
29097 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
29099         [BZ #15409]
29100         * math/s_catan.c (__catan): Handle arguments with large real or
29101         imaginary part separately without squaring.
29102         * math/s_catanf.c (__catanf): Likewise.
29103         * math/s_catanh.c (__catanh): Likewise.
29104         * math/s_catanhf.c (__catanhf): Likewise.
29105         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29106         and redefine.
29107         (__catanhl): Handle arguments with large real or imaginary part
29108         separately without squaring.
29109         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29110         and redefine.
29111         (__catanl): Handle arguments with large real or imaginary part
29112         separately without squaring.
29113         * math/libm-test.inc (catan_test): Add more tests.
29114         (catanh_test): Likewise.
29115         * sysdeps/i386/fpu/libm-test-ulps: Update.
29116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29118 2013-04-27  Andreas Jaeger  <aj@suse.de>
29120         [BZ #15007]
29121         * stdlib/stdlib.h: Update guards for qecvt.
29122         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29123         <stdlib.h>.
29125 2013-04-27  Allan McRae  <allan@archlinux.org>
29127         * sysdeps/i386/fpu/libm-test-ulps: Update.
29129 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
29131         [BZ #15406]
29132         * math/s_catan.c: Include <float.h>.
29133         (__catan): Ensure underflow exception occurs for underflowed
29134         result.
29135         * math/s_catanf.c: Include <float.h>.
29136         (__catanf): Ensure underflow exception occurs for underflowed
29137         result.
29138         * math/s_catanh.c: Include <float.h>.
29139         (__catanh): Ensure underflow exception occurs for underflowed
29140         result.
29141         * math/s_catanhf.c: Include <float.h>.
29142         (__catanhf): Ensure underflow exception occurs for underflowed
29143         result.
29144         * math/s_catanhl.c: Include <float.h>.
29145         (__catanhl): Ensure underflow exception occurs for underflowed
29146         result.
29147         * math/s_catanl.c: Include <float.h>.
29148         (__catanl): Ensure underflow exception occurs for underflowed
29149         result.
29150         * math/libm-test.inc (catan_test): Add more tests.
29151         (catanh_test): Likewise.
29153         [BZ #15405]
29154         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29155         underflowed result.
29156         * math/s_ccoshf.c (__ccoshf): Likewise.
29157         * math/s_ccoshl.c (__ccoshl): Likewise.
29158         * math/s_csin.c (__csin): Likewise.
29159         * math/s_csinf.c (__csinf): Likewise.
29160         * math/s_csinh.c (__csinh): Likewise.
29161         * math/s_csinhf.c (__csinhf): Likewise.
29162         * math/s_csinhl.c (__csinhl): Likewise.
29163         * math/s_csinl.c (__csinl): Likewise.
29164         * math/libm-test.inc (ccos_test): Add more tests.
29165         (ccosh_test): Likewise.
29166         (csin_test): Likewise.
29167         (csinh_test): Likewise.
29169 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29171         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29172         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29173         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29174         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29175         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29176         powerpc/power5+/fpu folders.
29177         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29180 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29182         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29184 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
29186         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29187         additions to variable.
29188         [$(config-machine) = x86_64] (modules-names): Likewise.
29189         ($(objpfx)tst-audit3): Remove dependency.
29190         ($(objpfx)tst-audit3.out): Likewise.
29191         ($(objpfx)tst-audit4): Likewise.
29192         ($(objpfx)tst-audit4.out): Likewise.
29193         ($(objpfx)tst-audit5): Likewise.
29194         ($(objpfx)tst-audit5.out): Likewise.
29195         ($(objpfx)tst-audit6): Likewise.
29196         ($(objpfx)tst-audit6.out): Likewise.
29197         ($(objpfx)tst-audit7): Likewise.
29198         ($(objpfx)tst-audit7.out): Likewise.
29199         (tst-audit3-ENV): Remove variable.
29200         (tst-audit4-ENV): Likewise.
29201         (tst-audit5-ENV): Likewise.
29202         (tst-audit6-ENV): Likewise.
29203         (tst-audit7-ENV): Likewise.
29204         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29205         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29206         addition to variable.
29207         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29208         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29209         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29210         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29211         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29212         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29213         tst-audit3, tst-audit4 and tst-audit5.
29214         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29215         tst-audit6 and tst-audit7.
29216         [$(subdir) = elf] (modules-names): Add audit modules for those
29217         tests.
29218         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29219         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29220         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29221         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29222         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29223         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29224         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29225         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29226         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29227         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29228         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29229         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29230         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29231         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29232         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29233         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29234         Likewise.
29235         [$(subdir) = elf && $(config-cflags-avx) = yes]
29236         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29237         [$(subdir) = elf && $(config-cflags-avx) = yes]
29238         (CFLAGS-tst-auditmod4a.c): Likewise.
29239         [$(subdir) = elf && $(config-cflags-avx) = yes]
29240         (CFLAGS-tst-auditmod4b.c): Likewise.
29241         [$(subdir) = elf && $(config-cflags-avx) = yes]
29242         (CFLAGS-tst-auditmod6b.c): Likewise.
29243         [$(subdir) = elf && $(config-cflags-avx) = yes]
29244         (CFLAGS-tst-auditmod6c.c): Likewise.
29245         [$(subdir) = elf && $(config-cflags-avx) = yes]
29246         (CFLAGS-tst-auditmod7b.c): Likewise.
29247         * elf/tst-audit3.c: Move to ...
29248         * sysdeps/x86_64/tst-audit3.c: ... here.
29249         * elf/tst-audit4.c: Move to ...
29250         * sysdeps/x86_64/tst-audit4.c: ... here.
29251         * elf/tst-audit5.c: Move to ...
29252         * sysdeps/x86_64/tst-audit5.c: ... here.
29253         * elf/tst-audit6.c: Move to ...
29254         * sysdeps/x86_64/tst-audit6.c: ... here.
29255         * elf/tst-audit7.c: Move to ...
29256         * sysdeps/x86_64/tst-audit7.c: ... here.
29257         * elf/tst-auditmod3a.c: Move to ...
29258         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29259         * elf/tst-auditmod3b.c: Move to ...
29260         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29261         * elf/tst-auditmod4a.c: Move to ...
29262         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29263         * elf/tst-auditmod4b.c: Move to ...
29264         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29265         * elf/tst-auditmod5a.c: Move to ...
29266         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29267         * elf/tst-auditmod5b.c: Move to ...
29268         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29269         * elf/tst-auditmod6a.c: Move to ...
29270         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29271         * elf/tst-auditmod6b.c: Move to ...
29272         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29273         * elf/tst-auditmod6c.c: Move to ...
29274         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29275         * elf/tst-auditmod7a.c: Move to ...
29276         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29277         * elf/tst-auditmod7b.c: Move to ...
29278         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29280 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29282         [BZ #15366]
29283         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29284         define unconditionally.
29285         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29286         define unconditionally.
29287         (INT8_C, INT16_C, etc.): Likewise.
29289 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
29291         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29292         __ehdr_start with hidden visibility.
29294         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29296 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
29298         * math/libm-test.inc (cos_test): Use accurate hex constants.
29299         (sincost_test): Likewise.
29301 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
29303         * math/libm-test.inc (catan_test): Add more tests.
29304         (catanh_test): Likewise.
29306         * math/s_catanf.c (__catanf): Use suffixed floating-point
29307         constants.
29308         * math/s_catanhf.c (__catanhf): Likewise.
29309         * math/s_catanhl.c (__catanhl): Likewise.
29310         * math/s_catanl.c (__catanl): Likewise.
29312         [BZ #15394]
29313         * math/s_catan.c (__catan): Calculate imaginary part of result
29314         with log1p not log unless computing log of number close to 0.
29315         * math/s_catanf.c (__catanf): Likewise.
29316         * math/s_catanl.c (__catanl): Likewise.
29317         * math/s_catanh.c (__catanh): Calculate real part of result with
29318         log1p not log unless computing log of number close to 0.
29319         * math/s_catanhf.c (__catanhf): Likewise.
29320         * math/s_catanhl.c (__catanhl): Likewise.
29321         * math/libm-test.inc (catan_test): Add more tests.
29322         (catanh_test): Likewise.
29323         * sysdeps/i386/fpu/libm-test-ulps: Update.
29324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29326 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29328         * benchtests/Makefile: Mention files in which fast and slow
29329         paths of math functions are implemented.
29331 2013-04-23  Roland McGrath  <roland@hack.frob.com>
29333         * sysdeps/posix/timespec_get.c: New file.
29335 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29337         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29338         POWER.
29339         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29340         for POWER.
29341         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29342         powerpc/power5/fpu folders.
29343         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29344         * benchtests/Makefile: Add modf testcase.
29345         * benchtests/bench-modf.c: New file: Benchmark test for mo
29347 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29349         [BZ #14888]
29350         * time/Makefile (tests): Add tst-strptime-whitespace.
29351         * time/strptime_l.c (get_number): Use ISSPACE.
29352         (__strptime_internal): Likewise.
29353         * time/tst-strptime-whitespace.c: New test case.
29355 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
29357         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29358         member.
29359         (_nss_files_init): Set it here.
29361 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
29363         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29364         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29365         unsigned.
29367 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
29369         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29371 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29373         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29374         size just once.
29376 2013-04-21  David S. Miller  <davem@davemloft.net>
29378         * po/ru.po: Update Russion translation from translation project.
29380 2013-04-17  Adam Conrad  <adconrad@0c3.net>
29382         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29383         and setfsgid.
29385 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
29387         * configure.in: Remove i386 configure warning. Remove i386 case.
29388         * configure: Regenerate.
29389         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29390         Add example to error message.
29391         * sysdeps/i386/configure: Regenerate.
29393 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29395         * benchtests/Makefile (bench): Add cos, tan, slowcos and
29396         slowtan.
29397         * benchtests/cos-inputs: New file.
29398         * benchtests/slowcos-inputs: New file.
29399         * benchtests/slowcos.c: New file.
29400         * benchtests/slowtan-inputs: New file.
29401         * benchtests/slowtan.c: New file.
29402         * benchtests/tan-inputs: New file.
29404 2013-04-16  Roland McGrath  <roland@hack.frob.com>
29406         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29407         considered kosher.
29409 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29411         * benchtests/Makefile: Include cppflags-iterator.mk to add
29412         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29414         * Makefile.in (bench-clean): New target.
29415         * benchtests/Makefile (bench-clean): Likewise.
29417 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
29419         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29421 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
29423         * stdio-common/tstdiomisc.c: Fix coding-style violation.
29425 2013-04-15  Andreas Schwab  <schwab@suse.de>
29427         * nscd/grpcache.c (cache_addgr): Properly check for short write.
29428         * nscd/initgrcache.c (addinitgroupsX): Likewise.
29429         * nscd/pwdcache.c (cache_addpw): Likewise.
29430         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
29431         more than recsize.
29433 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29435         * benchtests/Makefile (bench): Write all output to
29436         bench-out.tmp together.
29438 2013-04-15  Andreas Schwab  <schwab@suse.de>
29440         * nscd/nscd.c (main): Don't fork again after closing files.
29442 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29444         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29446         * benchtests/Rules (bench-deps): Collect dependencies into a
29447         single variable.  Add Makefile to dependencies.
29448         ($(objpfx)bench-%.c): Depend on bench-deps.
29450 2013-04-12  Roland McGrath  <roland@hack.frob.com>
29451             Xavier Roche  <roche+kml2@exalead.com>
29453         [BZ #15361]
29454         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29455         just that it's a file descriptor.
29456         * manual/llio.texi (Synchronizing AIO Operations): Update description
29457         for EBADF error from aio_fsync.
29459 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29461         * Rules (bench): Move target definition...
29462         * benchtests/Makefile: ... here.
29464 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
29466         * math/libm-test.inc (cos_test): Fix PI/2 test.
29467         (sincos_test): Likewise.
29468         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29469         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29471 2013-04-11  Andreas Schwab  <schwab@suse.de>
29473         [BZ #13988]
29474         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29475         accept exponent character only when digits were seen.
29476         * stdio-common/Makefile (tests): Add bug26.
29477         * stdio-common/bug26.c: New file.
29479         [BZ #14293]
29480         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29481         non-freeable.
29483 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29485         * Makeconfig (rtld-prefix): Define built linker prefix.
29486         * Rules (run-bench): Use it.
29487         * math/Makefile (run-regen-ulps): Likewise.
29489         * Rules (bench): Remove eval.
29491 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29492             Roland McGrath  <roland@hack.frob.com>
29493             Ondrej Bilka  <neleai@seznam.cz>
29495         [BZ #15346]
29496         * time/getdate.c: Include ctype.h and alloca.h.
29497         (__getdate_r): Trim leading and trailing spaces of input.
29498         * time/tst-getdate.c (tests): Add tests with leading and
29499         trailing spaces.
29501 2013-04-08  Roland McGrath  <roland@hack.frob.com>
29503         [BZ #14280]
29504         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29505         when computing value.
29507 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29509         * math/README.libm-test (How can I generate "libm-test-ulps"?):
29510         Use testrun.sh to run libm tests.
29512         [BZ #15309]
29513         * elf/dl-open.c (dl_open_worker): memset all of seen array.
29515 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
29517         [BZ #15264]
29518         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29520 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29522         * Makefile.in (regen-ulps): New target.
29523         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29524         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29525         [ifneq (no,$(PERL)] (regen-ulps): New target.
29526         [ifeq (no,$(PERL)] (regen-ulps): New target.
29527         * math/libm-test.inc (ulps_file_name): Define.
29528         (output_dir): New variable.
29529         (options): Add "output-dir" option.
29530         (parse_opt): Handle 'o' case.
29531         (main): If output_dir is non-NULL use it as a prefix
29532         otherwise use "".
29533         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29535 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29537         [BZ #10060, #10062]
29538         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29539         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29540         fail configure if __sync_val_compare_and_swap is not inlined.
29541         * sysdeps/i386/configure: Regenerate.
29542         * configure.in: Build for i686 when configured for i386.
29543         * configure: Regenerate.
29544         * README: Remove i386 reference.
29546 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29548         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29549         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29551 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
29553         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29554         (lmsnanval): New variables.
29555         (F): Add conversion tests.
29556         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29557         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29559         * stdio-common/tstdiomisc.c (F): Properly collect individual
29560         tests' results.
29562         [BZ #14686, #15336]
29563         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29564         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29565         Instead, use input NaN values or generate a qNaN by arithmetic
29566         operation.  Also fix bugs to comply with the standard.
29567         * math/libm-test.inc (remainder_test): Add more tests.
29569         [BZ #15335, #15342]
29570         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29571         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29572         input NaN values or generate a qNaN by arithmetic operation.
29574         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29575         unreachable code.
29577         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29578         definitions.
29580 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
29582         [BZ #14478]
29583         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29584         underflowed result.
29585         * math/s_cexpf.c (__cexpf): Likewise.
29586         * math/s_cexpl.c (__cexpl): Likewise.
29587         * math/libm-test.inc (cexp_test): Add more tests.
29589 2013-04-03  Andreas Schwab  <schwab@suse.de>
29591         [BZ #15330]
29592         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29593         order arrays from heap if bigger than alloca cutoff.
29595 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
29597         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29598         (SNAN_TESTS_double): Refer to GCC PR56831.
29599         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29600         GCC PR56828.
29602 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
29604         * Rules (bench): Move bench.out after the run is complete.
29606         * Rules (bench): Echo currently running benchmark.
29608         * benchtests/Makefile (bench): Add atan and slowatan.
29609         * benchtests/atan-inputs: New file.
29610         * benchtests/slowatan-inputs: New file.
29611         * benchtests/slowatan.c: New file.
29613         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29614         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29615         its value.
29617         [BZ #15305]
29618         * sysdeps/unix/sysv/linux/kernel-features.h
29619         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29620         __ASSUME_XFS_RESTRICTED_CHOWN.
29621         * sysdeps/unix/sysv/linux/pathconf.c
29622         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29623         Save and restore errno.
29625 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
29627         [BZ #15327]
29628         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29629         arguments using __kernel_casinh.
29630         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29631         arguments using __kernel_casinhf.
29632         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29633         arguments using __kernel_casinhl.
29634         * math/libm-test.inc (cacosh_test): Add more tests.
29635         * sysdeps/i386/fpu/libm-test-ulps: Update.
29636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29638 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29640         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29641         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29643         * bench/Makefile (bench): Add sin and slowsin.
29644         * benchtests/sin-inputs: New file.
29645         * benchtests/slowsin-inputs: New file.
29646         * benchtests/slowsin.c: New file.
29648         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29649         (bench): Add slowexp and slowpow.
29650         (exp-ITER): Increase iterations.
29651         (pow-ITER): Likewise.
29652         * benchtests/exp-inputs: Change input.
29653         * benchtests/pow-inputs: Likewise.
29654         * benchtests/slowexp-inputs: New file.
29655         * benchtests/slowexp.c: New file.
29656         * benchtests/slowpow-inputs: New file.
29657         * benchtests/slowpow.c: New file.
29659 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29661         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29662         instructions.
29663         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29664         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29665         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29666         * benchtests/Makefile: Add rint benchtest.
29667         * benchtests/rint-inputs: Input for rint benchtest.
29669 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
29671         * Versions.def (libm): Add GLIBC_2.18.
29672         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29673         hidden libm prototypes.
29674         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29675         * math/Makefile (libm-calls): Add s_issignaling.
29676         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29677         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
29678         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29679         declaration.
29680         * math/math.h [__USE_GNU] (issignaling): New macro.
29681         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29682         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29683         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29684         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29685         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29686         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29687         * manual/arith.texi (issignaling): New section.
29688         * manual/libm-err-tab.pl (@all_functions): Update comment.
29689         * math/gen-libm-test.pl (parse_args): Apply special handling for
29690         issignaling.
29691         * math/libm-test.inc (print_float, issignaling_test): New
29692         functions.
29693         (check_float_internal): Add issignaling checks.
29694         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29695         default definition.
29696         * sysdeps/powerpc/math-tests.h: New file.
29697         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29698         tests.
29699         * math/test-snan.c (TEST_FUNC): Likewise.
29701 2013-03-30  David S. Miller  <davem@davemloft.net>
29703         * po/de.po: Update from translation team.
29705 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
29707         [BZ #10357]
29708         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29709         imaginary part less than 1.0 and real part less than 0.5
29710         specially.
29711         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29712         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29713         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29714         (cacos_test): Add more tests.
29715         (casin_test): Likewise.
29716         (casinh_test): Likewise.
29717         * sysdeps/i386/fpu/libm-test-ulps: Update.
29718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29720 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29722         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29723         ONE with its value.
29725         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29726         (__pow_mp): Replace ONE and MONE with their values.
29727         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29728         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29729         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29730         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29731         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29732         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29734         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
29736         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
29737         (__pow_mp): Replace ZERO and MZERO with their values.
29738         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29739         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29740         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29741         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
29742         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29743         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
29744         (__sqr): Likewise.
29746         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
29748         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
29750 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29752         * include/stdlib.h [!SHARED] (__call_tls_dtors):
29753         Declare with __attribute__ ((weak)).
29754         * stdlib/exit.c (__libc_atexit) [!SHARED]:
29755         Call __call_tls_dtors only if it's not NULL.
29757 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29759         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29760         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29761         magic __ehdr_start linker symbol if it's defined.
29762         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29763         them up here if it was already done.
29765         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29766         (_dl_aux_init): Use const in cast when setting it.
29767         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29768         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29769         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29771         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29772         Declare them here.
29773         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29774         * csu/libc-tls.c: Nor here.
29775         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29777         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29778         (__libc_message): Never call vsyslog.
29780 2013-03-28  Alan Modra  <amodra@gmail.com>
29782         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29783         Define as empty.
29784         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29785         Likewise.
29787 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29789         [BZ #15214]
29790         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29791         underflow.
29792         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29794 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29796         [BZ #15304]
29797         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29798         Don't add gid passed as argument.
29800         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29802 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29804         [BZ #15307]
29805         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29806         imaginary part between 1.0 and 1.5 and real part less than 0.5
29807         specially.
29808         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29809         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29810         * math/libm-test.inc (cacos_test): Add more tests.
29811         (casin_test): Likewise.
29812         (casinh_test): Likewise.
29813         * sysdeps/i386/fpu/libm-test-ulps: Update.
29814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29816 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29818         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29819         constants.
29820         (norm): Likewise.
29821         (denorm): Likewise.
29822         (__dbl_mp): Likewise.
29823         (add_magnitudes): Likewise.
29824         (sub_magnitudes): Likewise.
29825         (__add): Likewise.
29826         (__sub): Likewise.
29827         (__mul): Likewise.
29828         (__sqr): Likewise.
29829         (__inv): Likewise.
29830         (__dvd): Likewise.
29832         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29833         commented code.
29834         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29835         (__dubcos): Likewise.
29836         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29837         (__ieee754_acos): Likewise.
29838         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29839         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29840         (__exp1): Likewise.
29841         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29842         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29843         (log1): Likewise.
29844         (my_log2): Likewise.
29845         (checkint): Likewise.
29846         * sysdeps/ieee754/dbl-64/e_remainder.c
29847         (__ieee754_remainder): Likewise.
29848         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29849         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29850         (bsloww): Likewise.
29851         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29853         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29854         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29855         MANTISSA_STORE_T to store computations on mantissa.  Use
29856         macros for rounding and division.
29857         (denorm): Likewise.
29858         (__dbl_mp): Likewise.
29859         (add_magnitudes): Likewise.
29860         (sub_magnitudes): Likewise.
29861         (__mul): Likewise.
29862         (__sqr): Likewise.
29863         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29864         powers of two in terms of TWOPOW macro.
29865         (mp_no): Make type of mantissa as MANTISSA_T.
29866         [!RADIXI]: Define RADIXI.
29867         [!TWO52]: Define TWO52.
29868         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29870 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29872         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29873         llroundl symbol when building for PPC32.
29875 2013-03-24  Mark H Weaver  <mhw@netris.org>
29877         * manual/arith.texi (Normalization Functions): Fix prototypes for
29878         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29880 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29882         [BZ #13889]
29883         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29884         high value to check if expl overflow.
29885         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29886         to check for underflow and overflow.
29887         * math/libm-test.inc: Add exp test.
29889 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29891         [BZ #11120]
29892         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29893         with NOT_IN_libc.
29895 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29897         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29898         symbol.
29900 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29902         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29903         wrap blocks consisting of several statements.
29905         * sysdeps/generic/math-tests.h: New file.
29906         * sysdeps/i386/fpu/math-tests.h: Likewise.
29907         * math/test-snan.c: Include it.
29908         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29910 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29912         [BZ #15285]
29913         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29914         (__ieee754_j0l): Do not improve calculations using cos of twice
29915         input for inputs above LDBL_MAX / 2.0L.
29916         (__ieee754_y0l): Likewise.
29917         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29918         (__ieee754_j1l): Do not improve calculations using cos of twice
29919         input for inputs above LDBL_MAX / 2.0L.
29920         (__ieee754_y1l): Likewise.
29921         * math/libm-test.inc (j0_test): Add another test.
29922         (j1_test): Likewise.
29923         (y0_test): Likewise.
29924         (y1_test): Likewise.
29925         * sysdeps/i386/fpu/libm-test-ulps: Update.
29927 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29929         * Rules ($(objpfx)bench-%.c): Include code from a C source
29930         file.
29932 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29934         [BZ #15287]
29935         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29936         imaginary part 1.0 and real part less than 0.5 specially.
29937         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29938         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29939         * math/libm-test.inc (cacos_test): Add more tests.
29940         (casin_test): Likewise.
29941         (casinh_test): Likewise.
29942         * sysdeps/i386/fpu/libm-test-ulps: Update.
29943         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29945 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29947         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29948         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29950 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
29952         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29953         * config.make.in (config-cflags-sse4): Remove variable.
29954         (config-cflags-avx): Likewise.
29955         (config-cflags-sse2avx): Likewise.
29956         (config-cflags-novzeroupper): Likewise.
29957         (config-asflags-i686): Likewise.
29958         (have-mfma4): Likewise.
29959         (have-as-vis3): Likewise.
29960         (MIG): Likewise.
29961         * configure.in (MIG): Do not AC_SUBST.
29962         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29963         (libc_cv_cc_sse4): Do not AC_SUBST.
29964         (libc_cv_cc_avx): Likewise.
29965         (libc_cv_cc_sse2avx): Likewise.
29966         (libc_cv_cc_novzeroupper): Likewise.
29967         (libc_cv_cc_fma4): Likewise.
29968         (libc_cv_as_i686): Likewise.
29969         (libc_cv_sparc_as_vis3): Likewise.
29970         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29971         LIBC_CONFIG_VAR.
29972         (config-asflags-i686): Likewise.
29973         (config-cflags-avx): Likewise.
29974         (config-cflags-sse2avx): Likewise.
29975         (have-mfma4): Likewise.
29976         (config-cflags-novzeroupper): Likewise.
29977         * sysdeps/mach/configure.in (MIG): Likewise.
29978         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29979         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29980         LIBC_CONFIG_VAR.
29981         (config-cflags-avx): Likewise.
29982         (config-cflags-sse2avx): Likewise.
29983         (have-mfma4): Likewise.
29984         (config-cflags-novzeroupper): Likewise.
29985         * configure: Regenerated.
29986         * sysdeps/i386/configure: Likewise.
29987         * sysdeps/mach/configure: Likewise.
29988         * sysdeps/sparc/configure: Likewise.
29989         * sysdeps/x86_64/configure: Likewise.
29991 2013-03-20  Roland McGrath  <roland@hack.frob.com>
29993         [BZ #14812]
29994         * locale/programs/localedef.c (options): Put N_ translation marker
29995         on argument names, not just descriptions.
29997 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29999         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30001 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30003         [BZ #14176]
30004         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30006 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30008         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30009         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30010         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30011         [!BEFORE_ABORT] (before_abort): New function.
30012         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30013         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30014         (writev_for_fatal): New function.
30015         (WRITEV_FOR_FATAL): New macro; call that.
30016         (backtrace_and_maps): New function.
30017         (BEFORE_ABORT): New macro; call that.
30018         (struct str_list): Type removed.
30019         (__libc_message, __libc_fatal): Functions removed.
30020         Include <sysdeps/posix/libc_fatal.c> instead.
30022 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30024         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30025         constants.
30026         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30027         double constants.
30029 2013-03-19  Andreas Schwab  <schwab@suse.de>
30031         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30032         * sysdeps/gnu/configure: Regenerate.
30034         * configure.in: Substitute libc_cv_rtlddir.
30035         * configure: Regenerate.
30036         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30037         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30038         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30039         * elf/Makefile (install-others, CFLAGS-interp.c)
30040         (ldso_install, common-ldd-rewrite): Likewise.
30041         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30042         $(inst_slibdir)/$(rtld-installed-name).
30043         * scripts/rellns-sh: Add -p option.
30044         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30045         for source.
30047 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30049         * manual/nptl.texi: Renamed to ...
30050         * manual/threads.texi: ... this.
30051         * manual/Makefile (chapters): Update.
30053 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30055         [BZ #14812]
30056         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30057         on argument names, not just descriptions.
30058         * malloc/memusagestat.c (options): Likewise.
30059         * nss/getent.c (options): Likewise.
30061 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30063         [BZ #14812]
30064         * iconv/iconv_prog.c (options): Put N_ translation marker
30065         on argument names, not just descriptions.
30066         * iconv/iconvconfig.c (options): Likewise.
30068 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30070         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30071         implementation which is faster on all x86_64 architectures.
30072         Tested on AMD, Intel Nehalem, SNB, IVB.
30073         * sysdeps/x86_64/strnlen.S: Likewise.
30075         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30076         Remove all multiarch strlen and strnlen versions.
30077         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30078         Remove strlen and strnlen related parts.
30080         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30081         Inline strlen part.
30082         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30084         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30085         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30086         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30087         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30088         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30089         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30091 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
30093         * manual/memory.texi (Malloc Tunable Parameters):
30094         Sort parameters alphabetically. Add comments for missing entries.
30096 2013-03-17  David S. Miller  <davem@davemloft.net>
30098         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30100 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
30102         [BZ #15283]
30103         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30104         for arguments at most half maximum finite value.
30105         * math/libm-test.inc (j0_test): Add more tests.
30106         (j1_test): Likewise.
30107         (y0_test): Likewise.
30108         (y1_test): Likewise.
30109         * sysdeps/i386/fpu/libm-test-ulps: Update.
30110         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30112         [BZ #14155]
30113         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30114         1 / x and functions P and Q for arguments above 0x1p256L.
30115         (__ieee754_y0l): Likewise.
30116         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30117         (__ieee754_y1l): Likewise.
30118         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30119         (j1_test): Likewise.
30120         (y0_test): Likewise.
30121         (y1_test): Likewise.
30123 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
30125         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30126         variable.
30128 2013-03-15  Roland McGrath  <roland@hack.frob.com>
30130         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30131         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30132         zero since it's initialized to EXEC_PAGESIZE.
30134         * sysdeps/unix/sysv/linux/ldsodefs.h
30135         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30136         * sysdeps/generic/ldsodefs.h: ... here.
30138 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
30140         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30142         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30143         math/test-snan.c.
30144         * math/test-snan.c: Renamed from
30145         sysdeps/powerpc/fpu/test-powerpc-snan.c.
30146         * math/Makefile (tests): Add test-snan.
30147         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30148         test-powerpc-snan.
30150         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30151         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
30152         functions.
30153         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
30154         __builtin_nan family of functions.
30155         * math/libm-test.inc (initialize): Initialize qnan_value with
30156         __builtin_nan family of functions.
30157         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30158         Remove variables.
30159         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30160         Remove functions.
30161         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
30162         storage class.  Initialize qNaN_var and sNaN_var with
30163         __builtin_nan and __builtin_nans families of functions,
30164         respectively.
30166         * math/libm-test.inc (acosh_test): Also test with qNaN input.
30167         (sqrt_test): Remove duplicate test with qNaN input.
30168         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30169         (round_test, signbit_test, significand_test): Note missing +/-Inf
30170         as well as qNaN tests.
30172         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30173         qNaN_var.  Fix a few strings, too.
30174         * math/libm-test.inc (nan_value): Rename to qnan_value.
30175         * math/gen-libm-test.pl (%beautify): Adjust to that.
30176         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30177         * math/test-misc.c (main): Likewise.
30178         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30179         to __qnan_bytes, and __qnan_union, respectively.
30180         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30181         Likewise.
30182         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30183         and lqnanval, respectively.
30184         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30185         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30186         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30187         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30189         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30190         * math/test-misc.c (main) [__x86_64__]: Enable test for long
30191         doubles.
30193         * math/test-misc.c (main): Fix copy'n'pastos.
30194         * misc/tst-efgcvt.c (special): Likewise.
30196         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30197         Remove declarations.
30199 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30201         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30202         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30203         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30204         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30206 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30208         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30209         macro to return vdso values correctly in IFUNC implementations.
30210         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30211         Optimization by using IFUNC.
30213 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30214             Richard Henderson  <rth@redhat.com>
30215             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30217         * Makefile.in (bench): New target.
30218         * NEWS: Mention the benchmark framework.
30219         * Rules (bench): Likewise.
30220         (binaries-bench): Generate binaries for functions to
30221         benchmark.
30222         * benchtests/Makefile: New makefile for benchmark tests.
30223         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30224         programs.
30225         * benchtests/exp-inputs: New input file for EXP function.
30226         * benchtests/pow-inputs: New input file for POW function.
30227         * scripts/bench.pl: New script to generate source files for
30228         benchmark programs.
30230 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30232         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30233         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30234         computations on mantissa.  Use macros for rounding and
30235         division.
30236         (denorm): Likewise.
30237         (__dbl_mp): Likewise.
30238         (add_magnitudes): Likewise.
30239         (sub_magnitudes): Likewise.
30240         (__mul): Likewise.
30241         (__sqr): Likewise.
30242         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30243         powers of two in terms of TWOPOW macro.
30244         (mp_no): Make type of mantissa as MANTISSA_T.
30245         [!RADIXI]: Define RADIXI.
30246         [!TWO52]: Define TWO52.
30247         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30249         * manual/nptl.texi (cindex): Modify threads to pthreads.
30251 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
30253         * sysdeps/x86_64/preconfigure: Regenerated.
30255 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
30257         [BZ #14155]
30258         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30259         0x1p28 and above.
30260         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30261         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30262         0x1p28 and above.
30263         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30264         * math/libm-test.inc (j0_test): Do not allow one spurious
30265         underflow exception.
30266         (y1_test): Likewise.
30268 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30270         * manual/Makefile (chapters): Add nptl.
30271         * manual/debug.texi (Debugging Support): Add link to Threads
30272         chapter.
30273         * manual/nptl.texi: New file.
30275         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30277 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30279         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30280         for non-NULL pointer before the memory validity test. Pointed
30281         out by Holger Brunck <holger.brunck@keymile.com>.
30283 2013-03-13  Andreas Schwab  <schwab@suse.de>
30285         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30286         instead of .os.
30288 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
30290         * timezone/zic.c: Update from tzcode 2013b.
30292 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
30294         * manual/install.texi (Configuring and compiling):
30295         Mention i686 and i586.
30296         * INSTALL: Regenerate.
30298 2013-03-12  Roland McGrath  <roland@hack.frob.com>
30300         * sysdeps/init_array/elf-init.c: New file.
30301         * csu/elf-init.c
30302         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30303         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30305         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30306         __gmon_start__ as global, but as static with a .preinit_array pointer.
30307         * sysdeps/init_array/gmon-start.c: New file.  Use that.
30308         * sysdeps/init_array/crti.S: New file, empty except for comments.
30309         * sysdeps/init_array/crtn.S: Likewise.
30311 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
30313         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30314         definining bcopy.
30315         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30316         Remove Prefer_SSE_for_memop.
30317         * sysdeps/x86_64/multiarch/init-arch.h: Remove
30318         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30319         HAS_PREFER_SSE_FOR_MEMOP.
30320         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30321         memset-x86-64.
30322         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30323         Remove bzero, memset ifunc support.
30324         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30325         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30326         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30327         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30329 2013-03-11  Andreas Schwab  <schwab@suse.de>
30331         [BZ #15234]
30332         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30333         by SHLIB_COMPAT.
30334         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30335         (GLIBC_2.16): Remove pthread_atfork.
30337 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
30339         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30340         (ptestcases.h): Likewise.
30342 2013-03-08  Roland McGrath  <roland@hack.frob.com>
30344         * Makeconfig ($(common-objpfx)config.status): Depend on
30345         sysdeps/*/preconfigure{,.in} too.
30347 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
30349         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30350         (__free_hook): Use void * instead of __malloc_ptr_t.
30351         (__malloc_hook): Likewise.
30352         (__realloc_hook): Likewise.
30353         (__memalign_hook): Likewise.
30354         (__after_morecore_hook): Likewise.
30355         * malloc/arena.c (save_malloc_hook): Likewise.
30356         (save_free_hook): Likewise.
30357         * malloc/hooks.c (malloc_hook_ini): Likewise.
30358         (realloc_hook_ini): Likewise.
30359         (memalign_hook_ini): Likewise.
30360         * malloc/malloc.c (malloc_hook_ini): Likewise.
30361         (realloc_hook_ini): Likewise.
30362         (memalign_hook_ini): Likewise.
30363         (__free_hook): Likewise.
30364         (__malloc_hook): Likewise.
30365         (__realloc_hook): Likewise.
30366         (__memalign_hook): Likewise.
30367         (__libc_malloc): Likewise.
30368         (__libc_free): Likewise.
30369         (__libc_realloc): Likewise.
30370         (__libc_memalign): Likewise.
30371         (__libc_valloc): Likewise.
30372         (__libc_pvalloc): Likewise.
30373         (__libc_calloc): Likewise.
30374         (__posix_memalign): Likewise.
30375         * malloc/morecore.c (__sbrk): Likewise.
30376         (__default_morecore): Likewise.
30378         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30380         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30381         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30382         __malloc_ptrdiff_t.
30384         * malloc/malloc.h (__malloc_size_t): Remove macro.
30385         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30386         __malloc_size_t.
30387         (old_memalign_hook): Likewise.
30388         (old_realloc_hook): Likewise.
30389         (struct hdr): Likewise.
30390         (flood): Likewise.
30391         (mallochook): Likewise.
30392         (memalignhook): Likewise.
30393         (reallochook): Likewise.
30394         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30395         (tr_old_realloc_hook): Likewise.
30396         (tr_old_memalign_hook): Likewise.
30397         (tr_mallochook): Likewise.
30398         (tr_reallochook): Likewise.
30399         (tr_memalignhook): Likewise.
30401 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30403         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30404         default_ldbl_pack and using as default implementation.
30405         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30406         implementation.
30407         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30408         redundant definition.
30409         (ldbl_insert_mantissa): Likewise.
30410         (ldbl_canonicalize): Likewise.
30411         (ldbl_nearbyint): Likewise.
30412         (ldbl_pack): Rename to ldbl_pack_ppc.
30413         (ldbl_unpack): Rename to ldbl_unpack_ppc.
30414         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30415         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30417 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30419         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30420         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30421         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30422         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30423         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30424         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30425         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30426         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30428 2013-03-07  Andreas Jaeger  <aj@suse.de>
30430         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30431         bits/mman-linux.h.
30433 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30435         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30436         Include mpa.h and declare __MPEXP.
30437         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30438         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30439         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30440         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30441         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30442         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30443         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30445         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30446         (__slowpow): Use long double EXPL and LOGL functions to
30447         compute POW.
30448         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30449         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30450         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30451         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30452         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30453         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30455         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30456         intermediate variable to calculate exponent.
30457         (__sqr): Likewise.
30458         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30459         Likewise.
30460         (__sqr): Likewise.
30462         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30463         [!NO__SQR]: Define __sqr.
30464         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30465         and NO__SQR.  Remove all code except __mul and __sqr.  Include
30466         sysdeps/ieee754/dbl-64/mpa.c.
30467         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30469         [BZ #12723]
30470         * posix/Makefile (tests): Add tst-pathconf.
30471         * posix/tst-pathconf.c: New test case.
30472         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30473         _PC_PIPE_BUF.
30474         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30476 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
30478         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30480 2013-03-06  Andreas Jaeger  <aj@suse.de>
30482         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30483         definition via __MAP_ANONYMOUS.
30485         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30486         it's not part of Linux headers.
30488         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30489         (MAP_HUGE_MASK): Define.
30491         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30492         Define.
30493         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30494         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30495         Define.
30496         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30497         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30498         Define.
30499         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30500         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30501         Define.
30502         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30504         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30505         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30506         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30507         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30508         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30509         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30511         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30512         Handle f2fs.
30514         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30515         Handle f2fs and efivarfs.
30517         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30518         f2fs.
30520         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30521         (EFIVARFS_MAGIC): Add.
30522         (F2FS_LINK_MAX): Add.
30524 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
30526         * stdio-common/vfprintf.c: Replace __builtin_expect with
30527         __glibc_unlikely.
30529 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
30531         [BZ #13550]
30532         * sysdeps/generic/bp-sym.h: Remove file.
30533         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30534         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30535         <bp-sym.h> and <bp-asm.h>.
30536         (__longjmp): Don't use BP_SYM.
30537         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30538         and <bp-asm.h>.
30539         (memcpy): Don't use BP_SYM.
30540         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30541         <bp-sym.h> and <bp-asm.h>.
30542         (memcpy): Don't use BP_SYM.
30543         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30544         <bp-asm.h>.
30545         (memcpy): Don't use BP_SYM.
30546         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30547         <bp-asm.h>.
30548         (memset): Don't use BP_SYM.
30549         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30550         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30551         (__bzero): Don't use BP_SYM.
30552         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30553         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30554         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30555         <bp-sym.h> and <bp-asm.h>.
30556         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30557         pointers.
30558         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30559         <bp-sym.h> and <bp-asm.h>.
30560         (memcpy): Don't use BP_SYM.
30561         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30562         <bp-sym.h> and <bp-asm.h>.
30563         (memset): Don't use BP_SYM.
30564         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30565         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30566         (__bzero): Don't use BP_SYM.
30567         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30568         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30569         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30570         <bp-sym.h> and <bp-asm.h>.
30571         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30572         pointers.
30573         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30574         <bp-sym.h> and <bp-asm.h>.
30575         (memcpy): Don't use BP_SYM.
30576         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30577         <bp-sym.h> and <bp-asm.h>.
30578         (memset): Don't use BP_SYM.
30579         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30580         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30581         (__bzero): Don't use BP_SYM.
30582         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30583         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30584         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30585         <bp-sym.h> and <bp-asm.h>.
30586         (__memchr): Don't use BP_SYM.
30587         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30588         <bp-sym.h> and <bp-asm.h>.
30589         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30590         pointers.
30591         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30592         <bp-sym.h> and <bp-asm.h>.
30593         (memcpy): Don't use BP_SYM.
30594         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30595         <bp-sym.h> and <bp-asm.h>.
30596         (__mempcpy): Don't use BP_SYM.
30597         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30598         <bp-sym.h> and <bp-asm.h>.
30599         (__memrchr): Don't use BP_SYM.
30600         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30601         <bp-sym.h> and <bp-asm.h>.
30602         (memset): Don't use BP_SYM.
30603         (__bzero): Likewise.
30604         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30605         <bp-sym.h> and <bp-asm.h>.
30606         (__rawmemchr): Don't use BP_SYM.
30607         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30608         <bp-sym.h> and <bp-asm.h>.
30609         (__STRCMP): Don't use BP_SYM.
30610         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30611         <bp-sym.h> and <bp-asm.h>.
30612         (strchr): Don't use BP_SYM.
30613         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30614         <bp-sym.h> and <bp-asm.h>.
30615         (__strchrnul): Don't use BP_SYM.
30616         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30617         <bp-sym.h> and <bp-asm.h>.
30618         (strlen): Don't use BP_SYM.
30619         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30620         <bp-sym.h> and <bp-asm.h>.
30621         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30622         pointers.
30623         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30624         <bp-sym.h> and <bp-asm.h>.
30625         (__strnlen): Don't use BP_SYM.
30626         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30627         <bp-sym.h> and <bp-asm.h>.
30628         (__GI__setjmp): Don't use BP_SYM.
30629         (_setjmp): Likewise.
30630         (__sigsetjmp): Likewise.
30631         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30632         (L(start_addresses)): Don't use BP_SYM.
30633         (_start): Likewise.
30634         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30635         <bp-asm.h>.
30636         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30637         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30638         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30639         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30640         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30641         <bp-asm.h>.
30642         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30643         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
30644         about bounded pointers.
30645         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30646         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30647         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30648         <bp-asm.h>.
30649         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30650         about bounded pointers.  Remove GKM FIXME comments.
30651         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30652         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30653         <bp-asm.h>.
30654         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30655         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
30656         Remove GKM FIXME comments.
30657         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30658         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30659         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30660         <bp-asm.h>.
30661         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30662         about bounded pointers.  Remove GKM FIXME comment.
30663         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30664         and <bp-asm.h>.
30665         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30666         pointers.
30667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30668         <bp-sym.h> and <bp-asm.h>.
30669         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30671         <bp-sym.h> and <bp-asm.h>.
30672         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30673         comment.
30675 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30677         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30678         call free(NULL).
30680 2013-03-05  David S. Miller  <davem@davemloft.net>
30682         * po/es.po: Update from translation team.
30684 2013-03-05  Andreas Jaeger  <aj@suse.de>
30686         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30687         <bits/mman-linux.h>.
30688         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30689         is fine.
30690         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30691         <bits/mman-linux.h> to end of file.
30692         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30693         is fine.
30694         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30695         <bits/mman-linux.h> to end of file.
30696         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30697         is fine.
30698         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30699         <bits/mman-linux.h> to end of file.
30701         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30702         (MCL_CURRENT, MCL_FUTURE): Define here.
30704 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30706         [BZ #15232]
30707         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30708         attribute_hidden.
30709         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30711 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30713         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30714         fourth parameter needed for rt_sigprocmask syscall.
30715         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30716         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30717         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30718         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30719         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30720         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30722 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
30724         [BZ #13550]
30725         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30726         comment about bounded pointers.
30727         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30728         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30730 2013-03-04  Andreas Jaeger  <aj@suse.de>
30732         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30733         common definitions.
30735         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
30736         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
30737         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
30738         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30739         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30740         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30742 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30744         [BZ #15055]
30745         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
30746         __ieee754_sqrl instead of __sqrl.
30748 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
30750         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
30751         * sysdeps/powerpc/fpu_control.h: ... here.
30752         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30753         * sysdeps/powerpc/bits/fenvinline.h: ... here.
30754         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30755         * sysdeps/powerpc/bits/mathinline.h: ... here.
30757 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30759         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30760         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30761         to just [NEED_DL_SYSINFO_DSO].
30762         * elf/dl-support.c: Likewise.
30763         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30764         * elf/rtld.c (dl_main): Likewise.
30765         * elf/setup-vdso.h (setup_vdso): Likewise.
30766         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30767         * sysdeps/unix/sysv/linux/dl-sysdep.c
30768         (_dl_discover_osversion): Likewise.
30770 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30772         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30773         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30775 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30777         * NEWS: Mention libm performance improvements and non-x86 PI
30778         futex support.
30780         * csu/libc-start.c (__pthread_initialize_minimal): Change
30781         function arguments.
30782         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30784 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30786         [BZ #13550]
30787         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30788         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30789         <bp-sym.h> and <bp-asm.h>.
30790         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30791         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30792         and <bp-asm.h>.
30793         (memcpy): Don't use BP_SYM.
30794         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30795         <bp-asm.h>.
30796         (__mpn_add_n): Don't use BP_SYM.
30797         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30798         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30799         and <bp-asm.h>.
30800         (__mpn_addmul_1): Don't use BP_SYM.
30801         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30802         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30803         <bp-sym.h>.
30804         (_setjmp): Don't use BP_SYM.
30805         (__novmx_setjmp): Likewise.
30806         (__GI__setjmp): Likewise.
30807         (__vmx_setjmp): Likewise.
30808         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30809         <bp-sym.h>.
30810         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30811         (__bzero): Don't use BP_SYM.
30812         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30813         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30814         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30815         <bp-sym.h> and <bp-asm.h>.
30816         (memcpy): Don't use BP_SYM.
30817         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30818         <bp-sym.h> and <bp-asm.h>.
30819         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30820         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30821         <bp-sym.h> and <bp-asm.h>.
30822         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30823         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30824         <bp-asm.h>.
30825         (__mpn_lshift): Don't use BP_SYM.
30826         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30827         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30828         <bp-asm.h>.
30829         (memset): Don't use BP_SYM.
30830         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30831         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30832         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30833         <bp-asm.h>.
30834         (__mpn_mul_1): Don't use BP_SYM.
30835         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30836         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30837         <bp-sym.h> and <bp-asm.h>.
30838         (memcmp): Don't use BP_SYM.
30839         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30840         <bp-sym.h> and <bp-asm.h>.
30841         (memcpy): Don't use BP_SYM.
30842         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30843         <bp-sym.h> and <bp-asm.h>.
30844         (memset): Don't use BP_SYM.
30845         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30846         <bp-sym.h> and <bp-asm.h>.
30847         (strncmp): Don't use BP_SYM.
30848         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30849         <bp-sym.h> and <bp-asm.h>.
30850         (memcpy): Don't use BP_SYM.
30851         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30852         <bp-sym.h> and <bp-asm.h>.
30853         (memset): Don't use BP_SYM.
30854         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30855         <bp-sym.h> and <bp-asm.h>.
30856         (__memchr): Don't use BP_SYM.
30857         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30858         <bp-sym.h> and <bp-asm.h>.
30859         (memcmp): Don't use BP_SYM.
30860         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30861         <bp-sym.h> and <bp-asm.h>.
30862         (memcpy): Don't use BP_SYM.
30863         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30864         <bp-sym.h> and <bp-asm.h>.
30865         (__mempcpy): Don't use BP_SYM.
30866         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30867         <bp-sym.h> and <bp-asm.h>.
30868         (__memrchr): Don't use BP_SYM.
30869         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30870         <bp-sym.h> and <bp-asm.h>.
30871         (memset): Don't use BP_SYM.
30872         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30873         <bp-sym.h> and <bp-asm.h>.
30874         (__rawmemchr): Don't use BP_SYM.
30875         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30876         <bp-sym.h> and <bp-asm.h>.
30877         (__STRCMP): Don't use BP_SYM.
30878         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30879         <bp-sym.h> and <bp-asm.h>.
30880         (strchr): Don't use BP_SYM.
30881         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30882         <bp-sym.h> and <bp-asm.h>.
30883         (__strchrnul): Don't use BP_SYM.
30884         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30885         <bp-sym.h> and <bp-asm.h>.
30886         (strlen): Don't use BP_SYM.
30887         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30888         <bp-sym.h> and <bp-asm.h>.
30889         (strncmp): Don't use BP_SYM.
30890         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30891         <bp-sym.h> and <bp-asm.h>.
30892         (__strnlen): Don't use BP_SYM.
30893         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30894         <bp-asm.h>.
30895         (__mpn_rshift): Don't use BP_SYM.
30896         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30897         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30898         <bp-sym.h> and <bp-asm.h>.
30899         (__sigsetjmp): Don't use BP_SYM.
30900         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30901         (L(start_addresses)): Don't use BP_SYM.
30902         (_start): Likewise.
30903         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30904         <bp-asm.h>.
30905         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30906         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30907         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30908         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30909         <bp-asm.h>.
30910         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30911         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30912         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30913         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30914         <bp-asm.h>.
30915         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30916         comments.
30917         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30918         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30919         <bp-asm.h>.
30920         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30921         FIXME comments.
30922         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30923         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30924         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30925         <bp-asm.h>.
30926         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30927         comment.
30928         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30929         and <bp-asm.h>.
30930         (strncmp): Don't use BP_SYM,
30931         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30932         <bp-asm.h>.
30933         (__mpn_sub_n): Don't use BP_SYM.
30934         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30935         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30936         and <bp-asm.h>.
30937         (__mpn_submul_1): Don't use BP_SYM.
30938         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30940         <bp-sym.h> and <bp-asm.h>.
30941         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30943         <bp-sym.h> and <bp-asm.h>.
30944         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30945         comment.
30947 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30949         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30950         Use ZK to minimize writes to Z.
30951         (sub_magnitudes): Simplify code a bit.
30952         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30953         Use ZK to minimize writes to Z.
30954         (sub_magnitudes): Simplify code a bit.
30956 2013-02-27  Roland McGrath  <roland@hack.frob.com>
30958         * csu/gmon-start.c: Add special exception to license text.
30960 2013-02-27  Richard Henderson  <rth@redhat.com>
30962         * scripts/config.guess: Update from config.git.
30963         * scripts/config.sub: Likewise.
30965 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30967         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30969         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30971         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30973         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30975         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30977 2013-02-26  Roland McGrath  <roland@hack.frob.com>
30979         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30980         [$(build-shared = yes].
30982 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30984         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30985         (__mul): Reduce iterations for calculating mantissa.
30987         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30988         MPTWO.
30989         (__mpranred): Likewise.
30991         [BZ #15160]
30992         * malloc/memusagestat.c (main): Draw graphs for heap and stack
30993         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30995 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30997         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30998         Define __attribute__.
31000 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31002         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31003         unused.
31004         * posix/regex_internal.h (__attribute): Remove.
31005         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31006         (re_string_context_at): Likewise.
31007         (bitset_not): Use __attribute__ and mark function as possibly
31008         unused.
31009         (bitset_merge): Likewise.
31010         (bitset_mask): Likewise.
31011         (re_string_char_size_at): Likewise.
31012         (re_string_wchar_at): Likewise.
31013         (re_string_elem_size_at): Likewise.
31015 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31017         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31018         code.
31019         (cc32): Likewise.
31021         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31022         (__acr): Likewise.
31023         (__cpy): Likewise.
31024         (norm): Likewise.
31025         (denorm): Likewise.
31026         (__dbl_mp): Likewise.
31027         (add_magnitudes): Likewise.
31028         (sub_magnitudes): Likewise.
31029         (__mul): Likewise.
31030         (__inv): Likewise.
31032         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31033         style.
31035         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31036         style.
31038         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31039         code.
31041         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31042         up changes with default code.
31043         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31044         Likewise.
31046 2013-02-24  Allan McRae  <allan@archlinux.org>
31048         * manual/socket.texi (The Internet Namespace): Order menu items
31049         to match that in the file.
31051         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31052         node listing of the info page menu.
31054 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31056         [BZ #13550]
31057         * sysdeps/i386/bp-asm.h: Remove file.
31058         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31059         (PARMS): Do not use macros from bp-asm.h.
31060         (S1): Likewise.
31061         (S2): Likewise.
31062         (SIZE): Likewise.
31063         (__mpn_add_n): Do not use BP_SYM
31064         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31065         "bp-asm.h".
31066         (PARMS): Do not use macros from bp-asm.h.
31067         (S1): Likewise.
31068         (SIZE): Likewise.
31069         (__mpn_addmul_1): Do not use BP_SYM
31070         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31071         "bp-asm.h".
31072         (PARMS): Do not use macros from bp-asm.h.
31073         (SIGMSK): Likewise.
31074         (_setjmp): Likewise.  Do not use BP_SYM.
31075         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31076         "bp-asm.h".
31077         (PARMS): Do not use macros from bp-asm.h.
31078         (SIGMSK): Likewise.
31079         (setjmp): Likewise.  Do not use BP_SYM.
31080         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31081         "bp-asm.h".
31082         (PARMS): Do not use macros from bp-asm.h.
31083         (__frexp): Do not use BP_SYM.
31084         (frexp): Likewise.
31085         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31086         "bp-asm.h".
31087         (PARMS): Do not use macros from bp-asm.h.
31088         (__frexpf): Do not use BP_SYM.
31089         (frexpf): Likewise.
31090         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31091         "bp-asm.h".
31092         (PARMS): Do not use macros from bp-asm.h.
31093         (__frexpl): Do not use BP_SYM.
31094         (frexpl): Likewise.
31095         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31096         "bp-asm.h".
31097         (PARMS): Do not use macros from bp-asm.h.
31098         (__remquo): Do not use BP_SYM.
31099         (remquo): Likewise.
31100         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31101         "bp-asm.h".
31102         (PARMS): Do not use macros from bp-asm.h.
31103         (__remquof): Do not use BP_SYM.
31104         (remquof): Likewise.
31105         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31106         "bp-asm.h".
31107         (PARMS): Do not use macros from bp-asm.h.
31108         (__remquol): Do not use BP_SYM.
31109         (remquol): Likewise.
31110         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31111         "bp-asm.h".
31112         (PARMS): Do not use macros from bp-asm.h.
31113         (DEST): Likewise.
31114         (SRC): Likewise.
31115         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
31116         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31117         "bp-asm.h".
31118         (PARMS): Do not use macros from bp-asm.h.
31119         (strlen): Do not use BP_SYM.
31120         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31121         "bp-asm.h".
31122         (PARMS): Do not use macros from bp-asm.h.
31123         (S1): Likewise.
31124         (S2): Likewise.
31125         (SIZE): Likewise.
31126         (__mpn_add_n): Do not use BP_SYM.
31127         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31128         "bp-asm.h".
31129         (PARMS): Do not use macros from bp-asm.h.
31130         (S1): Likewise.
31131         (SIZE): Likewise.
31132         (__mpn_addmul_1): Do not use BP_SYM.
31133         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31134         weak_alias.
31135         (bzero): Likewise.
31136         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31137         "bp-asm.h".
31138         (PARMS): Do not use macros from bp-asm.h.
31139         (S): Likewise.
31140         (SIZE): Likewise.
31141         (__mpn_lshift): Do not use BP_SYM.
31142         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31143         "bp-asm.h".
31144         (PARMS): Do not use macros from bp-asm.h.
31145         (DEST): Likewise.
31146         (SRC): Likewise.
31147         (LEN): Likewise.
31148         (memcpy): Likewise.  Do not use BP_SYM.
31149         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31150         libc_hidden_def and weak_alias.
31151         (mempcpy): Do not use BP_SYM in weak_alias.
31152         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31153         "bp-asm.h".
31154         (PARMS): Do not use macros from bp-asm.h.
31155         (DEST): Likewise.
31156         (LEN): Likewise.
31157         [!BZERO_P] (CHR): Likewise.
31158         (memset): Likewise.  Do not use BP_SYM.
31159         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31160         "bp-asm.h".
31161         (PARMS): Do not use macros from bp-asm.h.
31162         (S1): Likewise.
31163         (SIZE): Likewise.
31164         (__mpn_mul_1): Do not use BP_SYM.
31165         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31166         "bp-asm.h".
31167         (PARMS): Do not use macros from bp-asm.h.
31168         (S): Likewise.
31169         (SIZE): Likewise.
31170         (__mpn_rshift): Do not use BP_SYM.
31171         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31172         "bp-asm.h".
31173         (PARMS): Do not use macros from bp-asm.h.
31174         (STR): Likewise.
31175         (CHR): Likewise.
31176         (strchr): Likewise.  Do not use BP_SYM.
31177         (index): Do not use BP_SYM in weak_alias.
31178         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31179         "bp-asm.h".
31180         (PARMS): Do not use macros from bp-asm.h.
31181         (DEST): Likewise.
31182         (SRC): Likewise.
31183         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
31184         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31185         "bp-asm.h".
31186         (PARMS): Do not use macros from bp-asm.h.
31187         (strlen): Do not use BP_SYM.
31188         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31189         "bp-asm.h".
31190         (PARMS): Do not use macros from bp-asm.h.
31191         (S1): Likewise.
31192         (S2): Likewise.
31193         (SIZE): Likewise.
31194         (__mpn_sub_n): Do not use BP_SYM.
31195         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31196         "bp-asm.h".
31197         (PARMS): Do not use macros from bp-asm.h.
31198         (S1): Likewise.
31199         (SIZE): Likewise.
31200         (__mpn_submul_1): Do not use BP_SYM.
31201         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31202         "bp-asm.h".
31203         (PARMS): Do not use macros from bp-asm.h.
31204         (S1): Likewise.
31205         (S2): Likewise.
31206         (SIZE): Likewise.
31207         (__mpn_add_n): Do not use BP_SYM.
31208         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31209         weak_alias.
31210         (bzero): Likewise.
31211         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31212         "bp-asm.h".
31213         (PARMS): Do not use macros from bp-asm.h.
31214         (BLK2): Likewise.
31215         (LEN): Likewise.
31216         (memcmp): Do not use BP_SYM.
31217         (bcmp): Do not use BP_SYM in weak_alias.
31218         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31219         "bp-asm.h".
31220         (PARMS): Do not use macros from bp-asm.h.
31221         (DEST): Likewise.
31222         (SRC): Likewise.
31223         (LEN): Likewise.
31224         (memcpy): Likewise.  Do not use BP_SYM.
31225         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31226         "bp-asm.h".
31227         (PARMS): Do not use macros from bp-asm.h.
31228         (DEST): Likewise.
31229         (SRC): Likewise.
31230         (LEN): Likewise.
31231         (memmove): Likewise.  Do not use BP_SYM.
31232         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31233         "bp-asm.h".
31234         (PARMS): Do not use macros from bp-asm.h.
31235         (DEST): Likewise.
31236         (SRC): Likewise.
31237         (LEN): Likewise.
31238         (__mempcpy): Likewise.  Do not use BP_SYM.
31239         (mempcpy): Do not use BP_SYM in weak_alias.
31240         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31241         "bp-asm.h".
31242         (PARMS): Do not use macros from bp-asm.h.
31243         (DEST): Likewise.
31244         (LEN): Likewise.
31245         [!BZERO_P] (CHR): Likewise.
31246         (memset): Likewise.  Do not use BP_SYM.
31247         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31248         "bp-asm.h".
31249         (PARMS): Do not use macros from bp-asm.h.
31250         (STR2): Likewise.
31251         (strcmp): Do not use BP_SYM.
31252         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31253         "bp-asm.h".
31254         (PARMS): Do not use macros from bp-asm.h.
31255         (STR): Likewise.
31256         (DELIM): Likewise.
31257         [USE_AS_STRTOK_R] (SAVE): Likewise.
31258         (FUNCTION): Likewise.  Do not use BP_SYM.
31259         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31260         aliases.
31261         (strtok_r): Likewise.
31262         (__GI___strtok_r): Likewise.
31263         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31264         (PARMS): Do not use macros from bp-asm.h.
31265         (S): Likewise.
31266         (SIZE): Likewise.
31267         (__mpn_lshift): Do not use BP_SYM.
31268         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31269         (PARMS): Do not use macros from bp-asm.h.
31270         (STR): Likewise.
31271         (CHR): Likewise.
31272         (__memchr): Do not use BP_SYM.
31273         (memchr): Do not use BP_SYM in weak_alias.
31274         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31275         (PARMS): Do not use macros from bp-asm.h.
31276         (BLK2): Likewise.
31277         (LEN): Likewise.
31278         (memcmp): Do not use BP_SYM.
31279         (bcmp): Do not use BP_SYM in weak_alias.
31280         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31281         (PARMS): Do not use macros from bp-asm.h.
31282         (S1): Likewise.
31283         (SIZE): Likewise.
31284         (__mpn_mul_1): Do not use BP_SYM.
31285         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31286         "bp-asm.h".
31287         (PARMS): Do not use macros from bp-asm.h.
31288         (STR): Likewise.
31289         (CHR): Likewise.
31290         (__rawmemchr): Do not use BP_SYM.
31291         (rawmemchr): Do not use BP_SYM in weak_alias.
31292         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31293         (PARMS): Do not use macros from bp-asm.h.
31294         (S): Likewise.
31295         (SIZE): Likewise.
31296         (__mpn_rshift): Do not use BP_SYM.
31297         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31298         (PARMS): Do not use macros from bp-asm.h.
31299         (SIGMSK): Likewise.
31300         (__sigsetjmp): Likewise.  Do not use BP_SYM.
31301         * sysdeps/i386/start.S: Do not include "bp-sym.h".
31302         (_start): Do not use BP_SYM.
31303         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31304         (PARMS): Do not use macros from bp-asm.h.
31305         (DEST): Likewise.
31306         (SRC): Likewise.
31307         (__stpcpy): Likewise.  Do not use BP_SYM.
31308         (stpcpy): Do not use BP_SYM in weak_alias.
31309         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31310         "bp-asm.h".
31311         (PARMS): Do not use macros from bp-asm.h.
31312         (DEST): Likewise.
31313         (SRC): Likewise.
31314         (LEN): Likewise.
31315         (__stpncpy): Likewise.  Do not use BP_SYM.
31316         (stpncpy): Do not use BP_SYM in weak_alias.
31317         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31318         (PARMS): Do not use macros from bp-asm.h.
31319         (STR): Likewise.
31320         (CHR): Likewise.
31321         (strchr): Likewise.  Do not use BP_SYM.
31322         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31323         "bp-asm.h".
31324         (PARMS): Do not use macros from bp-asm.h.
31325         (STR): Likewise.
31326         (CHR): Likewise.
31327         (__strchrnul): Likewise.  Do not use BP_SYM.
31328         (strchrnul): Do not use BP_SYM in weak_alias.
31329         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31330         "bp-asm.h".
31331         (PARMS): Do not use macros from bp-asm.h.
31332         (STOP): Likewise.
31333         (strcspn): Do not use BP_SYM.
31334         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31335         "bp-asm.h".
31336         (PARMS): Do not use macros from bp-asm.h.
31337         (STR): Likewise.
31338         (STOP): Likewise.
31339         (strpbrk): Likewise.  Do not use BP_SYM.
31340         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31341         "bp-asm.h".
31342         (PARMS): Do not use macros from bp-asm.h.
31343         (STR): Likewise.
31344         (CHR): Likewise.
31345         (strrchr): Likewise.  Do not use BP_SYM.
31346         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31347         (PARMS): Do not use macros from bp-asm.h.
31348         (SKIP): Likewise.
31349         (strspn): Do not use BP_SYM.
31350         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31351         (PARMS): Do not use macros from bp-asm.h.
31352         (STR): Likewise.
31353         (DELIM): Likewise.
31354         (SAVE): Likewise.
31355         (FUNCTION): Likewise.  Do not use BP_SYM.
31356         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31357         aliases.
31358         (strtok_r): Likewise.
31359         (__GI___strtok_r): Likewise.
31360         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31361         (PARMS): Do not use macros from bp-asm.h.
31362         (S1): Likewise.
31363         (S2): Likewise.
31364         (SIZE): Likewise.
31365         (__mpn_sub_n): Do not use BP_SYM.
31366         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31367         "bp-asm.h".
31368         (PARMS): Do not use macros from bp-asm.h.
31369         (S1): Likewise.
31370         (SIZE): Likewise.
31371         (__mpn_submul_1): Do not use BP_SYM.
31372         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31373         <bp-sym.h>.
31374         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31375         and <bp-asm.h>.
31376         (PARMS): Do not use macros from bp-asm.h.
31377         (FLAGS): Likewise.
31378         (PTID): Likewise.
31379         (TLS): Likewise.
31380         (CTID): Likewise.
31381         (__clone): Do not use BP_SYM.
31382         (clone): Do not use BP_SYM in weak_alias.
31383         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31384         and <bp-asm.h>.
31385         (PARMS): Do not use macros from bp-asm.h.
31386         (LEN): Likewise.
31387         (__mmap64): Do not use BP_SYM.
31388         (mmap64): Do not use BP_SYM in weak_alias.
31389         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31390         <bp-sym.h> and <bp-asm.h>.
31391         (PARMS): Do not use macros from bp-asm.h.
31392         (__posix_fadvise64_l64): Do not use BP_SYM.
31393         * sysdeps/unix/sysv/linux/i386/semtimedop.S
31394         (PARMS): Do not use macros from bp-asm.h.
31395         (NSOPS): Likewise.
31396         (semtimedop): Do not use BP_SYM.
31397         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31398         and <bp-asm.h>.
31400 2013-02-21  Allan McRae  <allan@archlinux.org>
31402         * manual/message.texi (Charset conversion in gettext):
31403         Move @end statement to beginning of line.
31405 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31407         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31408         static.
31409         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31410         Likewise.
31412         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31413         (denorm): Likewise.
31414         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31415         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31417 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31419         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31420         tail-call to the resolved function if pltexit isn't needed.
31422 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31424         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31425         or Y being zero as being unlikely.
31426         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31427         Likewise.
31429 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
31431         * manual/nss.texi (System Databases and Name Service Switch):
31432         Remove frobnicate @pxref.
31434 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31436         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31437         __attribute__ ((unused)) to __attribute__ ((__unused__)).
31439 2013-02-20  Petr Machata  <pmachata@redhat.com>
31441         * elf/elf.h (R_ARM_TARGET1): New macro.
31442         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31443         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31444         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31445         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31446         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31447         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31448         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31449         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31450         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31451         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31452         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31453         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31454         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31455         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31456         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31457         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31458         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31459         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31460         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31461         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31462         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31463         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31464         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31465         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31466         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31467         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31468         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31469         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31470         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31471         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31472         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31473         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31474         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31475         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31476         (R_ARM_THM_GOT_BREL12): Likewise.
31477         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31478         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31479         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31480         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31481         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31482         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31483         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31484         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31485         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31487 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31489         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31490         __attribute_used__ to __attribute__ ((unused)).
31492 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31494         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31495         powerpc mpa.c.
31496         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31497         comment formatting.
31498         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31500 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
31502         [BZ #13550]
31503         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31504         Remove macro.
31505         (ENTER): Remove both macro definitions.
31506         (LEAVE): Likewise.
31507         (CHECK_BOUNDS_LOW): Likewise.
31508         (CHECK_BOUNDS_HIGH): Likewise.
31509         (CHECK_BOUNDS_BOTH): Likewise.
31510         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31511         (RETURN_BOUNDED_POINTER): Likewise.
31512         (RETURN_NULL_BOUNDED_POINTER): Likewise.
31513         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31514         (POP_ERRNO_LOCATION_RETURN): Likewise.
31515         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31516         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31517         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31518         macros.
31519         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31520         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31521         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31522         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31523         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31524         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31525         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31526         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31527         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31528         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31529         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31530         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31531         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31532         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31533         removed macros.
31534         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31535         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31536         macros.
31537         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31538         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31539         * sysdeps/i386/i586/memset.S (memset): Likewise.
31540         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31541         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31542         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31543         macros.
31544         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31545         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31546         Change uses of L(2) to L(out).
31547         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31548         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31549         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31550         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31551         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31552         removed macros.
31553         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31554         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31555         macros.
31556         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31557         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31558         (RETURN): Do not use macro LEAVE.
31559         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31560         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31561         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31562         * sysdeps/i386/i686/memset.S (memset): Likewise.
31563         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31564         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31565         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31566         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31567         Likewise.
31568         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31569         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
31570         L(1_2) and L(1_3) into L(1).
31571         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31572         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31573         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31574         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31575         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31576         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31577         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31578         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31579         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31580         macros.
31581         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31582         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31583         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31584         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31585         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31586         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31587         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31588         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31589         * sysdeps/i386/strcspn.S (strcspn): Likewise.
31590         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31591         * sysdeps/i386/strrchr.S (strrchr): Likewise.
31592         * sysdeps/i386/strspn.S (strspn): Likewise.
31593         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31594         conditional code.
31595         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31596         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31597         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31598         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
31599         L(1_3) into L(1_1).
31600         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31601         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31602         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31603         macros.
31604         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31606 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
31608         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31609         macro.
31611 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31613         * math/atest-exp.c (exp_mpn): Remove ROUND.
31614         * math/atest-exp2.c (exp_mpn): Likewise.
31615         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31617         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31618         * stdlib/tst-tls-atexit-lib.c: Likewise.
31619         * stdlib/tst-tls-atexit.c: Likewise.
31621 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31623         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31624         and __attribute_alloc_size__.
31626 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31628         * include/programs/xmalloc.h: Change __attribute_alloc_size to
31629         __attribute_alloc_size__.
31630         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31631         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31633 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31635         * include/programs/xmalloc.h: New file.
31636         * catgets/gencat.c: Include it.
31637         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31638         * elf/pldd.c: Likewise.
31639         * iconv/iconv_charmap.c: Likewise.
31640         * iconv/iconvconfig.c: Likewise.
31641         * iconv/strtab.c: Likewise.
31642         * locale/programs/locale.c: Likewise.
31643         * locale/programs/localedef.h: Likewise.
31644         * locale/programs/simple-hash.c: Likewise.
31645         * nscd/nscd.h: Likewise.
31646         * nss/makedb.c: Likewise.
31647         * sysdeps/generic/ldconfig.h: Likewise.
31649 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31651         * Versions.def: Add GLIBC_2.18.
31652         * include/link.h (struct link_map): New member l_tls_dtor_count.
31653         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31654         (__call_tls_dtors): Likewise.
31655         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31656         __cxa_thread_atexit_impl.
31657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31658         Likewise.
31659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31660         Likewise.
31661         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31662         Likewise.
31663         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31664         Likewise.
31665         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31666         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31667         Likewise.
31668         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31669         Likewise.
31670         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31671         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31672         Likewise.
31673         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31674         (tests): Add test case tst-tls-atexit.
31675         (modules-names): Add shared library for tst-tls-atexit.
31676         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31677         (GLIBC_PRIVATE): Add __call_tls_dtors.
31678         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31679         for libstdc++.
31680         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31681         * stdlib/tst-tls-atexit.c: New test case.
31682         * stdlib/tst-tls-atexit-lib.c: New test case.
31684         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31686         * elf/Versions (ld): Add _dl_find_dso_for_object.
31687         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31688         * elf/dl-open.c (_dl_find_dso_for_object): New function.
31689         (dl_open_worker): Use _dl_find_dso_for_object.
31690         * elf/dl-sym.c (do_sym): Likewise.
31691         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31693 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31695         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31696         Syntactic changes only.
31697         (_dl_runtime_profile): Do a tail-call to the resolved function.
31699 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
31701         [BZ #13550]
31702         * sysdeps/x86_64/bp-asm.h: Remove file.
31703         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31704         <bp-sym.h> and <bp-asm.h>.
31705         (__clone): Do not use BP_SYM.
31706         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31707         <bp-sym.h> and <bp-asm.h>.
31708         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31709         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31710         "bp-asm.h".
31711         (_setjmp): Do not use BP_SYM.
31712         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31713         "bp-asm.h".
31714         (setjmp): Do not use BP_SYM.
31715         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31716         libc_hidden_def.
31717         (mempcpy): Do not use BP_SYM in weak_alias.
31718         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31719         "bp-asm.h".
31720         (strchr): Do not use BP_SYM.
31721         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31722         "bp-asm.h".
31723         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31724         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31725         (_start): Do not use BP_SYM.
31726         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31727         "bp-asm.h".
31728         (strcat): Do not use BP_SYM.
31729         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31730         "bp-asm.h".
31731         (STRCMP): Do not use BP_SYM.
31732         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
31733         "bp-asm.h".
31734         (STRCPY): Do not use BP_SYM.
31735         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
31736         "bp-asm.h".
31737         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
31738         "bp-asm.h".
31739         (FUNCTION): Do not use BP_SYM.
31740         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
31741         weak_alias.
31742         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
31744 2013-02-17  Andreas Jaeger  <aj@suse.de>
31746         * time/Versions: Sort entries.
31747         * string/Versions: Likewise.
31748         * resolv/Versions: Likewise.
31749         * posix/Versions: Likewise.
31750         * iconv/Versions: Likewise.
31751         * elf/Versions: Likewise.
31752         * wcsmbs/Versions: Likewise.
31754 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31756         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31757         loop termination condition.
31759         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31760         variable to calculate EZ.
31761         (__sqr): Likewise.
31763         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31764         the lower precision input.
31766 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31768         [BZ #13550]
31769         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31770         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31771         (run-via-rtld-prefix): Do not handle %-bp tests.
31772         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31773         (all-object-suffixes): Remove .ob.
31774         (bppfx): Remove variable.
31775         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31776         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31777         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31778         [$(build-bounded) = yes] (libtype.ob): Likewise.
31779         * Makerules (elide-routines.ob): Remove variable.
31780         (do-tests-clean): Do not handle *-bp.out.
31781         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31782         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31783         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31784         (tests): Do not include $(tests-bp.out).
31785         (xtests): Do not include $(xtests-bp.out).
31786         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31787         [$(build-bounded) = yes] ($(addprefix
31788         $(objpfx),$(binaries-bounded))): Remove rule.
31789         ($(objpfx)%-bp.out): Remove rule.
31790         * config.make.in (build-bounded): Remove variable.
31791         * crypt/Makefile [$(build-bounded) = yes]
31792         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31793         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31794         append to variable.
31795         [$(build-bounded) = yes] (install-lib): Likewise.
31796         [$(build-bounded) = yes] (generated): Likewise.
31797         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31798         Remove rule.
31799         * intl/Makefile [$(build-bounded) = yes]
31800         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31801         * math/Makefile [$(build-bounded) = yes]
31802         ($(tests:%=$(objpfx)%-bp): Likewise.
31803         * misc/Makefile [$(build-bounded) = yes]
31804         ($(objpfx)tst-tsearch-bp): Likewise.
31805         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31806         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31807         Remove dependency.
31808         * string/Makefile (o-objects.ob): Remove variable.
31809         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31810         (CFLAGS-.ob): Remove variable.
31811         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31812         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31813         both definitions of variable.
31814         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31815         (ASFLAGS-.ob): Remove variable.
31817 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31819         [BZ #13550]
31820         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31821         Remove __BOUNDED_POINTERS__ from condition.
31822         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31823         * string/bits/string2.h [!__NO_STRING_INLINES &&
31824         !__BOUNDED_POINTERS__]: Likewise.
31825         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31826         Likewise.
31827         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31828         Remove conditional code.
31829         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31830         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31831         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31832         condition.
31834         [BZ #13550]
31835         * csu/libc-start.c: Do not include <bp-sym.h>.
31836         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31837         * elf/dl-open.c: Do not include <bp-sym.h>.
31838         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31839         * math/fegetenv.c: Do not include <bp-sym.h>.
31840         (fegetenv): Do not use BP_SYM in versioned symbols.
31841         * nptl/sysdeps/pthread/bits/libc-lockP.h
31842         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31843         <bp-sym.h>.
31844         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31845         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31846         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31847         (__pthread_mutex_destroy): Likewise.
31848         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31849         (__pthread_mutex_lock): Likewise.
31850         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31851         (__pthread_mutex_trylock): Likewise.
31852         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31853         (__pthread_mutex_unlock): Likewise.
31854         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31855         (__pthread_mutexattr_init): Likewise.
31856         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31857         (__pthread_mutexattr_destroy): Likewise.
31858         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31859         (__pthread_mutexattr_settype): Likewise.
31860         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31861         (__pthread_rwlock_init): Likewise.
31862         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31863         (__pthread_rwlock_destroy): Likewise.
31864         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31865         (__pthread_rwlock_rdlock): Likewise.
31866         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31867         (__pthread_rwlock_tryrdlock): Likewise.
31868         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31869         (__pthread_rwlock_wrlock): Likewise.
31870         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31871         (__pthread_rwlock_trywrlock): Likewise.
31872         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31873         (__pthread_rwlock_unlock): Likewise.
31874         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31875         (__pthread_key_create): Likewise.
31876         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31877         (__pthread_setspecific): Likewise.
31878         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31879         (__pthread_getspecific): Likewise.
31880         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31881         Likewise.
31882         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31883         (_pthread_cleanup_push_defer): Likewise.
31884         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31885         (_pthread_cleanup_pop_restore): Likewise.
31886         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31887         (pthread_setcancelstate): Likewise.
31888         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31889         <bp-sym.h>.
31890         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31891         (memchr): Do not use BP_SYM in weak_alias.
31892         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31893         (fegetenv): Do not use BP_SYM in versioned symbols.
31894         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31895         (fesetenv): Do not use BP_SYM in versioned symbols.
31896         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31897         (feupdateenv): Do not use BP_SYM in versioned symbols.
31898         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31899         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31900         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31901         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31902         (open64): Do not use BP_SYM in weak_alias.
31903         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31904         (fegetenv): Do not use BP_SYM in versioned symbols.
31905         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31906         (fesetenv): Do not use BP_SYM in versioned symbols.
31907         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31908         (feupdateenv): Do not use BP_SYM in versioned symbols.
31909         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31910         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31911         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31912         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31913         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31914         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31915         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31916         <bp-sym.h>.
31917         (__libc_start_main): Do not use BP_SYM.
31919 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31921         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31922         redundant return line.
31923         (norm): Likewise.
31924         (denorm): Likewise.
31925         (dbl_mp): Likewise.
31926         (sub_magnitudes): Likewise.
31927         (__add): Likewise.
31928         (__sub): Likewise.
31929         (__mul): Likewise.
31930         (__inv): Likewise.
31931         (__dvd): Likewise.
31932         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31933         (norm): Likewise.
31934         (denorm): Likewise.
31935         (dbl_mp): Likewise.
31936         (sub_magnitudes): Likewise.
31937         (__add): Likewise.
31938         (__sub): Likewise.
31939         (__mul): Likewise.
31940         (__inv): Likewise.
31941         (__dvd): Likewise.
31943         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31944         instead of __mul.
31945         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31946         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31947         (cc32): Likewise.
31949         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31950         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31951         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31952         of __mul for squares.
31953         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31954         function
31955         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31956         Likewise.
31957         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31958         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31960 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
31962         [BZ #13550]
31963         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31964         code.
31965         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31966         prototype or function definition.  Rename ubp_* variables and
31967         parameters.  Remove argv definitions conditional on
31968         [__BOUNDED_POINTERS__].
31969         * debug/backtrace.c (__backtrace): Do not use __unbounded.
31970         * elf/dl-runtime.c (_dl_fixup): Likewise.
31971         * include/set-hooks.h (RUN_HOOK): Likewise.
31972         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31973         definition.
31974         * string/strcpy.c (strcpy): Do not use __unbounded.
31975         * sysdeps/generic/frame.h (struct layout): Likewise.
31976         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31977         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31978         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31979         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31980         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31981         (__backtrace): Likewise.
31982         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31983         use __ptrvalue.
31984         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31985         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31986         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31987         Likewise.
31988         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31989         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31990         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31991         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31992         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31993         Do not use __unbounded.
31994         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31995         Rename __unboundedrlimits parameter to rlimits in prototype.
31996         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31997         Do not use __unbounded.
31998         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31999         not use __ptrvalue.
32000         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32001         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32002         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32003         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32004         __ptrvalue or __unbounded.
32005         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32006         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32007         use __unbounded.
32008         (__new_msgctl): Do not use __ptrvalue.
32009         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32010         __unbounded.
32011         (__libc_msgrcv): Do not use __ptrvalue.
32012         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32013         startup_info): Do not use __unbounded.
32014         (__libc_start_main): Likewise.  Rename ubp_* variables and
32015         parameters.  Remove argv definitions conditional on
32016         [__BOUNDED_POINTERS__].
32017         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32018         __ptrvalue.
32019         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32020         use __unbounded.
32021         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32022         or __ptrvalue.
32023         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32024         use __unbounded.
32025         (__new_shmctl): Do not use __ptrvalue.
32026         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32027         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32028         Likewise.
32029         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32030         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32031         (__libc_sigaction): Likewise.
32032         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32033         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32034         Likewise.
32035         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32037 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32039         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32041         * string/mempcpy.c: Implement by calling memcpy.
32043 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32045         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32047         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32048         evaluation.
32050         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32051         values in the mantissa.
32053         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32054         minimize writes to Z.
32055         (sub_magnitudes): Simplify code a bit.
32057 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32059         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32060         from the message.  The linker prefixes all warnings with that already.
32062 2013-02-12  Andreas Schwab  <schwab@suse.de>
32064         [BZ #15078]
32065         * posix/regexec.c (extend_buffers): Add parameter min_len.
32066         (check_matching): Pass minimum needed length.
32067         (clean_state_log_if_needed): Likewise.
32068         (get_subexp): Likewise.
32069         * posix/Makefile (tests): Add bug-regex34.
32070         (bug-regex34-ENV): Define.
32071         * posix/bug-regex34.c: New file.
32073         [BZ #11561]
32074         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32075         elements compare against the byte sequence of it, not its name.
32076         * posix/Makefile (tests): Add bug-regex35.
32077         (bug-regex35-ENV): Define.
32078         * posix/bug-regex35.c: New file.
32080 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32082         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32083         comment.
32084         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32085         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32086         (CHECK_EOL): Add undef.
32088 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32090         * bits/stdlib-bsearch.h: New file.
32091         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32092         * stdlib/stdlib.h: Likewise.
32094 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32096         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32097         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32098         declaration.
32099         * manual/search.texi (Array Search Function): Add missing const in
32100         lfind prototype.
32101         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32102         declaration to use rlim_t.
32103         (Basic Scheduling Functions): Remove erroneous const from
32104         sched_getparam prototype.  Remove erroneous * from
32105         sched_get_priority_max and sched_get_priority_min prototypes.
32106         (Resource Usage): Fix summary @comment on vtimes to refer to
32107         sys/vtimes.h rather than vtimes.h.
32108         Add missing *s in vtimes prototype.
32109         (Limits on Resources): Fix ulimit prototype to return long int.
32110         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32111         prototypes to use long int rather than double.
32112         (BSD Random): Fix initstate and setstate to use char *, not void *.
32113         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32114         prototype to make second argument 'struct aiocb64 *const[]'.
32115         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32116         (Status of AIO Operations): Remove erroneous const in aio_return and
32117         aio_return64 prototypes.
32118         (Synchronizing I/O): Fix sync prototype to return void.
32119         * manual/startup.texi (Suboptions): Remove an erroneous const in
32120         getsubopt prototype.
32121         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32122         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32123         use size_t rather than int.
32124         (Scanning All Users): Likewise for getpwent_r.
32125         (Setting Groups): Add missing const to setgroups prototype.
32126         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32127         * manual/socket.texi (Host Names): Fix gethostbyaddr and
32128         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32129         'const void *' rather than 'const char *'.
32130         (Host Address Functions): Likewise for inet_ntop.
32131         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32132         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32133         ssize_t for return value.
32134         (Sending Data): Likewise for send, sendto, sendmsg.
32135         (Socket Option Functions): Add a missing const in setsockopt prototype.
32136         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32137         use wchar_t for the argument.
32138         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32139         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32140         take no arguments.
32141         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32142         double/float/long double for second argument.
32143         Fix return types of significand, significandf, significandl.
32144         * manual/filesys.texi (Setting Permissions): Use mode_t for second
32145         argument in fchmod prototype.
32146         (File Owner): Use uid_t and gid_t in fchown prototype.
32147         (File Times): Add const to utimes, futimes, and lutimes prototypes.
32148         (Making Special Files): Use mode_t and dev_t in mknod prototype.
32149         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32150         use 'const struct dirent **' as argument types to CMP function pointer
32151         argument.
32152         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32153         (File Times): Fix summary magic @comment for struct utimbuf and utime
32154         to refer to utime.h, not time.h.
32155         * manual/string.texi (Argz Functions): Add missing const in
32156         argz_extract and argz_next prototypes.
32157         (Finding Tokens in a String): Likewise for basename.
32158         (String/Array Comparison): Fix typo in wcscasecmp prototype.
32159         (Copying and Concatenation): Fix typo in wmemmove prototype.
32160         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32161         (Signal Stack): Remove erroneous const in sigstack prototype.
32162         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32163         prototype.
32164         (Simple Calendar Time): Likewise for stime.
32165         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32166         prototype.
32167         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32168         say sys/sysctl.h instead.
32169         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32170         and vsyslog prototypes.
32172 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32174         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32175         Remove.
32177 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32179         * misc/sys/mman.h: Fix typo in mremap comment.
32181 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32183         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32184         the '\0' terminator.
32186 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32188         [BZ #13550]
32189         * debug/segfault.c: Don't include <bp-checks.h>.
32190         * sysdeps/generic/bp-checks.h: Remove file.
32191         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32192         (__GETDENTS): Don't use CHECK_N.
32193         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32194         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32195         (__getgroups): Don't use CHECK_N.
32196         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32197         (setgroups): Don't use CHECK_N.
32198         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32199         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32200         (__libc_msgrcv): Don't use CHECK_N.
32201         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32202         (__libc_msgsnd): Don't use CHECK_N.
32203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32204         <bp-checks.h>.
32205         (__libc_pread): Don't use CHECK_N.
32206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32207         include <bp-checks.h>.
32208         (__libc_pread64): Don't use CHECK_N.
32209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32210         include <bp-checks.h>.
32211         (__libc_pwrite): Don't use CHECK_N.
32212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32213         include <bp-checks.h>.
32214         (__libc_pwrite64): Don't use CHECK_N.
32215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32216         <bp-checks.h>.
32217         (__libc_pread): Don't use CHECK_N.
32218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32219         include <bp-checks.h>.
32220         (__libc_pread64): Don't use CHECK_N.
32221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32222         include <bp-checks.h>.
32223         (__libc_pwrite): Don't use CHECK_N.
32224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32225         include <bp-checks.h>.
32226         (__libc_pwrite64): Don't use CHECK_N.
32227         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32228         (do_pread): Don't use CHECK_N.
32229         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32230         (do_pread64): Don't use CHECK_N.
32231         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32232         (do_pwrite): Don't use CHECK_N.
32233         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32234         (do_pwrite64): Don't use CHECK_N.
32235         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32236         (__libc_readv): Don't use CHECK_N.
32237         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32238         (semop): Don't use CHECK_N.
32239         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32240         <bp-checks.h>.
32241         (semtimedop): Don't use CHECK_N.
32242         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32243         (__libc_pread): Don't use CHECK_N.
32244         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32245         <bp-checks.h>.
32246         (__libc_pread64): Don't use CHECK_N.
32247         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32248         <bp-checks.h>.
32249         (__libc_pwrite): Don't use CHECK_N.
32250         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32251         <bp-checks.h>.
32252         (__libc_pwrite64): Don't use CHECK_N.
32253         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32254         <bp-checks.h>.
32255         (__libc_msgrcv): Don't use CHECK_N.
32256         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32257         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
32258         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32259         (__libc_writev): Don't use CHECK_N.
32261 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32263         * string/strcpy.c: Removed unused variable.
32265         * Makeconfig (+sysdep-includes): Define with := rather than =.
32266         Use an existing include/ subdir of each sysdeps dir before it.
32268 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32270         * nscd/connection.c (register_traced_file): Comment function.
32271         [HAVE_INOTIFY] (union __inev): Define.
32272         [HAVE_INOTIFY] (inotify_check_files): New function.
32273         [HAVE_INOTIFY] (clear_db_cache): Likewise.
32274         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32275         clear_db_cache.
32276         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32278 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32280         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32281         loaded if not already and that a failure is permanent.
32283 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32285         [BZ #15006]
32286         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32287         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32289 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32291         [BZ #13550]
32292         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32293         (CHECK_1_NULL_OK): Likewise.
32294         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32295         (__fxstat): Do not use CHECK_1.
32296         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32297         <bp-checks.h>.
32298         (___fxstat64): Do not use CHECK_1.
32299         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32300         <bp-checks.h>.
32301         (__fxstatat): Do not use CHECK_1.
32302         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32303         <bp-checks.h>.
32304         (__fxstatat64): Do not use CHECK_1.
32305         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32306         <bp-checks.h>.
32307         (__fxstat): Do not use CHECK_1.
32308         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32309         <bp-checks.h>.
32310         (__fxstatat): Do not use CHECK_1.
32311         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32312         <bp-checks.h>.
32313         (__getresgid): Do not use CHECK_1.
32314         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32315         <bp-checks.h>.
32316         (__getresuid): Do not use CHECK_1.
32317         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32318         <bp-checks.h>.
32319         (__lxstat): Do not use CHECK_1.
32320         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32321         <bp-checks.h>.
32322         (__old_msgctl): Do not use CHECK_1.
32323         (__new_msgctl): Likewise.
32324         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32325         <bp-checks.h>.
32326         (__new_setrlimit): Do not use CHECK_1.
32327         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32328         <bp-checks.h>.
32329         (__old_shmctl): Do not use CHECK_1.
32330         (__new_shmctl): Likewise.
32331         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32332         <bp-checks.h>.
32333         (__xstat): Do not use CHECK_1.
32334         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32335         (__lxstat): Do not use CHECK_1.
32336         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32337         <bp-checks.h>.
32338         (___lxstat64): Do not use CHECK_1.
32339         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32340         (__old_msgctl): Do not use CHECK_1.
32341         (__new_msgctl): Likewise.
32342         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32343         <bp-checks.h>.
32344         (__gettimeofday): Do not use CHECK_1.
32345         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32346         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32347         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32348         <bp-checks.h>.
32349         (__gettimeofday): Do not use CHECK_1.
32350         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32351         (__old_shmctl): Do not use CHECK_1_NULL_OK.
32352         (__new_shmctl): Do not use CHECK_1.
32353         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32354         <bp-checks.h>.
32355         (do_sigtimedwait): Do not use CHECK_1.
32356         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32357         <bp-checks.h>.
32358         (do_sigwaitinfo): Do not use CHECK_1.
32359         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32360         <bp-checks.h>.
32361         (msgctl): Do not use CHECK_1.
32362         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32363         <bp-checks.h>.
32364         (shmctl): Do not use CHECK_1.
32365         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32366         (ustat): Do not use CHECK_1.
32367         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32368         <bp-checks.h>.
32369         (__fxstat): Do not use CHECK_1.
32370         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32371         <bp-checks.h>.
32372         (__fxstatat): Do not use CHECK_1.
32373         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32374         <bp-checks.h>.
32375         (__lxstat): Do not use CHECK_1.
32376         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32377         <bp-checks.h>.
32378         (__xstat): Do not use CHECK_1.
32379         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32380         (__xstat): Do not use CHECK_1.
32381         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32382         (___xstat64): Do not use CHECK_1.
32384         [BZ #13550]
32385         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32386         definitions.
32387         (CHECK_BOUNDS_HIGH): Likewise.
32388         * string/strcpy.c: Do not include <bp-checks.h>.
32389         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32391 2013-02-07  Roland McGrath  <roland@hack.frob.com>
32393         * nscd/nscd-client.h (__nscd_drop_map_ref):
32394         Add __attribute__ ((unused)).
32395         * nis/nss-nisplus.h (niserr2nss): Likewise.
32397         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32398         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32400         * csu/libc-tls.c (init_static_tls, init_slotinfo):
32401         Remove inline keyword.
32402         * include/rounding-mode.h (round_away): Likewise.
32403         * libio/wfileops.c (adjust_wide_data): Likewise.
32404         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32405         (__m128i_strloadu_tolower): Likewise.
32406         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32407         (__m128i_strloadu_tolower): Likewise.
32408         * time/mktime.c (ydhms_diff): Likewise.
32409         * locale/elem-hash.h (elem_hash): Likewise.
32410         * locale/setlocale.c (setdata): Likewise.
32411         * posix/regex_internal.h (re_string_char_size_at): Likewise.
32412         (re_string_wchar_at): Likewise.
32413         (bitset_not, bitset_merge, bitset_mask): Likewise.
32414         [!(__GNUC__ > 3)] (inline): Remove macro.
32415         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32416         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32417         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32418         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32419         * string/memcmp.c (memcmp_bytes): Likewise.
32420         * locale/programs/locarchive.c (compute_hashval): Likewise.
32421         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32422         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32423         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32424         * nss/getent.c (print_rpc, print_protocols): Likewise.
32425         (print_passwd, print_group, print_aliases): Likewise.
32426         * nis/nss-nisplus.h (niserr2nss): Likewise.
32427         * nscd/connections.c (restart_p): Likewise.
32428         Change return type to bool.
32430 2013-02-05  Roland McGrath  <roland@hack.frob.com>
32432         * Makeconfig (all-Depend-files): Add existing
32433         $(sorted-subdirs:=/Depend) files.
32434         (all-subdirs): Remove nss.
32435         * sysdeps/unix/inet/Subdirs: Add it here instead.
32436         * hesiod/Depend: New file.
32438         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32439         instead of calling alloca.
32441         * io/lseek.c (__lseek): Rename to __libc_lseek.
32442         Define __lseek as an alias.
32444         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32446 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
32448         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32449         else clause and remove check for non-standard endianness.
32451 2013-02-04  David S. Miller  <davem@davemloft.net>
32453         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32455 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
32457         [BZ #13550]
32458         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32459         (__ubp_memchr): Remove prototype.
32460         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32461         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32462         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32463         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32464         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32465         Remove alias.
32466         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32467         (__ubp_memchr): Likewise.
32468         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32469         (__ubp_memchr): Likewise.
32470         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32471         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32472         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32473         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32474         CHECK_STRING.
32475         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32476         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32477         (__getcwd): Do not use CHECK_STRING.
32478         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32479         <bp-checks.h>.
32480         (__real_chown): Do not use CHECK_STRING.
32481         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32482         <bp-checks.h>.
32483         (fchownat): Do not use CHECK_STRING.
32484         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32485         CHECK_STRING.
32486         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32487         <bp-checks.h>.
32488         (__lchown): Do not use CHECK_STRING.
32489         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32490         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32491         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32492         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32494         include <bp-checks.h>.
32495         (truncate64): Do not use CHECK_STRING.
32496         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32497         <bp-checks.h>.
32498         (__real_chown): Do not use CHECK_STRING.
32499         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32500         <bp-checks.h>.
32501         (__lchown): Do not use CHECK_STRING.
32502         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32503         <bp-checks.h>.
32504         (__chown): Do not use CHECK_STRING.
32505         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32506         <bp-checks.h>.
32507         (truncate64): Do not use CHECK_STRING.
32508         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32509         Likewise.
32510         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32511         (__xmknod): Do not use CHECK_STRING.
32512         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32513         <bp-checks.h>.
32514         (__xmknodat): Do not use CHECK_STRING.
32515         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32516         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32518 2013-02-04  Andreas Schwab  <schwab@suse.de>
32520         [BZ #14142]
32521         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32522         * include/netdb.h: Likewise for h_errno.
32523         * elf/tst-stackguard1.c: Include <tls.h>.
32525 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
32527         * elf/link.h (struct link_map): Extend the l_addr comment.
32528         * include/link.h (struct link_map): Likewise.
32530 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
32532         [BZ #13550]
32533         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32534         (BOUNDED_1): Remove macro.
32535         * debug/backtrace.c: Don't include <bp-checks.h>.
32536         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32537         (__backtrace): Likewise.
32538         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32539         <bp-checks.h>.
32540         (__backtrace): Don't use BOUNDED_1.
32541         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32542         <bp-checks.h>.
32543         (__backtrace): Don't use BOUNDED_1.
32544         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32545         (__backtrace): Don't use BOUNDED_1.
32546         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32547         (shmat): Don't use BOUNDED_N.
32549 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
32551         [BZ #13550]
32552         * sysdeps/generic/bp-start.h: Remove file.
32553         * csu/libc-start.c: Don't include <bp-start.h>.
32554         (LIBC_START_MAIN): Set up __environ directly instead of using
32555         INIT_ARGV_and_ENVIRON.
32556         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32557         <bp-start.h>.
32559         [BZ #13550]
32560         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32561         definitions.
32562         (CHECK_FCNTL): Likewise.
32563         (CHECK_N_PAGES): Likewise.
32565         [BZ #13550]
32566         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32567         definitions.
32568         (CHECK_SIGSET_NULL_OK): Likewise.
32569         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32570         <bp-checks.h>.
32571         (sigpending): Don't use CHECK_SIGSET.
32572         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32573         <bp-checks.h>.
32574         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32575         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32576         <bp-checks.h>.
32577         (do_sigsuspend): Don't use CHECK_SIGSET.
32578         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32579         use CHECK_SIGSET.
32580         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32581         (do_sigwait): Don't use CHECK_SIGSET.
32582         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32583         use CHECK_SIGSET.
32584         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32585         include <bp-checks.h>.
32586         (sigpending): Don't use CHECK_SIGSET.
32587         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32588         include <bp-checks.h>.
32589         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32590         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32591         <bp-checks.h>.
32592         (sigpending): Don't use CHECK_SIGSET.
32593         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32594         <bp-checks.h>.
32595         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32597         [BZ #13550]
32598         * sysdeps/generic/bp-semctl.h: Remove file.
32599         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32600         <bp-checks.h> and <bp-semctl.h>.
32601         (__old_semctl): Don't use CHECK_SEMCTL.
32602         (__new_semctl): Likewise.
32603         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32604         and <bp-semctl.h>.
32605         (__old_semctl): Don't use CHECK_SEMCTL.
32606         (__new_semctl): Likewise.
32607         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32608         <bp-checks.h> and <bp-semctl.h>.
32609         (__old_semctl): Don't use CHECK_SEMCTL.
32610         (__new_semctl): Likewise.
32611         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32612         <bp-checks.h> and <bp-semctl.h>.
32613         (semctl): Don't use CHECK_SEMCTL.
32615         [BZ #13550]
32616         * Makerules (elide-bp-thunks): Remove variable.
32617         (elide-routines.oS): Don't use $(elide-bp-thunks).
32618         (elide-routines.os): Likewise.
32619         (elide-routines.o): Likewise.
32620         (elide-routines.op): Likewise.
32621         (elide-routines.og): Likewise.
32622         (objects): Don't use $(bp-thunks).
32623         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32624         include.
32625         (common-generated): Do not add s-proto-bp.d.
32626         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32627         (int): Likewise.
32628         (typ): Likewise.
32629         Do not generate makefile rules for bounded-pointer thunks.
32630         * sysdeps/generic/bp-thunks.h: Remove file.
32631         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32632         * sysdeps/unix/s-proto-bp.S: Likewise.
32634         [BZ #15062]
32635         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32636         parts of result separately when argument is not close to line from
32637         -i to i and one part of argument is small.
32638         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32639         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32640         * math/libm-test.inc (cacos_test): Add more tests.
32641         (casin_test): Likewise.
32642         (casinh_test): Likewise.
32643         * sysdeps/i386/fpu/libm-test-ulps: Update.
32644         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32646 2013-01-31  David S. Miller  <davem@davemloft.net>
32648         * po/de.po: Update from translation team.
32650 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
32652         * time/tzfile.c: Include stdint.h for SIZE_MAX.
32654 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
32656         * configure.in (_AC_PROG_CC_C89): New definition.
32657         * configure: Regenerate.
32659         * configure.in (AC_PROG_CPP): New definition.
32660         * configure: Regenerate.
32662 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32664         * debug/tst-backtrace.h: New file.
32665         * debug/tst-backtrace2.c: Include tst-backtrace.h.
32666         (ret): Remove variable.
32667         (x): Likewise.
32668         (FAIL): Remove macro.
32669         (NO_INLINE): Likewise.
32670         (fn1): Use match function instead of strstr.
32671         * debug/tst-backtrace3.c: Include tst-backtrace.h.
32672         (ret): Remove variable.
32673         (x): Likewise.
32674         (FAIL): Remove macro.
32675         (NO_INLINE): Likewise.
32676         (fn): Use match function instead of strstr.
32677         * debug/tst-backtrace4.c: Include tst-backtrace.h.
32678         (ret): Remove variable.
32679         (x): Likewise.
32680         (FAIL): Remove macro.
32681         (NO_INLINE): Likewise.
32682         (handle_signal): Use match function instead of strstr.
32683         * debug/tst-backtrace5.c: Include tst-backtrace.h.
32684         (ret): Remove variable.
32685         (x): Likewise.
32686         (FAIL): Remove macro.
32687         (NO_INLINE): Likewise.
32688         (handle_signal): Use match function instead of strstr.
32690 2013-01-23  Roland McGrath  <roland@hack.frob.com>
32692         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32694 2013-01-23  David S. Miller  <davem@davemloft.net>
32696         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32697         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32698         argument of CAS if possible.
32699         * sysdeps/sparc/sparc64/bits/atomic.h
32700         (__arch_compare_and_exchange_val_32_acq): Likewise.
32701         (__arch_compare_and_exchange_val_64_acq): Likewise.
32703 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
32705         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32706         * sysdeps/posix/ulimit.c: ... this.
32707         Include <limits.h>.
32708         * sysdeps/unix/bsd/ulimit.c: Remove file.
32710 2013-01-23  Adam Conrad  <adconrad@0c3.net>
32712         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32713         (LDFLAGS-tst-array5): Likewise.
32715 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32717         [BZ #15036]
32718         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32719         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32720         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32721         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32723 2013-01-21  David S. Miller  <davem@davemloft.net>
32725         * sysdeps/sparc/backtrace.c: New file.
32726         * sysdeps/sparc/sparc32/backtrace.h: New file.
32727         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32728         * sysdeps/sparc/sparc64/backtrace.h: New file.
32729         * sysdeps/sparc/sparc64/backtrace.c: Delete.
32730         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32731         -funwind-tables.
32733 2013-01-21  Andreas Schwab  <schwab@suse.de>
32735         [BZ #15020]
32736         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
32737         closed its stdout.
32739 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
32741         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
32742         "mpa2.h".
32743         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32745 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
32746             Mark Mitchell  <mark@codesourcery.com>
32747             Tom de Vries  <tom@codesourcery.com>
32748             Paul Pluzhnikov  <ppluzhnikov@google.com>
32750         * debug/tst-backtrace2.c: New file.
32751         * debug/tst-backtrace3.c: Likewise.
32752         * debug/tst-backtrace4.c: Likewise.
32753         * debug/tst-backtrace5.c: Likewise.
32754         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32755         (CFLAGS-tst-backtrace3.c): Likewise.
32756         (CFLAGS-tst-backtrace4.c): Likewise.
32757         (CFLAGS-tst-backtrace5.c): Likewise.
32758         (LDFLAGS-tst-backtrace2): Likewise.
32759         (LDFLAGS-tst-backtrace3): Likewise.
32760         (LDFLAGS-tst-backtrace4): Likewise.
32761         (LDFLAGS-tst-backtrace5): Likewise.
32762         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32763         tst-backtrace4 and tst-backtrace5.
32765 2013-01-18  Anton Blanchard  <anton@samba.org>
32766             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32768         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32769         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32770         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32771         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32773         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32774         "+r" and remove output regs list as redundant.  Add explicit inline
32775         asm to specify register of return val to work around compiler codegen
32776         bug.  Remove (int) cast on return value.  Add return type parameter to
32777         use in macro so that this macro does not truncate return value for
32778         64-bit values.
32779         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32780         pass to INTERNAL_VSYSCALL_NCS.
32781         (INLINE_VSYSCALL): Add 'long int' as return type to
32782         INTERNAL_VSYSCALL_NCS macro invocation.
32783         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32784         INTERNAL_VSYSCALL_NCS macro invocation.
32785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32787 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32789         [BZ #14496]
32790         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32791         Fix application of SIMD FP exception mask.
32793         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32794         mp_no from a power of two.
32795         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32796         __mpexp_twomm1.  Use __pow_mp.
32798         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32799         multiplication.
32801 2013-01-17  David S. Miller  <davem@davemloft.net>
32803         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32805 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32807         [BZ #15023]
32808         * include/complex.h: Condition contents on [!_COMPLEX_H].
32809         (__kernel_casinhf): New prototype.
32810         (__kernel_casinh): Likewise.
32811         (__kernel_casinhl): Likewise.
32812         * math/Makefile (libm_calls): Add k_casinh.
32813         * math/k_casinh.c: New file.
32814         * math/k_casinhf.c: Likewise.
32815         * math/k_casinhl.c: Likewise.
32816         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32817         finite nonzero arguments.
32818         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32819         finite nonzero arguments.
32820         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32821         finite nonzero arguments.
32822         * math/s_casinh.c: Do not include <float.h>.
32823         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32824         * math/s_casinhf.c: Do not include <float.h>.
32825         (__casinhf): Move code for finite nonzero arguments to
32826         k_casinhf.c.
32827         * math/s_casinhl.c: Do not include <float.h>.
32828         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32829         redefine.
32830         (__casinhl): Move code for finite nonzero arguments to
32831         k_casinhl.c.
32832         * math/libm-test.inc (cacos_test): Add more tests.
32833         * sysdeps/i386/fpu/libm-test-ulps: Update.
32834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32836 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32838         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32839         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32840         [!HAVE_MREMAP]: Remove [defined linux] case.
32841         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32843 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32845         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32847 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32849         * elf/elf.h (R_386_SIZE32): New relocation.
32850         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32851         R_386_SIZE32.
32852         (elf_machine_rela): Likewise.
32853         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32854         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32856 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32858         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32859         (FP_FAST_FMA): Do not define.
32860         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32861         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32862         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32863         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32864         !_SOFT_FLOAT]: Likewise.
32865         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32866         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32867         value.
32868         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32869         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32870         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32871         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32872         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32873         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32874         file.
32876 2013-01-16  Andreas Schwab  <schwab@suse.de>
32878         [BZ #14327]
32879         * include/stdlib.h (__mktemp): Add declaration.
32880         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32881         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32883 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32885         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32886         definitions.
32887         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32888         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32889         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32890         definitions here.
32891         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32892         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32893         definitions.
32894         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32895         and ONE.
32896         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32897         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32898         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32899         definitions.
32900         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32901         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32902         definitions.
32903         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32905         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32907 2013-01-15  David S. Miller  <davem@davemloft.net>
32909         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32910         trunc{,f} to libm-sysdep_routes.
32911         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32913         file.
32914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32915         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32916         file.
32917         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32918         file.
32919         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32920         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32921         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32922         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32923         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32924         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32925         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32926         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32929         nearbyint{,f} to libm-sysdep_routes.
32930         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32932         New file.
32933         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32934         file.
32935         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32936         New file.
32937         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32938         file.
32939         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32940         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32941         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32942         file.
32943         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32944         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32945         file.
32946         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32947         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32948         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32950         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32951         libc_feholdexcept and libc_fesetenv.
32953 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
32955         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32957 2013-01-14  David S. Miller  <davem@davemloft.net>
32959         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32960         (SPARC_ASM_VIS2_IFUNC): Likewise.
32961         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32962         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32963         use of 'siam' instruction.
32964         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32965         Likewise.
32966         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32967         Likewise.
32968         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32969         Likewise.
32970         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32971         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32972         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32973         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32974         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32975         file.
32976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32977         file.
32978         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32979         file.
32980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32981         file.
32982         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32983         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32984         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32985         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32987         new VIS2 routines.
32988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32991         Likewise.
32992         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32993         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32994         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32995         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32997         routines to libm-sysdep_routines.
32998         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33000         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33001         fdim/fdimf to libm-sysdep_routines.
33002         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33003         file.
33004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33005         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33006         file.
33007         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33008         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33009         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33010         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33011         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33012         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33013         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33015 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33017         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33018         to optimize copies.
33020         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33021         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33022         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33024         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33025         local variable MPTWO.
33026         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33027         Likewise.
33029 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33031         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33032         GLOB_NOESCAPE.
33034 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33036         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33038 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33040         * manual/pattern.texi (glob_t): Document gl_flags.
33041         (glob64_t): Likewise.
33043 2013-01-11  David S. Miller  <davem@davemloft.net>
33045         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33046         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33047         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33048         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33049         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33050         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33051         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33052         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33053         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33054         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33055         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33056         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33057         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33059         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33060         sparc V9 rather than using V8 code.
33061         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33062         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33064         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33065         Move to...
33066         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33067         Here.
33069 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33071         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33072         not in the main loop.
33073         * configure: Regenerated.
33075 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33077         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33078         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33079         to just #else.
33080         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33081         [!__GLIBC_HAVE_LONG_LONG] case.
33082         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33083         condition to just #else.
33084         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33085         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33086         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33087         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33088         unconditional.
33089         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33090         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33091         #elif condition to just #else.
33092         * sysdeps/unix/sysv/linux/sys/sysmacros.h
33093         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33094         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33095         #elif condition to just #else.
33097 2013-01-11  Steve Ellcey  <sellcey@mips.com>
33099         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33100         (EF_MIPS_ARCH_64): Fix value.
33101         (EF_MIPS_ARCH_32R2): New.
33102         (EF_MIPS_ARCH_64R2): New.
33104 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33106         * Makeconfig (+link-pie-before-libc): New.
33107         (+link-pie-after-libc): Likewise.
33108         (+link-pie-tests): Likewise.
33109         (+link-pie): Rewritten.
33110         (link-before-libc): Remove $(config-LDFLAGS).
33111         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33112         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33113         (config-LDFLAGS): Renamed to ...
33114         (rtld-LDFLAGS): This.
33115         (rtld-tests-LDFLAGS): New macro.
33116         (link-libc-rpath-link): Likewise.
33117         (link-libc-tests-rpath-link): Likewise.
33118         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33119         (link-libc): Prepand $(link-libc-rpath-link).
33120         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33121         (test-program-prefix): New macro.
33122         (test-via-rtld-prefix): Likewise.
33123         (test-program-cmd): Likewise.
33124         (host-test-program-cmd): Likewise.
33125         * Makefile ($(common-objpfx)testrun.sh): Replace
33126         $(run-program-prefix) with $(test-program-prefix).
33127         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33128         $(rtld-LDFLAGS).
33129         ($(common-objpfx)shlib.lds): Likewise.
33130         (build-module-helper): Likewise.
33131         ($(common-objpfx)format.lds): Likewise.
33132         * Rules (binaries-pie-tests): New.
33133         (binaries-pie-notests): Likewise.
33134         (binaries-pie): Rewritten.
33135         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33136         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33137         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33138         (make-test-out): Replace $(host-built-program-cmd) with
33139         $(host-test-program-cmd).
33140         * config.make.in (build-hardcoded-path-in-tests): New variable.
33141         * configure.in (--enable-hardcoded-path-in-tests): New configure
33142         option.
33143         (hardcoded_path_in_tests): New AC_SUBST.
33144         * configure: Regenerated.
33145         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33146         $(built-program-cmd) with $(test-program-cmd).
33147         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33148         (test_program_cmd): This.
33149         * elf/Makefile ($(objpfx)order.out): Run test with
33150         $(test-program-prefix).
33151         ($(objpfx)order2.out): Likewise.
33152         ($(objpfx)tst-initorder.out): Likewise.
33153         ($(objpfx)tst-initorder2.out): Likewise.
33154         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33155         $(test-program-cmd).
33156         ($(objpfx)tst-array1-static.out): Likewise.
33157         ($(objpfx)tst-array2.out): Likewise.
33158         ($(objpfx)tst-array3.out): Likewise.
33159         ($(objpfx)tst-array4.out): Likewise.
33160         ($(objpfx)tst-array5.out): Likewise.
33161         ($(objpfx)tst-array5-static.out): Likewise.
33162         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33163         $(test-program-cmd).
33164         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33165         $(run-program-prefix) with $(test-program-prefix).
33166         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33167         (test_program_prefix): This.
33168         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33169         $(run-program-prefix) with $(test-program-prefix).
33170         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33171         (test_program_prefix): This.
33172         * iconvdata/tst-tables.sh: Likewise.
33173         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33174         $(run-program-prefix) with $(test-program-prefix).
33175         ($(objpfx)tst-translit.out): Likewise.
33176         ($(objpfx)tst-gettext2.out): Likewise.
33177         ($(objpfx)tst-gettext4.out): Likewise.
33178         ($(objpfx)tst-gettext6.out): Likewise.
33179         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33180         (test_program_prefix): This.
33181         * intl/tst-gettext2.sh: Likewise.
33182         * intl/tst-gettext4.sh  Likewise.
33183         * intl/tst-gettext6.sh: Likewise.
33184         * intl/tst-translit.sh: Likewise.
33185         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33186         with $(test-program-cmd).
33187         * libio/Makefile ($(objpfx)test-freopen.out): Replace
33188         $(run-program-prefix) with $(test-program-prefix).
33189         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33190         (test_program_prefix): This.
33191         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33192         $(run-program-prefix) with $(test-program-prefix).
33193         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33194         (test_program_prefix): This.
33195         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33196         * posix/Makefile ($(objpfx)globtest.out): Replace
33197         $(run-via-rtld-prefix) and $(test-wrapper) with
33198         $(test-program-prefix) and $(test-via-rtld-prefix).
33199         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33200         $(test-program-prefix).
33201         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33202         $(host-test-program-cmd).
33203         (tst-spawn-ARGS): Likewise.
33204         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33205         $(test-program-prefix).
33206         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33207         (test_via_rtld_prefix): This.
33208         (test_wrapper): Renamed to ...
33209         (test_program_prefix): This.
33210         (run_program_prefix): Replaced by test_program_prefix.
33211         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33212         (test_program_prefix): This.
33213         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33214         with $(host-test-program-cmd).
33215         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33216         $(run-program-prefix) with $(test-program-prefix).
33217         ($(objpfx)tst-printf.out): Likewise.
33218         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33219         $(test-program-cmd).
33220         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33221         (test_program_prefix): This.
33222         * stdio-common/tst-unbputc.sh: Likewise.
33223         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33224         $(run-program-prefix) with $(test-program-prefix).
33225         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33226         (test_program_prefix): This.
33227         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33228         $(built-program-cmd) with $(test-program-cmd).
33230 2013-01-11  Andreas Jaeger  <aj@suse.de>
33232         [BZ #15003]
33233         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33234         value. Sync with Linux 3.7.
33236 2013-01-10  David S. Miller  <davem@davemloft.net>
33238         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33239         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33240         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33242 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33244         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33245         never set.
33246         * configure: Regenerated.
33248 2013-01-10  David S. Miller  <davem@davemloft.net>
33250         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33251         sparc V9 rather than using V8 code.
33252         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33253         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33255 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33257         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33258         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33259         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33260         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33261         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33262         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33263         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33264         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33265         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33266         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33267         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33268         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33269         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33270         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33271         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33272         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33273         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33274         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33275         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33276         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33277         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33278         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33279         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33280         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33281         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33282         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33283         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33285 2013-01-10  David S. Miller  <davem@davemloft.net>
33287         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33289 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33291         * posix/Makefile (tests-static): New variable.
33292         (tests): Add $(tests-static).
33293         (tst-exec-static-ARGS): New variable.
33294         (tst-spawn-static-ARGS): Likewise.
33295         * posix/tst-exec-static.c: New file.
33296         * posix/tst-spawn-static.c: Likewise.
33297         * posix/tst-exec.c: Support run directly.
33298         * posix/tst-spawn.c: Likewise.
33300 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
33302         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33303         long.
33304         * math/bits/mathcalls.h (llrint): Likewise.
33305         (llround): Likewise.
33306         * stdlib/stdlib.h (struct drand48_data): Likewise.
33307         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33308         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33309         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33310         Likewise.
33311         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33312         Likewise.
33313         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33314         (elf_greg_t): Likewise.
33315         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33316         (__jmp_buf): Likewise.
33317         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33318         definitions.
33319         (llrint): Likewise, for all definitions.
33320         (llrintl): Likewise.
33322         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33323         Remove [__GNUC__] condition.
33324         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33325         condition to just [__USE_ISOC99].
33326         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33328 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33330         [BZ #14200]
33331         * sysdeps/unix/sysv/linux/x86/bits/environments.h
33332         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33333         defined.
33334         (_POSIX_V6_ILP32_OFF32): Likewise.
33335         (_XBS5_ILP32_OFF32): Likewise.
33336         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33337         (__ILP32_OFFBIG_LDFLAGS): Likewise.
33339 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33341         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33343         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33344         doubles __mpexp_twomm1.  Adjust usage.
33345         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33346         Remove.
33348 2013-01-10  Andreas Schwab  <schwab@suse.de>
33350         [BZ #14964]
33351         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33352         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33354 2013-01-09  David S. Miller  <davem@davemloft.net>
33356         [BZ #15003]
33357         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33358         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33359         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33360         (TCP_FASTOPEN): Define.
33361         (tcp_repair_opt): New structure.
33362         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33363         enum values.
33364         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33365         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33366         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33367         (tcp_cookie_transactions): New structure.
33369 2013-01-09  Anton Blanchard  <anton@samba.org>
33371         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33372         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33373         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33374         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33376 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
33378         * include/features.h (__USE_ANSI): Remove.
33380 2013-01-09  Roland McGrath  <roland@hack.frob.com>
33382         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33384         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33386 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
33388         * sysdeps/s390/fpu/libm-test-ulps: Update.
33390         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33392         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33393         (__acr): Likewise.
33394         (__cpy): Likewise.
33395         (norm): Likewise.
33396         (denorm): Likewise.
33397         (__mp_dbl): Likewise.
33398         (__dbl_mp): Likewise.
33399         (add_magnitudes): Likewise.
33400         (sub_magnitudes): Likewise.
33401         (__add): Likewise.
33402         (__sub): Likewise.
33403         (__mul): Likewise.
33404         (__inv): Likewise.
33405         (__dvd): Likewise.
33406         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33407         (__acr): Likewise.
33408         (__cpy): Likewise.
33409         (norm): Likewise.
33410         (denorm): Likewise.
33411         (__mp_dbl): Likewise.
33412         (__dbl_mp): Likewise.
33413         (add_magnitudes): Likewise.
33414         (sub_magnitudes): Likewise.
33415         (__add): Likewise.
33416         (__sub): Likewise.
33417         (__mul): Likewise.
33418         (__inv): Likewise.
33419         (__dvd): Likewise.
33420         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33421         (__acr): Likewise.
33422         (__cpy): Likewise.
33423         (norm): Likewise.
33424         (denorm): Likewise.
33425         (__mp_dbl): Likewise.
33426         (__dbl_mp): Likewise.
33427         (add_magnitudes): Likewise.
33428         (sub_magnitudes): Likewise.
33429         (__add): Likewise.
33430         (__sub): Likewise.
33431         (__mul): Likewise.
33432         (__inv): Likewise.
33433         (__dvd): Likewise.
33435 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
33437         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33438         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33439         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33440         2 && __USE_EXTERN_INLINES]: Likewise.
33442 2013-01-08  Andreas Jaeger  <aj@suse.de>
33444         [BZ# 14985]
33445         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33446         Remove.
33447         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33448         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33450 2013-01-07  Anton Blanchard  <anton@samba.org>
33452         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33453         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33454         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33455         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33456         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33457         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33458         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33459         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33460         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33461         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33462         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33463         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33464         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33465         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33466         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33467         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33468         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33469         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33470         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33471         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33472         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33473         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33474         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33475         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33476         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33477         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33478         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33479         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33480         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33481         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33482         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33483         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33484         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33485         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33486         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33487         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33488         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33489         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33490         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33491         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33492         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33493         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33494         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33496 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
33498         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33499         (__MALLOC_PMT): Likewise.
33500         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33501         [__GNUC__], only on [_LIBC].
33502         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33503         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33504         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33505         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33506         forward declaration.
33507         (realloc_hook_ini): Likewise.
33508         (memalign_hook_ini): Likewise.
33509         (__libc_memalign): Do not use __MALLOC_PMT in variable
33510         declaration.
33511         (__libc_valloc): Likewise.
33512         (__libc_pvalloc): Likewise.
33513         (__libc_calloc): Likewise.
33514         (__posix_memalign): Likewise.
33516         [BZ #14996]
33517         * math/s_casinh.c: Include <float.h>.
33518         (__casinh): Do not do computation with squaring and square root
33519         for large arguments.
33520         * math/s_casinhf.c: Include <float.h>.
33521         (__casinhf): Do not do computation with squaring and square root
33522         for large arguments.
33523         * math/s_casinhl.c: Include <float.h>.
33524         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33525         (__casinhl): Do not do computation with squaring and square root
33526         for large arguments.
33527         * math/libm-test.inc (casin_test): Add more tests.
33528         (casinh_test): Likewise.
33529         * sysdeps/i386/fpu/libm-test-ulps: Update.
33530         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33532 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
33534         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33535         (__x86_64_raw_data_cache_size): Likewise.
33536         (__x86_64_data_cache_size_half): Likewise.
33537         (__x86_64_raw_data_cache_size_half): Likewise.
33538         (__x86_64_shared_cache_size): Likewise.
33539         (__x86_64_raw_shared_cache_size): Likewise.
33540         (__x86_64_shared_cache_size_half): Likewise.
33541         (__x86_64_raw_shared_cache_size_half): Likewise.
33542         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33543         to ...
33544         (__x86_data_cache_size): This.
33545         (__x86_64_raw_data_cache_size): Renamed to ...
33546         (__x86_raw_data_cache_size): This.
33547         (__x86_64_data_cache_size_half): Renamed to ...
33548         (__x86_data_cache_size_half): This.
33549         (__x86_64_raw_data_cache_size_half): Renamed to ...
33550         (__x86_raw_data_cache_size_half): This.
33551         (__x86_64_shared_cache_size): Renamed to ...
33552         (__x86_shared_cache_size): This.
33553         (__x86_64_raw_shared_cache_size): Renamed to ...
33554         (__x86_raw_shared_cache_size): This.
33555         (__x86_64_shared_cache_size_half): Renamed to ...
33556         (__x86_shared_cache_size_half): This.
33557         (__x86_64_raw_shared_cache_size_half): Renamed to ...
33558         (__x86_raw_shared_cache_size_half): This.
33559         * sysdeps/x86_64/memcpy.S: Updated.
33560         * sysdeps/x86_64/memset.S: Likewise.
33561         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33562         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33563         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33565 2013-01-04  David S. Miller  <davem@davemloft.net>
33567         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33569 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
33571         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33572         1 to avoid redefinition warning.
33573         (__USE_GNU): Don't define.
33574         (init_signaling_nan): Protoize.
33576         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33578 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33580         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33581         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33582         (__cpymn): Likewise.
33583         (norm): Remove commented code.
33584         (denorm): Likewise.
33585         (__mp_dbl): Likewise.
33586         (__inv): Likewise.
33587         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33588         (__cpymn): Likewise.
33589         (norm): Remove commented code.
33590         (denorm): Likewise.
33591         (__mp_dbl): Likewise.
33592         (__inv): Likewise.
33594         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33595         mp_no value for 1.0 and 2.0.
33596         (norm): Use RADIXI instead of radixi.d.
33597         (denorm): Likewise.
33598         (__mul): Use 0.0 instead of zero.d.
33599         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33600         mp_no value for 1.0 and 2.0.
33601         (norm): Use RADIXI instead of radixi.d.
33602         (denorm): Likewise.
33603         (__mul): Use 0.0 instead of zero.d.
33605 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
33607         [BZ #14994]
33608         * math/s_casinh.c (__casinh): Reduce finite argument to first
33609         quadrant then set signs of results at the end.
33610         * math/s_casinhf.c (__casinhf): Likewise.
33611         * math/s_casinhl.c (__casinhl): Likewise.
33612         * math/libm-test.inc (casin_test): Add more tests.
33613         (casinh_test): Likewise.
33614         * sysdeps/i386/fpu/libm-test-ulps: Update.
33615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33617 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33619         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33621         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33623         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33624         declarations.
33625         (denorm): Likewise.
33626         (__mp_dbl): Likewise.
33627         (__inv): Likewise.
33629         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33630         and adjust the header comment.
33632         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33633         variable name from declaration.
33635 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
33637         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33638         Initialize COMMON_CPUID_INDEX_7 element.
33639         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33640         (CPUID_RTM): Likewise.
33641         (HAS_RTM): Likewise.
33642         (COMMON_CPUID_INDEX_7): New enum.
33644 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
33646         [BZ #14981]
33647         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33648         size is zero, record memory as freed.
33650 2013-01-03  Andreas Jaeger  <aj@suse.de>
33652         * po/ia.po: Add new Interlingua translation.
33654 2012-01-03  Allan McRae  <allan@archlinux.org>
33656         * locale/programs/localedef.c: Fix description of '--posix' flag.
33658 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
33660         * NEWS: Update dates in second copyright notice.
33661         * README: Update copyright dates in example.
33662         * manual/libc.texinfo: Update copyright dates.
33663         * scripts/test-installation.pl: Update copyright date in --version
33664         output.
33666         * hurd/ctty-input.c: Fix copyright notice formatting.
33667         * hurd/ctty-output.c: Likewise.
33668         * hurd/dtable.c: Likewise.
33669         * hurd/hurd-raise.c: Likewise.
33670         * hurd/hurdprio.c: Likewise.
33671         * hurd/msgportdemux.c: Likewise.
33672         * misc/sys/file.h: Likewise.
33673         * misc/sys/ioctl.h: Likewise.
33674         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33675         * sysdeps/mach/hurd/chdir.c: Likewise.
33676         * sysdeps/mach/hurd/fchdir.c: Likewise.
33677         * sysdeps/mach/hurd/rename.c: Likewise.
33678         * sysdeps/mach/hurd/rmdir.c: Likewise.
33679         * sysdeps/mach/hurd/seekdir.c: Likewise.
33680         * sysdeps/mach/hurd/setsid.c: Likewise.
33681         * sysdeps/posix/wait3.c: Likewise.
33683         * All files with FSF copyright notices: Update copyright dates
33684         using scripts/update-copyrights.
33685         * intl/plural.c: Regenerated.
33686         * locale/programs/charmap-kw.h: Likewise.
33687         * locale/programs/locfile-kw.h: Likewise.
33689 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
33691         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33692         four values.
33694         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33695         calculation loop and add branch prediction.
33697         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33698         check access beyond bounds of m1np.
33700         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33701         MPTWO.
33702         (__inv): Remove local variable MPTWO to use the global
33703         constant.
33704         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33705         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33706         variable MPTWO.
33707         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33708         MP3HALFS static const.
33710 2013-01-01  David S. Miller  <davem@davemloft.net>
33712         * po/ca.po: Update from translation team.
33714 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
33716         * scripts/update-copyrights: New file.
33717         * Makeconfig: Reformat copyright notice.
33718         * ctype/ctype.h: Likewise.
33719         * debug/swprintf_chk.c: Likewise.
33720         * elf/dl-cache.c: Likewise.
33721         * elf/dl-debug.c: Likewise.
33722         * elf/dl-object.c: Likewise.
33723         * grp/initgroups.c: Likewise.
33724         * hurd/Makefile: Likewise.
33725         * hurd/hurd/signal.h: Likewise.
33726         * hurd/hurdfault.c: Likewise.
33727         * hurd/hurdioctl.c: Likewise.
33728         * hurd/hurdlookup.c: Likewise.
33729         * hurd/intr-msg.c: Likewise.
33730         * iconv/gconv_open.c: Likewise.
33731         * libio/swprintf.c: Likewise.
33732         * locale/lc-ctype.c: Likewise.
33733         * locale/nl_langinfo.c: Likewise.
33734         * mach/Machrules: Likewise.
33735         * mach/Makefile: Likewise.
33736         * malloc/obstack.h: Likewise.
33737         * manual/Makefile: Likewise.
33738         * manual/tsort.awk: Likewise.
33739         * misc/bits/stab.def: Likewise.
33740         * nis/nis_print_group_entry.c: Likewise.
33741         * nis/nis_table.c: Likewise.
33742         * nis/nss_compat/compat-pwd.c: Likewise.
33743         * nis/nss_compat/compat-spwd.c: Likewise.
33744         * po/Makefile: Likewise.
33745         * posix/fnmatch.c: Likewise.
33746         * posix/regex.h: Likewise.
33747         * resolv/Makefile: Likewise.
33748         * resolv/nss_dns/dns-network.c: Likewise.
33749         * resolv/res_hconf.c: Likewise.
33750         * scripts/gen-sorted.awk: Likewise.
33751         * soft-fp/soft-fp.h: Likewise.
33752         * stdio-common/printf.h: Likewise.
33753         * stdlib/monetary.h: Likewise.
33754         * stdlib/random.c: Likewise.
33755         * stdlib/random_r.c: Likewise.
33756         * sysdeps/generic/Makefile: Likewise.
33757         * sysdeps/gnu/Makefile: Likewise.
33758         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33759         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33760         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33761         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33762         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33763         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33764         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33765         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33766         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33767         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33768         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33769         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33770         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33771         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33772         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33773         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33774         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33775         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33776         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33777         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33778         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33779         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33780         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33781         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33782         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33783         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33784         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33785         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33786         * sysdeps/mach/hurd/errnos.awk: Likewise.
33787         * sysdeps/mach/hurd/fork.c: Likewise.
33788         * sysdeps/mach/hurd/getcwd.c: Likewise.
33789         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33790         * sysdeps/mach/hurd/mmap.c: Likewise.
33791         * sysdeps/mach/hurd/utimes.c: Likewise.
33792         * sysdeps/mach/hurd/xmknod.c: Likewise.
33793         * sysdeps/posix/profil.c: Likewise.
33794         * sysdeps/posix/readdir_r.c: Likewise.
33795         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33796         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33797         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33798         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33799         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33800         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33801         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33802         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33803         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33804         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33805         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33806         * sysdeps/pthread/lio_listio.c: Likewise.
33807         * sysdeps/sparc/dl-procinfo.h: Likewise.
33808         * sysdeps/unix/i386/sysdep.S: Likewise.
33809         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33810         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33811         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33812         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33814         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33815         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33816         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33817         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33818         * sysdeps/wordsize-32/divdi3.c: Likewise.
33819         * time/sys/time.h: Likewise.
33820         * wcsmbs/Makefile: Likewise.
33822 2013-01-01  David S. Miller  <davem@davemloft.net>
33824         * po/fr.po: Update from translation team.
33826         * catgets/gencat.c: Update copyright year.
33827         * csu/version.c: Likewise.
33828         * debug/catchsegv.sh: Likewise.
33829         * debug/pcprofiledump.c: Likewise.
33830         * debug/xtrace.sh: Likewise.
33831         * elf/ldconfig.c: Likewise.
33832         * elf/ldd.bash.in: Likewise.
33833         * elf/pldd.c: Likewise.
33834         * elf/sotruss.ksh: Likewise.
33835         * elf/sprof.c: Likewise.
33836         * iconv/iconv_prog.c: Likewise.
33837         * iconv/iconvconfig.c: Likewise.
33838         * locale/programs/locale.c: Likewise.
33839         * locale/programs/localedef.c: Likewise.
33840         * login/programs/pt_chown.c: Likewise.
33841         * malloc/memusage.sh: Likewise.
33842         * malloc/memusagestat.c: Likewise.
33843         * malloc/mtrace.pl: Likewise.
33844         * nscd/nscd.c: Likewise.
33845         * nss/getent.c: Likewise.
33846         * nss/makedb.c: Likewise.
33847         * posix/getconf.c: Likewise.
33849 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33851         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33852         numbers.
33854 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33856         * math/bits/mathcalls.h (modf): Use __nonnull.
33858 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33860         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33861         (split): Use macro CN instead of the bare value.
33862         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33863         could be used.
33864         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33865         instead of the bare value.
33866         (power1): Likewise.
33868 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33870         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33871         __ATAN_TWOM.
33872         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33874         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33875         their values.
33876         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33877         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33878         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33879         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33881 2012-12-28  Andreas Jaeger  <aj@suse.de>
33883         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33884         values are from Linux 3.7.
33886         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33887         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33889 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33891         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33892         TRUE case.
33894         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33895         (norm): Likewise.
33896         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33897         variables with preprocessor constants.
33898         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33899         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33900         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33902 2012-12-27  Bruno Haible  <bruno@clisp.org>
33904         [BZ #14317]
33905         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33906         only if needed.
33908 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33910         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33911         and use variable directly.
33912         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33914         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33915         MPONE.
33916         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33917         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33918         variable MPONE.
33919         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33920         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33921         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33922         include directive.  Remove local variable MPONE.
33923         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33924         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33925         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33927 2012-12-25  David S. Miller  <davem@davemloft.net>
33929         * version.h (RELEASE): Set to "development".
33930         (VERSION): Set to "2.17.90".
33931         * NEWS: Add 2.18 section.
33933 2012-12-21  David S. Miller  <davem@davemloft.net>
33935         * po/hr.po: Update from translation team.
33937 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33939         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33941 2012-12-19  Steve Ellcey  <sellcey@mips.com>
33943         * NEWS:  Mention new memcpy for MIPS.
33945 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33947         * manual/contrib.texi (Contributors): Spelling correction.
33949 2012-12-15  David S. Miller  <davem@davemloft.net>
33951         * po/ru.po: Update from translation team.
33953 2012-12-13  David S. Miller  <davem@davemloft.net>
33955         * NEWS: Mention IFUNC testsuite enhancements.
33957         * po/pl.po: Update from translation team.
33958         * po/bg.po: Likewise.
33960         * manual/contrib.texi (Contributors): Update entries for Hongjiu
33961         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
33963 2012-12-11  David S. Miller  <davem@davemloft.net>
33965         * po/sv.po: Update from translation team.
33967         * po/vi.po: Update from translation team.
33969         * po/cs.po: Update from translation team.
33971         * po/de.po: Update from translation team.
33972         * po/eo.po: Likewise.
33973         * po/nl.po: Likewise.
33975 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
33977         [BZ #14246]
33978         * manual/argp.texi (Argp Helper Functions): Move node to follow
33979         Argp Parsing State.
33981         [BZ #14872]
33982         * manual/conf.texi (Limits on File System Capacity): Mention if
33983         terminating null is included in the max size.
33985 2012-12-10  Andreas Jaeger  <aj@suse.de>
33987         * po/cs.po: Update from translation team.
33989 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
33991         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33992         void pointer and cast to uintptr_t.
33993         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33994         path.
33995         * sysdeps/s390/s390-64/memcpy.S: Likewise.
33996         * sysdeps/s390/s390-64/memset.S: Likewise.
33998 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34000         [BZ #14833]
34001         * menual/message.texi (Message Translation): Fix typos.
34002         (Helper programs for gettext): Likewise.
34004 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34006         [BZ #14898]
34007         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34008         Change to -1.
34010 2012-12-07  David S. Miller  <davem@davemloft.net>
34012         * po/libc.pot: Update.
34014 2012-12-07  Richard Henderson  <rth@redhat.com>
34016         [BZ #10114]
34017         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34018         normal/normal case to before the switch.
34019         (_FP_DIV): Likewise.
34021 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34022             Mike Frysinger  <vapier@gentoo.org>
34024         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34025         check for __NR_fadvise64_64.
34027 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34029         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34030         0, not just to plain "0" as a statement.
34031         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34032         with cw.
34034 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34036         * NEWS: Use sourceware.org in Bugzilla URL.
34038 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34041         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34043         * stdio-common/tst-put-error.c (do_test): Add newline to the
34044         padded test to ensure flush.
34046 2012-12-05  Jeff Law  <law@redhat.com>
34048         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34050 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34052         * README: Don't refer to ports add-on as distributed separately.
34053         Mention AArch64 in list of systems supported in the ports add-on.
34055         * LICENSES: Add more non-FSF copyright and license notices.
34057         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34058         ((unused)).
34060         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34062         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34063         10000 as width of padded output.
34065 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34067         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34069         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34070         variable LX with __attribute__ ((unused)).
34071         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34072         Likewise.
34073         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34074         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34075         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34076         with __attribute__ ((unused)).
34078 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34080         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34082 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34084         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34085         (CFLAGS-nldbl-acos.c): New variable.
34086         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34087         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34088         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34089         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34090         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34091         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34092         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34093         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34094         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34095         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34096         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34097         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34098         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34099         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34100         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34101         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34102         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34103         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34104         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34105         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34106         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34107         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34108         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34109         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34110         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34111         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34112         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34113         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34114         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34115         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34116         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34117         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34118         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34119         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34120         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34121         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34122         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34123         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34124         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34125         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34126         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34127         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34128         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34129         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34130         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34131         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34132         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34133         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34134         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34135         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34136         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34137         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34138         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34139         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34140         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34141         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34142         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34143         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34144         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34145         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34146         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34147         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34148         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34149         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34150         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34151         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34152         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34153         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34154         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34155         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34156         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34157         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34158         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34159         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34160         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34161         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34162         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34163         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34164         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34165         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34166         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34167         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34168         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34169         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34170         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34171         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34172         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34173         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34174         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34175         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34176         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34177         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34178         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34179         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34180         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34181         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34182         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34185         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34187         [BZ #14914]
34188         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34189         whole low double instead of just low 47 bits when splitting values
34190         into two parts.
34192 2012-12-03  Allan McRae  <allan@archlinux.org>
34194         * manual/stdio.texi (Predefined Printf Handlers): Remove
34195         @hsep and @vsep usage.
34197 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
34199         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34200         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34202 2012-12-03  Jeff Law  <law@redhat.com>
34204         * time/sys/time.h (settimeofday): Do not mark TV argument
34205         as __nonnull.
34207 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34209         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34210         when currently writing and seek to current position when not.
34211         * libio/Makefile (tests): Remove bug-fclose1.
34212         * libio/bug-fclose1.c: Delete.
34214 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34216         * manual/arith.texi (feenableexcept): Fix typo.
34217         (fedisableexcept): Likewise.
34219 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34221         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34222         second, differently-typed declaration, rather than a cast.
34224 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34226         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34227         * include/rpc/svc.h: ... here.
34229 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34231         [BZ #13013]
34232         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34233         depending n and resplen2 to catch cases where answer
34234         equals answerp2.
34236 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34238         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34239         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34241 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34243         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34245 2012-11-29  Roland McGrath  <roland@hack.frob.com>
34247         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34249 2012-11-28  Jeff Law  <law@redhat.com>
34251         [BZ #13761]
34252         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34253         dataset_temporary.  Track alloca usage into alloca_used.
34254         If dataset is large allocate and release it via malloc/free.
34256 2012-06-04  Florian Weimer  <fweimer@redhat.com>
34258         [BZ #14197]
34259         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34261 2012-11-28  David S. Miller  <davem@davemloft.net>
34263         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34265 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34267         [BZ #14803]
34268         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34269         of pi/2 rounded to nearest to 64 bits.
34270         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34271         nearest to 64 bits.
34272         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34273         bits.
34275 2012-11-28  Jeff Law <law@redhat.com>
34276             Martin Osvald <mosvald@redhat.com>
34278         [BZ #14889]
34279         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34280         * sunrpc/svc.c: Include time.h.
34281         (__svc_accept_failed): New function.
34282         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34283         any reason other than EINTR, call __svc_accept_failed.
34284         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34285         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34287 2012-11-28  Andreas Schwab  <schwab@suse.de>
34289         * scripts/abilist.awk: Also handle indirect functions in .opd
34290         section.
34292 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34294         [BZ #13881]
34295         * sysdeps/x86/fpu/powl_helper.c: New file.
34296         * sysdeps/x86/fpu/Makefile: Likewise.
34297         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34298         (p3): New object.
34299         (__ieee754_powl): Use __powl_helper for finite arguments except
34300         integer exponents below 8.
34301         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34302         (p3): New object.
34303         (__ieee754_powl): Use __powl_helper for finite arguments except
34304         integer exponents below 8.
34305         * math/libm-test.inc (pow_test): Add more tests and enable some
34306         previously disabled tests.
34307         * sysdeps/i386/fpu/libm-test-ulps: Update.
34308         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34310 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34311             Carlos O'Donell  <carlos_odonell@mentor.com>
34313         * nss/makedb.c (is_prime): Assert that input is odd and greater
34314         than 4.  Note that fact in a comment too.
34315         (next_prime): Add 4 to input.
34317 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34319         [BZ #11741]
34320         * libio/Makefile (tests): Add test case tst-fwrite-error.
34321         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34322         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34323         * libio/tst-fwrite-error.c: New test case.
34325 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
34327         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34328         before casting to void *.
34329         * include/libc-internal.h (__pointer_type): New macro.
34330         (__integer_if_pointer_type_sub): Likewise.
34331         (__integer_if_pointer_type): Likewise.
34332         (cast_to_integer): Likewise.
34333         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34334         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34335         before casting to atomic64_t.
34336         (atomic_exchange_acq): Likewise.
34337         (__arch_exchange_and_add_body): Likewise.
34338         (__arch_add_body): Likewise.
34339         (atomic_add_negative): Likewise.
34340         (atomic_add_zero): Likewise.
34342 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
34344         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34345         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34346         (add_fdes): Likewise.
34347         (linear_search_fdes): Likewise.
34348         (binary_search_unencoded_fdes): Likewise.
34350 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
34352         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34354 2012-11-24  Adam Conrad  <adconrad@0c3.net>
34356         * configure.in: Autodetect C++ header directories.
34357         * configure: Regenerated.
34359 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
34361         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34363 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
34365         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34367 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
34369         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34370         LDBL_MANT_DIG == 106]: Disable some tests.
34371         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34372         Likewise.
34373         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34374         Likewise.
34376         [BZ #14871]
34377         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34378         input for small inputs.  Return +/- pi/2 for large inputs.
34379         * math/libm-test.inc (atan_test): Add more tests.
34381         * sysdeps/generic/unwind-dw2-fde-glibc.c
34382         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34383         __attribute__ ((unused)).
34385         [BZ #14645]
34386         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34387         x * y if x and y are nonzero and z is zero.
34389         [BZ #14811]
34390         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34391         nonzero exponents with absolute value below 0x1p-117 to +/-
34392         0x1p-117.
34394         [BZ #14869]
34395         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34396         up arguments below 2**-450, not just those below 2**-500.
34397         * math/libm-test.inc (hypot_test): Add another test.
34399         [BZ #14868]
34400         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34401         Return a+b for ratio over 2**120, not 2**60.
34402         * math/libm-test.inc (hypot_test): Add another test.
34404         * math/libm-test.inc (clog_test): Use
34405         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34406         (clog10_test): Likewise.
34408         [BZ #6778]
34409         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34411 2012-11-22  Andreas Schwab  <schwab@suse.de>
34413         * sysdeps/i386/fpu/libm-test-ulps: Update.
34415 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
34417         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34418         printf output with newline.
34420 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
34422         [BZ #14865]
34423         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34424         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34425         -z nodlopen, -z initfirst and -z execstack support.
34426         * configure: Regenerated.
34428         * elf/elf.h (DF_1_NODIRECT): New macro.
34429         (DF_1_IGNMULDEF): Likewise.
34430         (DF_1_NOKSYMS): Likewise.
34431         (DF_1_NOHDR): Likewise.
34432         (DF_1_EDITED): Likewise.
34433         (DF_1_NORELOC): Likewise.
34434         (DF_1_SYMINTPOSE): Likewise.
34435         (DF_1_GLOBAUDIT): Likewise.
34436         (DF_1_SINGLETON): Likewise.
34437         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34438         DT_1_SUPPORTED_MASK bits.
34439         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34441 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
34443         * sysdeps/unix/make-syscalls.sh: Document prefixes.
34445 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
34447         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34448         macro.
34450         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34451         (sendmmsg): Move declarations...
34452         * socket/sys/socket.h: ... here.
34453         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34454         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34455         include it from...
34456         * socket/recvmmsg.c: ... this new file.
34457         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34458         (sendmmsg): Rename to __sendmmsg, create weak alias and make
34459         definition of __sendmmsg hidden.
34460         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34461         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34462         Move ENOSYS stub into and include it from...
34463         * socket/sendmmsg.c: ... this new file.
34464         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34465         (sysdep_routines): Move recvmmsg and sendmmsg...
34466         * socket/Makefile (routines): ... here.
34467         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34468         (GLIBC_PRIVATE): Add __sendmmsg.
34469         * include/sys/socket.h (__sendmmsg): Add declarations.
34470         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34471         sendmmsg.
34473 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
34475         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34476         variable I1 with __attribute__ ((unused)).
34477         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34479 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34481         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34482         DUMMY variables with __attribute__ ((unused)).
34484         * bits/byteswap.h: Include <bits/types.h>.
34485         (__bswap_64): Use __uint64_t instead of unsigned long long int.
34487 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34489         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34490         string_t.  Do not manually set errno.
34491         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34492         length with __strnlen.  Make sure to both set errno and return it on
34493         failure.
34495 2012-11-19  David S. Miller  <davem@davemloft.net>
34497         With help from Joseph Myers.
34498         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34499         very large arguments properly.
34500         * math/libm-test.inc (atan_test): New tests.
34501         (atan2_test): New tests.
34502         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34503         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34505 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34507         [BZ #14856]
34508         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34509         Define to 3.
34511         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34512         [POSIX] (EADDRNOTAVAIL): Likewise.
34513         [POSIX] (EAFNOSUPPORT): Likewise.
34514         [POSIX] (EALREADY): Likewise.
34515         [POSIX] (ECONNABORTED): Likewise.
34516         [POSIX] (ECONNREFUSED): Likewise.
34517         [POSIX] (ECONNRESET): Likewise.
34518         [POSIX] (EDESTADDRREQ): Likewise.
34519         [POSIX] (EDQUOT): Likewise.
34520         [POSIX] (EHOSTUNREACH): Likewise.
34521         [POSIX] (EIDRM): Likewise.
34522         [POSIX] (EISCONN): Likewise.
34523         [POSIX] (ELOOP): Likewise.
34524         [POSIX] (EMULTIHOP): Likewise.
34525         [POSIX] (ENETDOWN): Likewise.
34526         [POSIX] (ENETUNREACH): Likewise.
34527         [POSIX] (ENOBUFS): Likewise.
34528         [POSIX] (ENODATA): Likewise.
34529         [POSIX] (ENOLINK): Likewise.
34530         [POSIX] (ENOMSG): Likewise.
34531         [POSIX] (ENOPROTOOPT): Likewise.
34532         [POSIX] (ENOSR): Likewise.
34533         [POSIX] (ENOSTR): Likewise.
34534         [POSIX] (ENOTCONN): Likewise.
34535         [POSIX] (ENOTSOCK): Likewise.
34536         [POSIX] (EOPNOTSUPP): Likewise.
34537         [POSIX] (EOVERFLOW): Likewise.
34538         [POSIX] (EPROTO): Likewise.
34539         [POSIX] (EPROTONOSUPPORT): Likewise.
34540         [POSIX] (EPROTOTYPE): Likewise.
34541         [POSIX] (ESTALE): Likewise.
34542         [POSIX] (ETIME): Likewise.
34543         [POSIX] (ETXTBSY): Likewise.
34544         [POSIX] (EWOULDBLOCK): Likewise.
34545         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34546         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34547         [POSIX] (SEEK_CUR): Likewise.
34548         [POSIX] (SEEK_END): Likewise.
34549         [POSIX || UNIX98] (mode_t): Do not require.
34550         [POSIX] (off_t): Likewise.
34551         [POSIX] (pid_t): Likewise.
34552         [POSIX] (sys/stat.h): Do not allow header.
34553         [POSIX] (unistd.h): Likewise.
34554         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34555         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34556         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34557         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34558         require.
34559         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34560         sigevent): Specify elements.
34561         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34562         entry.
34563         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34564         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34566         * conform/data/cpio.h-data [POSIX]: Disable whole file.
34567         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34568         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34569         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34570         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34571         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34572         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34573         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34574         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34575         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34576         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34577         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34578         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34579         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34580         Likewise.
34581         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34582         Likewise.
34583         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34584         Likewise.
34585         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34586         Likewise.
34587         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34588         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34589         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34590         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34591         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34592         Specify lower bound on value.
34593         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34594         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34595         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34596         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34597         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34598         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34599         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34600         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34601         value.
34602         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34603         as optional.
34604         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34605         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34606         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34607         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34608         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34609         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34610         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34611         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34612         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34613         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34614         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34615         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34616         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34617         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34618         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34619         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34620         entry.
34621         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34622         optional.
34623         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34624         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34625         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34626         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34627         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34628         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34629         Likewise.
34630         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34631         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34632         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34633         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34634         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
34635         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34636         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34637         as optional.
34638         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34639         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34640         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34641         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34642         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34643         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34644         specify as optional.
34645         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34646         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34647         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34648         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34649         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34650         [XPG3] (NL_LANGMAX): Likewise.
34651         [POSIX || XPG3] (NL_MSGMAX): Likewise.
34652         [POSIX || XPG3] (NL_NMAX): Likewise.
34653         [POSIX || XPG3] (NL_SETMAX): Likewise.
34654         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34655         [XPG3] (NZERO): Likewise.
34656         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34657         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34658         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34659         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34660         (REG_ERANGE): Expect.
34661         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34662         optional-constant.
34663         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34664         Use (void) in prototype.
34665         [POSIX] (*_t): Allow.
34666         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34667         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34668         (WRDE_BADVAL): Expect.
34670         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34671         expect.
34672         [XPG3 || XPG4] (O_RSYNC): Likewise.
34673         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34674         Likewise.
34675         [XPG3 || XPG4] (pthread_sigmask): Likewise.
34676         [XPG3 || XPG4] (sigqueue): Likewise.
34677         [XPG3 || XPG4] (sigtimedwait): Likewise.
34678         [XPG3 || XPG4] (sigwaitinfo): Likewise.
34679         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34680         [XPG3 || XPG4] (vsnprintf): Likewise.
34681         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34682         Likewise.
34683         [XPG3 || XPG4] (blksize_t): Likewise.
34684         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34685         Likewise.
34686         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34687         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34688         [XPG3 || XPG4] (struct itimerspec): Likewise.
34689         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34690         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34691         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34692         [XPG3 || XPG4] (clockid_t): Likewise.
34693         [XPG3 || XPG4] (timer_t): Likewise.
34694         [XPG3 || XPG4] (clock_getres): Likewise.
34695         [XPG3 || XPG4] (clock_gettime): Likewise.
34696         [XPG3 || XPG4] (clock_settime): Likewise.
34697         [XPG3 || XPG4] (nanosleep): Likewise.
34698         [XPG3 || XPG4] (timer_create): Likewise.
34699         [XPG3 || XPG4] (timer_delete): Likewise.
34700         [XPG3 || XPG4] (timer_gettime): Likewise.
34701         [XPG3 || XPG4] (timer_getoverrun): Likewise.
34702         [XPG3 || XPG4] (timer_settime): Likewise.
34703         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34704         [XPG3 || XPG4] (getlogin_r): Likewise.
34705         [XPG3 || XPG4] (pread): Likewise.
34706         [XPG3 || XPG4] (pthread_atfork): Likewise.
34707         [XPG3 || XPG4] (pwrite): Likewise.
34709         [BZ #14835]
34710         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34711         <bits/siginfo.h>.
34713 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34715         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34716         finalizing MALLSTREAM.
34718         * sysdeps/mach/hurd/syncfs.c: New file.
34720 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34722         [BZ #14719]
34723         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34724         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34725         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34726         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34727         (_nss_dns_gethostbyname4_r): Likewise.
34728         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34729         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34731 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
34733         [BZ #13763]
34734         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
34736 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
34738         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
34739         * elf/cache.c (print_entry): Print ",AArch64" for
34740         FLAG_AARCH64_LIB64
34742         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
34743         * elf/cache.c (print_entry): Print ",hard-float" for
34744         FLAG_ARM_LIBHF.
34746 2012-11-18  David S. Miller  <davem@davemloft.net>
34748         With help from Joseph Myers.
34749         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
34750         cutoff to 2**-13.
34751         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34752         cutoff to 2**-25.
34753         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34754         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34755         small.
34756         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34757         * math/libm-test.inc (y0_test): New tests.
34758         (y1_test): New tests.
34759         * sysdeps/i386/fpu/libm-test-ulps: Update.
34760         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34761         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34763 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34765         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34766         64-bit targets.
34767         * configure: Regenerated.
34769 2012-11-17  David S. Miller  <davem@davemloft.net>
34771         [BZ #14811]
34772         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34773         nonzero exponents with absolute value below 0x1p-128 to +/-
34774         0x1p-128.
34776 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34778         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34780         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34782         * posix/getconf-speclist.c: New file.
34783         * posix/posix-envs.def: Likewise.
34784         * posix/confstr.c (START_ENV_GROUP): New macro.
34785         (END_ENV_GROUP): Likewise.
34786         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34787         (KNOWN_PRESENT_ENV_STRING): Likewise.
34788         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34789         (UNKNOWN_ENVIRONMENT): Likewise.
34790         (confstr): Include posix-envs.def instead of handling
34791         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34792         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34793         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34794         (END_ENV_GROUP): Likewise.
34795         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34796         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34797         (UNKNOWN_ENVIRONMENT): Likewise.
34798         (__sysconf): Include posix-envs.def instead of handling associated
34799         cases directly here.
34800         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34801         preprocessing getconf-speclist.c rather than running getconf or
34802         generating empty file.
34804 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34806         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34808 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34810         [BZ #14672]
34811         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34813 2012-11-16  David S. Miller  <davem@davemloft.net>
34815         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34816         smaller than LDBL_EPSILON/2.0L, just return xm1.
34818 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34820         * elf/tst-array1.c (init): Set constructor priority to 1000.
34821         (fini): Set destructor priority to 1000.
34822         * elf/tst-array2dep.c: Likewise.
34824 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34826         [BZ #11741]
34827         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34828         (_IO_new_file_xsputn): Also return EOF if none of the input
34829         data was written when overflow failed.
34830         * libio/iopadn.c (_IO_padn): Likewise.
34831         * libio/iowpadn.c (_IO_wpadn): Likewise.
34832         * stdio-common/tst-put-error.c: Add copyright notice.
34833         (do_test): Add case for printing padded string.
34834         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34835         _IO_padn returned error.
34836         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34837         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34838         return EOF.
34840 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34842         * libio/libioP.h: Add comment note that the references to C++
34843         bits are now obsolete.
34845 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34847         * math/libm-test.inc (check_complex): Use asprintf.
34849 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34851         * debug/pcprofiledump.c (print_version): Update copyright year.
34852         * malloc/memusagestat.c (print_version): Likewise.
34854 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34856         [BZ #14831]
34857         * elf/Makefile (tests): Add tst-audit8.
34858         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34859         ($(objpfx)tst-audit8.out): New target.
34860         (tst-audit8-ENV): New variable.
34861         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34862         audit if l_reloc_result is NULL.
34863         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34864         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34865         * elf/tst-audit8.c: New file.
34867 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34869         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34870         * misc/Makefile (CFLAGS-select.c): Define.
34871         * posix/Makefile (CFLAGS-pause.c): Define.
34873 2012-11-13  David S. Miller  <davem@davemloft.net>
34875         * crypt/Makefile: Move test targets after toplevel Rules
34876         inclusion.  Grab any necessary sysdep routines when linking.
34877         * crypt/md5.c (md5_process_block): Remove define, we will always
34878         name it __md5_process_block.
34879         (md5_finish_ctx): Update md5_process_block call.
34880         (md5_stream): Likewise.
34881         (md5_process_bytes): Likewise.
34882         (md5_process_block): Rename to __md5_process_block and move to ...
34883         * crypt/md5-block.c: ... here.
34884         * crypt/sha256.c (sha256_process_block): Move to ...
34885         * crypt/sha256-block.c: ... here.
34886         * crypt/sha512.c (sha512_process_block): Move to ...
34887         * crypt/sha512-block.c: ... here.
34888         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34889         path.
34890         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34891         * sysdeps/sparc/sparc64/multiarch/Makefile
34892         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34893         crypt subdir.
34894         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34895         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34896         multiarch changes.
34897         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34898         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34899         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34900         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34901         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34902         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34903         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34904         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34905         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34906         file.
34907         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34908         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34909         file.
34910         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34912 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34914         * timezone/tzselect.ksh: Update from tzcode git revision
34915         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34916         * timezone/zdump.c: Likewise.
34917         * timezone/zic.c: Likewise.
34918         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34919         in TZVERSION setting, not $(PKGVERSION).
34920         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34921         REPORT_BUGS_TO settings.
34923         [BZ #14838]
34924         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34925         macro.
34927 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34929         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34930         detection to immediately after _FP_ROUND().
34931         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34932         bits are 0.
34934 2012-11-11  David S. Miller  <davem@davemloft.net>
34936         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34937         inttypes.h
34938         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34939         __close rather than their public counterparts.
34941 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
34943         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34944         file.
34945         [UNIX98] (sem_timedwait): Do not expect.
34946         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34947         [XPG4 || UNIX98] (sockatmark): Do not expect.
34948         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34949         (clock_getcpuclockid): Do not expect.
34950         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34951         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34952         Do not expect.
34953         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34954         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34955         [UNIX98] (vwscanf): Likewise.
34956         [UNIX98] (vswscanf): Likewise.
34958 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
34960         * timezone/version.h: Remove file.
34961         * timezone/README: Do not refer to version.h.
34962         * timezone/Makefile ($(objpfx)zic.o): New dependency on
34963         $(objpfx)version.h.
34964         ($(objpfx)zdump.o): Likewise.
34965         ($(objpfx)version.h): New target.
34967         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34968         2012i.
34969         * timezone/README: Don't mention modification to tzselect.ksh.
34970         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34971         work on unmodified tzselect.ksh.  Substitute version numbers in
34972         tzselect.ksh.
34974         * Makefile (format-me): Remove.
34975         (INSTALL): Adjust indentation.  Use commands directly instead of
34976         using $(format-me).
34978         * aclocal.m4 (ACX_PKGVERSION): New macro.
34979         (ACX_BUGURL): Likewise.
34980         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34981         (PKGVERSION): New AC_DEFINE_UNQUOTED.
34982         (REPORT_BUGS_TO): Likewise.
34983         * configure: Regenerated.
34984         * config.h.in (PKGVERSION): New macro.
34985         (REPORT_BUGS_TO): Likewise.
34986         * config.make.in (PKGVERSION): New variable.
34987         (PKGVERSION_TEXI): Likewise.
34988         (REPORT_BUGS_TO): Likewise.
34989         (REPORT_BUGS_TEXI): Likewise.
34990         * Makefile (format-me): Use -I$(common-objpfx)manual.
34991         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34992         ($(common-objpfx)manual/%): New target.
34993         (manual/%): Remove target.
34994         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34995         (print_version): Use PKGVERSION.
34996         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34997         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34998         and REPORT_BUGS_TO.
34999         ($(objpfx)xtrace): Likewise.
35000         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35001         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35002         (print_version): Use PKGVERSION.
35003         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35004         (do_version): Use PKGVERSION.
35005         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35006         REPORT_BUGS_TO.
35007         (common-ldd-rewrite): Likewise.
35008         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35009         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35010         (print_version): Use PKGVERSION.
35011         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35012         * elf/pldd.c (argp_program_bug_address): Remove variable.
35013         (more_help): New function.
35014         (argp): Use more_help.
35015         (print_version): Use PKGVERSION.
35016         * elf/sln.c (main): Use PKGVERSION.
35017         (usage): Use REPORT_BUGS_TO.
35018         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35019         (top level): Use PKGVERSION.
35020         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35021         (print_version): Use PKGVERSION.
35022         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35023         (print_version): Use PKGVERSION.
35024         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35025         (print_version): Use PKGVERSION.
35026         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35027         (print_version): Use PKGVERSION.
35028         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35029         (print_version): Use PKGVERSION.
35030         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35031         (print_version): Use PKGVERSION.
35032         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35033         and BUGURL.
35034         ($(objpfx)memusage): Likewise.
35035         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35036         (do_version): Use PKGVERSION.
35037         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35038         (print_version): Use PKGVERSION.
35039         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35040         ($PKGVERSION): New variable.
35041         ($REPORT_BUGS_TO): Likewise.
35042         (usage): Use $REPORT_BUGS_TO.
35043         (top level): Use $PKGVERSION.
35044         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35045         ($(objpfx)pkgvers.texi): New rule.
35046         ($(objpfx)stamp-pkgvers): Likewise.
35047         * manual/install.texi: Include pkgvers.texi.
35048         (--with-pkgversion): Document new configure option.
35049         (--with-bugurl): Likewise.
35050         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35051         than necessarily for this particular distribution.  Use
35052         REPORT_BUGS_TO for where to report bugs.
35053         * INSTALL: Regenerated.
35054         * manual/libc.texinfo: Include pkgvers.texi.
35055         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35056         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35057         (print_version): Use PKGVERSION.
35058         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35059         (print_version): Use PKGVERSION.
35060         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35061         (print_version): Use PKGVERSION.
35062         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35063         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35064         macro.
35065         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35066         (print_version): Use PKGVERSION.
35067         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35068         (print_version): Use PKGVERSION.
35069         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35070         and PKGVERSION.
35072         * timezone/checktab.awk: Update from tzcode 2012i.
35073         * timezone/ialloc.c: Likewise.
35074         * timezone/private.h: Likewise.
35075         * timezone/scheck.c: Likewise.
35076         * timezone/tzfile.h: Likewise.
35077         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35078         (TZVERSION): Hardcode tzcode version number.
35079         * timezone/zdump.c: Update from tzcode 2012i.
35080         * timezone/zic.c: Likewise.
35081         * timezone/version.h: New file.
35082         * timezone/README: Describe version.h.  Update upstream location.
35084         [BZ #14824]
35085         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35086         (mktemp): Enable declaration.
35087         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35088         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35089         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35090         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35091         Likewise.
35092         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35093         Likewise.
35094         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35095         Likewise.
35096         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35097         Likewise.
35098         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35099         Likewise.
35100         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35101         Likewise.
35103         [BZ #14821]
35104         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35105         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
35106         for copies of such integer values.
35107         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35108         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35110 2012-11-09  Andreas Jaeger  <aj@suse.de>
35112         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35113         definitions and declarations that are provided by
35114         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35116 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35118         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35119         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35120         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35121         definition.
35123 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35125         * elf/elf.h: Update comment before AArch64 relocations.
35127 2012-11-07  David S. Miller  <davem@davemloft.net>
35129         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35130         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35131         (__start_context): Declare.
35132         (__makecontext_ret): Delete.
35133         (__makecontext): Hook up __start_context instead of
35134         __makecontext_ret.
35135         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35136         (sysdep_routines): Add __start_context when in stdlib.
35138 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35140         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35141         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35142         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
35143         hardcoded "nm".
35144         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
35145         (READELF): New variable.  Use it instead of hardcoded "readelf".
35147 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
35149         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35150         * sysdeps/x86/Makefile: Here.
35151         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35152         * sysdeps/x86/tst-xmmymm.sh: This.
35154 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35156         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35157         expectations.
35158         [UNIX98] (pthread_barrier_t): Do not expect.
35159         [UNIX98] (pthread_barrierattr_t): Likewise.
35160         [UNIX98] (pthread_spinlock_t): Likewise.
35161         [UNIX98] (pthread_barrier_destroy): Likewise.
35162         [UNIX98] (pthread_barrier_init): Likewise.
35163         [UNIX98] (pthread_barrier_wait): Likewise.
35164         [UNIX98] (pthread_barrierattr_destroy): Likewise.
35165         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35166         [UNIX98] (pthread_barrierattr_init): Likewise.
35167         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35168         [UNIX98] (pthread_getcpuclockid): Likewise.
35169         [UNIX98] (pthread_mutex_timedlock): Likewise.
35170         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35171         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35172         [UNIX98] (pthread_sigmask): Likewise.
35173         [UNIX98] (pthread_spin_destroy): Likewise.
35174         [UNIX98] (pthread_spin_init): Likewise.
35175         [UNIX98] (pthread_spin_lock): Likewise.
35176         [UNIX98] (pthread_spin_trylock): Likewise.
35177         [UNIX98] (pthread_spin_unlock): Likewise.
35178         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35179         Do not expect.
35180         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35181         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35182         [XPG3 || XPG4] (pthread_cond_t): Likewise.
35183         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35184         [XPG3 || XPG4] (pthread_key_t): Likewise.
35185         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35186         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35187         [XPG3 || XPG4] (pthread_once_t): Likewise.
35188         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35189         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35190         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35191         [XPG3 || XPG4] (pthread_t): Likewise.
35193         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35194         not expect.
35195         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35197         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35198         Change function return type to int.
35200         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35201         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35202         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35203         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35204         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35205         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35206         [!POSIX] (posix_madvise): Likewise.
35207         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35208         && !UNIX98].
35209         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35210         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35211         (mode_t): Likewise.
35212         (posix_mem_offset): Likewise.
35213         (posix_typed_mem_get_info): Likewise.
35214         (posix_typed_mem_open): Likewise.
35216         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35217         Change condition to [XOPEN2K8].
35219         * conform/conformtest.pl: Preprocess allow-header data with -x c
35220         instead of from stdin.
35221         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35222         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35223         [C99-based standards] (cerfc): Likewise.
35224         [C99-based standards] (cexp2): Likewise.
35225         [C99-based standards] (cexpm1): Likewise.
35226         [C99-based standards] (clog10): Likewise.
35227         [C99-based standards] (clog1p): Likewise.
35228         [C99-based standards] (clog2): Likewise.
35229         [C99-based standards] (clgamma): Likewise.
35230         [C99-based standards] (ctgamma): Likewise.
35231         [C99-based standards] (cerff): Likewise.
35232         [C99-based standards] (cerfcf): Likewise.
35233         [C99-based standards] (cexp2f): Likewise.
35234         [C99-based standards] (cexpm1f): Likewise.
35235         [C99-based standards] (clog10f): Likewise.
35236         [C99-based standards] (clog1pf): Likewise.
35237         [C99-based standards] (clog2f): Likewise.
35238         [C99-based standards] (clgammaf): Likewise.
35239         [C99-based standards] (ctgammaf): Likewise.
35240         [C99-based standards] (cerfl): Likewise.
35241         [C99-based standards] (cerfcl): Likewise.
35242         [C99-based standards] (cexp2l): Likewise.
35243         [C99-based standards] (cexpm1l): Likewise.
35244         [C99-based standards] (clog10l): Likewise.
35245         [C99-based standards] (clog1pl): Likewise.
35246         [C99-based standards] (clog2l): Likewise.
35247         [C99-based standards] (clgammal): Likewise.
35248         [C99-based standards] (ctgammal): Likewise.
35249         * conform/data/inttypes.h-data [C99-based standards]: Include
35250         stdint.h-data.  Remove all expectations for stdint.h contents.
35251         [C99-based standards] (PRI*): Do not allow.
35252         [C99-based standards] (SCN*): Likewise.
35253         [C99-based standards] (*_t): Likewise.
35254         [C99-based-standards] (PRId8): Expect macro.
35255         [C99-based-standards] (PRIi8): Likewise.
35256         [C99-based-standards] (PRIo8): Likewise.
35257         [C99-based-standards] (PRIu8): Likewise.
35258         [C99-based-standards] (PRIx8): Likewise.
35259         [C99-based-standards] (PRIX8): Likewise.
35260         [C99-based-standards] (SCNd8): Likewise.
35261         [C99-based-standards] (SCNi8): Likewise.
35262         [C99-based-standards] (SCNo8): Likewise.
35263         [C99-based-standards] (SCNu8): Likewise.
35264         [C99-based-standards] (SCNx8): Likewise.
35265         [C99-based-standards] (PRIdLEAST8): Likewise.
35266         [C99-based-standards] (PRIiLEAST8): Likewise.
35267         [C99-based-standards] (PRIoLEAST8): Likewise.
35268         [C99-based-standards] (PRIuLEAST8): Likewise.
35269         [C99-based-standards] (PRIxLEAST8): Likewise.
35270         [C99-based-standards] (PRIXLEAST8): Likewise.
35271         [C99-based-standards] (SCNdLEAST8): Likewise.
35272         [C99-based-standards] (SCNiLEAST8): Likewise.
35273         [C99-based-standards] (SCNoLEAST8): Likewise.
35274         [C99-based-standards] (SCNuLEAST8): Likewise.
35275         [C99-based-standards] (SCNxLEAST8): Likewise.
35276         [C99-based-standards] (PRIdFAST8): Likewise.
35277         [C99-based-standards] (PRIiFAST8): Likewise.
35278         [C99-based-standards] (PRIoFAST8): Likewise.
35279         [C99-based-standards] (PRIuFAST8): Likewise.
35280         [C99-based-standards] (PRIxFAST8): Likewise.
35281         [C99-based-standards] (PRIXFAST8): Likewise.
35282         [C99-based-standards] (SCNdFAST8): Likewise.
35283         [C99-based-standards] (SCNiFAST8): Likewise.
35284         [C99-based-standards] (SCNoFAST8): Likewise.
35285         [C99-based-standards] (SCNuFAST8): Likewise.
35286         [C99-based-standards] (SCNxFAST8): Likewise.
35287         [C99-based-standards] (PRId16): Likewise.
35288         [C99-based-standards] (PRIi16): Likewise.
35289         [C99-based-standards] (PRIo16): Likewise.
35290         [C99-based-standards] (PRIu16): Likewise.
35291         [C99-based-standards] (PRIx16): Likewise.
35292         [C99-based-standards] (PRIX16): Likewise.
35293         [C99-based-standards] (SCNd16): Likewise.
35294         [C99-based-standards] (SCNi16): Likewise.
35295         [C99-based-standards] (SCNo16): Likewise.
35296         [C99-based-standards] (SCNu16): Likewise.
35297         [C99-based-standards] (SCNx16): Likewise.
35298         [C99-based-standards] (PRIdLEAST16): Likewise.
35299         [C99-based-standards] (PRIiLEAST16): Likewise.
35300         [C99-based-standards] (PRIoLEAST16): Likewise.
35301         [C99-based-standards] (PRIuLEAST16): Likewise.
35302         [C99-based-standards] (PRIxLEAST16): Likewise.
35303         [C99-based-standards] (PRIXLEAST16): Likewise.
35304         [C99-based-standards] (SCNdLEAST16): Likewise.
35305         [C99-based-standards] (SCNiLEAST16): Likewise.
35306         [C99-based-standards] (SCNoLEAST16): Likewise.
35307         [C99-based-standards] (SCNuLEAST16): Likewise.
35308         [C99-based-standards] (SCNxLEAST16): Likewise.
35309         [C99-based-standards] (PRIdFAST16): Likewise.
35310         [C99-based-standards] (PRIiFAST16): Likewise.
35311         [C99-based-standards] (PRIoFAST16): Likewise.
35312         [C99-based-standards] (PRIuFAST16): Likewise.
35313         [C99-based-standards] (PRIxFAST16): Likewise.
35314         [C99-based-standards] (PRIXFAST16): Likewise.
35315         [C99-based-standards] (SCNdFAST16): Likewise.
35316         [C99-based-standards] (SCNiFAST16): Likewise.
35317         [C99-based-standards] (SCNoFAST16): Likewise.
35318         [C99-based-standards] (SCNuFAST16): Likewise.
35319         [C99-based-standards] (SCNxFAST16): Likewise.
35320         [C99-based-standards] (PRId32): Likewise.
35321         [C99-based-standards] (PRIi32): Likewise.
35322         [C99-based-standards] (PRIo32): Likewise.
35323         [C99-based-standards] (PRIu32): Likewise.
35324         [C99-based-standards] (PRIx32): Likewise.
35325         [C99-based-standards] (PRIX32): Likewise.
35326         [C99-based-standards] (SCNd32): Likewise.
35327         [C99-based-standards] (SCNi32): Likewise.
35328         [C99-based-standards] (SCNo32): Likewise.
35329         [C99-based-standards] (SCNu32): Likewise.
35330         [C99-based-standards] (SCNx32): Likewise.
35331         [C99-based-standards] (PRIdLEAST32): Likewise.
35332         [C99-based-standards] (PRIiLEAST32): Likewise.
35333         [C99-based-standards] (PRIoLEAST32): Likewise.
35334         [C99-based-standards] (PRIuLEAST32): Likewise.
35335         [C99-based-standards] (PRIxLEAST32): Likewise.
35336         [C99-based-standards] (PRIXLEAST32): Likewise.
35337         [C99-based-standards] (SCNdLEAST32): Likewise.
35338         [C99-based-standards] (SCNiLEAST32): Likewise.
35339         [C99-based-standards] (SCNoLEAST32): Likewise.
35340         [C99-based-standards] (SCNuLEAST32): Likewise.
35341         [C99-based-standards] (SCNxLEAST32): Likewise.
35342         [C99-based-standards] (PRIdFAST32): Likewise.
35343         [C99-based-standards] (PRIiFAST32): Likewise.
35344         [C99-based-standards] (PRIoFAST32): Likewise.
35345         [C99-based-standards] (PRIuFAST32): Likewise.
35346         [C99-based-standards] (PRIxFAST32): Likewise.
35347         [C99-based-standards] (PRIXFAST32): Likewise.
35348         [C99-based-standards] (SCNdFAST32): Likewise.
35349         [C99-based-standards] (SCNiFAST32): Likewise.
35350         [C99-based-standards] (SCNoFAST32): Likewise.
35351         [C99-based-standards] (SCNuFAST32): Likewise.
35352         [C99-based-standards] (SCNxFAST32): Likewise.
35353         [C99-based-standards] (PRId64): Likewise.
35354         [C99-based-standards] (PRIi64): Likewise.
35355         [C99-based-standards] (PRIo64): Likewise.
35356         [C99-based-standards] (PRIu64): Likewise.
35357         [C99-based-standards] (PRIx64): Likewise.
35358         [C99-based-standards] (PRIX64): Likewise.
35359         [C99-based-standards] (SCNd64): Likewise.
35360         [C99-based-standards] (SCNi64): Likewise.
35361         [C99-based-standards] (SCNo64): Likewise.
35362         [C99-based-standards] (SCNu64): Likewise.
35363         [C99-based-standards] (SCNx64): Likewise.
35364         [C99-based-standards] (PRIdLEAST64): Likewise.
35365         [C99-based-standards] (PRIiLEAST64): Likewise.
35366         [C99-based-standards] (PRIoLEAST64): Likewise.
35367         [C99-based-standards] (PRIuLEAST64): Likewise.
35368         [C99-based-standards] (PRIxLEAST64): Likewise.
35369         [C99-based-standards] (PRIXLEAST64): Likewise.
35370         [C99-based-standards] (SCNdLEAST64): Likewise.
35371         [C99-based-standards] (SCNiLEAST64): Likewise.
35372         [C99-based-standards] (SCNoLEAST64): Likewise.
35373         [C99-based-standards] (SCNuLEAST64): Likewise.
35374         [C99-based-standards] (SCNxLEAST64): Likewise.
35375         [C99-based-standards] (PRIdFAST64): Likewise.
35376         [C99-based-standards] (PRIiFAST64): Likewise.
35377         [C99-based-standards] (PRIoFAST64): Likewise.
35378         [C99-based-standards] (PRIuFAST64): Likewise.
35379         [C99-based-standards] (PRIxFAST64): Likewise.
35380         [C99-based-standards] (PRIXFAST64): Likewise.
35381         [C99-based-standards] (SCNdFAST64): Likewise.
35382         [C99-based-standards] (SCNiFAST64): Likewise.
35383         [C99-based-standards] (SCNoFAST64): Likewise.
35384         [C99-based-standards] (SCNuFAST64): Likewise.
35385         [C99-based-standards] (SCNxFAST64): Likewise.
35386         [C99-based-standards] (PRIdMAX): Likewise.
35387         [C99-based-standards] (PRIiMAX): Likewise.
35388         [C99-based-standards] (PRIoMAX): Likewise.
35389         [C99-based-standards] (PRIuMAX): Likewise.
35390         [C99-based-standards] (PRIxMAX): Likewise.
35391         [C99-based-standards] (PRIXMAX): Likewise.
35392         [C99-based-standards] (SCNdMAX): Likewise.
35393         [C99-based-standards] (SCNiMAX): Likewise.
35394         [C99-based-standards] (SCNoMAX): Likewise.
35395         [C99-based-standards] (SCNuMAX): Likewise.
35396         [C99-based-standards] (SCNxMAX): Likewise.
35397         [C99-based-standards] (PRIdPTR): Likewise.
35398         [C99-based-standards] (PRIiPTR): Likewise.
35399         [C99-based-standards] (PRIoPTR): Likewise.
35400         [C99-based-standards] (PRIuPTR): Likewise.
35401         [C99-based-standards] (PRIxPTR): Likewise.
35402         [C99-based-standards] (PRIXPTR): Likewise.
35403         [C99-based-standards] (SCNdPTR): Likewise.
35404         [C99-based-standards] (SCNiPTR): Likewise.
35405         [C99-based-standards] (SCNoPTR): Likewise.
35406         [C99-based-standards] (SCNuPTR): Likewise.
35407         [C99-based-standards] (SCNxPTR): Likewise.
35408         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35409         allow.
35410         * conform/data/stdint.h-data: Update comments to clarify
35411         requirements.
35412         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
35413         type.
35414         [C99-based standards] (INT8_MAX): Likewise.
35415         [C99-based standards] (INT16_MIN): Likewise.
35416         [C99-based standards] (INT16_MAX): Likewise.
35417         [C99-based standards] (INT32_MIN): Likewise.
35418         [C99-based standards] (INT32_MAX): Likewise.
35419         [C99-based standards] (INT64_MIN): Likewise.
35420         [C99-based standards] (INT64_MAX): Likewise.
35421         [C99-based standards] (UINT8_MAX): Likewise.
35422         [C99-based standards] (UINT16_MAX): Likewise.
35423         [C99-based standards] (UINT32_MAX): Likewise.
35424         [C99-based standards] (UINT64_MAX): Likewise.
35425         [C99-based standards] (INT_LEAST8_MIN): Likewise.
35426         [C99-based standards] (INT_LEAST8_MAX): Likewise.
35427         [C99-based standards] (INT_LEAST16_MIN): Likewise.
35428         [C99-based standards] (INT_LEAST16_MAX): Likewise.
35429         [C99-based standards] (INT_LEAST32_MIN): Likewise.
35430         [C99-based standards] (INT_LEAST32_MAX): Likewise.
35431         [C99-based standards] (INT_LEAST64_MIN): Likewise.
35432         [C99-based standards] (INT_LEAST64_MAX): Likewise.
35433         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35434         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35435         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35436         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35437         [C99-based standards] (INT_FAST8_MIN): Likewise.
35438         [C99-based standards] (INT_FAST8_MAX): Likewise.
35439         [C99-based standards] (INT_FAST16_MIN): Likewise.
35440         [C99-based standards] (INT_FAST16_MAX): Likewise.
35441         [C99-based standards] (INT_FAST32_MIN): Likewise.
35442         [C99-based standards] (INT_FAST32_MAX): Likewise.
35443         [C99-based standards] (INT_FAST64_MIN): Likewise.
35444         [C99-based standards] (INT_FAST64_MAX): Likewise.
35445         [C99-based standards] (UINT_FAST8_MAX): Likewise.
35446         [C99-based standards] (UINT_FAST16_MAX): Likewise.
35447         [C99-based standards] (UINT_FAST32_MAX): Likewise.
35448         [C99-based standards] (UINT_FAST64_MAX): Likewise.
35449         [C99-based standards] (INTPTR_MIN): Likewise.
35450         [C99-based standards] (INTPTR_MAX): Likewise.
35451         [C99-based standards] (UINTPTR_MAX): Likewise.
35452         [C99-based standards] (INTMAX_MIN): Likewise.
35453         [C99-based standards] (INTMAX_MAX): Likewise.
35454         [C99-based standards] (UINTMAX_MAX): Likewise.
35455         [C99-based standards] (PTRDIFF_MIN): Likewise.
35456         [C99-based standards] (PTRDIFF_MAX): Likewise.
35457         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35458         [C99-based standards] (SIZE_MAX): Likewise.
35459         [C99-based standards] (WCHAR_MAX): Likewise.
35460         [C99-based standards] (WINT_MAX): Likewise.
35461         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
35462         constraint on value.
35463         [C99-based standards] (WCHAR_MIN): Likewise.
35464         [C99-based standards] (WINT_MIN): Likewise.
35465         [C99-based standards] (*_t): Allow.
35466         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35467         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35468         Include math.h-data and complex.h-data.  Remove all expectations
35469         of math.h and complex.h contents.
35470         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35471         at end of line.
35472         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35473         (struct tm): Expect tag.
35474         [C99-based-standards] (wcstof): Expect function.
35475         [C99-based-standards] (wcstold): Likewise.
35476         [C99-based-standards] (wcstoll): Likewise.
35477         [C99-based-standards] (wcstoull): Likewise.
35478         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35479         macro-int-constant.  Specify type.
35480         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
35481         constraint on value.
35482         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35483         Specify type.
35484         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35485         Specify value.
35486         [ISO C standards]: Do not allow headers.
35487         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35488         wcs[abcdefghijklmnopqrstuvwxyz]*.
35489         [ISO C standards] (*_t): Do not allow.
35490         * conform/data/wctype.h-data [C99-based standards] (iswblank):
35491         Expect function.
35492         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35493         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35494         Specify type.
35495         [ISO C standards]: Do not allow headers.
35496         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35497         is[abcdefghijklmnopqrstuvwxyz]*.
35498         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35499         to[abcdefghijklmnopqrstuvwxyz]*.
35500         [ISO C standards] (*_t): Do not allow.
35501         * conform/data/stdalign.h-data: New file.
35502         * conform/data/stdbool.h-data: Likewise.
35503         * conform/data/stdnoreturn.h-data: Likewise.
35505 2012-11-07  Roland McGrath  <roland@hack.frob.com>
35507         [BZ #14815]
35508         * manual/filesys.texi (Directory Entries): Typo fix.
35509         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35511 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35513         * elf/elf.h (EM_AARCH64): New macro.
35514         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35515         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35516         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35517         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35518         (R_AARCH64_TLSDESC): Likewise.
35519         (NT_ARM_TLS): Likewise.
35520         (NT_ARM_HW_BREAK): Likewise.
35521         (NT_ARM_HW_WATCH): Likewise.
35523 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35525         [BZ #14811]
35526         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35527         (__ieee754_powl): Saturate nonzero exponents with absolute value
35528         below 0x1p-79 to +/- 0x1p-79.
35529         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35530         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35531         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35532         nonzero exponents with absolute value below 0x1p-32 to +/-
35533         0x1p-32.
35534         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35535         (__ieee754_powl): Saturate nonzero exponents with absolute value
35536         below 0x1p-79 to +/- 0x1p-79.
35537         * math/libm-test.inc (pow_test): Add more tests.
35539 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35541         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35542         _dl_s390_cap_flags with kernel. Increase string length.
35543         (_dl_s390_platforms): Add z196 and zEC12.
35545 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35547         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35548         Change XOPEN21K to XOPEN2K.
35550 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
35552         * string/memmove.c: Use memcpy when possible.
35554 2012-11-06  Andreas Jaeger  <aj@suse.de>
35556         * po/eo.po: Update from translation team.
35558 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
35560         [BZ #14793]
35561         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35562         exponent and small x and y exponents, scale x or y up.  Increase
35563         by 2 the exponent used in scaling up.
35564         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35565         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35566         * math/libm-test.inc (fma_test): Add more tests.
35567         (fma_test_towardzero): Likewise.
35568         (fma_test_downward): Likewise.
35569         (fma_test_upward): Likewise.
35571 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
35573         [BZ #14805]
35574         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35575         fenv_t *.
35577         [BZ #14801]
35578         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35579         namespace for names of struct fields.
35580         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35581         fenv_t fields.
35582         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35583         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35585 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35587         [BZ #3665]
35588         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35590 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35592         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35593         PTR_DEMANGLE.
35595         [BZ #5246]
35596         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35597         PTR_DEMANGLE.
35599 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
35601         [BZ #14797]
35602         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35603         definitely overflow as x * y not x * y + z.
35604         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35605         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35606         * math/libm-test.inc (fma_test): Add more tests.
35607         (fma_test_towardzero): Likewise.
35608         (fma_test_downward): Likewise.
35609         (fma_test_upward): Likewise.
35611 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35613         [BZ #157]
35615         * include/stub-tag.h: Remove file.
35616         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35617         '#include' of it.
35618         * manual/maint.texi (Porting): Don't reference it.
35619         * Makerules ($(objpfx)stubs): Likewise.
35620         * dirent/closedir.c: Don't include <stub-tag.h>.
35621         * dirent/dirfd.c: Likewise.
35622         * dirent/fdopendir.c: Likewise.
35623         * dirent/getdents.c: Likewise.
35624         * dirent/getdents64.c: Likewise.
35625         * dirent/opendir.c: Likewise.
35626         * dirent/readdir.c: Likewise.
35627         * dirent/readdir64.c: Likewise.
35628         * dirent/readdir64_r.c: Likewise.
35629         * dirent/readdir_r.c: Likewise.
35630         * dirent/rewinddir.c: Likewise.
35631         * dirent/seekdir.c: Likewise.
35632         * dirent/telldir.c: Likewise.
35633         * gmon/profil.c: Likewise.
35634         * grp/setgroups.c: Likewise.
35635         * inet/if_index.c: Likewise.
35636         * io/access.c: Likewise.
35637         * io/chdir.c: Likewise.
35638         * io/chmod.c: Likewise.
35639         * io/chown.c: Likewise.
35640         * io/close.c: Likewise.
35641         * io/dup.c: Likewise.
35642         * io/dup2.c: Likewise.
35643         * io/dup3.c: Likewise.
35644         * io/euidaccess.c: Likewise.
35645         * io/faccessat.c: Likewise.
35646         * io/fchdir.c: Likewise.
35647         * io/fchmod.c: Likewise.
35648         * io/fchmodat.c: Likewise.
35649         * io/fchown.c: Likewise.
35650         * io/fchownat.c: Likewise.
35651         * io/fcntl.c: Likewise.
35652         * io/flock.c: Likewise.
35653         * io/fstatfs.c: Likewise.
35654         * io/fstatfs64.c: Likewise.
35655         * io/fstatvfs.c: Likewise.
35656         * io/fstatvfs64.c: Likewise.
35657         * io/futimens.c: Likewise.
35658         * io/fxstat.c: Likewise.
35659         * io/fxstat64.c: Likewise.
35660         * io/fxstatat.c: Likewise.
35661         * io/fxstatat64.c: Likewise.
35662         * io/getcwd.c: Likewise.
35663         * io/isatty.c: Likewise.
35664         * io/lchmod.c: Likewise.
35665         * io/lchown.c: Likewise.
35666         * io/link.c: Likewise.
35667         * io/linkat.c: Likewise.
35668         * io/lseek.c: Likewise.
35669         * io/lseek64.c: Likewise.
35670         * io/lxstat64.c: Likewise.
35671         * io/mkdir.c: Likewise.
35672         * io/mkdirat.c: Likewise.
35673         * io/mkfifo.c: Likewise.
35674         * io/mkfifoat.c: Likewise.
35675         * io/open.c: Likewise.
35676         * io/open64.c: Likewise.
35677         * io/openat.c: Likewise.
35678         * io/openat64.c: Likewise.
35679         * io/pipe.c: Likewise.
35680         * io/pipe2.c: Likewise.
35681         * io/poll.c: Likewise.
35682         * io/posix_fadvise.c: Likewise.
35683         * io/posix_fadvise64.c: Likewise.
35684         * io/posix_fallocate.c: Likewise.
35685         * io/posix_fallocate64.c: Likewise.
35686         * io/read.c: Likewise.
35687         * io/readlink.c: Likewise.
35688         * io/readlinkat.c: Likewise.
35689         * io/rmdir.c: Likewise.
35690         * io/sendfile.c: Likewise.
35691         * io/sendfile64.c: Likewise.
35692         * io/statfs.c: Likewise.
35693         * io/statfs64.c: Likewise.
35694         * io/statvfs.c: Likewise.
35695         * io/statvfs64.c: Likewise.
35696         * io/symlink.c: Likewise.
35697         * io/symlinkat.c: Likewise.
35698         * io/ttyname.c: Likewise.
35699         * io/ttyname_r.c: Likewise.
35700         * io/umask.c: Likewise.
35701         * io/unlink.c: Likewise.
35702         * io/unlinkat.c: Likewise.
35703         * io/utime.c: Likewise.
35704         * io/utimensat.c: Likewise.
35705         * io/write.c: Likewise.
35706         * io/xmknod.c: Likewise.
35707         * io/xmknodat.c: Likewise.
35708         * io/xstat.c: Likewise.
35709         * io/xstat64.c: Likewise.
35710         * login/getpt.c: Likewise.
35711         * login/grantpt.c: Likewise.
35712         * login/unlockpt.c: Likewise.
35713         * math/e_acoshl.c: Likewise.
35714         * math/e_acosl.c: Likewise.
35715         * math/e_asinl.c: Likewise.
35716         * math/e_atan2l.c: Likewise.
35717         * math/e_atanhl.c: Likewise.
35718         * math/e_coshl.c: Likewise.
35719         * math/e_expl.c: Likewise.
35720         * math/e_fmodl.c: Likewise.
35721         * math/e_gammal_r.c: Likewise.
35722         * math/e_hypotl.c: Likewise.
35723         * math/e_j0l.c: Likewise.
35724         * math/e_j1l.c: Likewise.
35725         * math/e_jnl.c: Likewise.
35726         * math/e_lgammal_r.c: Likewise.
35727         * math/e_log10l.c: Likewise.
35728         * math/e_log2l.c: Likewise.
35729         * math/e_logl.c: Likewise.
35730         * math/e_powl.c: Likewise.
35731         * math/e_rem_pio2l.c: Likewise.
35732         * math/e_sinhl.c: Likewise.
35733         * math/e_sqrtl.c: Likewise.
35734         * math/fclrexcpt.c: Likewise.
35735         * math/fedisblxcpt.c: Likewise.
35736         * math/feenablxcpt.c: Likewise.
35737         * math/fegetenv.c: Likewise.
35738         * math/fegetexcept.c: Likewise.
35739         * math/fegetround.c: Likewise.
35740         * math/feholdexcpt.c: Likewise.
35741         * math/fesetenv.c: Likewise.
35742         * math/fesetround.c: Likewise.
35743         * math/feupdateenv.c: Likewise.
35744         * math/fgetexcptflg.c: Likewise.
35745         * math/fraiseexcpt.c: Likewise.
35746         * math/fsetexcptflg.c: Likewise.
35747         * math/ftestexcept.c: Likewise.
35748         * math/k_cosl.c: Likewise.
35749         * math/k_rem_pio2l.c: Likewise.
35750         * math/k_sinl.c: Likewise.
35751         * math/k_tanl.c: Likewise.
35752         * math/s_asinhl.c: Likewise.
35753         * math/s_atanl.c: Likewise.
35754         * math/s_cbrtl.c: Likewise.
35755         * math/s_erfl.c: Likewise.
35756         * math/s_expm1l.c: Likewise.
35757         * math/s_log1pl.c: Likewise.
35758         * math/s_tanhl.c: Likewise.
35759         * misc/acct.c: Likewise.
35760         * misc/brk.c: Likewise.
35761         * misc/chflags.c: Likewise.
35762         * misc/chroot.c: Likewise.
35763         * misc/fchflags.c: Likewise.
35764         * misc/fgetxattr.c: Likewise.
35765         * misc/flistxattr.c: Likewise.
35766         * misc/fremovexattr.c: Likewise.
35767         * misc/fsetxattr.c: Likewise.
35768         * misc/fsync.c: Likewise.
35769         * misc/ftruncate.c: Likewise.
35770         * misc/futimes.c: Likewise.
35771         * misc/futimesat.c: Likewise.
35772         * misc/getdomain.c: Likewise.
35773         * misc/getdtsz.c: Likewise.
35774         * misc/gethostid.c: Likewise.
35775         * misc/gethostname.c: Likewise.
35776         * misc/getloadavg.c: Likewise.
35777         * misc/getpagesize.c: Likewise.
35778         * misc/getsysstats.c: Likewise.
35779         * misc/getxattr.c: Likewise.
35780         * misc/gtty.c: Likewise.
35781         * misc/ioctl.c: Likewise.
35782         * misc/lgetxattr.c: Likewise.
35783         * misc/listxattr.c: Likewise.
35784         * misc/llistxattr.c: Likewise.
35785         * misc/lremovexattr.c: Likewise.
35786         * misc/lsetxattr.c: Likewise.
35787         * misc/lutimes.c: Likewise.
35788         * misc/madvise.c: Likewise.
35789         * misc/mincore.c: Likewise.
35790         * misc/mlock.c: Likewise.
35791         * misc/mlockall.c: Likewise.
35792         * misc/mmap.c: Likewise.
35793         * misc/mprotect.c: Likewise.
35794         * misc/msync.c: Likewise.
35795         * misc/munlock.c: Likewise.
35796         * misc/munlockall.c: Likewise.
35797         * misc/munmap.c: Likewise.
35798         * misc/preadv.c: Likewise.
35799         * misc/preadv64.c: Likewise.
35800         * misc/ptrace.c: Likewise.
35801         * misc/pwritev.c: Likewise.
35802         * misc/pwritev64.c: Likewise.
35803         * misc/readv.c: Likewise.
35804         * misc/reboot.c: Likewise.
35805         * misc/remap_file_pages.c: Likewise.
35806         * misc/removexattr.c: Likewise.
35807         * misc/revoke.c: Likewise.
35808         * misc/select.c: Likewise.
35809         * misc/setdomain.c: Likewise.
35810         * misc/setegid.c: Likewise.
35811         * misc/seteuid.c: Likewise.
35812         * misc/sethostid.c: Likewise.
35813         * misc/sethostname.c: Likewise.
35814         * misc/setregid.c: Likewise.
35815         * misc/setreuid.c: Likewise.
35816         * misc/setxattr.c: Likewise.
35817         * misc/sstk.c: Likewise.
35818         * misc/stty.c: Likewise.
35819         * misc/swapoff.c: Likewise.
35820         * misc/swapon.c: Likewise.
35821         * misc/sync.c: Likewise.
35822         * misc/syncfs.c: Likewise.
35823         * misc/syscall.c: Likewise.
35824         * misc/truncate.c: Likewise.
35825         * misc/ualarm.c: Likewise.
35826         * misc/usleep.c: Likewise.
35827         * misc/ustat.c: Likewise.
35828         * misc/utimes.c: Likewise.
35829         * misc/vhangup.c: Likewise.
35830         * misc/writev.c: Likewise.
35831         * posix/_exit.c: Likewise.
35832         * posix/alarm.c: Likewise.
35833         * posix/execve.c: Likewise.
35834         * posix/fexecve.c: Likewise.
35835         * posix/fork.c: Likewise.
35836         * posix/fpathconf.c: Likewise.
35837         * posix/getaddrinfo.c: Likewise.
35838         * posix/getegid.c: Likewise.
35839         * posix/geteuid.c: Likewise.
35840         * posix/getgid.c: Likewise.
35841         * posix/getgroups.c: Likewise.
35842         * posix/getlogin.c: Likewise.
35843         * posix/getlogin_r.c: Likewise.
35844         * posix/getpgid.c: Likewise.
35845         * posix/getpid.c: Likewise.
35846         * posix/getppid.c: Likewise.
35847         * posix/getresgid.c: Likewise.
35848         * posix/getresuid.c: Likewise.
35849         * posix/getsid.c: Likewise.
35850         * posix/getuid.c: Likewise.
35851         * posix/glob64.c: Likewise.
35852         * posix/nanosleep.c: Likewise.
35853         * posix/pathconf.c: Likewise.
35854         * posix/pause.c: Likewise.
35855         * posix/posix_madvise.c: Likewise.
35856         * posix/pread.c: Likewise.
35857         * posix/pread64.c: Likewise.
35858         * posix/pwrite.c: Likewise.
35859         * posix/pwrite64.c: Likewise.
35860         * posix/sched_getaffinity.c: Likewise.
35861         * posix/sched_getp.c: Likewise.
35862         * posix/sched_gets.c: Likewise.
35863         * posix/sched_primax.c: Likewise.
35864         * posix/sched_primin.c: Likewise.
35865         * posix/sched_rr_gi.c: Likewise.
35866         * posix/sched_setaffinity.c: Likewise.
35867         * posix/sched_setp.c: Likewise.
35868         * posix/sched_sets.c: Likewise.
35869         * posix/sched_yield.c: Likewise.
35870         * posix/setgid.c: Likewise.
35871         * posix/setlogin.c: Likewise.
35872         * posix/setpgid.c: Likewise.
35873         * posix/setresgid.c: Likewise.
35874         * posix/setresuid.c: Likewise.
35875         * posix/setsid.c: Likewise.
35876         * posix/setuid.c: Likewise.
35877         * posix/sleep.c: Likewise.
35878         * posix/spawni.c: Likewise.
35879         * posix/sysconf.c: Likewise.
35880         * posix/times.c: Likewise.
35881         * posix/wait.c: Likewise.
35882         * posix/wait3.c: Likewise.
35883         * posix/wait4.c: Likewise.
35884         * posix/waitpid.c: Likewise.
35885         * resolv/gai_sigqueue.c: Likewise.
35886         * resource/getpriority.c: Likewise.
35887         * resource/getrlimit.c: Likewise.
35888         * resource/getrusage.c: Likewise.
35889         * resource/nice.c: Likewise.
35890         * resource/setpriority.c: Likewise.
35891         * resource/setrlimit.c: Likewise.
35892         * resource/ulimit.c: Likewise.
35893         * rt/aio_cancel.c: Likewise.
35894         * rt/aio_fsync.c: Likewise.
35895         * rt/aio_read.c: Likewise.
35896         * rt/aio_sigqueue.c: Likewise.
35897         * rt/aio_suspend.c: Likewise.
35898         * rt/aio_write.c: Likewise.
35899         * rt/clock_getres.c: Likewise.
35900         * rt/clock_gettime.c: Likewise.
35901         * rt/clock_nanosleep.c: Likewise.
35902         * rt/clock_settime.c: Likewise.
35903         * rt/lio_listio.c: Likewise.
35904         * rt/mq_close.c: Likewise.
35905         * rt/mq_getattr.c: Likewise.
35906         * rt/mq_notify.c: Likewise.
35907         * rt/mq_open.c: Likewise.
35908         * rt/mq_receive.c: Likewise.
35909         * rt/mq_send.c: Likewise.
35910         * rt/mq_setattr.c: Likewise.
35911         * rt/mq_timedreceive.c: Likewise.
35912         * rt/mq_timedsend.c: Likewise.
35913         * rt/mq_unlink.c: Likewise.
35914         * rt/shm_open.c: Likewise.
35915         * rt/shm_unlink.c: Likewise.
35916         * rt/timer_create.c: Likewise.
35917         * rt/timer_delete.c: Likewise.
35918         * rt/timer_getoverr.c: Likewise.
35919         * rt/timer_gettime.c: Likewise.
35920         * rt/timer_settime.c: Likewise.
35921         * setjmp/__longjmp.c: Likewise.
35922         * setjmp/setjmp.c: Likewise.
35923         * signal/kill.c: Likewise.
35924         * signal/killpg.c: Likewise.
35925         * signal/raise.c: Likewise.
35926         * signal/sigaction.c: Likewise.
35927         * signal/sigaltstack.c: Likewise.
35928         * signal/sigblock.c: Likewise.
35929         * signal/sigignore.c: Likewise.
35930         * signal/sigintr.c: Likewise.
35931         * signal/signal.c: Likewise.
35932         * signal/sigpause.c: Likewise.
35933         * signal/sigpending.c: Likewise.
35934         * signal/sigqueue.c: Likewise.
35935         * signal/sigreturn.c: Likewise.
35936         * signal/sigset.c: Likewise.
35937         * signal/sigsetmask.c: Likewise.
35938         * signal/sigstack.c: Likewise.
35939         * signal/sigsuspend.c: Likewise.
35940         * signal/sigtimedwait.c: Likewise.
35941         * signal/sigvec.c: Likewise.
35942         * signal/sigwait.c: Likewise.
35943         * signal/sigwaitinfo.c: Likewise.
35944         * signal/sysv_signal.c: Likewise.
35945         * socket/accept.c: Likewise.
35946         * socket/accept4.c: Likewise.
35947         * socket/bind.c: Likewise.
35948         * socket/connect.c: Likewise.
35949         * socket/getpeername.c: Likewise.
35950         * socket/getsockname.c: Likewise.
35951         * socket/getsockopt.c: Likewise.
35952         * socket/isfdtype.c: Likewise.
35953         * socket/listen.c: Likewise.
35954         * socket/recv.c: Likewise.
35955         * socket/recvfrom.c: Likewise.
35956         * socket/recvmsg.c: Likewise.
35957         * socket/send.c: Likewise.
35958         * socket/sendmsg.c: Likewise.
35959         * socket/sendto.c: Likewise.
35960         * socket/setsockopt.c: Likewise.
35961         * socket/shutdown.c: Likewise.
35962         * socket/sockatmark.c: Likewise.
35963         * socket/socket.c: Likewise.
35964         * socket/socketpair.c: Likewise.
35965         * stdio-common/ctermid.c: Likewise.
35966         * stdio-common/cuserid.c: Likewise.
35967         * stdio-common/remove.c: Likewise.
35968         * stdio-common/rename.c: Likewise.
35969         * stdio-common/renameat.c: Likewise.
35970         * stdio-common/tempname.c: Likewise.
35971         * stdlib/getcontext.c: Likewise.
35972         * stdlib/makecontext.c: Likewise.
35973         * stdlib/setcontext.c: Likewise.
35974         * stdlib/swapcontext.c: Likewise.
35975         * stdlib/system.c: Likewise.
35976         * streams/fattach.c: Likewise.
35977         * streams/fdetach.c: Likewise.
35978         * streams/getmsg.c: Likewise.
35979         * streams/getpmsg.c: Likewise.
35980         * streams/putmsg.c: Likewise.
35981         * streams/putpmsg.c: Likewise.
35982         * sysdeps/unix/bsd/getpt.c: Likewise.
35983         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35984         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35985         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35987         Likewise.
35988         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35989         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35990         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35991         * sysvipc/msgctl.c: Likewise.
35992         * sysvipc/msgget.c: Likewise.
35993         * sysvipc/msgrcv.c: Likewise.
35994         * sysvipc/msgsnd.c: Likewise.
35995         * sysvipc/semctl.c: Likewise.
35996         * sysvipc/semget.c: Likewise.
35997         * sysvipc/semop.c: Likewise.
35998         * sysvipc/semtimedop.c: Likewise.
35999         * sysvipc/shmat.c: Likewise.
36000         * sysvipc/shmctl.c: Likewise.
36001         * sysvipc/shmdt.c: Likewise.
36002         * sysvipc/shmget.c: Likewise.
36003         * termios/tcdrain.c: Likewise.
36004         * termios/tcflow.c: Likewise.
36005         * termios/tcflush.c: Likewise.
36006         * termios/tcgetattr.c: Likewise.
36007         * termios/tcgetpgrp.c: Likewise.
36008         * termios/tcsendbrk.c: Likewise.
36009         * termios/tcsetattr.c: Likewise.
36010         * termios/tcsetpgrp.c: Likewise.
36011         * time/adjtime.c: Likewise.
36012         * time/clock.c: Likewise.
36013         * time/getitimer.c: Likewise.
36014         * time/gettimeofday.c: Likewise.
36015         * time/setitimer.c: Likewise.
36016         * time/settimeofday.c: Likewise.
36017         * time/stime.c: Likewise.
36018         * time/time.c: Likewise.
36020 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36022         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36023         /usr/old/bin.
36025         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36026         instead of spaces.
36027         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36029 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36031         [BZ #14796]
36032         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36033         FE_TONEAREST before applying Dekker multiplication and Knuth
36034         addition.  Clear inexact exceptions and check for exact zero
36035         results afterwards.
36036         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36037         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36038         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36039         * math/libm-test.inc (fma_test): Add more tests.
36040         (fma_test_towardzero): Likewise.
36041         (fma_test_downward): Likewise.
36042         (fma_test_upward): Likewise.
36043         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36044         function.
36045         (libc_fesetround): New macro.
36046         (libc_fesetroundf): Likewise.
36047         (libc_fesetroundl): Likewise.
36048         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36049         function.
36050         (libc_fesetround_387): Likewise.
36051         (libc_fesetroundf): New macro.
36052         (libc_fesetround): Likewise.
36053         (libc_fesetroundl): Likewise.
36054         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36055         function.
36056         (libc_fesetroundf): New macro.
36057         (libc_fesetround): Likewise.
36058         (libc_fesetroundl): Likewise.
36059         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36060         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36061         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36062         libm_hidden_ver.
36063         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36064         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36065         libm_hidden_def.
36066         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36067         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36068         libm_hidden_ver.
36069         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36070         libm_hidden_def.
36072         [BZ #3439]
36073         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36074         integer constant usable in #if and use that to give value to enum
36075         constant.
36076         (FE_DIVBYZERO): Likewise.
36077         (FE_UNDERFLOW): Likewise.
36078         (FE_OVERFLOW): Likewise.
36079         (FE_INVALID): Likewise.
36080         (FE_INVALID_SNAN): Likewise.
36081         (FE_INVALID_ISI): Likewise.
36082         (FE_INVALID_IDI): Likewise.
36083         (FE_INVALID_ZDZ): Likewise.
36084         (FE_INVALID_IMZ): Likewise.
36085         (FE_INVALID_COMPARE): Likewise.
36086         (FE_INVALID_SOFTWARE): Likewise.
36087         (FE_INVALID_SQRT): Likewise.
36088         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36089         (FE_TONEAREST): Likewise.
36090         (FE_TOWARDZERO): Likewise.
36091         (FE_UPWARD): Likewise.
36092         (FE_DOWNWARD): Likewise.
36093         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36094         (FE_DIVBYZERO): Likewise.
36095         (FE_OVERFLOW): Likewise.
36096         (FE_UNDERFLOW): Likewise.
36097         (FE_INEXACT): Likewise.
36098         (FE_TONEAREST): Likewise.
36099         (FE_DOWNWARD): Likewise.
36100         (FE_UPWARD): Likewise.
36101         (FE_TOWARDZERO): Likewise.
36102         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36103         (FE_UNDERFLOW): Likewise.
36104         (FE_OVERFLOW): Likewise.
36105         (FE_DIVBYZERO): Likewise.
36106         (FE_INVALID): Likewise.
36107         (FE_TONEAREST): Likewise.
36108         (FE_TOWARDZERO): Likewise.
36109         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36110         (FE_OVERFLOW): Likewise.
36111         (FE_UNDERFLOW): Likewise.
36112         (FE_DIVBYZERO): Likewise.
36113         (FE_INEXACT): Likewise.
36114         (FE_TONEAREST): Likewise.
36115         (FE_TOWARDZERO): Likewise.
36116         (FE_UPWARD): Likewise.
36117         (FE_DOWNWARD): Likewise.
36118         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36119         (FE_DIVBYZERO): Likewise.
36120         (FE_OVERFLOW): Likewise.
36121         (FE_UNDERFLOW): Likewise.
36122         (FE_INEXACT): Likewise.
36123         (FE_TONEAREST): Likewise.
36124         (FE_DOWNWARD): Likewise.
36125         (FE_UPWARD): Likewise.
36126         (FE_TOWARDZERO): Likewise.
36128 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
36130         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36132 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
36134         * scripts/cross-test-ssh.sh (command): Use newlines to separate
36135         commands.  Quote $PWD.
36136         (blacklist_exports): Don't use remove_newlines.  Replace "declare
36137         -x" by "export".
36138         (remove_newlines): Remove.
36140 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
36142         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36143         * stdlib/stdlib.h (atof): Moved to ...
36144         * include/bits/stdlib-float.h: Here.  New file.
36145         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36146         * stdlib/bits/stdlib-float.h: New file.
36147         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36148         -mno-sse -mno-mmx.
36149         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36150         <xmmintrin.h>.
36152 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36154         * conform/conformtest.pl (@headers): Add fenv.h.
36155         * conform/data/fenv.h-data: New file.
36156         * include/fenv.h [_ISOMAC]: Disable all contents of file except
36157         include of <math/fenv.h>.
36159         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36160         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36161         && !UNIX98].  Enables tests for XOPEN2K8.
36162         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36163         POSIX2008]: Likewise.
36165         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36166         (struct rusage): Do not expect type or its members.
36168         [BZ #3439]
36169         * math/math.h (FP_NAN): Define macro to integer constant usable in
36170         #if and use that to give value to enum constant.
36171         (FP_INFINITE): Likewise.
36172         (FP_ZERO): Likewise.
36173         (FP_SUBNORMAL): Likewise.
36174         (FP_NORMAL): Likewise.
36176 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
36178         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36179         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36180         arguments.
36182 2012-11-02  Roland McGrath  <roland@hack.frob.com>
36184         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36185         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36186         autoconf-time if not.
36187         * configure.in: Remove AC_PREREQ.
36189 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36191         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36192         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36193         of the internal implementation.
36195 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36197         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36198         except include of <misc/sys/syslog.h>.
36200 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36203         function returns with a NULL context exit with zero.
36205 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36207         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36209 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36211         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36212         (run_program_cmd): This.
36213         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36214         (tst_langinfo): New variable.  Use it.
36216 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36218         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36219         floating point opcodes.
36221 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36223         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36224         variable.
36226         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36228         * sysdeps/mach/hurd/powerpc: Remove directory.
36229         * sysdeps/mach/powerpc: Likewise.
36231 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36233         * scripts/check-local-headers.sh: Ignore c++ headers.
36235 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36237         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36238         __libc_cleanup_region_start argument.
36240 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36242         [BZ #14784]
36243         [BZ #14785]
36244         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36245         x * y using scaling, not as x * y + z.
36246         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36247         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36248         * math/libm-test.inc (fma_test): Add more tests.
36249         (fma_test_towardzero): Likewise.
36250         (fma_test_downward): Likewise.
36251         (fma_test_upward): Likewise.
36253 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36255         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36257 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36259         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36260         New variable.
36262 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
36264         * rt/tst-shm.c (worker): Correct checking for mmap failure.
36266 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36269         Fix sort order.
36270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36271         Likewise.
36273 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36276         Fix the order of the list for glibc 2.17.
36277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36278         Likewise.
36280 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36282         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36284 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36286         [BZ #14610]
36287         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36288         for low part of x being zero before using __atanl (y).
36289         * math/libm-test.inc (atan2_test): Add another test.
36291         * manual/install.texi (Configuring and compiling): Document
36292         general use of test-wrapper and test-wrapper-env.
36293         * INSTALL: Regenerated.
36295         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36296         (__fma): Do not extract and scale down low bits on after-rounding
36297         systems when result rounded to normal precision would have normal
36298         exponent.
36299         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36300         (__fmal): Do not extract and scale down low bits on after-rounding
36301         systems when result rounded to normal precision would have normal
36302         exponent.
36303         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36304         (__fmal): Do not extract and scale down low bits on after-rounding
36305         systems when result rounded to normal precision would have normal
36306         exponent.
36307         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36308         macro.
36309         (fma_test): Add more tests.
36310         (fma_test_towardzero): Likewise.
36311         (fma_test_downward): Likewise.
36312         (fma_test_upward): Likewise.
36314 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
36316         * sysdeps/i386/tininess.h: Renamed to ...
36317         * sysdeps/x86/tininess.h: This.
36318         * sysdeps/x86_64/tininess.h: Removed.
36320 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36322         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36323         input.  Use $(build-program-cmd).
36324         ($(objpfx)tst-array1-static.out): Likewise.
36325         ($(objpfx)tst-array2.out): Likewise.
36326         ($(objpfx)tst-array3.out): Likewise.
36327         ($(objpfx)tst-array4.out): Likewise.
36328         ($(objpfx)tst-array5.out): Likewise.
36329         ($(objpfx)tst-array5-static.out): Likewise.
36331 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
36333         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36334         if defined.
36336         * nss/nsswitch.h (nss_interface_function): Provide new
36337         macro for use with NSS functions.
36338         * grp/initgroups.c: Use new macro.
36339         * nss/getXXbyYY.c: Likewise.
36340         * nss/getXXbyYY_r.c: Likewise.
36341         * nss/getXXent.c: Likewise.
36342         * nss/getXXent_r.c: Likewise.
36343         * sysdeps/posix/getaddrinfo.c: Likewise.
36345 2012-10-30  Andreas Jaeger  <aj@suse.de>
36347         * po/ru.po: Update Russion translation from translation project.
36349 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36351         [BZ #14152]
36352         [BZ #14783]
36353         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36354         result and shift together with sticky bit instead of replicating
36355         round-to-nearest rounding.
36356         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36357         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36358         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
36359         missing underflow exceptions.
36360         (fma_test_towardzero): Add more tests.
36361         (fma_test_downward): Likewise.
36362         (fma_test_upward): Likewise.
36364         [BZ #14047]
36365         * sysdeps/generic/tininess.h: New file.
36366         * sysdeps/i386/tininess.h: Likewise.
36367         * sysdeps/sh/tininess.h: Likewise.
36368         * sysdeps/x86_64/tininess.h: Likewise.
36369         * stdlib/tst-strtod-underflow.c: Likewise.
36370         * stdlib/tst-tininess.c: Likewise.
36371         * stdlib/strtod_l.c: Include <tininess.h>.
36372         (round_and_return): Do not set errno for exact underflow cases.
36373         Force an underflow exception when setting errno for underflow.
36374         Determine underflow based on rounding to normal precision if
36375         TININESS_AFTER_ROUNDING.
36376         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36377         ERANGE for exact underflow cases.
36378         * stdlib/Makefile (tests): Add tst-tininess and
36379         tst-strtod-underflow.
36380         ($(objpfx)tst-tininess): Use $(link-libm).
36381         ($(objpfx)tst-strtod-underflow): Likewise.
36383 2012-10-30  Andreas Jaeger  <aj@suse.de>
36385         [BZ#14767]
36386         * elf/Makefile (tests): Remove conditional for have-initfini-array
36387         since this is now always required and the variable does not exist
36388         anymore.
36389         (tests-static): Likewise.
36390         (modules-names): Likewise.
36392         * po/eo.po: Add Esperanto translation from translation project.
36394         * elf/tst-array1.c (fini_array): Make writeable so that it can be
36395         merged with constructor/destructor.
36396         (init_array): Likewise.
36397         * elf/tst-array2dep.c (fini_array): Likewise.
36398         (init_array): Likewise.
36400 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
36402         * manual/message.texi: Delete @cartouche tags.
36404 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
36406         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36407         EOPNOTSUPP.
36408         * sysdeps/mach/hurd/fsync.c: Likewise.
36410         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36411         [_POSIX_REALTIME_SIGNALS]: Change condition to
36412         [_POSIX_REALTIME_SIGNALS > 0].
36414 2012-10-27  Andreas Jaeger  <aj@suse.de>
36416         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36417         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36418         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36419         [__WORDSIZE != 64]: Likewise.
36421 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
36423         *  iconvdata/tst-table.sh: Remove ${SHELL}.
36424         *  iconvdata/tst-tables.sh: Likewise.
36426 2012-10-25  David S. Miller  <davem@davemloft.net>
36428         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36429         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36430         of strtoull.
36432         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36433         ifunc-impl-list.c
36434         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36435         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36436         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36437         file.
36439 2012-10-25  Roland McGrath  <roland@hack.frob.com>
36441         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36442         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36443         __getdirentries.
36445 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36446             Jim Blandy  <jimb@codesourcery.com>
36448         * scripts/cross-test-ssh.sh: New file.
36449         * manual/install.texi (Configuring and compiling): Document use of
36450         cross-test-ssh.sh.
36451         * INSTALL: Regenerated.
36453 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
36455         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36456         EOPNOTSUPP.
36458 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36460         * Makeconfig (run-program-prefix): Fix comment.
36462 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36463             Jim Blandy  <jimb@codesourcery.com>
36465         * Makeconfig (test-wrapper): New variable,
36466         (test-wrapper-env): Likewise.
36467         [$(cross-compiling) = yes && $(test-wrapper) != ""]
36468         (run-built-tests): Define to yes.
36469         (run-program-prefix): Use $(test-wrapper).
36470         (built-program-cmd): Likewise.
36471         * Rules (make-test-out): Use $(test-wrapper-env) and
36472         $(host-built-program-cmd).
36473         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36474         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36475         tst-pathopt.sh.
36476         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36477         $(test-wrapper-env) to tst-rtld-load-self.sh.
36478         ($(objpfx)order2.out): Use $(test-wrapper).
36479         ($(objpfx)tst-initorder.out): Likewise.
36480         ($(objpfx)tst-initorder2.out): Likewise.
36481         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36482         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36483         (test_wrapper_env): New variable.  Use it to run ld.so.
36484         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36485         Use it to run ld.so.
36486         (test_wrapper_env): Likewise.
36487         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36488         $(test-wrapper) to run-iconv-test.sh.
36489         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36490         (ICONV): Use $test_wrapper.
36491         * posix/Makefile ($(objpfx)globtest.out): Pass
36492         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36493         globtest.sh, not $(run-program-prefix).
36494         * posix/globtest.sh (run_via_rtld_prefix): New variable.
36495         (test_wrapper): Likewise.
36496         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
36497         set together with run_via_rtld_prefix.
36498         (run_program_prefix): Define in terms of test_wrapper and
36499         run_via_rtld_prefix.
36501 2012-10-24  Roland McGrath  <roland@hack.frob.com>
36503         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36504         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36505         Targets removed.
36507         [BZ #14743]
36508         * include/time.h: Remove librt_hidden_proto (clock_gettime).
36509         Declare __clock_getres, __clock_gettime, __clock_settime,
36510         __clock_nanosleep, and __clock_getcpuclockid.
36511         * rt/clock_gettime.c: Define __clock_gettime as an alias.
36512         Remove librt_hidden_def (clock_gettime).
36513         * sysdeps/unix/clock_gettime.c: Likewise.
36514         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36515         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36516         * rt/clock_getres.c: Define __clock_getres as an alias.
36517         * sysdeps/posix/clock_getres.c: Likewise.
36518         * rt/clock_settime.c: Define __clock_settime as an alias.
36519         * sysdeps/unix/clock_settime.c: Likewise.
36520         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36521         * sysdeps/unix/clock_nanosleep.c: Likewise.
36522         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36523         * rt/clock-compat.c: New file.
36524         * rt/Makefile (librt-routines): Add clock-compat and move
36525         $(clock-routines) to ...
36526         (routines): ... here, new variable.
36527         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36528         Don't add get_clockfreq here.
36529         * rt/Versions (libc: GLIBC_2.17): New version set.
36530         Add clock_* symbols here.
36531         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
36532         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36533         (GLIBC_2.17): Add clock_* symbols.
36534         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36535         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36536         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36538         Likewise.
36539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36540         Likewise.
36541         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36542         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36543         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36544         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36545         * NEWS: Mention the move.
36547         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36548         Use __open, __read, __close rather than their public counterparts.
36549         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36550         (__get_clockfreq_via_cpuinfo): Likewise.
36551         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36552         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36554         * config.h.in (HAVE_IFUNC): New #undef.
36555         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36556         was successful.
36557         * configure: Regenerated.
36559 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36561         * configure.in: Move READELF check to start of file.
36562         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36563         libc_cv_asm_gnu_indirect_function in the process.
36564         * configure: Regenerated.
36566 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36568         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36569         send the output to /dev/null.
36570         (libc_cv_cc_with_libunwind): Likewise.
36571         (libc_cv_as_noexecstack): Likewise.
36572         * configure: Regenerate.
36574 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36576         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36578         * posix/globtest.sh (TMPDIR): Do not set.
36579         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36580         (testout): Likewise.
36582 2012-10-24  Andreas Jaeger  <aj@suse.de>
36584         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36585         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36586         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36587         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36588         posix_fadvise64, posix_fallocate64.
36590         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36591         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36592         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36593         Likewise.
36594         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36595         Likewise.
36596         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36598         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36599         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36600         <bits/fcntl-linux.h>.
36601         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36603         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36604         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36605         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36606         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36607         [__WORDSIZE != 64]: Likewise.
36609 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36611         * Makeconfig (run-built-tests): New variable.
36612         * Rules [$(cross-compiling) = yes]: Change condition to
36613         [$(run-built-tests) = no].
36614         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36615         to [$(run-built-tests) = yes].
36616         * elf/Makefile [$(cross-compiling) = no]: Likewise
36617         * grp/Makefile [$(cross-compiling) = no]: Likewise.
36618         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36619         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36620         * intl/Makefile [$(cross-compiling) = no]: Likewise.
36621         * io/Makefile [$(cross-compiling) = no]: Likewise.
36622         * libio/Makefile [$(cross-compiling) = no]: Likewise.
36623         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36624         * misc/Makefile [$(cross-compiling) = no]: Likewise.
36625         * posix/Makefile [$(cross-compiling) = no]: Likewise.
36626         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36627         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36628         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36629         * string/Makefile [$(cross-compiling) = no]: Likewise.
36631         * posix/Makefile ($(objpfx)globtest.out): Pass
36632         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36633         $(rtld-installed-name).
36634         * posix/globtest.sh (elf_objpfx): Remove variable.
36635         (rtld_installed_name): Likewise.
36636         (library_path): Likewise.
36637         (run_program_prefix): New variable.  Use for running globtest
36638         binary.
36640 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
36641             Joseph Myers  <joseph@codesourcery.com>
36643         * Makeconfig (host-built-program-cmd): New variable.
36644         * elf/Makefile (tst-stackguard1-ARGS): Use
36645         $(host-built-program-cmd).
36646         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36647         (tst-spawn-ARGS): Likewise.
36648         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36650 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36651             Jim Blandy  <jimb@codesourcery.com>
36653         * Makeconfig (run-via-rtld-prefix): New variable.
36654         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36655         (built-program-cmd): Likewise.
36657 2012-10-22  Andreas Jaeger  <aj@suse.de>
36659         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36660         __O_RSYNC if it exists, otherwise to O_SYNC.
36662 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
36663             Joseph Myers  <joseph@codesourcery.com>
36665         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36666         /dev/null.
36667         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36668         from /dev/null
36669         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36670         /dev/null.
36672 2012-10-22  Andreas Jaeger  <aj@suse.de>
36674         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36675         Define always.
36676         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36678         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36679         bits/fcntl-linux.h.
36681         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36682         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36684         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36685         to __O_LARGEFILE.
36686         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36687         to __O_LARGEFILE.
36689 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
36690             Joseph Myers  <joseph@codesourcery.com>
36692         * config.make.in (NM): New variable.
36694 2012-10-21  Andreas Jaeger  <aj@suse.de>
36696         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36697         definitions and declarations that are provided by
36698         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36700 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36702         [BZ #14683]
36703         * elf/Makefile (tests-static): Add tst-leaks1-static.
36704         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36705         ($(objpfx)tst-leaks1-static): New rule.
36706         ($(objpfx)tst-leaks1-static-mem): Likewise.
36707         (tst-leaks1-static-ENV): New macro.
36708         * elf/dl-open.c (dl_open_worker): Check the main application
36709         only if SHARED is defined.
36710         * elf/tst-leaks1-static.c: New file.
36712 2012-10-20  Andreas Jaeger  <aj@suse.de>
36714         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36715         generic values for Linux.
36716         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36717         and declarations that are provided by <bits/fcntl-linux.h> and
36718         include <bits/fcntl-linux.h>.
36719         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36720         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36722 2012-10-20  Roland McGrath  <roland@hack.frob.com>
36724         * io/fcntl.h: Move include of <bits/types.h> to the top and
36725         include it unconditionally.
36727 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36729         * wcsmbs/Makefile (tests-ifunc): New variable.
36730         (tests): Add $(tests-ifunc).
36731         * wcsmbs/test-wcschr-ifunc.c: New file.
36732         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36733         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
36734         * wcsmbs/test-wcslen-ifunc.c: Likewise.
36735         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
36736         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
36738         * string/Makefile (tests-ifunc): New variable.
36739         (tests): Add $(tests-ifunc).
36740         * string/test-memccpy.c (TEST_NAME): New macro.
36741         * string/test-memchr.c (TEST_NAME): Likewise.
36742         * string/test-memcmp.c (TEST_NAME): Likewise.
36743         * string/test-memcpy.c (TEST_NAME): Likewise.
36744         * string/test-memmem.c (TEST_NAME): Likewise.
36745         * string/test-memmove.c (TEST_NAME): Likewise.
36746         * string/test-memset.c (TEST_NAME): Likewise.
36747         * string/test-rawmemchr.c (TEST_NAME): Likewise.
36748         * string/test-stpcpy.c (TEST_NAME): Likewise.
36749         * string/test-stpncpy.c (TEST_NAME): Likewise.
36750         * string/test-strcasecmp.c (TEST_NAME): Likewise.
36751         * string/test-strcasestr.c (TEST_NAME): Likewise.
36752         * string/test-strcat.c (TEST_NAME): Likewise.
36753         * string/test-strchr.c (TEST_NAME): Likewise.
36754         * string/test-strcmp.c(TEST_NAME): Likewise.
36755         * string/test-strcpy.c (TEST_NAME): Likewise.
36756         * string/test-strcspn.c (TEST_NAME): Likewise.
36757         * string/test-strlen.c (TEST_NAME): Likewise.
36758         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36759         * string/test-strncmp.c (TEST_NAME): Likewise.
36760         * string/test-strncpy.c (TEST_NAME): Likewise.
36761         * string/test-strnlen.c (TEST_NAME): Likewise.
36762         * string/test-strpbrk.c (TEST_NAME): Likewise.
36763         * string/test-strrchr.c (TEST_NAME): Likewise.
36764         * string/test-strspn.c (TEST_NAME): Likewise.
36765         * string/test-strstr.c (TEST_NAME): Likewise.
36766         * string/test-bcopy-ifunc.c: New file.
36767         * string/test-bzero-ifunc.c: Likewise.
36768         * string/test-memccpy-ifunc.c: Likewise.
36769         * string/test-memchr-ifunc.c: Likewise.
36770         * string/test-memcmp-ifunc.c: Likewise.
36771         * string/test-memcpy-ifunc.c: Likewise.
36772         * string/test-memmem-ifunc.c: Likewise.
36773         * string/test-memmove-ifunc.c: Likewise.
36774         * string/test-mempcpy-ifunc.c: Likewise.
36775         * string/test-memset-ifunc.c: Likewise.
36776         * string/test-rawmemchr-ifunc.c: Likewise.
36777         * string/test-stpcpy-ifunc.c: Likewise.
36778         * string/test-stpncpy-ifunc.c: Likewise.
36779         * string/test-strcasecmp-ifunc.c: Likewise.
36780         * string/test-strcasestr-ifunc.c: Likewise.
36781         * string/test-strcat-ifunc.c: Likewise.
36782         * string/test-strchr-ifunc.c: Likewise.
36783         * string/test-strchrnul-ifunc.c: Likewise.
36784         * string/test-strcmp-ifunc.c: Likewise.
36785         * string/test-strcpy-ifunc.c: Likewise.
36786         * string/test-strcspn-ifunc.c: Likewise.
36787         * string/test-strlen-ifunc.c: Likewise.
36788         * string/test-strncasecmp-ifunc.c: Likewise.
36789         * string/test-strncat-ifunc.c: Likewise.
36790         * string/test-strncmp-ifunc.c: Likewise.
36791         * string/test-strncpy-ifunc.c: Likewise.
36792         * string/test-strnlen-ifunc.c: Likewise.
36793         * string/test-strpbrk-ifunc.c: Likewise.
36794         * string/test-strrchr-ifunc.c: Likewise.
36795         * string/test-strspn-ifunc.c: Likewise.
36796         * string/test-strstr-ifunc.c: Likewise.
36798         * debug/Makefile (tests-ifunc): New variable.
36799         (tests): Add $(tests-ifunc).
36800         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36801         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36802         * debug/test-stpcpy_chk-ifunc.c: New file.
36803         * debug/test-strcpy_chk-ifunc.c: Likewise.
36805 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36807         [BZ #13601]
36808         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36809         header is not read in.
36811 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36813         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36814         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36815         directly.  Pass built executable to script as
36816         $(built-program-cmd).
36817         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36818         $testprogram without using LD_LIBRARY_PATH and $ldso.
36820         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36821         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36822         $(rtld-installed-name).
36823         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36824         (rtld_installed_name): Likewise.
36825         (library_path): Likewise.
36826         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36827         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36828         $(run-program-prefix) to tst-tables.sh.
36829         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36830         it to run tst-table-from and tst-table-to.
36831         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36832         Pass it to tst-table.sh.
36833         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36834         $(run-program-prefix) to tst-gettext.sh.
36835         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36836         tst-translit.sh.
36837         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36838         tst-gettext2.sh.
36839         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36840         to run tst-gettext.
36841         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36842         to run tst-gettext2.
36843         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36844         to run tst-translit.
36845         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36846         $(run-program-prefix) to tst-mtrace.sh.
36847         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36848         to run tst-mtrace.
36849         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36850         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36851         $(rtld-installed-name).
36852         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36853         (rtld_installed_name): Likewise.
36854         (run_program_prefix): New variable.  Use it to run wordexp-test.
36856         * Makeconfig (ARCH): Remove all definitions.
36857         (machine): Likewise.
36858         [ARCH]: Remove conditional code.
36859         [!objdir]: Give error.
36860         [!objdir] (objpfx): Remove.
36861         [!objdir] (common-objpfx): Likewise.
36862         [!objdir] (common-objdir): Likewise.
36863         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36864         AC_CONFIG_FILES call.
36865         * configure: Regenerated.
36867         [BZ #13888]
36868         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36869         or TMPDIR.
36870         (testout): Likewise.
36872         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36873         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36874         $(rtld-installed-name).
36875         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36876         (rtld_installed_name): Likwise.
36877         (runit): Remove function.
36878         (run_getconf): New variable,  Use it for running getconf binary.
36880 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36882         [BZ #14716]
36883         * string/test-memmem.c (check_result): New function.
36884         (do_one_test): Use it.
36885         (check1): New function.
36886         (test_main): Use it.
36888 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36890         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36892 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36894         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36895         (_G_LSEEK64): Likewise.
36896         (_G_MMAP64): Likewise.
36897         (_G_FSTAT64): Likewise.
36898         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36899         (_G_LSEEK64): Likewise.
36900         (_G_MMAP64): Likewise.
36901         (_G_FSTAT64): Likewise.
36902         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36903         unconditional.  Call __mmap64 directly.
36904         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36905         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36906         __lseek64 directly.
36907         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36908         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36909         __mmap64 directly.
36910         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36911         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36912         __lseek64 directly.
36913         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36914         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36915         __lseek64 directly.
36916         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36917         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36918         __lseek64 directly.
36919         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36920         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36921         __fxstat64 directly.
36922         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36923         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36924         unconditional.
36925         (freopen64) [!_G_OPEN64]: Remove conditional code.
36926         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36927         unconditional.
36928         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36929         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36930         unconditional.
36931         (ftello64) [!_G_LSEEK64]: Remove conditional code.
36932         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36933         unconditional.
36934         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36935         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36936         unconditional.
36937         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36938         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36939         unconditional.
36940         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36941         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36942         unconditional.
36943         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36944         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36945         unconditional.
36946         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36948 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36950         [BZ #12140]
36951         * manual/memory.texi (Malloc Tunable Parameters): Add note
36952         about free list pointers overwriting some perturb bytes.
36953         Wording suggested by Roland McGrath.
36955 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
36957         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36958         (lgamma_test): Likewise.
36959         (tgamma_test): Likewise.
36961 2012-10-16  Florian Weimer  <fweimer@redhat.com>
36963         [BZ #14700]
36964         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36965         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36967 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
36969         * NEWS: Mention BZ #14716.
36970         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36971         when removing AVAILABLE1_USES_J macro.
36973 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
36975         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36976         (__bswap_64): __uint64_t for unsigned 64-bit int.
36978 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
36980         * include/string.h (memmem): Declare libc hidden alias.
36981         * string/memmem.c (memmem): Define libc hidden alias.
36982         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36983         __read, __close instead of open, read, close.
36985 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
36987         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36988         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36989         global and hidden.
36990         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36991         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36992         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36993         Likewise.
36994         (__rawmemchr_sse2): Likewise.
36995         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36996         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36997         (__strchr_sse2): Likewise.
36998         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36999         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37000         (__strcasecmp_sse2): Likewise.
37001         (__strncasecmp_sse2): Likewise.
37002         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37003         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37004         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37005         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37006         (__strrchr_sse2): Likewise.
37007         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37008         ifunc-impl-list.c.
37009         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37010         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37011         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37012         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37013         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37014         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37015         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37016         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37017         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37018         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37019         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37020         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37021         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37022         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37023         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37024         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37025         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37026         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37027         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37028         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37029         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37030         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37031         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37032         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37033         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37034         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37035         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37036         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37037         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37038         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37040         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37041         global and hidden.
37042         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37043         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37044         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37045         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37046         Likewise.
37047         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37048         Likewise.
37049         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37050         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37051         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37052         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37053         ifunc-impl-list.c.
37054         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37055         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37056         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37057         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37058         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37059         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37060         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37061         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37062         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37063         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37064         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37065         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37066         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37067         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37068         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37069         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37070         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37071         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37072         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37073         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37074         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37075         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37076         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37077         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37078         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37079         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37080         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37081         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37082         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37083         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37084         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37085         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37086         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37087         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37088         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37089         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37090         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37091         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37092         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37093         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37094         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37096         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37097         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37098         * include/ifunc-impl-list.h: New file.
37099         * misc/ifunc-impl-list.c: Likewise.
37100         * misc/Makefile (routines): Add ifunc-impl-list.
37101         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37102         * string/test-string.h: Include <ifunc-impl-list.h>.
37103         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37104         TEST_NAME]: New variables.
37105         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37106         are defined.
37107         (test_init): Call __libc_ifunc_impl_list to initialize
37108         func_list if TEST_IFUNC and TEST_NAME are defined.
37110         * string/Makefile (strop-tests): Add bcopy and bzero.
37111         * string/test-bcopy.c: New file.
37112         * string/test-bzero.c: Likewise.
37113         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37114         defined.
37115         * string/test-memset.c: Support bzero test if TEST_BZERO is
37116         defined.
37117         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37118         __libc_memmove.
37119         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37120         __libc_memset.
37121         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37122         of memset.
37124 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
37126         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37127         * configure: Regenerated.
37129         * Makeconfig (+link-static-before-libc): Don't include
37130         $(link-static-libc).
37132         * libio/libio.h (_IO_pos_t): Remove.
37134 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37136         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
37137         McGrath.
37139 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37141         * crypt/crypt-entry.c: Include fips-private.h.
37142         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37143         * crypt/md5c-test.c (main): Tolerate disabled MD5.
37144         * sysdeps/unix/sysv/linux/fips-private.h: New file.
37145         * sysdeps/generic/fips-private.h: New file, dummy fallback.
37147 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37149         * crypt/crypt-private.h: Include stdbool.h.
37150         (_ufc_setup_salt_r): Return bool.
37151         * crypt/crypt-entry.c: Include errno.h.
37152         (__crypt_r): Return NULL with EINVAL for bad salt.
37153         * crypt/crypt_util.c (bad_for_salt): New.
37154         (_ufc_setup_salt_r): Check that salt is long enough and within
37155         the specified alphabet.
37156         * crypt/badsalttest.c: New file.
37157         * crypt/Makefile (tests): Add it.
37158         ($(objpfx)badsalttest): New.
37160 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
37162         * NEWS: Add entry for BZ #14602.
37164 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37166         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37167         type-generic.
37168         * math/libm-test.inc: Update comment listing what functions and
37169         macros are tested.
37170         (isgreater_test): New function.
37171         (isgreaterequal_test): Likewise.
37172         (isless_test): Likewise.
37173         (islessequal_test): Likewise.
37174         (islessgreater_test): Likewise.
37175         (isunordered_test): Likewise.
37176         (main): Call the new functions.
37178 2012-10-09  Roland McGrath  <roland@hack.frob.com>
37180         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37181         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37182         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37183         * sysdeps/i386/configure: Regenerated.
37184         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37185         * sysdeps/mach/configure: Regenerated.
37186         * sysdeps/mach/hurd/configure: Regenerated.
37187         * sysdeps/powerpc/configure: Regenerated.
37188         * sysdeps/powerpc/powerpc32/configure: Regenerated.
37189         * sysdeps/powerpc/powerpc64/configure: Regenerated.
37190         * sysdeps/s390/s390-32/configure: Regenerated.
37191         * sysdeps/s390/s390-64/configure: Regenerated.
37192         * sysdeps/sh/configure: Regenerated.
37193         * sysdeps/sparc/configure: Regenerated.
37194         * sysdeps/unix/sysv/linux/configure: Regenerated.
37195         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37196         * sysdeps/x86_64/configure: Regenerated.
37198         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37199         defined.  Don't check if MAP is NULL.
37201 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37203         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37204         (_G_stat64): Likewise.
37205         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37206         (_G_stat64): Likewise.
37207         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37208         instead of struct _G_stat64.
37209         * libio/fileops.c (mmap_remap_check): Likewise.
37210         (decide_maybe_mmap): Likewise.
37211         (_IO_new_file_seekoff): Likewise.
37212         (_IO_file_stat): Likewise.
37213         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37214         _G_off64_t.
37215         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37216         instead of struct _G_stat64.
37217         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37219 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37221         [BZ #14602]
37222         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37223         Replace with ...
37224         (CHECK_EOL): New macro.
37225         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37226         CHECK_EOL.
37227         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37228         Replace with CHECK_EOL.
37229         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37230         Replace with CHECK_EOL.
37232 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37234         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37235         type-generic.
37236         * math/libm-test.inc: Update comment listing what functions and
37237         macros are tested.
37238         (finite_test): New function.
37239         (isinf_test): Likewise.
37240         (isnan_test): Likewise.
37241         (fpclassify_test): Test subnormal input.
37242         (isfinite_test): Likewise.
37243         (isnormal_test): Likewise.
37244         (main): Call the new functions.
37246 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
37248         [BZ #14660]
37249         * Makerules (%.dynsym): Force C locale when running
37250         $(OBJDUMP) --dynamic-syms.
37252 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
37254         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37255         <stdint.h>.
37257 2012-10-06  David S. Miller  <davem@davemloft.net>
37259         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37260         upper 32-bits of the length value in %o2 since we use branch-on-register
37261         tests which consider the entire 64-bit register.
37263 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
37265         * string/test-strstr.c (check2): Add a test for page boundary.
37267 2012-10-05  David S. Miller  <davem@davemloft.net>
37269         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37270         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37271         file.
37272         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37273         sysdep_routines.
37274         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37275         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37276         and bzero when HWCAP_SPARC_CRYPTO is present.
37278 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37280         [BZ #14602]
37281         * string/test-strstr.c (check2): New function.
37282         (test_main): Call check2.
37284         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37285         and bug-strchr1.
37286         * string/bug-strcasestr1.c (do_test): Moved to ...
37287         * string/test-strcasestr.c (check1): Here.  New function.
37288         (do_one_test): Break out result checking code into ...
37289         (check_result): This.  New function.
37290         (do_one_test): Call check_result.
37291         (test_main): Call check1.
37292         * string/bug-strchr1.c (do_test): Moved to ...
37293         * string/test-strchr.c (check1): Here.  New function.
37294         (do_one_test): Break out result checking code into ...
37295         (check_result): This.  New function.
37296         (do_one_test): Call check_result.
37297         (test_main): Call check1.
37298         * string/bug-strstr1.c (main): Moved to ...
37299         * string/test-strstr.c (check1): Here.  New function.
37300         (do_one_test): Break out result checking code into ...
37301         (check_result): This.  New function.
37302         (do_one_test): Call check_result.
37303         (test_main): Call check1.
37304         * string/bug-strcasestr1.c: Removed.
37305         * string/bug-strchr1.c: Likewise.
37306         * string/bug-strstr1.c: Likewise.
37308         * elf/Makefile (dl-routines): Add hwcaps.
37309         * elf/dl-support.c (_dl_important_hwcaps): Removed.
37310         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37311         (_dl_important_hwcaps): Moved to ...
37312         * elf/dl-hwcaps.c: Here.  New file.
37313         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37315         [BZ #14557]
37316         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37317         if IS_IN_rtld isn't defined.
37319         * elf/dl-support.c (_dl_sysinfo_map): New.
37320         Include "get-dynamic-info.h" and "setup-vdso.h".
37321         (_dl_non_dynamic_init): Call setup_vdso.
37322         * elf/dynamic-link.h: Don't include <assert.h>.
37323         (elf_get_dynamic_info): Moved to ...
37324         * elf/get-dynamic-info.h: Here.  New file.
37325         * elf/dynamic-link.h: Include "get-dynamic-info.h".
37326         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37327         * elf/setup-vdso.h: Here.  New file.
37328         * elf/rtld.c: Include "setup-vdso.h".
37329         (dl_main): Call setup_vdso.
37331 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
37333         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37334         creal in comment listing functions tested.  List finite, isinf,
37335         isnan, isless, islessequal, isgreater, isgreaterequal,
37336         islessgreater, isunordered, lgamma_r and pow10 as functions and
37337         macros not tested.  Mention which functions not tested are aliases
37338         for other functions.  Fix typo.  Note that signs of NaNs are not
37339         tested.
37341         * scripts/config.guess: Update from config.git.
37342         * scripts/config.sub: Likewise.
37344 2012-10-04  Roland McGrath  <roland@hack.frob.com>
37346         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37347         * misc/madvise.c (madvise): Renamed to __madvise.
37348         Make madvise a weak alias.
37349         * include/sys/mman.h: Declare __madvise.
37350         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37351         * sysdeps/unix/syscalls.list
37352         (madvise): Make __madvise the strong name, and madvise a weak alias.
37353         * sysdeps/unix/sysv/linux/syscalls.list
37354         (madvise, mmap): Remove redundant entries.
37355         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37356         * malloc/malloc.c (mtrim): Likewise.
37357         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37359 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37361         * sysdeps/mach/hurd/dl-cache.c: File removed.
37362         * config.h.in (USE_LDCONFIG): New #undef.
37363         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37364         * configure: Regenerated.
37365         * elf/Makefile (dl-routines): Add dl-cache only under
37366         [$(use-ldconfig) = yes].
37367         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37368         cache on [USE_LDCONFIG].
37369         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37370         [USE_LDCONFIG].
37371         * elf/rtld.c (dl_main): Likewise.
37373 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
37375         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37376         _SC_LEVEL4_CACHE_LINESIZE.
37378 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37380         * sysdeps/unix/bsd/confstr.h: File removed.
37382 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
37384         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37385         sys/sdt-config.h.
37387 2012-10-02  Roland McGrath  <roland@hack.frob.com>
37389         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37390         Make 'mapoff' field ElfW(Off) rather than off_t.
37392 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37394         * nscd/Makefile: Remove nscd-cflags and all its users.
37395         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37396         (CFLAGS-nonlib): Add compiler flags for nscd modules.
37398         [BZ #10631]
37399         * malloc.c (malloc_printerr): Clarify error message.
37401 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
37403         [BZ #14648]
37404         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37405         Set bit_FMA_Usable if FMA is supported.
37406         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37407         macro.
37408         (bit_FMA4_Usable): Updated.
37409         (index_FMA_Usable): New macro.
37410         (CPUID_FMA): Likewise
37411         (HAS_FMA): Defined with bit_FMA_Usable.
37413 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37415         * bits/types.h (__swblk_t): Type removed.
37416         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37417         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37418         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37419         (__SWBLK_T_TYPE): Likewise.
37420         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37421         (__SWBLK_T_TYPE): Likewise.
37422         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37423         (__SWBLK_T_TYPE): Likewise.
37424         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37425         (__SWBLK_T_TYPE): Likewise.
37427 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
37428             Honza Horak <hhorak@redhat.com>
37430         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37431         (xdr_mapname): Use YPMAXMAP as maxsize.
37432         (xdr_peername): Use YPMAXPEER as maxsize.
37433         (xdr_keydat): Use YPAXRECORD as maxsize.
37434         (xdr_valdat): Use YPMAXRECORD as maxsize.
37436 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37438         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37440         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37441         * csu/init-first.c: ... here.
37442         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37443         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37444         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37445         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37446         * sysdeps/i386/init-first.c: File removed.
37447         * sysdeps/sh/init-first.c: File removed.
37449 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
37451         [BZ #14645]
37452         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37453         if x * y might underflow to zero and z is zero.
37454         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37455         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37456         * math/libm-test.inc (min_subnorm_value): New variable.
37457         (fma_test): Add more tests.
37458         (fma_test_towardzero): Likewise.
37459         (fma_test_downward): Likewise
37460         (fma_test_upward): Likewise.
37461         (initialize): Set min_subnorm_value.
37463 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
37465         [BZ #14638]
37466         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37467         0 + 0.
37468         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37469         mode for addition resulting in exact zero.
37470         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37471         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37472         exact 0 + 0.
37473         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37474         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37475         * math/libm-test.inc (fma_test): Add more tests.
37476         (fma_test_towardzero): New function.
37477         (fma_test_downward): Likewise.
37478         (fma_test_upward): Likewise.
37479         (main): Call the new functions.
37481 2012-09-28  David S. Miller  <davem@davemloft.net>
37483         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37485 2012-09-28  Roland McGrath  <roland@hack.frob.com>
37487         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37488         instead of SIGALRM.
37490         * sysdeps/gnu/_G_config.h: Moved to ...
37491         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37492         * sysdeps/mach/hurd/_G_config.h: Moved to ...
37493         * sysdeps/generic/_G_config.h: ... here.
37495         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
37497         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37499         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37500         Conditionalize target on [libnss_test1.so-version].
37502         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37504         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37505         (elfobjdir): Move out of conditionals.
37507         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37508         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37509         (__nss_lookup_function): Conditionalize label remove_from_tree on
37510         [!DO_STATIC_NSS || SHARED], matching its only use.
37512 2012-09-28  David S. Miller  <davem@davemloft.net>
37514         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37515         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37516         file.
37517         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37518         sysdep_routines.
37519         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37520         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37521         when HWCAP_SPARC_CRYPTO is present.
37523 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37525         * io/tst-mknodat.c: Create a FIFO instead of a socket.
37527 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
37529         [BZ #6530]
37530         * stdio-common/vfprintf.c (process_string_arg): Revert
37531         2000-07-22 change.
37533 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
37535         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37536         for testcase.
37537         * stdio-common/tst-sprintf.c: Include <locale.h>
37538         (main): Test sprintf's handling of incomplete multibyte
37539         characters.
37541 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
37543         * elf/dl-runtime.c (VERSYMIDX): Removed.
37544         * elf/dl-version.c (VERSYMIDX): Likewise.
37545         * elf/do-rel.h (VERSYMIDX): Likewise.
37546         (VALIDX): Likewise.
37547         * elf/dynamic-link.h (VERSYMIDX): Likewise.
37548         * elf/rtld.c (VALIDX): Likewise.
37549         (ADDRIDX): Likewise.
37550         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37551         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37552         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37553         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37554         (VALIDX): Likewise.
37555         (ADDRIDX): Likewise.
37557 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37559         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37561 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
37563         [BZ #11438]
37564         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37565         to global scope.
37566         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37567         addresses are in the same scope as 192.0.2/24.
37568         * posix/gai.conf: Document new scope table defaults.
37570 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37572         [BZ #5298]
37573         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37574         for ftell.  Compute offsets from write pointers instead.
37575         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37577 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37579         [BZ #14543]
37580         * libio/Makefile (tests): New test case tst-fseek.
37581         * libio/tst-fseek.c: New test case to verify that fseek/ftell
37582         combination works in wide mode.
37583         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37584         state when the external buffer state changes.
37586 2012-09-27  David S. Miller  <davem@davemloft.net>
37588         [BZ #14376]
37589         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37590         pass reloc->r_addend in as the 'high' argument to
37591         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37593         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37595 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37597         * rt/tst-aio2.c: Include <pthread.h>.
37598         * rt/tst-aio3.c: Likewise.
37600 2012-09-27  Steve Ellcey  <sellcey@mips.com>
37602         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37604 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
37606         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37607         contents on [SHARED].
37609 2012-09-26  Marek Polacek  <polacek@redhat.com>
37611         [BZ #14530]
37612         [BZ #13741]
37613         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37614         for C++ and GCC <4.3 as well as for non GCC compilers.
37616 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
37618         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37620 2012-09-25  Roland McGrath  <roland@hack.frob.com>
37622         * Makefile.in (all, install): Declare with .PHONY.
37623         Reported by Michael Hope <michael.hope@linaro.org>.
37625 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37627         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37628         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37629         system header.
37630         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37631         Likewise.
37632         (sydep_routines): Add the new and the internal functions.
37633         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37634         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37636         (GLIBC_2.17): Add the new function.
37637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37638         (GLIBC_2.17): Likewise.
37639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37640         (GLIBC_2.17): Likewise.
37641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37642         (GLIBC_2.17): Likewise.
37643         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37645 2012-09-25  Alan Modra  <amodra@gmail.com>
37647         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37648         Add release barrier before setting once_control to say
37649         initialisation is done.  Add hints on lwarx.  Use macro in
37650         place of isync.
37651         (clear_once_control): Add release barrier.
37653 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37655         [BZ #13629]
37656         * math/s_clog.c (__clog): Handle more values close to |z| = 1
37657         specially.
37658         * math/s_clog10.c (__clog10): Likewise.
37659         * math/s_clog10f.c (__clog10f): Likewise.
37660         * math/s_clog10l.c (__clog10l): Likewise.
37661         * math/s_clogf.c (__clogf): Likewise.
37662         * math/s_clogl.c (__clogl): Likewise.
37663         * math/Makefile (libm-calls): Add x2y2m1.
37664         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37665         (__x2y2m1): Likewise.
37666         (__x2y2m1l): Likewise.
37667         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37668         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37669         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37670         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37671         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37672         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37673         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37674         * sysdeps/i386/fpu/libm-test-ulps: Update.
37675         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37677         [BZ #14621]
37678         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37679         int as type of variable DEPTH.
37680         (glob): Use size_t instead of int as type of variables NEWCOUNT
37681         and OLD_PATHC.
37683 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37685         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37686         Add s_sincosf-sse2.
37687         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37688         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37689         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37690         macros for using routine as __sincosf_ia32.
37691         Use macro for function declaration and weak_alias.
37692         * sysdeps/i386/fpu/libm-test-ulps: Update.
37694         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37695         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37697         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37698         subnormal argument.
37699         * math/s_cexpf.c (__cexpf): Likewise.
37700         * math/s_csinf.c (__csinf): Likewise.
37701         * math/s_csinhf.c (__csinhf): Likewise.
37702         * math/s_ctanf.c (__ctanf): Likewise.
37703         * math/s_ctanhf.c (__ctanhf): Likewise.
37704         * math/s_ccosh.c (__ccoshf): Likewise.
37705         * math/s_cexp.c (__cexpl): Likewise.
37706         * math/s_csin.c (__csin): Likewise.
37707         * math/s_csinh.c (__csinh): Likewise.
37708         * math/s_ctan.c (__ctan): Likewise.
37709         * math/s_ctanh.c (ctanh): Likewise.
37710         * math/s_ccoshl.c (__ccoshl): Likewise.
37711         * math/s_cexpl.c (__cexpl): Likewise.
37712         * math/s_csinl.c (__csinl): Likewise.
37713         * math/s_csinhl.c (__csinhl): Likewise.
37714         * math/s_ctanl.c (__ctanl): Likewise.
37715         * math/s_ctanhl.c (__ctanhl): Likewise.
37717 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37719         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37720         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37721         (_IO_off_t): Define to __off_t, not _G_off_t.
37722         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37723         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37724         (_IO_wint_t): Define to wint_t, not _G_wint_t.
37725         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37726         type of __dummy and __dummy2 fields.
37727         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37728         (_G_ssize_t): Likewise.
37729         (_G_off_t): Likewise.
37730         (_G_pid_t): Likewise.
37731         (_G_uid_t): Likewise.
37732         (_G_wchar_t): Likewise.
37733         (_G_wint_t): Likewise.
37734         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
37735         (_G_ssize_t): Likewise.
37736         (_G_off_t): Likewise.
37737         (_G_pid_t): Likewise.
37738         (_G_uid_t): Likewise.
37739         (_G_wchar_t): Likewise.
37740         (_G_wint_t): Likewise.
37741         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
37742         (_G_ssize_t): Likewise.
37743         (_G_off_t): Likewise.
37744         (_G_pid_t): Likewise.
37745         (_G_uid_t): Likewise.
37746         (_G_wchar_t): Likewise.
37747         (_G_wint_t): Likewise.
37749 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37751         * malloc/arena.c: Include malloc-sysdep.h.
37752         (shrink_heap): Use check_may_shrink_heap to decide if madvise
37753         is sufficient to shrink the heap or an unmap is needed.
37754         * sysdeps/generic/malloc-sysdep.h: New file.  Define
37755         new function check_may_shrink_heap.
37756         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
37757         new function check_may_shrink_heap.
37759 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37761         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37762         comments.
37764 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37766         * catgets/test-gencat.sh: Add "set -e".
37767         * elf/tst-pathopt.sh: Likewise.
37768         * grp/tst_fgetgrent.sh: Likewise.
37769         * iconvdata/run-iconv-test.sh: Likewise.
37770         * intl/tst-gettext.sh: Likewise.
37771         * intl/tst-gettext2.sh: Likewise.
37772         * intl/tst-gettext4.sh: Likewise.
37773         * intl/tst-gettext6.sh: Likewise.
37774         * intl/tst-translit.sh: Likewise.
37775         * io/ftwtest-sh: Likewise.
37776         * libio/test-freopen.sh: Likewise.
37777         * malloc/tst-mtrace.sh: Likewise.
37778         * posix/globtest.sh: Likewise.
37779         * posix/tst-getconf.sh: Likewise.
37780         * posix/wordexp-tst.sh: Likewise.
37781         * stdio-common/tst-printf.sh: Likewise.
37782         * stdio-common/tst-unbputc.sh: Likewise.
37783         * stdlib/tst-fmtmsg.sh: Likewise.
37784         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37785         * catgets/Makefile: Do not specify -e option when running
37786         testsuite shell scripts.
37787         * elf/Makefile: Likewise.
37788         * grp/Makefile: Likewise.
37789         * iconvdata/Makefile: Likewise.
37790         * intl/Makefile: Likewise.
37791         * io/Makefile: Likewise.
37792         * libio/Makefile: Likewise.
37793         * malloc/Makefile: Likewise.
37794         * posix/Makefile: Likewise.
37795         * stdio-common/Makefile: Likewise.
37796         * stdlib/Makefile: Likewise.
37797         * sysdeps/x86_64/Makefile: Likewise.
37799         * io/ftwtest-sh: Add copyright header.
37800         * posix/globtest.sh: Likewise.
37801         * posix/tst-getconf.sh: Likewise.
37802         * posix/wordexp-tst.sh: Likewise.
37803         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37805 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37807         [BZ #13679]
37808         * Makeconfig (+link): Defined as $(+link-static) if
37809         $(build-shared) isn't yes.
37810         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37811         isn't yes.
37812         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37814         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37816         [BZ #14562]
37817         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37818         new chunk size with MALLOC_ALIGN_MASK.
37820 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37822         [BZ #5044]
37823         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37824         <rounding-mode.h>.
37825         (__printf_fphex): Determine rounding using get_rounding_mode and
37826         round_away.
37827         * stdio-common/tst-printf-round.c (struct hex_test): New
37828         structure.
37829         (hex_tests): New variable.
37830         (test_hex_in_one_mode): New function.
37831         (do_test): Also run tests for hex float output.
37833 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37835         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37836         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37837         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37838         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37839         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37840         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37841         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37842         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37844 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37846         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37847         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37848         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37849         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37851 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37853         [BZ #14579]
37854         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37855         mode only.
37856         * elf/tst-rtld-load-self.sh: New test.
37857         * elf/Makefile: Run it.
37859 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37861         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37862         (tst-writev-ENV): Remove.
37863         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37865 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37867         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37869 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37871         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37872         unconditional.
37873         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37874         Likewise.
37875         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37876         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37877         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37878         Likewise.
37880 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37882         [BZ #14587]
37883         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37884         * config.make.in (have-cpp-asm-debuginfo): Removed.
37885         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37886         * configure: Regenerated.
37888 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37890         [BZ #5044]
37891         * stdio-common/printf_fp.c: Include <stdbool.h> and
37892         <rounding-mode.h>.
37893         (___printf_fp): Determine rounding using get_rounding_mode and
37894         round_away.
37895         * stdio-common/tst-printf-round.c: New file.
37896         * stdio-common/Makefile (tests): Add tst-printf-round.
37897         (link-libm): New variable.
37898         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37900 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37902         [BZ #14576]
37903         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37904         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37905         Likewise.
37906         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37907         Likewise.
37909 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37911         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37912         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37913         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37914         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37916 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37918         [BZ #14518]
37919         * include/rounding-mode.h: New file.
37920         * sysdeps/generic/get-rounding-mode.h: Likewise.
37921         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37922         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37923         (MAX_VALUE): New macro.
37924         (MIN_VALUE): Likewise.
37925         (overflow_value): New function.
37926         (underflow_value): Likewise.
37927         (round_and_return): Use overflow_value and underflow_value to
37928         determine return values in overflow and underflow cases.  Use
37929         round_away to determine rounding depending on rounding mode.
37930         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37931         determine return values in overflow and underflow cases.
37932         * stdlib/tst-strtod-round.c: Include <fenv.h>.
37933         (struct test_results): New structure.
37934         (struct test): Use struct test_results to store expected results
37935         for all rounding modes.
37936         (TEST): Include expected results for all rounding modes.
37937         (test_in_one_mode): New function.
37938         (do_test): Use test_in_one_mode to compute and check results.
37939         Check results for all rounding modes.
37940         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37941         $(link-libm).
37943 2012-12-09  Allan McRae  <allan@archlinux.org>
37945         * sysdeps/i386/fpu/libm-test-ulps: Update
37947 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
37949         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37950         (_G_int32_t): Likewise.
37951         (_G_uint16_t): Likewise.
37952         (_G_uint32_t): Likewise.
37953         (_G_HAVE_BOOL): Likewise.
37954         (_G_HAVE_ATEXIT): Likewise.
37955         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37956         (_G_HAVE_IO_FILE_OPEN): Likewise.
37957         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37958         (_G_int32_t): Likewise.
37959         (_G_uint16_t): Likewise.
37960         (_G_uint32_t): Likewise.
37961         (_G_HAVE_BOOL): Likewise.
37962         (_G_HAVE_ATEXIT): Likewise.
37963         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37964         (_G_HAVE_IO_FILE_OPEN): Likewise.
37965         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37966         (_G_int32_t): Likewise.
37967         (_G_uint16_t): Likewise.
37968         (_G_uint32_t): Likewise.
37969         (_G_HAVE_BOOL): Likewise.
37970         (_G_HAVE_ATEXIT): Likewise.
37971         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37972         (_G_HAVE_IO_FILE_OPEN): Likewise.
37974 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
37976         * csu/libc-tls.c: Update copyright years.
37978 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
37980         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37981         [!_G_USING_THUNKS]: Remove conditional code.
37982         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37983         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37985         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37986         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37987         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37988         (_G_VTABLE_LABEL_PREFIX): Likewise.
37989         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37990         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37991         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37992         (_G_VTABLE_LABEL_PREFIX): Likewise.
37993         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37994         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37995         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37996         (_G_VTABLE_LABEL_PREFIX): Likewise.
37997         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37999 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38001         * libio/Makefile: Include ../Makeconfig before tests.
38002         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38003         only if $(build-shared) is yes.
38005         * iconv/gconv_db.c: Update copyright years.
38007 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38009         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38010         unwind info if defined PIC. Fix special cases description.
38011         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38013         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38014         DP_HI_MASK entry.
38015         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38017 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38019         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38021         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38022         is NULL.
38024         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38025         (LDLIBS-tst-chk4): This.
38026         (LDFLAGS-tst-chk5): Renamed to ...
38027         (LDLIBS-tst-chk5): This.
38028         (LDFLAGS-tst-chk6): Renamed to ...
38029         (LDLIBS-tst-chk6): This.
38030         (LDFLAGS-tst-lfschk4): Renamed to ...
38031         (LDLIBS-tst-lfschk4): This.
38032         (LDFLAGS-tst-lfschk5): Renamed to ...
38033         (LDLIBS-tst-lfschk5): This.
38034         (LDFLAGS-tst-lfschk6): Renamed to ...
38035         (LDLIBS-tst-lfschk6): This.
38037         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38038         on $(common-objpfx)soversions.mk.
38040 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38042         [BZ #10014]
38043         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38044         example host name.
38046 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38048         * malloc/arena.c (arena_get_retry): New function that gets
38049         another arena for the caller to try its request on.
38050         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38051         current arena cannot fulfill the request.
38052         (__libc_memalign): Likewise.
38053         (__libc_memalign): Likewise.
38054         (__libc_pvalloc): Likewise.
38055         (__libc_calloc): Likewise.
38057 2012-09-05  John Tobey  <john.tobey@gmail.com>
38059         [BZ #13542]
38060         * manual/arith.texi (Operations on Complex): Fix description
38061         of carg branch cut.
38063 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38065         [BZ #10014]
38066         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38067         host name.
38069         [BZ #10038]
38070         * manual/memory.texi (Memory): Make order of menu items match
38071         order of sections.
38073 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38075         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38076         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38077         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38079 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38081         * csu/libc-tls.c (static_dtv): Renamed to ...
38082         (_dl_static_dtv): This.  Make it global.
38083         (_dl_initial_dtv): Removed.
38084         (__libc_setup_tls): Updated.
38085         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38086         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38087         DL_INITIAL_DTV.
38089 2012-09-06  Petr Machata  <pmachata@redhat.com>
38091         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38092         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38093         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38094         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38096 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38098         [BZ #14545]
38099         * csu/libc-tls.c (_dl_initial_dtv): New variable.
38100         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38101         freeing dtv[-1].
38103 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38105         [BZ #14544]
38106         * Makeconfig (link-static-before-libc): Replace $(+prector)
38107         with $(+prectorT).
38108         (link-static-after-libc): Replace $(+postctor) with
38109         $(+postctorT).
38110         (link-bounded): Replace $(+prector)/$(+postctor) with
38111         $(+prectorT)/$(+postctorT).
38112         (+prectorT): New macro.
38113         (+postctorT): Likewise.
38115 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38117         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38118         (round_str): Handle values above the maximum for IBM long double
38119         as inexact.
38120         * stdlib/tst-strtod-round.c (tests): Regenerated.
38122 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38124         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38125         assembler flag.
38126         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38127         zarch_nohighgprs around the zarch optimized routines.
38128         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38129         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38130         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38131         for zarch.
38133 2012-09-05  David S. Miller  <davem@davemloft.net>
38135         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38137         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38138         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38139         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38140         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38141         entries.
38143 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38145         * malloc/arena.c: Fold copyright years.
38146         * malloc/mcheck.c, malloc/memusage.c: Likewise.
38148 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38150         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38152 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38154         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
38156 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38158         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38159         change internal state upon failure.
38161 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38163         * malloc/mcheck.c (mcheck_check_all): Fix typo.
38164         * malloc/memusage.c (mmap): Likewise.
38165         (mmap64, mremap): Likewise.  Adjust name in comment.
38167 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38169         * libio/fileops.c: Fix typos in comments.
38170         * libio/oldfileops.c: Likewise.
38171         * libio/wfileops.c: Likewise.
38173 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38175         [BZ #1349]
38176         * malloc/Makefile (tests): Add tst-malloc-usable test case.
38177         (tst-malloc-usable-ENV): Set environment for test case.
38178         * malloc/hooks.c (malloc_check_get_size): New function to get
38179         requested size.
38180         * malloc/malloc.c (musable): Use malloc_check_get_size.
38181         * malloc/tst-malloc-usable.c: New test case.
38183 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38185         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38187 2012-09-05  Allan McRae  <allan@archlinux.org>
38189         [BZ #13966]
38190         * configure.in (CXX_SYSINCLUDES): Use compiler output to
38191         determine header location.
38192         * configure: Regenerated.
38194 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38196         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38197         float format.
38198         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38199         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38200         format.
38201         (test): Regenerate.
38203 2012-09-04  David S. Miller  <davem@davemloft.net>
38205         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38206         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38207         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38209 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38211         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38212         failures.
38214         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38216 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38218         [BZ #9914]
38219         * libio/iogetdelim.c: Include <limits.h>.
38220         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38221         + len + 1 would overflow.
38223 2012-09-03  Andreas Jaeger  <aj@suse.de>
38225         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38226         * sysdeps/i386/fpu/libm-test-ulps: Update.
38228 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38230         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38231         Add s_sinf-sse2, s_conf-sse2.
38233         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38234         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38235         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38236         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38238         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38239         for using routine as __sinf_ia32.
38240         Use macro for function declaration and weak_alias.
38241         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38242         for using routine as __cosf_ia32.
38243         Use macro for function declaration and weak_alias.
38245         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38246         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38248         * sysdeps/x86_64/fpu/s_sinf.S: New file.
38249         * sysdeps/x86_64/fpu/s_cosf.S: New file.
38250         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38252         * math/libm-test.inc (cos_test): Add more test cases.
38253         (sin_test): Likewise.
38254         (sincos_test): Likewise.
38256 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38258         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38259         (IFUNC_RESOLVE): Make pointers to the specialized implementations
38260         hidden.
38261         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38263 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
38265         [BZ #14538]
38266         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38267         first element of the GOT.
38268         (elf_machine_load_address): Return the difference between
38269         the runtime address of _DYNAMIC and elf_machine_dynamic ().
38271 2012-09-01  Allan McRae  <allan@archlinux.org>
38273         [BZ #13412]
38274         * configure.in (AWK): Require gawk version 3.0 or later.
38275         * configure: Regenerated.
38277 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38279         * sysdeps/unix/sysv/linux/kernel-features.h
38280         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38281         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38282         [__NR_clock_getres]: Make code unconditional.
38283         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38284         (clock_getcpuclockid): Remove code left unreachable by removal of
38285         conditionals.
38286         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38287         code unconditional.
38288         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38289         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38290         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38291         Make code unconditional.
38292         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38293         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38294         * sysdeps/unix/sysv/linux/clock_settime.c
38295         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38296         conditional code.
38297         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38298         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38300 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
38302         [BZ #14476]
38303         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38304         scripts/test-installation.pl.
38306         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38307         and $ld_so_version if it is set.
38309 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38311         [BZ #14516]
38312         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38313         failure if reading from procfs failed.
38314         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38316 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38318         * sysdeps/unix/sysv/linux/kernel-features.h
38319         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38320         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38321         Remove conditional code.
38322         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38323         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38324         Remove conditional code.
38325         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38326         * sysdeps/unix/sysv/linux/i386/fxstat.c
38327         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38328         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38329         * sysdeps/unix/sysv/linux/i386/fxstatat.c
38330         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38331         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38332         * sysdeps/unix/sysv/linux/i386/lxstat.c
38333         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38334         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38335         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38336         Remove conditional code.
38337         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38338         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38339         Remove conditional code.
38340         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38341         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38342         <kernel-features.h>.
38343         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38344         Remove.
38345         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38346         Remove conditional code.
38347         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38348         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38349         Remove conditional.
38351 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
38353         [BZ #5400]
38354         * NEWS: Add fixed bug number.
38356 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38358         [BZ #14519]
38359         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38360         underflowing exponent in case of negative sign.
38361         * stdlib/tst-strtod-round-data: Add more tests.
38362         * stdlib/tst-strtod-round.c (tests): Regenerated.
38364         [BZ #3479]
38365         * stdlib/strtod_l.c (NDIG): Remove.
38366         (HEXNDIG): Likewise.
38367         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38368         smallest representable value.
38369         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38370         lie within an exact representation of 1/2 ulp of the result.
38371         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38372         unconditionally.
38373         (TENS_P9_IDX): Define unconditionally.
38374         (TENS_P9_SIZE): Likewise.
38375         (TENS_P10_IDX): Likewise.
38376         (TENS_P10_SIZE): Likewise.
38377         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38378         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38379         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38380         entries for 10^2^13 and 10^2^14.
38381         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38382         (TENS_P13_IDX): Define.
38383         (TENS_P13_SIZE): Likewise.
38384         (TENS_P14_IDX): Likewise.
38385         (TENS_P14_SIZE): Likewise.
38386         (_fpioconst_pow10): Change array size to
38387         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
38388         unconditional.
38389         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38390         1024]: Add entries for 10^2^13 and 10^2^14.
38391         [LAST_POW10 > _LAST_POW10]: Remove #error.
38392         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38393         (_fpioconst_pow10): Change array size to
38394         FPIOCONST_POW10_ARRAY_SIZE.
38395         * stdlib/gen-fpioconst.c: New file.
38396         * stdlib/gen-tst-strtod-round.c: Likewise.
38397         * stdlib/tst-strtod-round-data: Likewise.
38398         * stdlib/tst-strtod-round.c: Likewise.
38399         * stdlib/Makefile (tests): Add tst-strtod-round.
38401         [BZ #14459]
38402         * stdlib/strtod_l.c: Include <stdint.h>.
38403         (NDEBUG): Do not define.
38404         (round_and_return): Change EXPONENT parameter to type intmax_t.
38405         Rearrange calculations to avoid internal overflow possibilities.
38406         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38407         Rearrange calculations to avoid internal overflow possibilities.
38408         Assert that number fits inside MPNSIZE limbs.
38409         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38410         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
38411         calculations and add assertions to avoid internal overflow
38412         possibilities.  Add casts to avoid signed/unsigned operations.
38413         * stdlib/tst-strtod-overflow.c: New file.
38414         * stdlib/Makefile (tests): Add tst-strtod-overflow.
38416 2012-08-25  Marek Polacek  <polacek@redhat.com>
38418         * time/time.h: Fix some typos in comments.
38420 2012-08-23  Roland McGrath  <roland@hack.frob.com>
38422         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38423         * posix/tst-rfc3484-2.c: Likewise.
38424         * posix/tst-rfc3484-3.c: Likewise.
38426 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
38428         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38429         (EF_ARM_ABI_FLOAT_HARD): Likewise.
38431 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
38433         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38434         #include of fxstatat64.c.
38436 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38438         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38439         * shadow/getspent_r.c: Likewise.
38440         * shadow/getspnam.c: Likewise.
38441         * shadow/getspnam_r.c: Likewise.
38442         * gshadow/getsgent.c: Likewise.
38443         * gshadow/getsgent_r.c: Likewise.
38444         * gshadow/getsgnam.c: Likewise.
38445         * gshadow/getsgnam_r.c: Likewise.
38446         * inet/getnetbyad.c: Likewise.
38447         * inet/getnetbyad_r.c: Likewise.
38448         * inet/getnetbynm.c: Likewise.
38449         * inet/getnetbynm_r.c: Likewise.
38450         * inet/getnetent.c: Likewise.
38451         * inet/getnetent_r.c: Likewise.
38452         * inet/getproto.c: Likewise.
38453         * inet/getproto_r.c: Likewise.
38454         * inet/getprtent.c: Likewise.
38455         * inet/getprtent_r.c: Likewise.
38456         * inet/getprtname.c: Likewise.
38457         * inet/getprtname_r.c: Likewise.
38458         * inet/getrpcbyname.c: Likewise.
38459         * inet/getrpcbyname_r.c: Likewise.
38460         * inet/getrpcbynumber.c: Likewise.
38461         * inet/getrpcbynumber_r.c: Likewise.
38462         * inet/getrpcent.c: Likewise.
38463         * inet/getrpcent_r.c: Likewise.
38464         * inet/getaliasent.c: Likewise.
38465         * inet/getaliasent_r.c: Likewise.
38466         * inet/getaliasname.c: Likewise.
38467         * inet/getaliasname_r.c: Likewise.
38468         * nscd/getgrgid_r.c: Likewise.
38469         * nscd/getgrnam_r.c: Likewise.
38470         * nscd/gethstbyad_r.c: Likewise.
38471         * nscd/gethstbynm3_r.c: Likewise.
38472         * nscd/getpwnam_r.c: Likewise.
38473         * nscd/getpwuid_r.c: Likewise.
38474         * nscd/getsrvbynm_r.c: Likewise.
38475         * nscd/getsrvbypt_r.c: Likewise.
38476         * nscd/gai.c: Likewise.
38478         * configure.in (build_nscd): New substituted variable, set
38479         by --disable-build-nscd and defaults to $use_nscd.
38480         * configure: Regenerated.
38481         * config.make.in (build-nscd): New substituted variable.
38482         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38483         Change conditional to require [$(build-nscd) = yes] as well.
38484         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38486         [BZ# 13696]
38487         * configure.in (use_nscd): New substituted variable, set by
38488         --disable-nscd.  If enabled, define USE_NSCD.
38489         * configure: Regenerated.
38490         * config.h.in: Add USE_NSCD.
38491         * config.make.in (use-nscd): New substituted variable.
38492         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38493         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38494         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38495         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38496         (CFLAGS-getgrnam_r.c): Likewise.
38497         (CFLAGS-initgroups.c): Likewise.
38498         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38499         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38500         Variables removed.
38501         * inet/getnetgrent_r.c
38502         (nscd_setnetgrent): New function, broken out of ...
38503         (setnetgrent): ... here.  Call it.
38504         (innetgr): Conditionalize nscd bits on [USE_NSCD].
38505         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38506         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38507         * nscd/Makefile (routines, aux): Move definitions after include of
38508         Makeconfig.  Conditionalize on [$(use-nscd) != no].
38509         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38510         Conditionalize on [USE_NSCD].
38511         (is_nscd, nscd_init_cb): Likewise.
38512         (nss_load_library): Conditionalize init callback on [USE_NSCD].
38513         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38514         * nss/nss_db/db-init.c: Likewise.
38515         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38516         [USE_NSCD].
38517         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38518         (make_request): Use it.
38519         (cache_valid_p): New function.
38520         (__check_pf): Use it.
38521         * NEWS: Add item for --disable-nscd.
38523 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
38525         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38526         to support sed >= 4.2.1-20-ga9bf076.
38527         * configure: Regenerated.
38529 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38531         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38532         Conditionalize whole body on [IREL].
38534 2012-08-22  Jeff Law <law@redhat.com>
38536         [BZ #14505]
38537         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38538         if the family is PF_UNSPEC.
38540 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
38542         * Makerules (lib-version): Rename from V.
38543         (install-lib-nosubdir): Change V to lib-version.
38545 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
38547         [BZ #14252]
38548         * powerpc32/power6/wcschr.c: New file.
38549         * powerpc32/power6/wcscpy.c: New file.
38550         * powerpc32/power6/wcsrchr.c: New file.
38551         * powerpc64/power6/wcschr.c: New file.
38552         * powerpc64/power6/wcscpy.c: New file.
38553         * powerpc64/power6/wcsrchr.c: New file.
38555 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38557         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38558         (two_way_short_needle): Use it.
38559         * string/strstr.c (AVAILABLE1_USES_J): Define.
38560         * string/strcasestr.c: Likewise.
38562         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38563         array references.
38564         * string/strcasestr.c (TOLOWER): Make side-effect safe.
38566         [BZ #11607]
38567         * NEWS: Add an entry.
38568         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38569         define their defaults.
38570         (two_way_short_needle): Detect end-of-string on-the-fly.
38571         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38572         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38573         * string/bug-strcasestr1.c: New test.
38574         * string/Makefile: Run it.
38576 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38578         [BZ #11607]
38579         * string/str-two-way.h (two_way_short_needle): Optimize matching of
38580         the first character.
38582 2012-08-21  Roland McGrath  <roland@hack.frob.com>
38584         * csu/elf-init.c (__libc_csu_irel): Function removed.
38585         * csu/libc-start.c (apply_irel): New function.
38586         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38588 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
38590         * sysdeps/unix/sysv/linux/kernel-features.h
38591         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38592         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38593         <kernel-features.h>.
38594         [__NR_fadvise64_64]: Make code unconditional.
38595         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38596         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38597         !__NR_fadvise64_64)]: Likewise.
38598         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38599         !__NR_fadvise64_64))]: Likewise.
38600         [__NR_fadvise64]: Make code unconditional.
38601         [!__NR_fadvise64]: Remove conditional code.
38602         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38603         <kernel-features.h>.
38604         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38605         unconditional.
38606         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38607         conditional code.
38608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38609         not include <kernel-features.h>.
38610         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38611         unconditional.
38612         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38613         conditional code.
38614         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38615         include <kernel-features.h>.
38616         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38617         unconditional.
38618         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38619         conditional code.
38621 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38623         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38624         slight instruction rearrangements per scrollpipe analysis.
38625         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38627 2012-08-20  Roland McGrath  <roland@hack.frob.com>
38629         * manual/syslog.texi (syslog; vsyslog, closelog):
38630         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38631         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38633         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38634         DSOCAPS to match condition on defining it.
38636 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
38638         * sysdeps/unix/sysv/linux/kernel-features.h
38639         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38641         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38642         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38644         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38645         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38647         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38648         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38650         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38651         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38653         * sysdeps/unix/sysv/linux/kernel-features.h
38654         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38655         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38656         unconditional.
38657         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38658         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38659         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38660         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38661         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38662         Make code unconditional.
38663         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38664         (__mmap64) [!__NR_mmap2]: Likewise.
38665         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38666         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38667         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38668         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38669         [__NR_mmap2]: Make code unconditional.
38670         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38671         (__mmap64) [!__NR_mmap2]: Likewise.
38673 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38675         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38677 2012-08-18  Andreas Jaeger  <aj@suse.de>
38679         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38681 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38683         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38684         * include/unistd.h (__have_sock_cloexec): Likewise.
38685         (__have_pipe2): Likewise.
38686         (__have_dup3): Likewise.
38688 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38690         [BZ #9685]
38691         * include/unistd.h (__have_pipe2): Change define into an extern int.
38692         (__have_dup3): Likewise.
38693         * socket/have_sock_cloexec.c: Include fcntl.h.
38694         (__have_pipe2): New variable.
38695         (__have_dup3): Likewise.
38697 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
38699         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38701 2012-08-17  Marek Polacek  <polacek@redhat.com>
38703         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38704         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38706 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38708         * configure.in: Add AC_SUBST for sysheaders.
38709         * configure: Regenerated.
38710         * config.make.in (sysheaders): New substituted variable.
38712         * sysdeps/unix/mkfifo.c: Moved ...
38713         * sysdeps/posix/mkfifo.c: ... here.
38714         * sysdeps/unix/mkfifoat.c: Moved ...
38715         * sysdeps/posix/mkfifoat.c: ... here.
38717         * sysdeps/unix/utime.c: Moved ...
38718         * sysdeps/posix/utime.c: ... here.
38720         * sysdeps/unix/time.c: Moved ...
38721         * sysdeps/posix/time.c: ... here.
38722         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38723         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38725         * sysdeps/unix/nice.c: Moved ...
38726         * sysdeps/posix/nice.c: ... here.
38728         * sysdeps/unix/alarm.c: Moved ...
38729         * sysdeps/posix/alarm.c: ... here.
38731         * intl/Makefile ($(codeset_mo)): Depend on the input file.
38733 2012-08-17  Jeff Law <law@redhat.com>
38735         * intl/Makefile (codeset_mo): New variable.
38736         ($(codeset_mo)): New target.
38737         (tst-codeset.out): Depend on that.  Remove explicit rule.
38738         (tst-gettext3.out, tst-gettext5.out): Likewise.
38739         (LOCPATH-ENV, tst-codeset-ENV): New variables.
38740         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
38741         * intl/tst-codeset.sh: Remove.
38742         * intl/tst-gettext3.sh: Likewise.
38743         * intl/tst-gettext5.sh: Likewise.
38745 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38747         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
38748         * sysdeps/unix/syscalls.list: ... here.
38750         * sysdeps/posix/getaddrinfo.c
38751         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38752         (gaiconf_init, gaiconf_reload): Use them.
38753         [!_STATBUF_ST_NSEC]
38754         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38755         Define using time_t rather than struct timespec.
38757         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38758         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38759         Macros removed.
38760         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38761         [!NO_THREADS].
38762         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38763         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38764         Likewise.
38766         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38767         __libc_cleanup_push argument.
38769         * bits/param.h: New file.
38770         * misc/sys/param.h: New file.
38771         * include/sys/param.h: New file.
38772         * misc/Makefile (headers): Add bits/param.h.
38773         * sysdeps/generic/sys/param.h: File removed.
38774         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38775         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38776         * sysdeps/mach/hurd/bits/param.h: New file.
38777         * sysdeps/mach/hurd/sys/param.h: File removed.
38779         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38780         last change.
38782         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38783         [_IO_MTSAFE_IO].
38784         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38785         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38786         New macros.
38788         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38789         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38790         rather than -D_IO_MTSAFE_IO conditionally.
38791         * stdio-common/Makefile (CPPFLAGS): Likewise.
38792         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38793         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38794         Use $(libio-mtsafe).
38795         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38796         of -D_IO_MTSAFE_IO.
38797         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38798         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38799         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38800         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38801         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38802         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38803         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38804         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38805         (CFLAGS-fread_u_chk.c): Likewise.
38806         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38807         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38808         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38809         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38810         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38811         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38812         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38813         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38814         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38816         * libio/Makefile: Test [$(libc-reentrant) = yes]
38817         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38819         * Makeconfig
38820         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38821         * sysdeps/pthread/configure: File removed.
38822         * sysdeps/pthread/Makeconfig: New file.
38823         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38824         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38826 2012-08-16  Gary Benson  <gbenson@redhat.com>
38828         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38829         unmapping the first object in a namespace.
38831 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38833         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38834         (__internal_setnetgrent): ... this.  Add internal_function to
38835         definition.  Add libc_hidden_def.
38836         (setnetgrent): Update caller.
38837         (internal_endnetgrent): Renamed to ...
38838         (__internal_endnetgrent): ... this.  Add internal_function to
38839         definition.  Add libc_hidden_def.
38840         (endnetgrent): Update caller.
38841         (internal_getnetgrent_r): Renamed to ...
38842         (__internal_getnetgrent_r): ... this.  Add internal_function to
38843         definition.  Add libc_hidden_def.
38844         (__getnetgrent_r): Update caller.
38845         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38847 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38849         * stdlib/longlong.h: Update from GCC.
38851 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38853         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38854         on _QL, which is set by umul_ppmm but never used.
38855         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38856         variables, which are set by GMP macros but never used.
38857         * stdio-common/_itowa.c (_itowa): Likewise.
38858         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38859         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38861 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38863         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38864         struct La_sh_regs is not constant.
38865         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38866         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38867         and struct La_sparc64_regs are not constant.
38869 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38871         * sysdeps/unix/sysv/linux/kernel-features.h
38872         (__ASSUME_POSIX_TIMERS): Remove.
38873         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38874         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38875         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38876         Make code unconditional.
38877         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38878         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38879         Make code unconditional.
38880         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38881         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38882         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38883         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38884         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38885         Make code unconditional.
38886         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38887         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38888         (__libc_missing_posix_timers): Remove.
38890 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38892         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38893         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38895         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38897         * elf/dl-sym.c: Include <stdlib.h>.
38899         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38900         constants, which avoids warnings in 32-bit builds.
38902         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38903         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38905         * misc/lseek.c: File moved to ...
38906         * io/lseek.c: ... here.
38908         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38910         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38911         shifting LEN more than 31 bits at once.
38913 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38915         [BZ #14195]
38916         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38917         segmentation fault for a case of two empty input strings.
38918         * string/test-strncasecmp.c (check1): Renamed to...
38919         (bz12205): ...this.
38920         (bz14195): Add new testcase for two empty input strings and N > 0.
38921         (test_main): Call new testcase, adapt for renamed function.
38923 2012-08-15  Andreas Jaeger  <aj@suse.de>
38925         [BZ #14090]
38926         * crypt/md5test2.c: New test, based on test supplied by Serge
38927         Belyshev <belyshev@depni.sinp.msu.ru>.
38928         * crypt/Makefile (xtests): Add md5test-giant..
38929         * crypt/Makefile ($(objpfx)md5test-giant): Add.
38931 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38933         [BZ #14090]
38934         * crypt/md5.c (md5_process_block): Don't assume the buffer
38935         length is less than 2**32.
38936         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38937         length is less than 2**64.
38939 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38941         * string/str-two-way.h: Include <sys/param.h>.
38942         (MAX): Macro removed.
38944         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38945         Move #define and #undef of memmove to just before and after
38946         including <string.h>.
38948         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38949         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38950         and after including <string.h>.  Move declarations of
38951         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38952         to before #include "string/memmove.c".
38954         * include/dirent.h: Declare __getdirentries.
38956         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38957         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38959 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
38961         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38962         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38963         * sysdeps/i386/configure: Regenerated.
38964         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38965         STABS_CURRENT_FILE, and STABS_FUN.
38966         (END): Remove call to STABS_FUN_END.
38967         (STABS_CURRENT_FILE1): Delete.
38968         (STABS_CURRENT_FILE): Likewise.
38969         (STABS_FUN): Likewise.
38970         (STABS_FUN_END): Likewise.
38971         (STABS_FUN2): Likewise.
38972         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38973         * sysdeps/x86_64/configure: Regenerated.
38975 2012-08-14  Roland McGrath  <roland@hack.frob.com>
38977         * elf/dl-open.c: Include <atomic.h>.
38978         * elf/dl-lookup.c: Likewise.
38980 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
38982         * sysdeps/unix/sysv/linux/kernel-features.h
38983         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38984         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38985         unconditionally.
38986         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38987         unconditionally.
38988         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38989         condition on __ASSUME_CLONE_THREAD_FLAGS.
38991 2012-08-14  Andreas Jaeger  <aj@suse.de>
38993         * sysdeps/i386/fpu/libm-test-ulps: Update.
38995 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
38997         * include/atomic.h (atomic_exchange_and_add): Split into ...
38998         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38999         New atomic macros.
39001 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39003         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39005 2012-08-13  Jeff Law <law@redhat.com>
39007         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39008         null byte in the output string.
39010 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39012         * sysdeps/unix/sysv/linux/kernel-features.h
39013         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39014         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39015         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39016         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39017         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39018         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39019         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39021 2012-08-09  Jeff Law <law@redhat.com>
39023         [BZ #13939]
39024         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39025         When avoid_arena is set, don't retry in the that arena.  Pick the
39026         next one, whatever it might be.
39027         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39028         (arena_lock): Pass in new parameter to arena_get2.
39029         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39030         arena_get2.
39031         (__libc_malloc): Unify retrying after main arena failure with
39032         __libc_memalign version.
39033         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39035 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39037         [BZ #14166]
39038         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39039         to __redirect_strstr.
39040         (__strstr_sse42): Use typeof __redirect_strstr.
39041         (__strstr_ia32): Likewise.
39042         (__libc_strstr): New prototype.
39043         (strstr): Renamed to ...
39044         (__libc_strstr): This.
39045         (strstr): New strong alias of __libc_strstr.
39046         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39047         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39048         __redirect_time.
39049         Include <time.h>.
39050         (__libc_time): New prototype.
39051         (time_ifunc): Replace time with __libc_time.
39052         (time): New strong alias and hidden definition of __libc_time.
39053         (__GI_time): Remove strong alias.
39054         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39055         Include <stddef.h>.
39056         (memmove): Redefined to __redirect_memmove.
39057         (__memmove_sse2): Use typeof __redirect_memmove.
39058         (__memmove_ssse3): Likewise.
39059         (__memmove_ssse3_back): Likewise.
39060         (__libc_memmove): New prototype.
39061         (memmove): Renamed to ...
39062         (__libc_memmove): This.
39063         (memmove): New strong alias of __libc_memmove.
39065 2012-08-08  Mark Salter  <msalter@redhat.com>
39067         * elf/elf.h
39068         (R_MN10300_TLS_GD): Define.
39069         (R_MN10300_TLS_LD): Likewise.
39070         (R_MN10300_TLS_LDO): Likewise.
39071         (R_MN10300_TLS_GOTIE): Likewise.
39072         (R_MN10300_TLS_IE): Likewise.
39073         (R_MN10300_TLS_LE): Likewise.
39074         (R_MN10300_TLS_DTPMOD): Likewise.
39075         (R_MN10300_TLS_DTPOFF): Likewise.
39076         (R_MN10300_TLS_TPOFF): Likewise.
39077         (R_MN10300_SYM_DIFF): Likewise.
39078         (R_MN10300_ALIGN): Likewise.
39079         (R_MN10300_NUM): Update.
39081 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39083         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39084         Remove.
39086 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39088         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39090         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39091         sysdeps/unix -> sysdeps/posix move.
39092         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39094 2012-08-07      Allan McRae     <allan@archlinux.org>
39096         [BZ #14303]
39097         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39098         (SUNOS_CPP): Likewise.
39099         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39100         not found.
39101         (open_input): Call CPP using execvp.
39103 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39105         * sysdeps/unix/sysv/linux/kernel-features.h
39106         (__ASSUME_PROT_GROWSUPDOWN): Remove.
39107         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39108         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39109         (__ASSUME_WAITID_SYSCALL): Likewise.
39110         * sysdeps/unix/sysv/linux/dl-execstack.c
39111         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39112         code unconditional.
39113         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39114         conditional code.
39115         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39116         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39117         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39118         code.
39119         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39120         unconditional.
39121         [__ASSUME_WAITID_SYSCALL]: Likewise.
39122         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39124 2012-08-07  Roland McGrath  <roland@hack.frob.com>
39126         * sysdeps/unix/closedir.c: Renamed to ...
39127         * sysdeps/posix/closedir.c: ... here.
39128         * sysdeps/unix/dirfd.c: Renamed to ...
39129         * sysdeps/posix/dirfd.c: ... here.
39130         * sysdeps/unix/dirstream.h: Renamed to ...
39131         * sysdeps/posix/dirstream.h: ... here.
39132         * sysdeps/unix/fdopendir.c: Renamed to ...
39133         * sysdeps/posix/fdopendir.c: ... here.
39134         * sysdeps/unix/opendir.c: Renamed to ...
39135         * sysdeps/posix/opendir.c: ... here.
39136         * sysdeps/unix/readdir.c: Renamed to ...
39137         * sysdeps/posix/readdir.c: ... here.
39138         * sysdeps/unix/readdir_r.c: Renamed to ...
39139         * sysdeps/posix/readdir_r.c: ... here.
39140         * sysdeps/unix/rewinddir.c: Renamed to ...
39141         * sysdeps/posix/rewinddir.c: ... here.
39142         * sysdeps/unix/seekdir.c: Renamed to ...
39143         * sysdeps/posix/seekdir.c: ... here.
39144         * sysdeps/unix/telldir.c: Renamed to ...
39145         * sysdeps/posix/telldir.c: ... here.
39146         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39147         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39148         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39149         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39151         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39152         * bits/fcntl.h: ... here.
39154         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39155         not 0.
39156         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39157         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39158         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39159         (struct flock): Move l_start, l_len to the beginning.
39160         Use __pid_t for l_pid.
39161         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39162         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39163         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39164         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39165         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39166         [__USE_LARGEFILE64] (struct flock64): New type.
39167         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39169         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39170         * bits/dirent.h: ... here.
39172         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39173         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39175 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39177         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39178         Change from 2.6.0 to 2.6.16.
39179         * sysdeps/unix/sysv/linux/configure: Regenerated.
39180         * sysdeps/unix/sysv/linux/kernel-features.h
39181         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39182         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39183         version.
39184         (__ASSUME_UTIMES): Likewise.
39185         (__ASSUME_CLONE_STOPPED): Remove.
39186         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39187         architectures, not kernel version.
39188         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39189         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39190         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39191         (__ASSUME_WAITID_SYSCALL): Likewise.
39192         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39193         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39194         * README: State 2.6.16 as minimum Linux kernel version.  Do not
39195         refer to older versions.
39197 2012-08-06  Roland McGrath  <roland@hack.frob.com>
39199         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39200         Define alphasort64 as an alias.
39201         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39202         Define versionsort64 as an alias.
39203         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39204         Define scandir64 as an alias.
39205         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39206         Define scandirat64 as an alias.
39207         * dirent/alphasort64.c (alphasort64):
39208         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39209         * dirent/versionsort64.c: Likewise.
39210         * dirent/scandir64.c: Likewise.
39211         * dirent/scandirat64.c: Likewise.
39212         * sysdeps/wordsize-64/alphasort.c: File removed.
39213         * sysdeps/wordsize-64/alphasort64.c: File removed.
39214         * sysdeps/wordsize-64/scandir.c: File removed.
39215         * sysdeps/wordsize-64/scandir64.c: File removed.
39216         * sysdeps/wordsize-64/scandirat.c: File removed.
39217         * sysdeps/wordsize-64/scandirat64.c: File removed.
39218         * sysdeps/wordsize-64/versionsort.c: File removed.
39219         * sysdeps/wordsize-64/versionsort64.c: File removed.
39220         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39221         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39222         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39223         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39224         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39225         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39226         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39227         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39229         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39230         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39231         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39232         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39233         [defined __arch64__ || defined __sparcv9]
39234         (__INO_T_MATCHES_INO64_T): New macro.
39235         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39236         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39237         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39238         * sysdeps/unix/sysv/linux/bits/dirent.h
39239         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39240         (_DIRENT_MATCHES_DIRENT64): New macro.
39242         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39243         Define lockf64 as an alias.
39244         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39245         Define fseeko64 as an alias.
39246         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39247         Define ftello64 as an alias.
39248         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39249         Define _IO_fgetpos64 and fgetpos64 as aliases.
39250         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39251         Define _IO_fsetpos64 and fsetpos64 as aliases.
39252         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39253         Conditionalize body on this.
39254         * libio/fseeko64.c: Likewise.
39255         * libio/ftello64.c: Likewise.
39256         * libio/iofgetpos64.c: Likewise.
39257         * libio/iofsetpos64.c: Likewise.
39258         * sysdeps/wordsize-64/lockf.c: File removed.
39259         * sysdeps/wordsize-64/lockf64.c: File removed.
39260         * sysdeps/wordsize-64/fseeko.c: File removed.
39261         * sysdeps/wordsize-64/fseeko64.c: File removed.
39262         * sysdeps/wordsize-64/ftello.c: File removed.
39263         * sysdeps/wordsize-64/ftello64.c: File removed.
39264         * sysdeps/wordsize-64/iofgetpos.c: File removed.
39265         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39266         * sysdeps/wordsize-64/iofsetpos.c: File removed.
39267         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39268         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39269         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39270         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39271         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39272         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39273         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39274         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39275         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39276         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39277         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39279         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39280         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39281         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39282         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39283         [defined __arch64__ || defined __sparcv9]
39284         (__OFF_T_MATCHES_OFF64_T): New macro.
39285         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39286         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39287         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39288         (__OFF_T_MATCHES_OFF64_T): New macro.
39290 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39292         * stdlib/secure-getenv.c (__secure_getenv): Replace
39293         GLIBC_2_16 with GLIBC_2_17.
39295 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39297         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39298         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39300 2012-08-03  David S. Miller  <davem@davemloft.net>
39302         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39304 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39306         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39307         Remove.
39308         (__ASSUME_CORRECT_SI_PID): Likewise.
39309         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39310         (__ASSUME_TMPFS_NAME): Likewise.
39311         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39312         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39313         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39314         (HAVE_AUX_SECURE): Make definition unconditional.
39315         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39316         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39318 2012-08-03  Roland McGrath  <roland@hack.frob.com>
39320         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39321         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39322         * sysdeps/mach/hurd/eloop-threshold.h: New file.
39323         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39324         __eloop_threshold instead of SYMLOOP_MAX.
39326         * sysdeps/generic/eloop-threshold.h: New file.
39327         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39328         of MAXSYMLINKS.
39329         * elf/chroot_canon.c (chroot_canon): Likewise.
39331 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39333         [BZ #13717]
39334         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39335         Change to 2.6.0 everywhere.
39336         * sysdeps/unix/sysv/linux/configure: Regenerated.
39337         * sysdeps/unix/sysv/linux/kernel-features.h
39338         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39339         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39340         kernel versions.
39341         (__ASSUME_POSIX_TIMERS): Define unconditionally.
39342         (__ASSUME_FUTEX_REQUEUE): Remove.
39343         (__ASSUME_STATFS64): Define unconditionally.
39344         (__ASSUME_AT_SECURE): Likewise.
39345         (__ASSUME_CORRECT_SI_PID): Likewise.
39346         (__ASSUME_TGKILL): Define without depending on kernel version for
39347         i386.
39348         (__ASSUME_UTIMES): Likewise.
39349         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39350         kernel version.
39351         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39352         (__ASSUME_TMPFS_NAME): Likewise.
39353         * README: Update reference to Linux kernel versions.
39355 2012-08-02  Marek Polacek  <polacek@redhat.com>
39357         [BZ# 14150]
39358         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
39359         libc_cv_asm_type_prefix with %.
39360         * configure: Regenerated.
39361         * include/libc-symbols.h: Remove comment about
39362         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39363         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39364         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39365         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39366         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39367         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39368         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39369         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39370         * elf/tst-unique2mod1.c: Likewise.
39371         * elf/tst-unique1mod2.c: Likewise.
39372         * elf/tst-unique1mod1.c: Likewise.
39373         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39374         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39375         Replace ASM_TYPE_DIRECTIVE with .type.
39376         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39377         * sysdeps/i386/sysdep.h: Likewise.
39378         * sysdeps/x86_64/sysdep.h: Likewise.
39379         * sysdeps/sh/sysdep.h: Likewise.
39380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39381         Do not define ASM_TYPE_DIRECTIVE.
39382         * sysdeps/powerpc/sysdep.h: Likewise.
39383         * sysdeps/powerpc/powerpc32/sysdep.h:
39384         Replace ASM_TYPE_DIRECTIVE with .type.
39385         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39386         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39387         * sysdeps/i386/fpu/e_powf.S: Likewise.
39388         * sysdeps/i386/fpu/e_expl.S: Likewise.
39389         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39390         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39391         * sysdeps/i386/fpu/e_pow.S: Likewise.
39392         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39393         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39394         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39395         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39396         * sysdeps/i386/fpu/e_log2.S: Likewise.
39397         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39398         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39399         * sysdeps/i386/fpu/e_powl.S: Likewise.
39400         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39401         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39402         * sysdeps/i386/fpu/e_logl.S: Likewise.
39403         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39404         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39405         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39406         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39407         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39408         * sysdeps/i386/fpu/e_log.S: Likewise.
39409         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39410         * sysdeps/i386/fpu/e_logf.S: Likewise.
39411         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39412         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39413         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39414         * sysdeps/i386/fpu/e_log10.S: Likewise.
39415         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39416         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39417         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39418         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39419         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39420         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39421         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39422         * sysdeps/i386/i686/strtok.S: Likewise.
39423         * sysdeps/i386/i386-mcount.S: Likewise.
39424         * sysdeps/i386/strtok.S: Likewise.
39425         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39426         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39427         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39428         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39429         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39430         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39431         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39432         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39433         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39434         * sysdeps/x86_64/_mcount.S: Likewise.
39435         * sysdeps/x86_64/strtok.S: Likewise.
39436         * sysdeps/sh/_mcount.S: Likewise.
39438 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39440         * libio/iofopen.c: Include <fcntl.h>.
39441         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39442         (_IO_fopen64, fopen64): Define as aliases.
39443         * libio/iofopen64.c: Include <fcntl.h>.
39444         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39445         Conditionalize body on this.
39446         * sysdeps/wordsize-64/iofopen.c: File removed.
39447         * sysdeps/wordsize-64/iofopen64.c: File removed.
39449 2012-08-01  Marek Polacek  <polacek@redhat.com>
39451         * libc/Makeconfig: Use elf in place of binfmt-subdir.
39452         Use dlfcn directly instead of a variable.
39453         (binfmt-subdir): Do not define.
39454         (dlfcn): Likewise.
39456 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
39458         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39459         Remove all definitions.
39460         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39461         <kernel-features.h>.
39462         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39463         (miss_F_GETOWN_EX): Remove all definitions.
39464         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39465         macro definition.
39466         [!__ASSUME_FCNTL64]: Remove conditional code.
39467         [__ASSUME_FCNTL64]: Make code unconditional.
39468         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39469         <kernel-features.h>.
39470         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39471         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39472         (lockf64) [__NR_fcntl64]: Make code unconditional.
39473         (lockf64) [__ASSUME_FCNTL64]: Likewise.
39475         * sysdeps/unix/sysv/linux/kernel-features.h
39476         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39477         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39478         Make code unconditional.
39479         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39480         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39482         [__NR_vfork]: Make code unconditional.
39483         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39484         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39486         [__NR_vfork]: Make code unconditional.
39487         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39488         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39490 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39492         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39493         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39495         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39496         Define mkstemp64 as an alias.
39497         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39498         Define mkstemps64 as an alias.
39499         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39500         Define mkostemp64 as an alias.
39501         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39502         Define mkostemps64 as an alias.
39503         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39504         Conditionalize body on this.
39505         * misc/mkostemp64.c: Likewise.
39506         * misc/mkostemps64.c: Likewise.
39507         * misc/mkstemps64.c: Likewise.
39508         * sysdeps/wordsize-64/mkstemp64.c: File removed.
39509         * sysdeps/wordsize-64/mkostemp64.c: File removed.
39510         * sysdeps/wordsize-64/mkostemp.c: File removed.
39511         * sysdeps/wordsize-64/mkstemp.c: File removed.
39512         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39513         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39514         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39515         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39517         [BZ #14138]
39518         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39519         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39520         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39521         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39523         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39524         compat_symbol macros from <shlib-compat.h> rather than the underlying
39525         default_symbol_version and symbol_version macros, so that DEFAULT
39526         lines in shlib-versions are respected.
39527         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39529 2012-08-01  Florian Weimer  <fweimer@redhat.com>
39531         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39532         Declare with warn_unused_result.
39533         (setgid, setregid, setegid, setresgid): Likewise.
39534         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39535         Likewise.
39536         * WUR-REPORT: Remove set*id functions.
39538 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
39540         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39542 2012-07-31  Roland McGrath  <roland@hack.frob.com>
39544         [BZ #10191]
39545         * include/sys/socket.h (__libc_accept, __libc_accept4):
39546         Add attribute_hidden.
39547         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39549         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39550         use of PTR_MANGLE.
39551         * inet/getnetgrent_r.c (setup): Likewise.
39553         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39555 2012-07-31  David S. Miller  <davem@davemloft.net>
39557         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39559 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
39561         [BZ #13629]
39562         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39563         value between 1.0 and 2.0 and smaller part has absolute value less
39564         than 1.0.
39565         * math/s_clog10.c (__clog10): Likewise.
39566         * math/s_clog10f.c (__clog10f): Likewise.
39567         * math/s_clog10l.c (__clog10l): Likewise.
39568         * math/s_clogf.c (__clogf): Likewise.
39569         * math/s_clogl.c (__clogl): Likewise.
39570         * math/libm-test.inc (clog_test): Add more tests.
39571         (clog10_test): Likewise.
39572         * sysdeps/i386/fpu/libm-test-ulps: Update.
39573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39575 2012-07-31  Florian Weimer  <fweimer@redhat.com>
39577         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39578         Exit with zero in case no suitable GID is found, and write a
39579         message to standard error.
39581 2012-07-30  Roland McGrath  <roland@hack.frob.com>
39583         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39584         rather than to 1.
39585         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39586         (MAXPATHLEN): Removed.
39587         (NOGROUP, NODEV): New macros.
39588         (setbit, clrbit, isset, isclr): New macros.
39589         (howmany, roundup, powerof2): New macros.
39590         (DEV_BSIZE): New macro.
39592         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39593         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39595         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39596         definition on [!__NO_LONG_DOUBLE_MATH].
39598         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39599         PTR_MANGLE and PTR_DEMANGLE.
39601         * socket/accept4.c (accept4): Rename to __libc_accept4.
39602         Define accept4 as a weak alias.
39604         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39605         on [_DIRENT_HAVE_D_TYPE].
39606         * io/ftw.c (ftw_dir): Likewise.
39608         * io/xmknod.c (__xmknod): Don't check PATH for being null.
39610         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39612         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39613         Use the BSD numbers rather than the arbitrary ones we had.
39614         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39615         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39616         (SIGXCPU, SIGXFSZ): New macros.
39617         (_NSIG): Now 32.
39619         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39620         initializer on [_LIBC_REENTRANT].
39622         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39623         definitions inside [_POSIX_MAPPED_FILES].
39625         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39627         * dirent/opendir.c: Include <fcntl.h>.
39629         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39630         (__libc_getspecific): Likewise.
39631         (__libc_key_create): Likewise.
39633         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39634         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39635         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39636         (tmpfile64): Define as alias.
39637         * sysdeps/wordsize-64/tmpfile.c: File removed.
39638         * sysdeps/wordsize-64/tmpfile64.c: File removed.
39639         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39640         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39642         * stdio-common/vfscanf.c: Include <stdbool.h>.
39643         * nss/makedb.c: Likewise.
39644         * stdio-common/_i18n_number.h: Likewise.
39645         * argp/argp-help.c: Likewise.
39646         * posix/wordexp.c: Likewise.
39647         * sysdeps/posix/spawni.c: Likewise.
39648         * nss/nss_files/files-initgroups.c: Likewise.
39649         * stdio-common/reg-modifier.c: Include <stdlib.h>.
39650         * nss/nss_files/files-initgroups.c: Likewise.
39651         * nss/nss_db/db-netgrp.c: Likewise.
39652         * nss/nss_db/db-initgroups.c: Likewise.
39653         * io/fchmodat.c: Include <sys/stat.h>.
39655         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39656         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39658         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39659         [HAVE_MMAP].
39661         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39662         Add multiple inclusion protection.
39664 2012-07-27  David S. Miller  <davem@davemloft.net>
39666         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39668 2012-07-27  Gary Benson  <gbenson@redhat.com>
39670         [BZ #14298]
39671         * elf/rtld.c: Include <stap-probe.h>.
39672         (dl_main): Added static probes "init_start" and "init_complete".
39673         * elf/dl-load.c: Include <stap-probe.h>.
39674         (lose): Take new parameter "nsid".
39675         Added static probe "map_failed".
39676         (_dl_map_object_from_fd): Pass namespace id to lose.
39677         Added static probe "map_start".
39678         (open_verify): Pass namespace id to lose.
39679         * elf/dl-open.c: Include <stap-probe.h>.
39680         (dl_open_worker) Added static probes "map_complete", "reloc_start"
39681         and "reloc_complete".
39682         * elf/dl-close.c: Include <stap-probe.h>.
39683         (_dl_close_worker): Added static probes "unmap_start" and
39684         "unmap_complete".
39685         * elf/rtld-debugger-interface.txt: New file documenting the above.
39687 2012-07-26  Roland McGrath  <roland@hack.frob.com>
39689         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39690         rather than a string variable.
39691         * sunrpc/rpc_main.c (h_output): Likewise.
39692         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39694 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
39696         * inet/check_native.c: New file.
39698 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
39700         [BZ #13629]
39701         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39702         if larger part has absolute value 1.0.
39703         * math/s_clog10.c (__clog10): Likewise.
39704         * math/s_clog10f.c (__clog10f): Likewise.
39705         * math/s_clog10l.c (__clog10l): Likewise.
39706         * math/s_clogf.c (__clogf): Likewise.
39707         * math/s_clogl.c (__clogl): Likewise.
39708         * math/libm-test.inc (clog_test): Add more tests.
39709         (clog10_test): Likewise.
39710         * sysdeps/i386/fpu/libm-test-ulps: Update.
39711         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39713         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39714         (pltexit): Likewise.
39715         (La_regs): Likewise.
39716         (La_retval): Likewise.
39717         (int_retval): Likewise.
39718         Update #error for removed macros to refer only to definitions in
39719         tst-audit.h.
39720         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39721         macro.
39722         (pltexit): Likewise.
39723         (La_regs): Likewise.
39724         (La_retval): Likewise.
39725         (int_retval): Likewise.
39726         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39727         macro.
39728         (pltexit): Likewise.
39729         (La_regs): Likewise.
39730         (La_retval): Likewise.
39731         (int_retval): Likewise.
39732         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
39733         macro.
39734         (pltexit): Likewise.
39735         (La_regs): Likewise.
39736         (La_retval): Likewise.
39737         (int_retval): Likewise.
39738         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
39739         macro.
39740         (pltexit): Likewise.
39741         (La_regs): Likewise.
39742         (La_retval): Likewise.
39743         (int_retval): Likewise.
39744         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
39745         macro.
39746         (pltexit): Likewise.
39747         (La_regs): Likewise.
39748         (La_retval): Likewise.
39749         (int_retval): Likewise.
39750         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
39751         macro.
39752         (pltexit): Likewise.
39753         (La_regs): Likewise.
39754         (La_retval): Likewise.
39755         (int_retval): Likewise.
39756         * sysdeps/generic/tst-audit.h: Update comment to refer only to
39757         macro definitions in tst-audit.h.
39758         * sysdeps/i386/tst-audit.h: New file.
39759         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39760         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39761         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39762         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39763         * sysdeps/sh/tst-audit.h: Likewise.
39764         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39765         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39766         * sysdeps/x86_64/tst-audit.h: Likewise.
39768 2012-07-26  Andreas Jaeger  <aj@suse.de>
39770         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39771         ptrace.
39773         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39774         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39775         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39776         PTRACE_O_MASK.
39777         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39778         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39779         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39781         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39782         value.
39784         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39785         _sigsys.
39786         (si_call_addr, si_syscall, si_arch): Define new macro.
39787         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39788         _sigsys.
39789         (si_call_addr, si_syscall, si_arch): Define new marcro.
39790         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39791         _sigsys.
39792         (si_call_addr, si_syscall, si_arch): Define new macro.
39793         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39794         _sigsys.
39795         (si_call_addr, si_syscall, si_arch): Define new macro.
39797 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39799         [BZ #13717]
39800         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39801         Change to 2.4.21 where previously 2.4.1.
39802         * sysdeps/unix/sysv/linux/configure: Regenerated.
39803         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39804         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39805         Linux kernel version.
39806         (__ASSUME_STD_AUXV): Remove.
39807         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39808         kernel version.
39809         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39810         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39811         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39812         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39813         (__ASSUME_NETLINK_SUPPORT): Likewise.
39814         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39815         (__no_netlink_support): Remove conditional definition.
39816         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39817         Remove.
39818         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39819         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39820         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39821         (if_nameindex_ioctl): Remove.
39822         (if_nameindex_netlink): Do not handle __no_netlink_support.
39823         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39824         code.
39825         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39826         Remove conditional code.
39827         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39828         code.
39829         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39830         unconditional.
39831         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39832         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39833         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39834         Remove.
39835         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39836         [!__ASSUME_STD_AUXV]: Remove conditional code.
39837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39838         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39839         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39841         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39842         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39843         code.
39844         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39846         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39847         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39848         conditional code.
39849         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39851         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39852         code.
39853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39854         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39855         conditional code.
39856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39857         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39858         code unconditional.
39859         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39860         conditional code.
39861         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39862         unconditional.
39863         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39864         conditional code.
39865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39866         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39867         unconditional.
39868         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39869         conditional code.
39870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39871         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39872         code unconditional.
39873         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39874         conditional code.
39875         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39876         unconditional.
39877         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39878         conditional code.
39879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39880         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39881         code unconditional.
39882         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39883         conditional code.
39884         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39885         unconditional.
39886         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39887         conditional code.
39889 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39891         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39892         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39893         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39894         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39895         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39896         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39897         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39898         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39899         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39900         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39901         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39902         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39903         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39904         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39905         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39906         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39907         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39908         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39909         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39910         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39911         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39912         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39913         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39915 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39917         * Versions.def: Add GLIBC_2.17.
39918         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39919         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39920         Introduce __libc_secure_getenv.
39921         * stdlib/Versions (2.17): Add secure_getenv
39922         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39923         * stdlib/secure-getenv.c: Rename __secure_getenv to
39924         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
39925         symbol __secure_getenv for GLIBC_2.0.
39926         * stdlib/tst-secure-getenv.c: New.
39927         * stdlib/Makefile (tests): Add testcase.
39928         * manual/startup.texi (Environment Access): Document
39929         secure_getenv.
39930         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39931         __libc_secure_getenv.
39932         * inet/ruserpass.c (ruserpass): Likewise.
39933         * malloc/mtrace.c (mtrace): Likewise.
39934         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39935         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39936         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39937         * sysdeps/posix/tempname.c: Likewise.  Evaluate
39938         HAVE_SECURE_GETENV.
39939         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39940         __secure_getenv to __libc_secure_getenv.
39941         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39943         Likewise.
39944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39945         Likewise.
39946         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39947         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39948         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39949         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39950         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39951         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39952         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39954 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39956         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39957         (struct La_i86_retval): Likewise.
39958         (struct La_x86_64_regs): Likewise.
39959         (struct La_x86_64_retval): Likewise.
39960         (struct La_x32_regs): Likewise.
39961         (struct La_x32_retval): Likewise.
39962         (struct La_ppc32_regs): Likewise.
39963         (struct La_ppc32_retval): Likewise.
39964         (struct La_ppc64_regs): Likewise.
39965         (struct La_ppc64_retval): Likewise.
39966         (struct La_sh_regs): Likewise.
39967         (struct La_sh_retval): Likewise.
39968         (struct La_s390_32_regs): Likewise.
39969         (struct La_s390_32_retval): Likewise.
39970         (struct La_s390_64_regs): Likewise.
39971         (struct La_s390_64_retval): Likewise.
39972         (struct La_sparc32_regs): Likewise.
39973         (struct La_sparc32_retval): Likewise.
39974         (struct La_sparc64_regs): Likewise.
39975         (struct La_sparc64_retval): Likewise.
39976         (struct audit_ifaces): Remove architecture-specific pltenter and
39977         pltexit members.
39978         * sysdeps/i386/ldsodefs.h: New file.
39979         * sysdeps/powerpc/ldsodefs.h: Likewise.
39980         * sysdeps/s390/ldsodefs.h: Likewise.
39981         * sysdeps/sh/ldsodefs.h: Likewise.
39982         * sysdeps/sparc/ldsodefs.h: Likewise.
39983         * sysdeps/x86_64/ldsodefs.h: Likewise.
39985 2012-07-25  Marek Polacek  <polacek@redhat.com>
39987         [BZ #6808]
39988         * math/libm-test.inc (yn_test): Add another test.
39989         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39990         to ERANGE when the result is +-Inf.
39991         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39992         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39993         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39994         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39996 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
39998         * conform/data/time.h-data (NULL): Use macro-constant.  Require
39999         equal to 0.
40000         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40001         clock_t.
40002         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40004 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40006         * configure.in <sysdeps resolving>: Correct printing
40007         Implies_before.
40008         * configure: Regenerate.
40010 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40012         * math/w_ilogb.c: Include <limits.h>.
40013         * math/w_ilogbl.c: Likewise.
40015 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40017         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40018         va_copy.  Document allowing for unavailable va_copy only as
40019         pre-C99 compatibility.
40020         * manual/string.texi (Copying and Concatenation): Use va_copy
40021         instead of __va_copy in concat example.
40023 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40025         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40026         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40027         it if not null.
40029         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40030         with O_NOLINK passed to __file_name_lookup.
40032         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40033         with O_NOLINK passed to __file_name_lookup.
40035         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40036         negative N or less than NGIDS.
40038         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40039         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40040         enough.  Use memcpy instead of strncpy.
40042 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40044         * elf/Makefile (check-data): Remove.
40045         (localplt.data): New vpath directive.
40046         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40047         instead of $(check-data).
40048         * scripts/data/localplt-generic.data: Move to ...
40049         * sysdeps/generic/localplt.data: ... here.
40050         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40051         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40052         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40054         ... here.
40055         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40057         ... here.
40058         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40059         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40060         ... here.
40061         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40062         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40063         ... here.
40064         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40065         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40066         ... here.
40067         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40068         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40069         ... here.
40071 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40073         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40074         PPC32 and PPC64 files.
40075         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40076         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40078 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40080         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40081         __makecontext_ret to ...
40082         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40083         ... here and call exit if uc_link is NULL.  New file.
40084         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40085         __makecontext_ret.S.
40086         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40087         __makecontext_ret to ...
40088         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40089         ... here and call exit if uc_link is NULL.  New file.
40090         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40091         __makecontext_ret.S.
40093 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40095         * elf/elf.h (R_390_IRELATIVE): New definition.
40096         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40097         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
40098         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40099         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40100         (elf_machine_lazy_rel): Likewise.
40101         * sysdeps/s390/dl-irel.h: New file.
40102         * sysdeps/s390/s390-64/memcpy.S: New asm code.
40103         * sysdeps/s390/s390-64/memset.S: New asm code.
40104         * sysdeps/s390/s390-64/memcmp.S: New asm code.
40105         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40106         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40107         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40108         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40109         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40110         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40111         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40112         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40113         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40114         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40115         * sysdeps/s390/s390-32/memcpy.S: New asm code.
40116         * sysdeps/s390/s390-32/memset.S: New asm code.
40117         * sysdeps/s390/s390-32/memcmp.S: New asm code.
40119 2012-07-17  Marek Polacek  <polacek@redhat.com>
40121         [BZ #14349]
40122         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40123         * sysdeps/s390/s390-64/configure.in: Likewise.
40124         * sysdeps/sparc/configure.in: Likewise.
40125         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40126         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40127         * sysdeps/i386/configure.in: Likewise.
40128         * sysdeps/x86_64/configure.in: Likewise.
40129         * sysdeps/sh/configure.in: Likewise.
40130         * sysdeps/s390/s390-32/configure: Regenerated.
40131         * sysdeps/s390/s390-64/configure: Likewise.
40132         * sysdeps/x86_64/configure: Likewise.
40133         * sysdeps/sh/configure: Likewise.
40134         * sysdeps/powerpc/powerpc64/configure: Likewise.
40135         * sysdeps/powerpc/powerpc32/configure: Likewise.
40136         * sysdeps/sparc/configure: Likwise.
40137         * sysdeps/i386/configure: Likewise.
40139         * elf/dl-open.c: Comment fixes.
40141 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
40143         * Makefile [CXX] (check-data): Remove.
40144         [CXX] (c++-types.data): New vpath directive.
40145         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40146         vpath.  Do not allow for C++ type data being missing.
40147         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40148         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40149         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40150         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40151         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40152         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40153         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40155         ... here.
40156         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40158         ... here.
40159         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40160         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40161         ... here.
40162         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40163         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40164         ... here.
40165         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40166         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40167         ... here.
40168         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40169         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40170         ... here.
40171         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40172         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40173         ... here.
40174         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40175         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40177         * elf/tls-macros.h (TLS_LE): Move architecture-specific
40178         definitions to architecture-specific files.
40179         (TLS_IE): Likewise.
40180         (TLS_LD): Likewise.
40181         (TLS_GD): Likewise.
40182         * sysdeps/i386/tls-macros.h: New file.
40183         * sysdeps/powerpc/tls-macros.h: Likewise.
40184         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40185         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40186         * sysdeps/sh/tls-macros.h: Likewise.
40187         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40188         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40189         * sysdeps/x86_64/tls-macros.h: Likewise.
40191 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40193         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40194         zero value for regular exit case.
40196         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40197         (__start_context): Preserve zero value for regular exit case.
40199 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40200             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40202         * manual/setjmp.texi (setcontext): Clarify normal process
40203         termination when uc_link is the null pointer.
40204         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40205         exit call.
40207 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40209         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40210         preprocessor.  Test for each exception mask separately.
40212 2012-07-16  Andreas Jaeger  <aj@suse.de>
40214         * po/ru.po: Update from translation team.
40216 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40218         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40219         equal to 0.
40220         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40221         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40222         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40223         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40224         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40226 2012-07-13  Andreas Jaeger  <aj@suse.de>
40228         * po/fr.po: Update from translation team.
40230 2012-07-12  Marek Polacek  <polacek@redhat.com>
40232         [BZ #14173]
40233         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40234         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40235         loop condition.
40237 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40239         [BZ #13717]
40240         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40241         Change to 2.4.1 where previously 2.4.0.
40242         * sysdeps/unix/sysv/linux/configure: Regenerated.
40243         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40244         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40245         version.
40246         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40247         (__ASSUME_AT_CLKTCK): Remove.
40248         (__ASSUME_AT_PAGESIZE): Likewise.
40249         (__ASSUME_AT_XID): Likewise.
40250         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40251         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40252         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40253         unconditionally.
40254         (HAVE_AUX_PAGESIZE): Likewise.
40255         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40256         [__ASSUME_AT_CLKTCK]: Make code unconditional.
40257         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40259 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
40261         [BZ #14307]
40262         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40263         the temporary buffer used to invoke __gethostbyname2_r,
40264         __gethostbyaddr_r and gethostbyname4_r to make room for struct
40265         host_data / struct gaih_addrtuple.
40266         * resolv/nss_dns/dns-host.c (global scope): Move definition of
40267         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40268         header file nss/nsswitch.h.
40269         * nss/nsswitch.h (global scope): Add definition of implementation
40270         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40271         resolv/nss_dns/dns-host.c).
40273 2012-07-11  Andreas Jaeger  <aj@suse.de>
40275         * po/fr.po: Update from translation team.
40277         * po/sv.po: Update from translation team
40278         * po/fr.po: Another update from translation team.
40280 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40282         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40283         for subnormals or multiply small sinh result by itself.
40284         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40285         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40287 2012-07-11  David S. Miller  <davem@davemloft.net>
40289         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40291 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
40293         [BZ #14347]
40294         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40295         (INTERNAL_MARK): Shift it here.
40297 2012-07-10  Marek Polacek  <polacek@redhat.com>
40299         [BZ #14151]
40300         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
40301         libc_cv_asm_global_directive with .globl.
40302         * configure: Regenerated.
40303         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40304         with .globl.
40305         * sysdeps/i386/configure: Regenerated.
40306         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40307         with .globl.
40308         * sysdeps/x86_64/configure: Regenerated.
40309         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40310         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40311         * elf/tst-unique2mod2.c: Likewise.
40312         * elf/tst-unique2mod1.c: Likewise.
40313         * elf/tst-unique1mod2.c: Likewise.
40314         * elf/tst-unique1mod1.c: Likewise.
40315         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40316         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40317         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40318         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40319         * sysdeps/mach/sysdep.h: Likewise.
40320         * sysdeps/i386/sysdep.h: Likewise.
40321         * sysdeps/i386/i386-mcount.S: Likewise.
40322         * sysdeps/x86_64/_mcount.S: Likewise.
40323         * sysdeps/x86_64/sysdep.h: Likewise.
40324         * sysdeps/sh/_mcount.S: Likewise.
40325         * sysdeps/sh/sysdep.h: Likewise.
40326         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40327         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40328         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40329         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40330         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40331         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40332         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40333         * locale/localeinfo.h: Likewise.
40334         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40335         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40337 2012-07-09  Roland McGrath  <roland@hack.frob.com>
40339         [BZ #14336]
40340         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40341         system".
40342         * manual/message.texi (The Uniforum approach): Likewise.
40343         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40344         (glibc iconv Implementation): Likewise.
40346 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
40348         [BZ #14337]
40349         * math/s_clog.c (__clog): Avoid scaling a value down where that
40350         could result in underflow.
40351         * math/s_clog10.c (__clog10): Likewise.
40352         * math/s_clog10f.c (__clog10f): Likewise.
40353         * math/s_clog10l.c (__clog10l): Likewise.
40354         * math/s_clogf.c (__clogf): Likewise.
40355         * math/s_clogl.c (__clogl): Likewise.
40356         * math/libm-test.inc (clog_test): Add more tests.
40357         (clog10_test): Likewise.
40358         * sysdeps/i386/fpu/libm-test-ulps: Update.
40359         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40361 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
40363         [BZ #14283]
40364         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40365         by 7 not 8 to examine high bit of fractional part.
40367         [BZ #14042]
40368         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40369         for call to __mcount_internal.
40370         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40371         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40372         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40374 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
40376         [BZ #14154]
40377         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40378         approximation for values within 0x1p-13f of an odd multiple of
40379         pi/4.
40380         * math/libm-test.inc (tan_test): Do not allow spurious underflow
40381         exception.  Add more tests.
40382         * sysdeps/i386/fpu/libm-test-ulps: Update.
40384         [BZ #6778]
40385         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40386         inputs and return -1 for them.  Do not check for +Inf in case not
40387         reachable for +Inf.
40388         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40389         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40390         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40391         and return -1 for them.  Do not check for +Inf in case not
40392         reachable for +Inf.
40393         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40394         define.
40395         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40396         and return -1 for them.  Do not check for +Inf in case not
40397         reachable for +Inf.
40398         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
40399         spurious underflow.
40400         * sysdeps/i386/fpu/libm-test-ulps: Update.
40401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40403 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
40405         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40407 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
40409         [BZ #14157]
40410         [BZ #14331]
40411         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40412         could result in spurious underflow.  Scale down values above
40413         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40414         * math/s_csqrtf.c (__csqrtf): Likewise.
40415         * math/s_csqrtl.c (__csqrtl): Likewise.
40416         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
40417         spurious underflow.
40418         * sysdeps/i386/fpu/libm-test-ulps: Update.
40419         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40421 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
40423         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40424         xopen-msg.sed.
40425         * catgets/xopen-msg.awk: New file.
40426         * catgets/xopen-msg.sed: Removed.
40428         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40429         po2text.sed.
40430         * intl/po2test.awk: New file.
40431         * intl/po2test.sed: Removed.
40433 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
40435         [BZ #14328]
40436         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40437         or multiply small sinh result by itself.
40438         * math/s_ctanf.c (__ctanf): Likewise.
40439         * math/s_ctanh.c (__ctanh): Likewise.
40440         * math/s_ctanhf.c (__ctanhf): Likewise.
40441         * math/s_ctanhl.c (__ctanhl): Likewise.
40442         * math/s_ctanl.c (__ctanl): Likewise.
40443         * math/libm-test.inc (ctan_test_tonearest): New function.
40444         (ctan_test_towardzero): Likewise.
40445         (ctan_test_downward): Likewise.
40446         (ctan_test_upward): Likewise.
40447         (ctanh_test_tonearest): Likewise.
40448         (ctanh_test_towardzero): Likewise.
40449         (ctanh_test_downward): Likewise.
40450         (ctanh_test_upward): Likewise.
40451         (main): Call these new functions.
40452         * sysdeps/i386/fpu/libm-test-ulps: Update.
40453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40455 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
40457         * .gitignore: Delete /ports entry.
40459 2012-07-03  Andreas Jaeger  <aj@suse.de>
40461         * po/bg.po: Update from translation team.
40462         * po/cs.po: Likewise.
40463         * po/de.po: Likewise.
40464         * po/hr.po: Likewise.
40465         * po/nl.pl: Likewise.
40466         * po/pl.po: Likewise.
40467         * po/vi.po: Likewise.
40469 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
40471         * Makeconfig [!+link] (+link-before-libc): New variable.
40472         [!+link] (+link-after-libc): Likewise.
40473         [!+link] (+link-tests): Likewise.
40474         [!+link] (+link): Define in terms of $(+link-before-libc) and
40475         $(+link-after-libc).
40476         [!+link-static] (+link-static-before-libc): New variable.
40477         [!+link-static] (+link-static-after-libc): Likewise.
40478         [!+link-static] (+link-static-tests): Likewise.
40479         [!+link-static] (+link-static): Define in terms of
40480         $(+link-static-before-libc) and $(+link-static-after-libc).
40481         [build-shared] (link-libc-before-gnulib): New variable.
40482         [build-shared] (link-libc-tests): Likewise.
40483         [build-shared] (link-libc): Define in terms of
40484         $(link-libc-before-gnulib).
40485         [!build-shared] (link-libc-tests): New variable.
40486         (link-libc-static-tests): New variable.
40487         [!gnulib] (gnulib-arch): New variable.
40488         [!gnulib] (gnulib-tests): Likewise.
40489         [!gnulib] (static-gnulib-arch): Likewise.
40490         [!gnulib] (static-gnulib-tests): Likewise.
40491         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
40492         Define with "=" instead of ":=".
40493         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
40494         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
40495         * Rules (binaries-all-notests): New variable.
40496         (binaries-all-tests): Likewise.
40497         (binaries-static-notests): Likewise.
40498         (binaries-static-tests): Likewise.
40499         (binaries-all): Define using $(binaries-all-notests) and
40500         $(binaries-all-tests).
40501         (binaries-static): Define using $(binaries-static-notests) and
40502         $(binaries-static-tests).
40503         (binaries-shared-tests): New variable.
40504         (binaries-shared-notests): Likewise.
40505         (binaries-shared): Remove variable.
40506         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40507         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40508         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40509         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40510         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40511         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40512         * elf/Makefile (sln-modules): New variable.
40513         (extra-objs): Add $(sln-modules:=.o).
40514         (ldconfig-modules): Add static-stubs.
40515         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40516         * elf/static-stubs.c: New file.
40518         [BZ #14283]
40519         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40520         by 7 not 8 to examine high bit of fractional part.  Use volatile
40521         variables when splitting into final array of floats if
40522         __FLT_EVAL_METHOD__ != 0.
40523         * math/libm-test.inc (cos_test): Add another test.
40524         (sin_test): Likewise.
40525         * sysdeps/i386/fpu/libm-test-ulps: Update.
40527         [BZ #14273]
40528         * math/libm-test.inc (cosh_test): Add more tests.
40530         * version.h (RELEASE): Set to "development".
40531         (VERSION): Set to "2.16.90".
40533 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
40535         * NEWS: Update copyright. Remove last-updated date.
40536         Mention math library bug fixes and timezone data changes.
40537         * README: Mention GNU/Hurd, x32, and HPPA support status.
40539 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
40541         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40543 2012-06-27  Andreas Jaeger  <aj@suse.de>
40545         * manual/contrib.texi (Contributors): Add Samuel Thibault.
40547 2012-06-25  Andreas Jaeger  <aj@suse.de>
40549         * sysdeps/s390/fpu/libm-test-ulps: Update.
40551 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
40552             Thomas Schwinge  <thomas@codesourcery.com>
40554         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40555         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40556         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40557         fanotify_mark.
40559 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
40561         * sysdeps/mach/start.c: Remove file.
40562         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40563         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40564         * sysdeps/sh/init-first.c: Likewise.
40566         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40567         registers for frame unwinding purposes, add CFI directives.
40568         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40569         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40570         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40571         Likewise.
40573         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40574         __fortify_fail returning.
40575         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40577         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40578         sysdeps/sh/____longjmp_chk.S.
40579         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40580         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40581         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40582         (gen-as-const-headers): Append sigaltstack-offsets.sym.
40584         * sysdeps/sh/abort-instr.h: New file.
40585         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40586         process in case exit returns.
40588         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40589         initialize the GOT register before use.
40591         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40592         calculation of ARGC > 4.
40594         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40595         meaningful names to some local labels.
40597 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40598             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40600         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40601         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40602         (__arch_compare_and_exchange_val_16_acq): Likewise.
40603         (__arch_compare_and_exchange_val_32_acq): Likewise.
40604         (atomic_exchange_and_add): Fix gUSA sequence.
40605         (atomic_add): Likewise.
40606         (atomic_add_negative): Likewise.
40607         (atomic_add_zero): Likewise.
40608         (atomic_bit_test_set): Likewise.
40610 2012-06-22  Andreas Schwab  <schwab@redhat.com>
40612         [BZ #13579]
40613         * include/link.h (struct link_map): Add l_free_initfini.
40614         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40615         l_initfini.
40616         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40617         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40618         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40619         set.
40621 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
40623         * configure.in: Use AC_LANG_SOURCE.
40624         * configure: Regenerate.
40626 2012-06-22  Roland McGrath  <roland@hack.frob.com>
40628         * configure.in (libc_cv_localstatedir): New substituted variable.
40629         * configure: Regenerated.
40630         * config.make.in (localstatedir): New variable, substituted from
40631         libc_cv_localstatedir.
40632         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40633         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40634         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40635         * sysdeps/gnu/configure: Regenerated.
40637 2012-06-21  Jeff Law  <law@redhat.com>
40639         [BZ #14277]
40640         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40641         free.  Simplify list management for _LIBC case.
40643 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
40645         [BZ #14273]
40646         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40647         Clear sign bit of 64-bit integer value before comparing against
40648         overflow value.
40650         * sysdeps/mach/configure: Regenerated.
40652 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
40654         [BZ #14278]
40655         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40657 2012-06-21  Jeff Law  <law@redhat.com>
40659         [BZ #13882]
40660         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
40661         uint16_t for elements in the "seen" array to avoid char overflows.
40662         * elf/dl-fini.c (_dl_sort_fini): Likewise.
40663         * elf/dl-open.c (dl_open_worker): Likewise.
40665 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
40667         * scripts/list-sources.sh: Scan PORTS for translations.
40668         * po/libc.pot: Regenerated.
40670 2012-06-21  Andreas Jaeger  <aj@suse.de>
40672         [BZ #12194]
40673         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40674         warning.
40675         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40676         * bits/byteswap-16.h (__bswap_16): Likewise.
40677         * bits/byteswap.h (__bswap_constant_16): Likewise.
40679 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40681         [BZ #14117]
40682         * sysdeps/i386/fpu_control.h: Removed.
40683         * sysdeps/x86_64/fpu_control.h: Moved to ...
40684         * sysdeps/x86/fpu_control.h: Here.
40686         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40687         (_FPU_SETCW): Likewise.
40689 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
40691         [BZ #14117]
40692         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40693         * sysdeps/x86/fpu/bits/mathinline.h: This.
40694         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40696         [BZ #14050]
40697         [BZ #14117]
40698         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40699         functions if __x86_64__ is defined.
40701 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
40703         * string/endian.h: Add !__ASSEMBLER__ condition for including
40704         conversion interfaces.
40706 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
40708         [BZ #14241]
40709         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40710         of ABS(x) in calculating zero to negative powers other than odd
40711         integers.
40712         * math/libm-test.inc (pow_test): Add more tests.
40714 2012-06-15  Andreas Jaeger  <aj@suse.de>
40716         * manual/contrib.texi (Contributors): Update entry of Liubov
40717         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40718         Machado Filho.
40720 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
40722         * string/string.h: Add __wur to GNU version of strerror_r.
40724 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
40726         [BZ #14229]
40727         * string/Makefile (tests): Add tst-strtok_r.
40728         * string/tst-strtok_r.c: New file.
40729         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40730         RAX_LP/RDX_LP on SAVE_PTR.
40732 2012-06-14  Roland McGrath  <roland@hack.frob.com>
40734         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
40736 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
40738         * libm_test.inc (csqrt_test): Allow more spurious underflow
40739         exceptions.
40740         (j0_test): Likewise.
40741         (j1_test): Likewise.
40742         (y0_test): Likewise.
40743         (y1_test): Likewise.
40745 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
40747         * po/Makefile (libc.pot): Use UTF-8 charset.
40749 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
40751         [BZ #14210]
40752         Suppress sign-conversion warning from FD_SET.
40753         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40754         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40755         not unsigned long int.
40756         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40758 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40760         [BZ #14050]
40761         [BZ #14117]
40762         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40763         __extern_always_inline instead of __extern_inline.
40764         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40765         (__signbit): Likewise.
40766         (__signbitl): Support C++ namespace.
40767         (lrintf): New inline function.
40768         (lrint): Likewise.
40769         (llrintf): Likewise.
40770         (llrint): Likewise.
40771         (fmaxf): Likewise.
40772         (fmax): Likewise.
40773         (fminf): Likewise.
40774         (fmin): Likewise.
40775         (rint): Likewise.
40776         (rintf): Likewise.
40777         (ceil): Likewise.
40778         (ceilf): Likewise.
40779         (floor): Likewise.
40780         (floorf): Likewise.
40781         (nearbyint): Likewise.
40782         (nearbyintf): Likewise.
40784 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40786         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40787         non-default versions.
40789 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40791         [BZ #14218]
40792         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40794 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40796         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40797         (FE_UPWARD, FE_DOWNWARD): Don't define.
40798         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40799         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40801         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40802         reading it.
40803         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40804         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40806 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40808         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40809         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40810         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40811         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40813 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40815         [BZ #14117]
40816         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40817         * sysdeps/i386/fpu/Implies: New file.
40818         * sysdeps/x86_64/fpu/Implies: Likewise.
40819         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40820         * sysdeps/x86/fpu/bits/fenv.h: This.
40822         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40823         __SSE_MATH__.
40825 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40827         [BZ #14134]
40828         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40829         character 0xffff that matches the last element of the
40830         conversion table.
40832 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40834         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40835         fmodl commit.
40837 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40839         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40840         values higher than 25.6283.
40842 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40844         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40845         subnormal exponent extraction and add some __builtin_expect.
40846         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40847         Fix for subnormal mantissa calculation.
40849 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40851         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40852         cpu2 is -1 and errno is not ENOSYS.
40854 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40856         [BZ #14117]
40857         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40858         * sysdeps/x86/bits/string.h: This.
40859         * sysdeps/x86_64/bits/string.h: Removed.
40861         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40862         if not compiling for x86-64, but compiling for >= i486.
40864         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40865         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40867         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40868         New macro from Linux kernel 3.4.0.
40869         (FP_XSTATE_MAGIC2): Likewise.
40870         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40871         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40872         (struct _fpx_sw_bytes): New struct.
40873         (struct _xsave_hdr): Likewise.
40874         (struct _ymmh_state): Likewise.
40875         (struct _xstate): Likewise.
40877         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40878         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40879         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40880         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40881         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40882         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40884         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40885         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40886         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40887         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40888         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40889         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40891 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40893         [BZ #13743]
40894         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40895         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40896         (sysdep_headers): Include sys/platform/ppc.h.
40897         * sysdeps/powerpc/test-gettimebase.c: Test for
40898         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40899         * manual/Makefile (appendices): Include platform.texi.
40900         * manual/contrib.texi (Contributors): Update @node pointers.
40901         * manual/maint.texi (Maintenance): Likewise.
40902         (Platform): New node.
40903         * manual/platform.texi: New file.  Document the new features.
40905 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40906             Jakub Jelinek  <jakub@redhat.com>
40908         [BZ #14188]
40909         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40910         where __builtin_expect is unavailable.
40912 2012-06-03  David S. Miller  <davem@davemloft.net>
40914         * stdlib/longlong.h: Updated from GCC.
40916 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40918         [BZ #14042]
40919         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40920         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40921         __mcount_internal.
40922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40923         (GLIBC_2.16): Likewise.
40925 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40927         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40929 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40932         (default-abi): New variable.
40933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40934         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40935         variable.
40936         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40937         Likewise.
40938         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40939         Likewise.
40940         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40941         Likewise.
40943         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40944         definition.  Document in comment.
40946 2012-06-01  David S. Miller  <davem@davemloft.net>
40948         * stdlib/longlong.h: Updated from GCC.
40950 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40952         [BZ #14117]
40953         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40954         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40955         sys/debugreg.h sys/io.h here.
40956         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40957         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40958         sys/io.h.
40959         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40960         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40961         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40962         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40963         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40964         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40966         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40967         Define only if __x86_64__ is defined.
40969 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40971         [BZ #14048]
40972         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40973         Use int64_t for variable i.
40974         * math/libm-test.inc (fmod_test): Add more tests.
40976         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40977         z computation is not scheduled after fetestexcept.
40978         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40979         Use math_force_eval instead of asm to ensure calculation scheduled
40980         before exception test.
40981         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40982         Ensure a1 + u.d computation is not scheduled after fetestexcept.
40984 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
40986         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40987         computation is not scheduled after fetestexcept.
40989 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40991         [BZ #14117]
40992         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40993         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40995 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40997         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40998         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41000 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41002         [BZ #14117]
41003         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41004         <bits/wordsize.h>.
41005         (__WCHAR_MIN): Support __WORDSIZE == 64.
41006         (__WCHAR_MAX): Likewise.
41008         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41009         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41011         [BZ #14183]
41012         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41013         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41015         [BZ #14117]
41016         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41017         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41019         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41020         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41022         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41023         Defined to 1 if __x86_64__ isn't defined.
41024         (_STAT_VER_LINUX_OLD): New.
41025         (st_atime): Remove duplicate.
41026         (st_mtime): Likewise.
41027         (st_ctime): Likewise.
41029 2012-05-31  David S. Miller  <davem@davemloft.net>
41031         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41032         entries.
41034 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41036         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41037         gen-libm-test.pl.
41039         [BZ #14132]
41040         * elf/dl-reloc.c: Include <_itoa.h>.
41041         (_dl_reloc_bad_type): Remove use of INTUSE.
41042         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41043         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41044         * stdio-common/psiginfo.c (psiginfo): Likewise.
41045         * stdio-common/psignal.c (psignal): Likewise.
41046         * string/strsignal.c (strsignal): Likewise.
41047         * include/signal.h (_sys_siglist): Declare hidden proto.
41048         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41049         INTVARDEF with libc_hidden_data_def.
41050         * stdio-common/itoa-udigits.c: Likewise.
41051         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41052         (_itoa_lower_digits_internal): Remove declaration.
41053         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41054         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41055         (_sys_sigabbrev_internal): Remove aliases.
41056         (_sys_siglist): Define hidden alias.
41058 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41060         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41061         bits/sysctl.h.
41063 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41065         [BZ #14117]
41066         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41067         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41069         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41070         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41071         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41072         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41073         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41074         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41076         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41077         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41078         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41080         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41081         with __addr.
41082         (insw): Likewise.
41083         (insl): Likewise.
41084         (outsb): Likewise.
41085         (outsw): Likewise.
41086         (outsl): Likewise.
41088         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41089         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41090         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41092         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41093         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41094         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41095         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41096         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41097         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41099         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41100         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41102         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41103         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41105         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41106         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41107         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41109         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41110         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41111         to ...
41112         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41114         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41115         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41116         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41118         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41119         for x86-64.
41120         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41122 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
41124         * math/math.h (M_El): Use two more decimal places.
41125         (M_LOG2El): Likewise.
41126         (M_LOG10El): Likewise.
41127         (M_LN2l): Likewise.
41128         (M_LN10l): Likewise.
41129         (M_PIl): Likewise.
41130         (M_PI_2l): Likewise.
41131         (M_PI_4l): Likewise.
41132         (M_1_PIl): Likewise.
41133         (M_2_PIl): Likewise.
41134         (M_2_SQRTPIl): Likewise.
41135         (M_SQRT2l): Likewise.
41136         (M_SQRT1_2l): Likewise.
41138 2012-05-31  David S. Miller  <davem@davemloft.net>
41140         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41141         values between float registers.
41142         * sysdeps/sparc/sparc64/memset.S: Likewise.
41143         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41145 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
41147         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41148         -D_FORTIFY_SOURCE=1.
41149         (CPPFLAGS-tst-longjmp_chk.c): Define.
41150         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41151         (CPPFLAGS-tst-longjmp_chk2.c): Define.
41152         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41153         CFLAGS-tst-wchar-h.c.
41155 2012-05-31  Marek Polacek  <polacek@redhat.com>
41157         [BZ #14132]
41158         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41159         __endmntent_internal): Remove declaration.
41160         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41161         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41162         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41164 2012-05-30  David S. Miller  <davem@davemloft.net>
41166         * sysdeps/sparc/sparc32/soft-fp/q_util.c
41167         (___Q_simulate_exceptions): Use real FP ops rather than writing
41168         into the %fsr.
41169         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41170         Likewise.
41172 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41174         [BZ #14117]
41175         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41176         * sysdeps/x86/bits/xtitypes.h: This.
41178         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41179         * sysdeps/x86/bits/wordsize.h: This.
41181         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41182         * sysdeps/x86/bits/huge_vall.h: This.
41184         * sysdeps/i386/bits/select.h: Removed.
41185         * sysdeps/x86_64/bits/select.h: Renamed to ...
41186         * sysdeps/x86/bits/select.h: This.
41188         * sysdeps/i386/bits/setjmp.h: Removed.
41189         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41190         * sysdeps/x86/bits/setjmp.h: This.
41192         * sysdeps/i386/bits/mathdef.h: Removed.
41193         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41194         * sysdeps/x86/bits/mathdef.h: This.
41196 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
41198         [BZ #14132]
41199         * include/sys/socket.h (__connect_internal)
41200         (__libc_sa_len_internal): Remove declaration.
41201         (__connect, __libc_sa_len): Declare hidden_proto.
41202         (SA_LEN): Remove use of INTUSE.
41203         * socket/connect.c: Add libc_hidden_def.
41204         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41205         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41206         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41207         alias.
41208         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41209         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41210         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41211         of adding _internal alias.
41213 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41215         [BZ #14117]
41216         * sysdeps/i386/bits/link.h: Removed.
41217         * sysdeps/i386/bits/linkmap.h: Likewise.
41218         * sysdeps/x86_64/bits/link.h: Renamed to ...
41219         * sysdeps/x86/bits/link.h: This.
41220         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41221         * sysdeps/x86/bits/linkmap.h: This.
41223         * sysdeps/i386/bits/endian.h: Removed.
41224         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41225         * sysdeps/x86/bits/endian.h: This.
41227         * sysdeps/i386/bits/byteswap.h: Removed.
41228         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41229         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41230         * sysdeps/x86/bits/byteswap.h: This.
41231         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41232         * sysdeps/x86/bits/byteswap-16.h: This.
41233         * sysdeps/i386/Implies: Add x86.
41234         * sysdeps/x86_64/Implies: Likewise.
41236 2012-05-30  David S. Miller  <davem@davemloft.net>
41238         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41239         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41240         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41241         (FP_TRAPPING_EXCEPTIONS): Define.
41242         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41243         (FP_TRAPPING_EXCEPTIONS): Define.
41244         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41245         subnormals only when inexact has been signalled or underflow
41246         exceptions are enabled.
41247         (_FP_PACK_CANONICAL): Likewise.
41249 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41251         [BZ #14183]
41252         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41253         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41255 2012-05-30  Richard Henderson  <rth@twiddle.net>
41257         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41258         with #ifndef NOT_IN_libc.
41260         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
41261         marked to avoid plt entry.
41263 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41265         [BZ #14112]
41266         * Makeconfig (default-abi): New macro.
41267         (abi-includes): Likewise.
41268         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
41269         $(abi-$(default-abi)-lib-soname) for soname if defined.
41270         ($(common-objpfx)gnu/lib-names.stmp): Generate from
41271         abi-variants.
41272         * Makefile (installed-stubs): Likewise.
41273         * include/stubs-biarch.h: Removed.
41274         * scripts/lib-names.awk: Only handle one library at a time.
41275         * scripts/soversions.awk: Remove WORDSIZE support.
41276         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41277         entries.
41278         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41279         Removed.
41280         (syscall-list-default-condition): Likewise.
41281         (syscall-list-default-condition): Likewise.
41282         (syscall-list-includes): Likewise.
41283         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41284         syscall-list-* with abi-*.  Handle undefined abi-variants.
41285         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41286         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41287         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41288         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41289         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41290         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41291         Removed.
41292         (syscall-list-32-options): Likewise.
41293         (syscall-list-32-condition): Likewise.
41294         (syscall-list-64-options): Likewise.
41295         (syscall-list-64-condition): Likewise.
41296         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41297         macro.
41298         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41299         Renamed to ...
41300         (abi-*): This.
41301         (abi-64-ld-soname): New macro.
41302         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41303         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41304         Renamed to ...
41305         (abi-*): This.
41306         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41307         * sysdeps/x86_64/x32/shlib-versions: Likewise.
41309 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
41311         * sysdeps/unix/sysv/linux/kernel-features.h
41312         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41313         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41314         include <kernel-features.h>.
41315         [!__NR_ftruncate64]: Remove conditional code.
41316         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41317         [__NR_ftruncate64]: Make code unconditional.
41318         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41319         * sysdeps/unix/sysv/linux/truncate64.c: Do not
41320         include <kernel-features.h>.
41321         [!__NR_ftruncate64]: Remove conditional code.
41322         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41323         [__NR_ftruncate64]: Make code unconditional.
41324         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41326         include <kernel-features.h>.
41327         [!__NR_ftruncate64]: Remove conditional code.
41328         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41329         [__NR_ftruncate64]: Make code unconditional.
41330         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41332         include <kernel-features.h>.
41333         [!__NR_ftruncate64]: Remove conditional code.
41334         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41335         [__NR_ftruncate64]: Make code unconditional.
41336         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41338         * configure.in (libc_cv_fpie): Weaken to a compile test using
41339         LIBC_TRY_CC_OPTION.
41340         * configure: Regenerated.
41342 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41344         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41345         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41346         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41347         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41348         Refreshed.
41349         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41350         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41351         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41352         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41353         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41354         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41355         Refreshed.
41357 2012-05-27  David S. Miller  <davem@davemloft.net>
41359         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41360         (___Q_zero): New.
41361         (__Q_simulate_exceptions): Return void.  Change to simulate
41362         exceptions by writing into the %fsr.
41363         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41364         (__Qp_handle_exceptions): Likewise.
41365         (numbers): Delete.
41366         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41367         __Qp_handle_exceptions.
41368         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41369         __Qp_handle_exceptions.
41370         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41371         as unused and give dummy FP_RND_NEAREST initializer.
41372         (FP_INHIBIT_RESULTS): Define.
41373         (___Q_simulate_exceptions): Update declaration.
41374         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41375         formatting.
41376         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41377         as unused and give dummy FP_RND_NEAREST initializer.
41378         (__Qp_handle_exceptions): Update declaration.
41379         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41380         formatting.
41382 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
41384         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41385         the temporary FPU control word.
41386         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41387         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41388         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41389         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41390         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41391         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41392         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41393         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41394         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41395         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41396         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41398 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41400         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41401         fields.
41403 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
41405         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41406         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41407         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41408         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41409         Likewise.
41410         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41411         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41412         Likewise.
41414 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
41416         * po/h.po: Update from translation team.
41418 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
41420         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41422         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41423         handling of denormals.
41424         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41425         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41426         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41427         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41428         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41429         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41430         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41431         Likewise.
41433 2012-05-26  Marek Polacek  <polacek@redhat.com>
41435         [BZ #14152]
41436         * math/libm-test.inc (fma_test): Don't always expect underflow
41437         exception.
41439 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41441         [BZ #12416]
41442         * elf/tst-execstack.c: Include stackinfo.h.
41443         (do_test): Adjust test case to ensure that pthread_getattr_np
41444         behaviour remains the same after marking stack executable.
41446 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41448         * sysdeps/unix/sysv/linux/kernel-features.h
41449         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41450         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41451         kernel-features.h.
41452         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41453         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41454         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41455         kernel-features.h.
41456         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41457         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41459 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
41461         * configure.in: Define the default includes to being none.
41462         * configure: Regenerated.
41464 2012-05-25  Roland McGrath  <roland@hack.frob.com>
41466         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41467         * sysdeps/x86_64/setjmp.S: Likewise.
41468         * sysdeps/i386/bsd-setjmp.S: Likewise.
41469         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41470         * sysdeps/i386/setjmp.S: Likewise.
41471         * sysdeps/i386/__longjmp.S: Likewise.
41472         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41473         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41475         * include/stap-probe.h: New file.
41476         * configure.in: Handle --enable-systemtap.
41477         * configure: Regenerated.
41478         * config.h.in (USE_STAP_PROBE): New #undef.
41479         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41480         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41481         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41483 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41485         [BZ #13717]
41486         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41487         to 2.4.0 where earlier.
41488         * sysdeps/unix/sysv/linux/configure: Regenerated.
41489         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41490         <kernel-features.h>.
41491         [__ASSUME_32BITUIDS]: Make code unconditional.
41492         [!__ASSUME_32BITUIDS]: Remove conditional code.
41493         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41494         <kernel-features.h>.
41495         [__ASSUME_32BITUIDS]: Make code unconditional.
41496         [!__ASSUME_32BITUIDS]: Remove conditional code.
41497         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41498         [__ASSUME_32BITUIDS]: Make code unconditional.
41499         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41500         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41501         <kernel-features.h>.
41502         [__ASSUME_32BITUIDS]: Make code unconditional.
41503         [!__ASSUME_32BITUIDS]: Remove conditional code.
41504         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41505         <kernel-features.h>.
41506         [__ASSUME_32BITUIDS]: Make code unconditional.
41507         [!__ASSUME_32BITUIDS]: Remove conditional code.
41508         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41509         <kernel-features.h>.
41510         [__ASSUME_32BITUIDS]: Make code unconditional.
41511         [!__ASSUME_32BITUIDS]: Remove conditional code.
41512         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41513         <kernel-features.h>.
41514         [__ASSUME_32BITUIDS]: Make code unconditional.
41515         [!__ASSUME_32BITUIDS]: Remove conditional code.
41516         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41517         <kernel-features.h>.
41518         [__ASSUME_32BITUIDS]: Make code unconditional.
41519         [!__ASSUME_32BITUIDS]: Remove conditional code.
41520         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41521         <kernel-features.h>.
41522         [__ASSUME_32BITUIDS]: Make code unconditional.
41523         [!__ASSUME_32BITUIDS]: Remove conditional code.
41524         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41525         <kernel-features.h>.
41526         [__ASSUME_32BITUIDS]: Make code unconditional.
41527         [!__ASSUME_32BITUIDS]: Remove conditional code.
41528         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41529         <kernel-features.h>.
41530         [__ASSUME_32BITUIDS]: Make code unconditional.
41531         [!__ASSUME_32BITUIDS]: Remove conditional code.
41532         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41533         <kernel-features.h>.
41534         [__ASSUME_32BITUIDS]: Make code unconditional.
41535         [!__ASSUME_32BITUIDS]: Remove conditional code.
41536         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41537         <kernel-features.h>.
41538         [__ASSUME_32BITUIDS]: Make code unconditional.
41539         [!__ASSUME_32BITUIDS]: Remove conditional code.
41540         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41541         <kernel-features.h>.
41542         [__NR_setresgid] (__setresgid): Do not declare.
41543         [__ASSUME_32BITUIDS]: Make code unconditional.
41544         [!__ASSUME_32BITUIDS]: Remove conditional code.
41545         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41546         <kernel-features.h>.
41547         [__NR_setresuid] (__setresuid): Do not declare.
41548         [__ASSUME_32BITUIDS]: Make code unconditional.
41549         [!__ASSUME_32BITUIDS]: Remove conditional code.
41550         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.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/setgid.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/setgroups.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/setregid.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/setresgid.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/setresuid.c: Do not include
41575         <kernel-features.h>.
41576         [__ASSUME_32BITUIDS]: Make code unconditional.
41577         [!__ASSUME_32BITUIDS]: Remove conditional code.
41578         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
41579         <kernel-features.h>.
41580         [__ASSUME_32BITUIDS]: Make code unconditional.
41581         [!__ASSUME_32BITUIDS]: Remove conditional code.
41582         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
41583         <kernel-features.h>.
41584         [__ASSUME_32BITUIDS]: Make code unconditional.
41585         [!__ASSUME_32BITUIDS]: Remove conditional code.
41586         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41587         <kernel-features.h>.
41588         [__ASSUME_32BITUIDS]: Make code unconditional.
41589         [!__ASSUME_32BITUIDS]: Remove conditional code.
41590         * sysdeps/unix/sysv/linux/kernel-features.h
41591         (__ASSUME_SETRESUID_SYSCALL): Remove.
41592         (__ASSUME_SETRESGID_SYSCALL): Likewise.
41593         (__ASSUME_32BITUIDS): Likewise.
41594         (__ASSUME_LDT_WORKS): Likewise.
41595         (__ASSUME_O_DIRECTORY): Likewise.
41596         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41597         architecture but not kernel version.
41598         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41599         (__ASSUME_MMAP2_SYSCALL): Likewise.
41600         (__ASSUME_STAT64_SYSCALL): Likewise.
41601         (__ASSUME_IPC64): Likewise.
41602         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41603         <kernel-features.h>.
41604         [__ASSUME_32BITUIDS]: Make code unconditional.
41605         [!__ASSUME_32BITUIDS]: Remove conditional code.
41606         * sysdeps/unix/sysv/linux/opendir.c: Do not include
41607         <kernel-features.h>.
41608         [__ASSUME_O_DIRECTORY]: Make code unconditional.
41609         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41610         132096]: Remove conditional code.
41611         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41612         * sysdeps/unix/sysv/linux/s390/s390-32/chown.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/s390/s390-32/lchown.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/setegid.c: Do not include
41621         <kernel-features.h>.
41622         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41623         unconditional.
41624         (__setresgid): Do not declare.
41625         [__ASSUME_32BITUIDS]: Make code unconditional.
41626         [!__ASSUME_32BITUIDS]: Remove conditional code.
41627         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41628         <kernel-features.h>.
41629         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41630         unconditional.
41631         (__setresuid): Do not declare.
41632         [__ASSUME_32BITUIDS]: Make code unconditional.
41633         [!__ASSUME_32BITUIDS]: Remove conditional code.
41634         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41635         <kernel-features.h>.
41636         [__ASSUME_32BITUIDS]: Make code unconditional.
41637         [!__ASSUME_32BITUIDS]: Remove conditional code.
41638         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41639         <kernel-features.h>.
41640         [__ASSUME_32BITUIDS]: Make code unconditional.
41641         [!__ASSUME_32BITUIDS]: Remove conditional code.
41643 2012-05-25  Richard Henderson  <rth@twiddle.net>
41645         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41646         dl_hwcap to ifunc resolver.
41647         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41648         elf_ifunc_invoke.
41649         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41650         dl_hwcap to ifunc resolver.
41651         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41653 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41655         [BZ #14153]
41656         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41657         for |x| <= 2**-26, not 2**-57.
41658         * math/libm-test.inc (acos_test): Do not allow spurious underflow
41659         exception.
41661 2012-05-24  Jeff Law  <law@redhat.com>
41663         * stdio-common/Makefile (tests): Add bug25.
41664         * stdio-common/bug25.c: New test.
41666 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41668         [BZ #13576]
41669         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41670         multiple of MALLOC_ALIGNMENT in size.
41671         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41673 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41675         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41676         Require >= 256.
41677         (FILENAME_MAX): Use macro-int-constant.
41678         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
41679         (_IOFBF): Use macro-int-constant.
41680         (_IOLBF): Likewise.
41681         (_IONBF): Likewise.
41682         (SEEK_CUR): Likewise.
41683         (SEEK_END): Likewise.
41684         (SEEK_SET): Likewise.
41685         (TMP_MAX): Likewise.
41686         (EOF): Use macro-int-constant.  Require < 0.
41687         (NULL): Use macro-constant.  Require == 0.
41688         (stdin): Require type to be FILE *.
41689         (stdout): Likewise.
41690         (stderr): Likewise.
41691         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41692         macro-int-constant.
41693         (EXIT_SUCCESS): Likewise.
41694         (NULL): Use macro-constant.  Require == 0.
41695         (RAND_MAX): Use macro-int-constant.
41696         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41697         [C99-based standards] (strtof): Require function.
41698         [C99-based standards] (strtold): Likewise.
41699         [C99-based standards] (strtoll): Likewise.
41700         [C99-based standards] (strtoull): Likewise.
41701         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41702         [ISO || ISO99 || ISO11] (limits.h): Likewise.
41703         [ISO || ISO99 || ISO11] (math.h): Likewise.
41704         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41705         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41706         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41708 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
41710         [BZ #14132]
41711         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41712         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41713         * intl/dgettext.c (DCGETTEXT): Likewise.
41714         * intl/gettext.c (DCGETTEXT): Likewise.
41715         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41716         * posix/regex_internal.h (gettext): Likewise.
41717         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41718         Remove declaration.
41719         * include/argz.h (__argz_count_internal)
41720         (__argz_stringify_internal): Remove declaration.
41721         (__argz_count, __argz_stringify): Declare hidden proto.
41722         * intl/dcgettext.c: Remove use of INTDEF.
41723         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41724         * string/argz-stringify.c: Likewise.
41725         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41726         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41727         Declare hidden proto.
41728         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41729         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41730         Declare hidden proto.
41731         * include/stdio.h (__asprintf_internal): Don't declare.
41732         (__asprintf): Don't define as macro.  Declare hidden proto.
41733         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
41734         (__fsetlocking): Declare hidden proto.
41735         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
41736         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
41737         hidden proto.
41738         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
41739         (_IO_setlinebuf): Remove use of INTUSE.
41740         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
41741         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
41742         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
41743         Remove declaration.
41744         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
41745         (_IO_do_flush): Remove use of INTUSE.
41746         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
41747         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
41748         (_IO_adjust_column, _IO_least_wmarker)
41749         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
41750         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
41751         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41752         (_IO_default_doallocate, _IO_wdefault_doallocate)
41753         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41754         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41755         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41756         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41757         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41758         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41759         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41760         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41761         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41762         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41763         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41764         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41765         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41766         proto.
41767         (_IO_flush_all_internal, _IO_adjust_column_internal)
41768         (_IO_default_uflow_internal, _IO_default_finish_internal)
41769         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41770         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41771         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41772         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41773         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41774         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41775         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41776         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41777         (_IO_file_close_internal, _IO_file_close_it_internal)
41778         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41779         (_IO_file_init_internal, _IO_file_attach_internal)
41780         (_IO_file_fopen_internal, _IO_file_read_internal)
41781         (_IO_file_sync_internal, _IO_file_seek_internal)
41782         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41783         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41784         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41785         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41786         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41787         (_IO_list_all_internal, _IO_link_in_internal)
41788         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41789         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41790         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41791         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41792         (_IO_do_write_internal, _IO_padn_internal)
41793         (_IO_getline_info_internal, _IO_getline_internal)
41794         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41795         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41796         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41797         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41798         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41799         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41800         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41801         with libc_hidden_ver, remove use of INTUSE.
41802         * libio/genops.c: Likewise.
41803         * libio/freopen.c: Likewise.
41804         * libio/freopen64.c: Likewise.
41805         * libio/iofclose.c: Likewise.
41806         * libio/iofdopen.c: Likewise.
41807         * libio/iofflush.c: Likewise.
41808         * libio/iofflush_u.c: Likewise.
41809         * libio/iofgets.c: Likewise.
41810         * libio/iofgets_u.c: Likewise.
41811         * libio/iofopen.c: Likewise.
41812         * libio/iofopncook.c: Likewise.
41813         * libio/iofread.c: Likewise.
41814         * libio/iofread_u.c: Likewise.
41815         * libio/ioftell.c: Likewise.
41816         * libio/iofwrite.c: Likewise.
41817         * libio/iogetline.c: Likewise.
41818         * libio/iogets.c: Likewise.
41819         * libio/iogetwline.c: Likewise.
41820         * libio/iopadn.c: Likewise.
41821         * libio/iopopen.c: Likewise.
41822         * libio/ioseekoff.c: Likewise.
41823         * libio/ioseekpos.c: Likewise.
41824         * libio/iosetbuffer.c: Likewise.
41825         * libio/iosetvbuf.c: Likewise.
41826         * libio/ioungetc.c: Likewise.
41827         * libio/ioungetwc.c: Likewise.
41828         * libio/iovdprintf.c: Likewise.
41829         * libio/iovsprintf.c: Likewise.
41830         * libio/iovsscanf.c: Likewise.
41831         * libio/memstream.c: Likewise.
41832         * libio/obprintf.c: Likewise.
41833         * libio/oldfileops.c: Likewise.
41834         * libio/oldiofclose.c: Likewise.
41835         * libio/oldiofdopen.c: Likewise.
41836         * libio/oldiofopen.c: Likewise.
41837         * libio/oldiopopen.c: Likewise.
41838         * libio/oldstdfiles.c: Likewise.
41839         * libio/putc.c: Likewise.
41840         * libio/setbuf.c: Likewise.
41841         * libio/setlinebuf.c: Likewise.
41842         * libio/stdfiles.c: Likewise.
41843         * libio/strops.c: Likewise.
41844         * libio/vasprintf.c: Likewise.
41845         * libio/vscanf.c: Likewise.
41846         * libio/vsnprintf.c: Likewise.
41847         * libio/vswprintf.c: Likewise.
41848         * libio/wfiledoalloc.c: Likewise.
41849         * libio/wfileops.c: Likewise.
41850         * libio/wgenops.c: Likewise.
41851         * libio/wmemstream.c: Likewise.
41852         * libio/wstrops.c: Likewise.
41853         * libio/__fpurge.c: Likewise.
41854         * libio/__fsetlocking.c: Likewise.
41855         * assert/assert.c: Likewise.
41856         * debug/fgets_chk.c: Likewise.
41857         * debug/fgets_u_chk.c: Likewise.
41858         * debug/fread_chk.c: Likewise.
41859         * debug/fread_u_chk.c: Likewise.
41860         * debug/gets_chk.c: Likewise.
41861         * debug/obprintf_chk.c: Likewise.
41862         * debug/vasprintf_chk.c: Likewise.
41863         * debug/vdprintf_chk.c: Likewise.
41864         * debug/vsnprintf_chk.c: Likewise.
41865         * debug/vsprintf_chk.c: Likewise.
41866         * malloc/mtrace.c: Likewise.
41867         * misc/error.c: Likewise.
41868         * misc/syslog.c: Likewise.
41869         * stdio-common/asprintf.c: Likewise.
41870         * stdio-common/fxprintf.c: Likewise.
41871         * stdio-common/getw.c: Likewise.
41872         * stdio-common/isoc99_fscanf.c: Likewise.
41873         * stdio-common/isoc99_scanf.c: Likewise.
41874         * stdio-common/isoc99_vfscanf.c: Likewise.
41875         * stdio-common/isoc99_vscanf.c: Likewise.
41876         * stdio-common/isoc99_vsscanf.c: Likewise.
41877         * stdio-common/printf-prs.c: Likewise.
41878         * stdio-common/printf_fp.c: Likewise.
41879         * stdio-common/printf_fphex.c: Likewise.
41880         * stdio-common/printf_size.c: Likewise.
41881         * stdio-common/putw.c: Likewise.
41882         * stdio-common/scanf.c: Likewise.
41883         * stdio-common/sprintf.c: Likewise.
41884         * stdio-common/tmpfile.c: Likewise.
41885         * stdio-common/vfprintf.c: Likewise.
41886         * stdio-common/vfscanf.c: Likewise.
41887         * stdlib/strfmon_l.c: Likewise.
41888         * sunrpc/openchild.c: Likewise.
41889         * sunrpc/xdr_stdio.c: Likewise.
41890         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41891         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41893 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41895         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41897         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41898         in the third column, to generate for the shared library an IFUNC
41899         that uses _dl_vdso_vsym.
41900         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41901         * Makeconfig (object-suffixes-noshared): New variable.
41903         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41904         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41905         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41906         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41908         [BZ #14132]
41909         * include/sys/time.h (__gettimeofday): Remove macro.
41910         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41911         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41912         Remove INTDEF.
41913         (__gettimeofday): Add libc_hidden_def.
41914         (gettimeofday): Add libc_hidden_weak.
41915         * sysdeps/mach/gettimeofday.c: Likewise.
41916         * sysdeps/posix/gettimeofday.c: Likewise.
41917         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41918         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41919         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41920         (__gettimeofday_internal): Remove strong_alias.
41921         (__gettimeofday): Add libc_hidden_def.
41922         (gettimeofday): Add libc_hidden_weak.
41923         * sysdeps/unix/syscalls.list (gettimeofday):
41924         Remove __gettimeofday_internal alias.
41926 2012-05-24  Daniel Jacobowitz  <drow@false.org>
41927             H.J. Lu  <hongjiu.lu@intel.com>
41929         [BZ #12495]
41930         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41931         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41932         (largebin_index_32_big): New.
41933         (largebin_index): Use it for 16-byte alignment.
41934         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
41935         correction with front_misalign.
41937 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41939         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41940         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41941         Likewise.
41942         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41943         Likewise.
41944         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41945         Likewise.
41946         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41947         Likewise.
41948         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41949         Likewise.
41950         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41951         Likewise.
41952         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41953         Likewise.
41954         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41955         Likewise.
41956         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41957         Likewise.
41958         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41959         Likewise.
41960         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41961         Likewise.
41962         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41963         Likewise.
41965         * scripts/data/c++-types-x32-linux-gnu.data: New file.
41966         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41968 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41970         [BZ #10846]
41971         [BZ #14036]
41972         * math/libm-test.inc (exp_test): Add test from bug 14036.
41973         (pow_test): Add test from bug 10846.
41975         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41976         and other flags.
41977         (special_function): Do not include flags in test name.
41978         (parse_args): Likewise.
41979         * sysdeps/i386/fpu/libm-test-ulps: Update.
41980         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41981         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41982         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41985         * math/gen-libm-test.pl (%beautify): Add entries for underflow
41986         exceptions.
41987         * math/libm-test.inc ("Philosophy"): Update comment about
41988         exception testing.
41989         (UNDERFLOW_EXCEPTION): New macro.
41990         (UNDERFLOW_EXCEPTION_OK): Likewise.
41991         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41992         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41993         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41994         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41995         (INVALID_EXCEPTION_OK): Update value.
41996         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41997         (OVERFLOW_EXCEPTION_OK): Likewise.
41998         (IGNORE_ZERO_INF_SIGN): Likewise.
41999         (test_exceptions): Handle underflow exceptions.
42000         (acos_test): Update for underflow exception expectations.
42001         (cexp_test): Likewise.
42002         (clog_test): Likewise.
42003         (clog10_test): Likewise.
42004         (csqrt_test): Likewise.
42005         (ctan_test): Likewise.
42006         (ctanh_test): Likewise.
42007         (exp_test): Likewise.
42008         (exp10_test): Likewise.
42009         (exp2_test): Likewise.
42010         (expm1_test): Likewise.
42011         (fma_test): Likewise.
42012         (j0_test): Likewise.
42013         (jn_test): Likewise.
42014         (nexttoward_test): Likewise.
42015         (pow_test): Likewise.
42016         (scalbn_test): Likewise.
42017         (scalbln_test): Likewise.
42018         (tan_test): Likewise.
42019         (y1_test): Likewise.
42020         * sysdeps/i386/fpu/libm-test-ulps: Update.
42021         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42023 2012-05-23  David S. Miller  <davem@davemloft.net>
42025         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42026         (__libc_sigaction): Remove unused local variables.
42028 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42030         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42032 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42034         mktime: avoid signed integer overflow
42035         * time/mktime.c (__mktime_internal): Do not mishandle the case
42036         where diff == INT_MIN.
42038         mktime: simplify computation of average
42039         * time/mktime.c (ranged_convert): Use new time_t_avg function
42040         instead of rolling our own (probably-slower) code.
42042         mktime: do not assume signed right shift propagates sign bit
42043         * time/mktime.c (isdst_differ): New static function.
42044         (__mktime_internal): No need to normalize tm_isdst now.
42045         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42046         tm_isdst values.
42048         mktime: merge another wrapv change from gnulib
42049         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42050         from some compilers.
42052         mktime: remove incorrect attempt at unusual arithmetics
42053         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42054         The code didn't really work on such machines anyway.
42055         (TYPE_MINIMUM): Assume two's complement.
42056         (twos_complement_arithmetic): Verify that long_int and time_t
42057         are two's complement (or unsigned, in the latter case).
42059         mktime: check signed shifts on long_int and time_t, too
42060         * time/mktime.c (SHR): Check that shifts work as desired
42061         on the types long_int and time_t too, as SHR is used on
42062         such types.
42064         mktime: do not assume 'long' is wide enough
42065         * time/mktime.c (verify): Move decl up.
42066         (long_int): New type.
42067         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42068         to remove assumption in the code that 'long' is wide enough to
42069         store year values.  This assumption is not true on x32 and on
42070         some non-glibc platforms.
42072         mktime: merge wrapv change from gnulib
42073         * time/mktime.c (WRAPV): New macro.
42074         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42075         (guess_time_tm, __mktime_internal): Do not assume that signed
42076         integer overflow wraps around; modern compilers generate code
42077         where this assumption is no longer valid.
42079 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42081         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42082         Replace "jmp L(pseudo_end)" with "ret".
42083         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42084         Likewise.
42086 2012-05-23  Andreas Jaeger  <aj@suse.de>
42088         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42089         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42091 2012-05-23  Andreas Jaeger  <aj@suse.de>
42092             Maximilian Attems  <max@stro.at>
42094         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42095         New macros.
42097 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42099         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42100         code so that pseudo_end is just ret and the stack pointer is
42101         correct also for static library in error case.
42103 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
42105         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42106         move to syscalls.list.
42107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42112         * manual/install.texi (Running make install): Do not mention Linux
42113         kernel version for which pt_chown is not needed.
42114         (Linux): Do not mention problems with nscd with 2.0 kernels.
42115         * INSTALL: Regenerated.
42117 2012-05-23  Andreas Jaeger  <aj@suse.de>
42119         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42120         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42121         macro.
42122         * sysdeps/unix/sysv/linux/s390/bits/mman.h
42123         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42124         * sysdeps/unix/sysv/linux/sh/bits/mman.h
42125         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42126         * sysdeps/unix/sysv/linux/i386/bits/mman.h
42127         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42128         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42129         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42130         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42131         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42132         * sysdeps/unix/sysv/linux/bits/in.h
42133         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42135 2012-05-22  Roland McGrath  <roland@hack.frob.com>
42137         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42138         (PREPARE_VERSION): Just use assert instead, it will be elided
42139         under [NDEBUG] anyway.
42141 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42143         * sysdeps/unix/sysv/linux/Makefile: Include
42144         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42145         (sysdep_routines): Remove sysctl.
42146         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42147         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42148         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42149         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42150         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42152 2012-05-22  Andreas Jaeger  <aj@suse.de>
42154         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42155         that pseudo_end is just ret and the stack pointer is correct also
42156         for static library in error case.
42158 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
42160         [BZ #14122]
42161         * nss/nsswitch.c (defconfig_entries): New variable.
42162         (__nss_database_lookup): Don't leak defconfig entries.
42163         (nss_parse_service_list): Don't leak on error paths.
42164         (free_database_entries): New function.
42165         (free_defconfig): New function.
42166         (free_mem): Move common code to free_database_entries.
42168 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42170         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42171         Add arch_prctl.
42172         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42174         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42175         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42176         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42177         New macro.
42178         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42179         (INTERNAL_SYSCALL_TYPES): Likewise.
42180         (LOAD_ARGS_TYPES_[1-6]): Likewise.
42181         (LOAD_REGS_TYPES_[1-6]): Likewise.
42182         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42183         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42185 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42187         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42188         copysignl for GLIBC_2_0.
42189         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42190         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42191         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42192         logbl for GLIBC_2_0.
42193         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42194         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42196 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42198         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42199         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42201         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42202         Use "neg %eax".
42204         * time/mktime.c: Update copyright years.
42206 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42208         mktime: merge comment-quoting-style change from gnulib
42209         * time/mktime.c: Quote 'like this' in comments.
42210         The GNU coding standards suggest that we no longer quote `like this',
42211         as "`" and "'" are typically rendered asymmetrically nowadays.
42212         The typical gnulib style is to quote 'like this' when quoting
42213         code, and "like this" when quoting English.
42215         * time/mktime.c (compile-command): Add "-I.".
42217         mktime: merge mktime-internal.h change from gnulib
42218         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42220         mktime: merge time_r change from gnulib
42221         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42223         mktime: merge DEBUG change from gnulib
42224         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42225         case system <time.h> has a #define.
42227         mktime: merge <sys/types.h> change from gnulib
42228         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42229         since <time.t> is now guaranteed to define time_t.
42231         mktime: merge HAVE_CONFIG_H change from gnulib
42232         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42234 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42236         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42237         Use "neg %eax".
42239         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42240         __rlim_t cast.
42241         (struct rusage): Use anonymous union to pad each field to
42242         __syscall_slong_t.
42244 2012-05-21  David S. Miller  <davem@davemloft.net>
42246         * Makefules (o-iterator): Remove .s cases.
42247         (compile-command.s): Delete.
42248         (COMPILE.s): Delete.
42249         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42251 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
42253         * configure.in (libc_cv_predef_stack_protector): Only consider
42254         "foobar" and "__stack_chk_fail" lines in libc_undefs.
42255         * configure: Regenerated.
42257 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42259         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42260         New macro.  Use R*LP on int and pointer.
42261         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42262         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42263         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42264         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42266         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42267         [__WORDSIZE_TIME64_COMPAT32] instead of
42268         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42269         (struct utmp): Likewise.
42270         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42271         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42272         Renamed to ...
42273         (__WORDSIZE_TIME64_COMPAT32): This.
42274         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42275         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42276         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42277         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42278         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42279         (__WORDSIZE_TIME64_COMPAT32): New macro.
42281 2012-05-21  Andreas Jaeger  <aj@suse.de>
42283         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42284         only if [SHARED]. Add prototype for __wcschr_ia32.
42286 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42288         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42289         of %rbp unmolested in the jmp_buf while mangling the low bits.
42290         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42291         unmolested high bits of %rbp while demangling the low bits.
42292         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42294 2012-05-21  Andreas Jaeger  <aj@suse.de>
42296         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42297         * sunrpc/svc_simple.c: Use it for registerrpc.
42298         * sunrpc/xcrypt.c: Use it for passwd2des.
42300         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42302 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42304         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42305         Don't define if [__SYSCALL_WORDSIZE != 32].
42306         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42307         New macro.
42309 2012-05-21  Bruno Haible  <bruno@clisp.org>
42310             Andreas Jaeger  <aj@suse.de>
42312         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42313         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42314         inptr and inend for must_buffer_ch.
42315         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42316         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42317         * stdio-common/Makefile (tests): Remove bug15.
42318         (bug15-ENV): Remove macro.
42319         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42320         anymore.
42322 2012-05-19  Andreas Jaeger  <aj@suse.de>
42323             Roland McGrath  <roland@hack.frob.com>
42325         * manual/contrib.texi: Completely rewritten. It contains now an
42326         alphabetical list of contributors and their contributions.
42328 2012-05-21  Richard Henderson  <rth@twiddle.net>
42330         * misc/getauxval.c (__getauxval): Use unsigned long int.
42331         * misc/sys/auxv.h: Include <sys/cdefs.h>.
42332         (getauxval): Use unsigned long int.
42334 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42336         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42338 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42340         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42341         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42342         __alignof__ (long double).
42344 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42346         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42348 2012-05-20  Richard Henderson  <rth@twiddle.net>
42350         * misc/getauxval.c: New file.
42351         * misc/sys/auxv.h: New file.
42352         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42353         (routines): Add getauxval.
42354         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42355         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42356         * elf/dl-sysdep.c (_dl_auxv): Remove.
42357         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42358         * elf/dl-support.c (_dl_auxv): New variable.
42359         (_dl_aux_init): Initialize it.
42360         * manual/startup.texi (Auxiliary Vector): New node.
42361         * sysdeps/generic/bits/hwcap.h: New file.
42362         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42363         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
42364         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42365         * sysdeps/sparc/sysdep.h: ... here.  Include it.
42366         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42367         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42369         Update.
42370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42371         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42372         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42373         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42374         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42375         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42376         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42377         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42379 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42381         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42383 2012-05-19  David S. Miller  <davem@davemloft.net>
42385         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42387 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42389         [BZ #14123]
42390         * math/s_ccosh.c: Include <float.h>
42391         (__ccosh): Avoid internal overflow calculating sinh and cosh
42392         values before multiplying by sin and cos values.
42393         * math/s_ccoshf.c: Likewise.
42394         * math/s_ccoshl.c: Likewise.
42395         * math/s_csin.c: Likewise.
42396         * math/s_csinf.c: Likewise.
42397         * math/s_csinl.c: Likewise.
42398         * math/s_csinh.c: Likewise.
42399         * math/s_csinhf.c: Likewise.
42400         * math/s_csinhl.c: Likewise.
42401         * math/libm-test.inc (ccos_test): Add more tests.
42402         (ccosh_test): Likewise.
42403         (csin_test): Likewise.
42404         (csinh_test): Likewise.
42405         * sysdeps/i386/fpu/libm-test-ulps: Update.
42406         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42408 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
42410         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42411         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42413         * sysdeps/x86_64/x32/_itoa.h: Add comment.
42415 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42417         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42418         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42419         * sysdeps/powerpc/soft-fp/Versions: Likewise.
42420         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42421         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42422         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42423         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42424         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42425         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42426         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42427         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42428         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42429         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42430         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42431         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42432         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42433         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42434         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42435         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42436         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42437         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42438         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42439         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42440         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42441         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42442         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42443         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42444         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42445         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42446         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42447         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42449 2012-05-18  Andreas Jaeger  <aj@suse.de>
42451         * csu/.gitignore: Delete.
42453 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42455         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42456         (timex): Use __syscall_slong_t.
42458 2012-05-18  Andreas Jaeger  <aj@suse.de>
42459             Carlos O'Donell  <carlos_odonell@mentor.com>
42461         * manual/install.texi (Configuring and compiling): Update
42462         description about files modified in the source directory.
42463         * INSTALL: Regenerated.
42465 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42467         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42468         value.  Use "or" to set return value to -1.
42469         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42470         negate return value.
42472 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42474         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42475         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42476         failure if the compiler has Graphite support disabled.
42477         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42478         Likewise.
42479         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42480         (CFLAGS-memmove.c): Likewise.
42481         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42482         Likewise.
42484 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42486         * sysdeps/x86_64/x32/_itoa.h: New file.
42488         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42489         getdents system call only if kernel and user dirents have the
42490         same d_ino and d_off.
42492         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42493         LLONG_MAX != LONG_MAX.
42494         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42495         (_fitoa_word): Likewise.
42497         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42498         years.
42499         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42500         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42501         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42503         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42504         include <bits/wordsize.h>.  Check __x86_64__ instead of
42505         __WORDSIZE.
42506         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42507         if __x86_64__ is defined.  Use anonymous union on fpstate.
42509         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42510         anonymous union.
42512 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
42514         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42515         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42516         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42517         Refer to _rtld_local_ro instead of _rtld_global_ro.
42518         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42519         Likewise.
42520         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42521         Likewise.
42522         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42523         Likewise.
42524         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42525         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42526         of _rtld_global, and rtld_progname instead of _dl_argv[0].
42528         * sysdeps/powerpc/powerpc32/dl-machine.c
42529         (__elf_machine_runtime_setup) [PROF]: Don't reference
42530         _dl_prof_resolve.
42532 2012-05-18  Andreas Jaeger  <aj@suse.de>
42534         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42535         function only available for GCCs before 3.4 since GCC 3.4
42536         introduced a builtin.
42537         (lrint): Likewise.
42538         (llrintf): Likewise.
42539         (llrint): Likewise.
42540         (fmaxf): Likewise.
42541         (fmax): Likewise.
42542         (fminf): Likewise.
42543         (fmin): Likewise.
42544         (rint): Likewise.
42545         (rintf): Likewise.
42546         (nearbyint): Likewise.
42547         (nearbyintf): Likewise.
42548         (ceil): Likewise.
42549         (ceilf): Likewise.
42550         (floor): Likewise.
42551         (floorf): Likewise.
42553 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42555         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42556         on both fields and cast pointer to __syscall_ulong_t.
42558         * bits/types.h (__fsword_t): New type.
42559         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42560         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42561         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42562         (__FSWORD_T_TYPE): Likewise.
42563         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42564         (__FSWORD_T_TYPE): Likewise.
42565         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42566         (__FSWORD_T_TYPE): Likewise.
42567         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42568         (__FSWORD_T_TYPE): Likewise.
42569         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42570         __SWORD_TYPE with __fsword_t.
42571         (statfs64): Likewise.
42573 2012-05-17  David S. Miller  <davem@davemloft.net>
42575         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42577 2012-05-17  Andreas Jaeger  <aj@suse.de>
42579         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42580         warning.
42582 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42584         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42586 2012-05-17  Andreas Jaeger  <aj@suse.de>
42588         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42589         when it is used.
42591 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42593         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42595 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42597         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42598         * sysdeps/x86_64/tst-mallocalign1.c: New file.
42600 2012-05-17  Andreas Jaeger  <aj@suse.de>
42601             Carlos O'Donell  <carlos_odonell@mentor.com>
42603         [BZ #14059]
42604         * sysdeps/x86_64/multiarch/init-arch.h
42605         (bit_YMM_Usable): Rename to...
42606         (bit_AVX_Usable): ... this.
42607         (bit_FMA4_Usable): New macro.
42608         (bit_XMM_state): New macro.
42609         (bit_YMM_state): New macro.
42610         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42611         [__ASSEMBLER__] (index_AVX_Usable): ... this.
42612         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42613         (CPUID_OSXSAVE): New macro.
42614         (CPUID_AVX): New macro.
42615         (CPUID_FMA4): New macro.
42616         (index_YMM_Usable): Rename to...
42617         (index_AVX_Usable): ... this.
42618         (HAS_AVX): Use HAS_ARCH_FEATURE.
42619         (HAS_FMA4): Likewise.
42620         (HAS_YMM_USABLE): Remove.
42621         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42622         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42623         are present.
42624         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42625         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42626         * sysdeps/x86_64/multiarch/Makefile: Likewise.
42627         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42628         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42630 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42632         * math/libm-test.c: Support platforms without multiple rounding modes.
42633         * math/bug-nextafter.c: Support platforms without FP exceptions.
42634         * math/bug-nexttoward.c: Likewise.
42635         * math/test-fenv.c: Likewise.
42636         * math/test-misc.c: Likewise.
42637         * stdlib/bug-getcontext.c: Likewise.
42639 2012-05-17  Andreas Jaeger  <aj@suse.de>
42641         * manual/examples/search.c (critter_cmp): Change signature to
42642         avoid warnings.
42643         * manual/string.texi (Collation Functions): Likewise.
42645 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42647         * bits/types.h: Fold copyright years.
42648         * bits/typesizes.h: Likewise.
42649         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42650         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42651         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42652         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42653         * time/time.h: Likewise.
42655 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
42657         [BZ #208]
42658         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42659         in instead of returning them.  Return void.
42660         (__libc_mallinfo): Accumulate over all arenas.
42661         (__malloc_stats): Adjust for change in int_mallinfo interface.
42663 2012-05-16  Roland McGrath  <roland@hack.frob.com>
42665         [BZ #10375]
42666         * configure.in (NM): Add AC_CHECK_TOOL for it.
42667         (libc_extra_cflags): New substituted variable.
42668         Check for -fstack-protector being used implicitly.
42669         * configure: Regenerated.
42670         * config.make.in (config-extra-cflags): New variable,
42671         gets @libc_extra_cflags@.
42672         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42674         [BZ #10375]
42675         * configure.in: Check for _FORTIFY_SOURCE being predefined.
42676         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42677         * configure: Regenerated.
42678         * config.make.in (CPPUNDEFS): New substituted variable.
42679         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42680         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42681         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42683 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42685         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42686         (mq_attr): Use __syscall_slong_t.
42688 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42690         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42691         Check __x86_64__ instead of __WORDSIZE.
42692         (_STAT_VER_LINUX): Likewise.
42693         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
42694         __syscall_ulong_t and __syscall_slong_t.
42695         (stat64): Likewise.
42697 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42699         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42701 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42703         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42705 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42707         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42708         __syscall_ulong_t.
42710         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42711         include <bits/wordsize.h>.  Check __x86_64__ instead of
42712         __WORDSIZE.
42713         (greg_t): Use "__extension__ long long int" if __x86_64__ is
42714         defined.
42715         (mcontext_t): Replace "unsigned long" with "unsigned long long".
42717         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42718         include <bits/wordsize.h>.  Check __x86_64__ instead of
42719         __WORDSIZE.
42720         (user_regs_struct): Use "__extension__ unsigned long long"
42721         instead of "unsigned long" if __x86_64__ is defined.
42722         (user): Likewise.  Pad after pointer field if __ILP32__ is
42723         defined.
42725 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
42727         * configure.in (makeinfo): Require version 4.5 or later.  Allow
42728         versions 5 to 9.
42729         * configure: Regenerated.
42730         * manual/install.texi (texinfo): Increase version requirement to
42731         4.5 or later.
42732         * INSTALL: Regenerated.
42734         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
42736 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42738         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
42740         * sysdeps/x86_64/x32/ffs.c: New file.
42742         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
42743         __syscall_ulong_t.
42744         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
42745         defined.  Use __syscall_ulong_t.
42746         (shminfo): Use __syscall_ulong_t.
42747         (shm_info): Likewise.
42749         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
42750         __syscall_ulong_t.
42752         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42753         <bits/wordsize.h>.
42754         (msgqnum_t): Use __syscall_ulong_t.
42755         (msglen_t): Likewise.
42756         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
42757         __syscall_ulong_t.
42759         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42760         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42762         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42764         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42765         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42767         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42768         __syscall_slong_t.
42770         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42771         include <bits/wordsize.h>.  Check __x86_64__ instead of
42772         __WORDSIZE.
42774         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42775         "unsigned long long int" if __x86_64__ is defined.
42776         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42778         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42779         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42780         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42782         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42783         <stdint.h>.
42784         (GET_PC): Cast to uintptr_t first.
42785         (GET_FRAME): Likewise.
42786         (GET_STACK): Likewise.
42788         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42789         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42790         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42791         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42792         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42793         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42794         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42795         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42796         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42797         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42798         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42799         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42800         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42801         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42802         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42803         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42804         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42805         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42806         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42807         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42808         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42809         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42810         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42811         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42812         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42813         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42814         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42815         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42816         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42818 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42820         * Makerules (+depfiles): Also collect depfiles from .oS in
42821         $(extra-objs).
42822         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42823         .oS, $(libnldbl-routines)).
42825         * Makerules (native-compile-mkdep-flags): Define.
42826         * sunrpc/Makefile (extra-objs): Add $(addprefix
42827         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42828         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42829         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42830         calling $(make-target-directory).
42832 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42834         * bits/types.h (__snseconds_t): Removed.
42835         * time/time.h (struct timespec): Replace __snseconds_t with
42836         __syscall_slong_t.
42837         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42838         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42839         Likewise.
42840         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42841         (__SNSECONDS_T_TYPE): Likewise.
42842         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42843         (__SNSECONDS_T_TYPE): Likewise.
42844         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42845         (__SNSECONDS_T_TYPE): Likewise.
42847 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42849         * sysdeps/mach/hurd/bits/typesizes.h
42850         (__SYSCALL_SLONG_TYPE): New macro.
42851         (__SYSCALL_ULONG_TYPE): Likewise.
42853 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42855         * bits/types.h (__syscall_slong_t): New type.
42856         (__syscall_ulong_t): Likewise.
42858         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42859         (__SYSCALL_ULONG_TYPE): Likewise.
42860         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42861         (__SYSCALL_SLONG_TYPE): Likewise.
42862         (__SYSCALL_ULONG_TYPE): Likewise.
42863         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42864         (__SYSCALL_SLONG_TYPE): Likewise.
42865         (__SYSCALL_ULONG_TYPE): Likewise.
42866         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42867         (__SYSCALL_SLONG_TYPE): Likewise.
42868         (__SYSCALL_ULONG_TYPE): Likewise.
42870 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42872         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42873         Add sigaltstack-offsets.sym.
42874         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42875         <sigaltstack-offsets.h>.
42876         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42877         longjmp_msg pointer.
42878         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42879         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42880         signal stack.
42881         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42883 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42885         * elf/stackguard-macros.h: Remove file.
42886         * sysdeps/generic/stackguard-macros.h: New file.
42887         * sysdeps/i386/stackguard-macros.h: Likewise.
42888         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42889         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42890         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42891         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42892         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42893         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42894         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42895         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42896         <elf/stackguard-macros.h>.
42898         [BZ #14109]
42899         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42900         __aligned__ in attribute.
42901         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42902         (gregset_t): Likewise.
42904 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42906         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42907         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42908         * sysdeps/x86_64/x32/Implies-after: New file.
42910 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42912         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42913         and access return value for _dl_profile_fixup.  Use R10_LP to
42914         load frame size.
42916 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42918         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42920 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42922         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42923         * sysdeps/x86_64/x32/sysdep.h: New file.
42925 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42927         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42928         * sysdeps/x86_64/setjmp.S: Likewise.
42930 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42932         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42933         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42934         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42935         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42936         remove unused global constant.
42938 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
42940         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42941         include of <not-cancel.h>.
42943 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42945         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42947 2012-05-15  Jeff Law  <law@redhat.com>
42948             Andreas Jaeger  <aj@suse.de>
42950         [BZ #13594]
42951         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42952         out from...
42953         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42954         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42955         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42956         code changing __hst_map_handle.map.
42958 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42960         * configure.in (sysnames): Look for Implies-before and Implies-after
42961         files.
42962         * configure: Regenerated.
42964 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42966         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42967         8-byte data alignment with LP_SIZE alignment.
42969 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42971         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42972         into R10_LP.
42974 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42976         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42978 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42980         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42981         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42982         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42983         Likewise.
42984         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42986 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42988         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42989         (stackinfo_sub_sp): Likewise.
42991 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42993         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42994         RAX_LP.
42996 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42998         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42999         into R*_LP.
43001 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43003         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43004         sizes into R*_LP.
43006 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43008         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43010 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43012         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43013         into R11_LP and load __x86_64_shared_cache_size_half into
43014         R8_LP.
43016 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43018         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43019         R8_LP.
43021 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43023         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43024         logb for POWER7.
43025         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43026         logbf for POWER7.
43027         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43028         logbl for POWER7.
43029         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43030         powerpc32/power7/fpu/s_logb.c via #include.
43031         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43032         powerpc32/power7/fpu/s_logbf.c via #include.
43033         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43034         powerpc32/power7/fpu/s_logbl.c via #include.
43036 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43038         * README.libm: Remove file.
43040 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43042         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43043         count for x32.  Use R*_LP and omit operand-size suffix.
43045 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43047         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43048         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43049         * sysdeps/x86_64/x32/shlib-versions: New file.
43051 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43053         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43054         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43055         Use _dl_fatal_printf instead.
43057 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43059         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43060         set if not set by the user.  Do not allow for being unset.
43061         * sysdeps/unix/sysv/linux/configure: Regenerated.
43063 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43065         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43066         the `q' suffix from lea and replace .quad with ASM_ADDR.
43068 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43070         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43071         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43072         instead of $17.
43073         (PTR_DEMANGLE): Likewise.
43075 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43077         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43078         (LP_OP): Likewise.
43079         (ASM_ADDR): Likewise.
43080         (RAX_LP): Likewise.
43081         (RBP_LP): Likewise.
43082         (RBX_LP): Likewise.
43083         (RCX_LP): Likewise.
43084         (RDI_LP): Likewise.
43085         (RSI_LP): Likewise.
43086         (RSP_LP): Likewise.
43087         (R8_LP): Likewise.
43088         (R9_LP): Likewise.
43089         (R10_LP): Likewise.
43090         (R10_LP): Likewise.
43091         (R11_LP): Likewise.
43092         (R12_LP): Likewise.
43093         (R13_LP): Likewise.
43094         (R14_LP): Likewise.
43095         (R15_LP): Likewise.
43097 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43099         * sysdeps/x86_64/x32/dl-machine.h: New file.
43101 2012-05-14  Andreas Jaeger  <aj@suse.de>
43103         * manual/Makefile (subdir): Remove export of subdir.
43104         (all): Remove target.
43105         (.PHONY): Remove all from list.
43106         (mkinstalldirs): Remove.
43107         (.PHONY): Remove installdirs from list.
43108         ($(inst_infodir)/libc.info): Use make-target-directory.
43109         (installdirs): Remove.
43110         (subdir_%): Remove.
43111         (glibc-targets): Remove.
43112         (lib): Remove.
43113         (stubs): Remove.
43114         ($(objpfx)stubs ../po/manual.pot): Remove.
43115         ($(objpfx)stamp%): Remove.
43116         (make-target-directory): Remove.
43117         (subdir_install): Remove.
43118         (routines): Remove.
43119         (aux): Remove.
43120         (sources): Remove.
43121         (objects): Remove.
43122         (headers): Remove.
43124         [BZ #13750]
43125         * manual/.gitignore: Remove, it's not needed anymore.
43126         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43127         all files in it.
43128         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43129         directory.
43130         (texis): Renamed to $(objpfx)texis.
43131         (texis-path): New, contains path to generated files.
43132         (chapters.%): Use texis-path for complete path, add extra argument
43133         libc-texinfo.sh.
43134         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43135         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43136         (summary,texi, stamp-summary): Use complete path of
43137         files. Generate files in build dir.
43138         (dir-add.texi): Build in build dir.
43139         (libm-err.texi,stamp-libm-err): Likewise.
43140         (version.texi, stamp-version): Likewise.
43141         (.%c.texi): Likewise.
43142         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43143         (mostlyclean): Remove target.
43144         (realclean): Remove target.
43145         (generated): Add new variable with contents from mostlyclean and
43146         realclean, remove entries duplicated in common-mostlyclean, add
43147         stamp-libm-err and stamp-version.
43148         (generated-dirs): Add libc directory.
43149         ($(inst_infodir)/libc.info): Install files from build dir.
43151         * manual/install.texi (Configuring and compiling): Adjust since
43152         the info files are not part of the tar ball anymore.
43154 2012-05-14  Andreas Jaeger  <aj@suse.de>
43156         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43157         variable.
43159 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43161         [BZ #13717]
43162         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43163         to 2.2.0 where earlier.
43164         * sysdeps/unix/sysv/linux/configure: Regenerated.
43165         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43166         Remove conditional code.
43167         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43168         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43169         Remove conditional code.
43170         [!__NR_lchown]: Likewise.
43171         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43172         [__NR_lchown]: Likewise.
43173         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43174         comment referencing __ASSUME_LCHOWN_SYSCALL.
43175         * sysdeps/unix/sysv/linux/i386/sigaction.c
43176         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43177         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43178         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43179         Remove conditional code.
43180         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43181         (__protocol_available): Remove #if 0 code.
43182         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43183         conditional code.
43184         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43185         * sysdeps/unix/sysv/linux/kernel-features.h
43186         (__ASSUME_GETCWD_SYSCALL): Don't define.
43187         (__ASSUME_REALTIME_SIGNALS): Likewise.
43188         (__ASSUME_PREAD_SYSCALL): Likewise.
43189         (__ASSUME_PWRITE_SYSCALL): Likewise.
43190         (__ASSUME_POLL_SYSCALL): Likewise.
43191         (__ASSUME_LCHOWN_SYSCALL): Likewise.
43192         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43193         non-SPARC.
43194         (__ASSUME_SIOCGIFNAME): Don't define.
43195         (__ASSUME_MSG_NOSIGNAL): Likewise.
43196         (__ASSUME_SENDFILE): Define unconditionally.
43197         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43198         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43199         conditional code.
43200         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43201         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43202         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43203         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43204         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43205         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43206         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43208         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43209         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43211         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43212         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43214         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43215         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43217         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43218         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43220         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43221         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43223         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43224         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43226         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43227         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43229         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43230         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43231         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43232         Remove conditional code.
43233         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43234         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43235         Remove conditional code.
43236         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43237         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43238         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43239         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43240         Remove conditional code.
43241         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43242         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43243         Remove conditional code.
43244         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43245         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43246         Remove conditional code.
43247         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43248         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43249         Remove conditional code.
43250         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43251         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43252         Remove conditional code.
43253         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43254         * sysdeps/unix/sysv/linux/sh/pwrite64.c
43255         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43256         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43257         * sysdeps/unix/sysv/linux/sigaction.c
43258         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43259         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43260         * sysdeps/unix/sysv/linux/sigpending.c
43261         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43262         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43263         * sysdeps/unix/sysv/linux/sigprocmask.c
43264         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43265         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43266         * sysdeps/unix/sysv/linux/sigsuspend.c
43267         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43268         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43269         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43270         (__libc_missing_rt_sigs): Remove.
43271         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43272         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43273         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43274         Remove conditional code.
43275         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43276         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43277         return 1.
43278         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43279         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43280         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43281         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43283 2012-05-14  Andreas Jaeger  <aj@suse.de>
43285         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43286         it's not used in glibc.
43287         (__coshm1): Likewise.
43288         (__acosh1p): Likewise.
43289         (__sgn): Likewise.
43291         * manual/string.texi (Copying and Concatenation): Add missing
43292         variable in concat example.
43293         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43295 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43297         [BZ #14103]
43298         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43299         __builtin_clzl with __builtin_clzll.
43301 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43303         [BZ #14104]
43304         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43305         libc_freeres_ptr.
43307 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43309         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43310         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43311         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43312         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43314 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
43316         * NEWS: Update ia64 info.
43318 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
43320         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43321         used as bcopy.
43323 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
43325         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43326         * sysdeps/unix/syscalls.list (dup3): Likewise.
43327         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43328         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43330 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43332         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43333         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43335 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43337         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43338         thread pointer.
43339         (TLS_IE): Use mov/add instead of movq/addq to load thread
43340         pointer.
43341         (TLS_GD_PREFIX): New.
43342         (TLS_GD): Use it.
43344 2012-05-11  David S. Miller  <davem@davemloft.net>
43346         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43347         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43348         (_FPU_SETCW): Likewise.
43350 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43352         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43353         is 32-byte aligned.
43355 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
43357         [BZ #11837]
43358         * iconvdata/gb18030.c: Update tables.
43359         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
43360         characters specially.
43361         (BODY for TO_LOOP): Add encoding of missing ranges.
43363 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
43365         [BZ #13673]
43366         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43367         * sysdeps/mach/hurd/dup3.c: Likewise.
43368         * sysdeps/mach/hurd/readlinkat.c: Likewise.
43369         * sysdeps/powerpc/memmove.c:: Likewise.
43371 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43373         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43374         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43376 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43378         * elf/elf.h (R_X86_64_RELATIVE64): New.
43379         (R_X86_64_NUM): Updated.
43380         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43381         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
43382         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43383         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43384         tst-quad1pie tst-quad2pie
43385         (modules-names): Add tst-quadmod1 tst-quadmod2.
43386         ($(objpfx)tst-quad1): New dependency.
43387         ($(objpfx)tst-quad2): Likewise.
43388         ($(objpfx)tst-quad1pie): Likewise.
43389         ($(objpfx)tst-quad2pie): Likewise.
43390         * sysdeps/x86_64/tst-quad1.c: New file.
43391         * sysdeps/x86_64/tst-quad1pie.c: New file.
43392         * sysdeps/x86_64/tst-quad2.c: Likewise.
43393         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43394         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43395         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43396         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43397         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43399 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43401         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43402         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43403         * streams/stropts.h (t_scalar_t): Define type.
43405         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43406         (_PATH_PRESERVE): Set to "/var/lib".
43407         (_PATH_RWHODIR): Set to "/var/spool/rwho".
43409         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43410         instead of int.
43412         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43413         if __dir_mkfile succeeded.
43415         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43416         checking for _hurd_dtablesize.  Unlock it right after having
43417         finished _hurd_dtable allocation.
43419 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43421         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43422         * sysdeps/mach/hurd/configure: Regenerated.
43423         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43424         special-casing to...
43425         * sysdeps/gnu/configure.in: ... this new file.
43426         * sysdeps/unix/sysv/linux/configure: Regenerated.
43427         * sysdeps/gnu/configure: New generated file.
43429         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43430         for Linux: use nsec instead of usec, as well as:
43431         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43432         members of type struct timespec.
43433         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43434         New macros.
43435         (struct stat64): Likewise.
43436         (_STATBUF_ST_NSEC): New macro.
43437         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43439         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43440         __strtoul_internal rather than strtoul.
43442 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43444         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43445         and reject them.
43447 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43449         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43450         which preserves existing values.
43451         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43453 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43455         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43456         TIMEOUT values.  Return EINVAL for NFDS values either negative or
43457         greater than FD_SETSIZE.
43459 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43461         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43462         allocated, call __vm_protect to finish enabling the existing space, and
43463         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43464         allocate the remainder.
43466 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43468         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43469         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
43471 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43473         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43474         sysdeps/mach/hurd/readlink.c.
43476         * posix/tst-sysconf.c (posix_options): Only use
43477         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43478         _POSIX_SYNCHRONIZED_IO when they are defined
43479         * sysdeps/mach/hurd/bits/posix_opt.h:
43480         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43481         (_XOPEN_REALTIME): Undefine macro.
43482         (_XOPEN_REALTIME_THREADS): Undefine macro.
43483         (_XOPEN_SHM): Undefine macro.
43484         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43485         macro to -1.
43486         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43487         macro to -1.
43488         (_POSIX_ASYNC_IO): Undefine macro.
43489         (_POSIX_PRIORITIZED_IO): Undefine macro.
43490         (_POSIX_SPIN_LOCKS): Define macro to -1.
43492         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43493         SA_NODEFER, SA_RESETHAND.
43494         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43495         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43496         F_DUPFD_CLOEXEC.
43498 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43500         * elf/Makefile (pldd-modules): Define unconditionally.
43502 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43504         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43506 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43508         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43509         Return ENOENT when name is empty.
43510         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43512 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43514         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43516         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43518 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43520         Fix mlock in all cases except non-readable pages.
43521         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43522         instead of VM_PROT_ALL as parameter to __vm_wire function.
43524         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43525         (__mkdir): When path is `/', just fail with EEXIST.
43526         * sysdeps/mach/hurd/mkdirat.c: Likewise.
43528 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43530         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43531         <sys/uio.h> (for writev).
43532         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43533         and <sys/param.h> (for MIN).
43535 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43537         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43538         REQUESTED_TIME.  Properly set the remaining time and return EINTR
43539         if interrupted.
43541 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43543         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43544         Depend on against $(link-rpcuserlibs).
43546 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43548         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43549         (__libc_stack_end): Do not use attribute_relro.
43550         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43551         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43552         to libthread-provided value.
43553         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43554         attribute_relro.
43556 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43558         [BZ #3748]
43559         * bits/libc-lock.h (__libc_once_get): New macro.
43560         * sysdeps/mach/bits/libc-lock.h: Likewise.
43561         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43562         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43563         instead of using implementation details.
43565         * libio/fileops.c: Unconditionally include <kernel-features.h>.
43566         * libio/freopen.c: Likewise.
43567         * libio/freopen64.c: Likewise.
43568         * misc/syslog.c: Likewise.
43569         * nscd/connections.c: Likewise.
43570         * nscd/netgroupcache.c: Likewise.
43571         * sysdeps/posix/getcwd.c: Likewise.
43573 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43575         * math/w_ilogbf.c: Add #include <limits.h>.
43577 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43579         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43580         path instead of returning without unlocking.
43582         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43583         immediate-write ioctls.
43584         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43586 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43588         * sysdeps/mach/hurd/i386/init-first.c (init): Use
43589         __builtin_frame_address instead of making assumptions about the
43590         location of the return address relative to DATA.  Force early load of
43591         the return address.
43592         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43593         __builtin_frame_address.
43595         dup3 for GNU Hurd.
43596         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43597         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
43598         implement dup3 and do some further code clean-ups.
43599         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43600         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43602 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43604         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43606         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43607         HURD_CRITICAL_END around holding _hurd_dtable_lock.
43608         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43609         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43610         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43611         d->port.lock.
43613         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43614         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
43615         when handler == SIG_ERR, not when handler != SIG_ERR.
43617 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43619         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43620         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43621         definitions.
43623         accept4 for GNU Hurd.
43624         * include/sys/socket.h (__libc_accept4): New prototype.
43625         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
43626         to implement __libc_accept4.
43627         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43628         __libc_accept4.
43629         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43631         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43632         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43633         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43634         signal-defines.sym.
43636 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43638         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43640 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43642         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43643         assertion on O_CLOEXEC flag.
43644         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43645         * hurd/intern-fd.c: Likewise.
43646         * hurd/port2fd.c: Likewise.
43648 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43650         [BZ #3906]
43651         * bits/in.h (IPV6_PKTINFO): Define new macro.
43652         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43654 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43656         [BZ #13954]
43657         [BZ #13955]
43658         [BZ #13956]
43659         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43660         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43661         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43662         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43663         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43664         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43665         * math/libm-test.inc (logb_test) : Additional logb tests.
43667 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
43668             Andreas Jaeger  <aj@suse.de>
43670         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43671         * configure: Regenerated.
43672         * config.h.in (LINK_OBSOLETE_RPC): New macro.
43673         * config.make.in (link-obsolete-rpc): New substituted variable.
43674         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43675         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43676         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43677         (shared-only-routines): Don't set it under [link-obsolete-rpc],
43678         so that libc.a contains the symbols.
43679         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43680         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43681         * sunrpc/auth_none.c: Likewise.
43682         * sunrpc/auth_unix.c: Likewise.
43683         * sunrpc/authdes_prot.c: Likewise.
43684         * sunrpc/authuxprot.c: Likewise.
43685         * sunrpc/clnt_gen.c: Likewise.
43686         * sunrpc/clnt_perr.c: Likewise.
43687         * sunrpc/clnt_raw.c: Likewise.
43688         * sunrpc/clnt_simp.c: Likewise.
43689         * sunrpc/clnt_tcp.c: Likewise.
43690         * sunrpc/clnt_udp.c: Likewise.
43691         * sunrpc/clnt_unix.c: Likewise.
43692         * sunrpc/des_crypt.c: Likewise.
43693         * sunrpc/des_soft.c: Likewise.
43694         * sunrpc/get_myaddr.c: Likewise.
43695         * sunrpc/key_call.c: Likewise.
43696         * sunrpc/key_prot.c: Likewise.
43697         * sunrpc/netname.c: Likewise.
43698         * sunrpc/pm_getmaps.c: Likewise.
43699         * sunrpc/pm_getport.c: Likewise.
43700         * sunrpc/pmap_clnt.c: Likewise.
43701         * sunrpc/pmap_prot.c: Likewise.
43702         * sunrpc/pmap_prot2.c: Likewise.
43703         * sunrpc/pmap_rmt.c: Likewise.
43704         * sunrpc/publickey.c: Likewise.
43705         * sunrpc/rpc_cmsg.c: Likewise.
43706         * sunrpc/rpc_common.c: Likewise.
43707         * sunrpc/rpc_dtable.c: Likewise.
43708         * sunrpc/rpc_prot.c: Likewise.
43709         * sunrpc/rpc_thread.c: Likewise.
43710         * sunrpc/rtime.c: Likewise.
43711         * sunrpc/svc.c: Likewise.
43712         * sunrpc/svc_auth.c: Likewise.
43713         * sunrpc/svc_raw.c: Likewise.
43714         * sunrpc/svc_run.c: Likewise.
43715         * sunrpc/svc_tcp.c: Likewise.
43716         * sunrpc/svc_udp.c: Likewise.
43717         * sunrpc/svc_unix.c: Likewise.
43718         * sunrpc/svcauth_des.c: Likewise.
43719         * sunrpc/xcrypt.c: Likewise.
43720         * sunrpc/xdr.c: Likewise.
43721         * sunrpc/xdr_array.c: Likewise.
43722         * sunrpc/xdr_float.c: Likewise.
43723         * sunrpc/xdr_intXX_t.c: Likewise.
43724         * sunrpc/xdr_mem.c: Likewise.
43725         * sunrpc/xdr_rec.c: Likewise.
43726         * sunrpc/xdr_ref.c: Likewise.
43727         * sunrpc/xdr_sizeof.c: Likewise.
43728         * sunrpc/xdr_stdio.c: Likewise.
43730 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43732         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43733         change.  Update copyright years.
43735 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43737         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
43739 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
43740             Joseph Myers  <joseph@codesourcery.com>
43741             Paul Pluzhnikov  <ppluzhnikov@google.com>
43743         [BZ #14012]
43744         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
43745         requiring rpcgen.
43746         [cross-compiling] (extra-libs): Likewise.
43747         [cross-compiling] (extra-libs-others): Likewise.
43748         [cross-compiling] (librpcsvc-routines): Likewise.
43749         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
43750         [cross-compiling] (omit-deps): Likewise.
43751         (sunrpc-CPPFLAGS): New variable.
43752         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43753         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43754         (cross-rpcgen-objs): New variable.
43755         (extra-objs): Append $(cross-rpcgen-objs).
43756         ($(cross-rpcgen-objs)): New rule.
43757         ($(objpfx)cross-rpcgen): Likewise.
43758         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43759         comment.
43760         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43761         ($(objpfx)x%.stmp): Likewise.
43762         * sunrpc/proto.h [IS_IN_build] (_): Define.
43763         [IS_IN_build] (_libc_intl_domainname): Likewise.
43765 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43767         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43768         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43769         and R_X86_64_TPOFF64.
43771 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43773         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43774         sysdeps/unix/sysv/syscalls.list.
43775         (stime): Likewise.
43776         (utime): Likewise.
43777         * sysdeps/unix/sysv/syscalls.list: Remove file.
43779 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43781         [BZ #3440]
43782         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43783         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43784         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43785         (__LC_IDENTIFICATION): Make these macros useful in #if
43786         expressions, as required by C99.
43788 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43790         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43791         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43792         after this.
43794 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43796         * stdlib/longlong.h: Updated from GCC.
43798 2012-05-09  Andreas Jaeger  <aj@suse.de>
43800         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43801         default is first entry.
43802         (run_mode): Set type.
43803         (main): Remove informal message about syslog.
43804         (options): Fix typo.
43806         [BZ #14053]
43807         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43808         to asm.
43809         (lrint): Likewise.
43810         (llrintf): Likewise.
43811         (llrint): Likewise.
43812         (rint): Likewise.
43813         (rintf): Likewise.
43814         (nearbyint): Likewise.
43815         (nearbyintf): Likewise.
43817 2012-05-09  Andreas Jaeger  <aj@suse.de>
43818             Pedro Alves  <palves@redhat.com>
43820         * nscd/nscd.c (run_mode): Use enum.
43821         (main): Cleanup coding style issue.
43823 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43824             Andreas Jaeger  <aj@suse.de>
43826         * nscd/nscd.c (go_background): Replaced with...
43827         (run_mode): ... this.
43828         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43829         (options): Add -F --foreground.
43830         (main): Implement it.
43831         (parse_opt): Parse it.
43833 2012-05-09  Andreas Jaeger  <aj@suse.de>
43835         [BZ #14083]
43836         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43837         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43838         -Wconversion warning.
43839         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43840         Likewise.
43842 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43844         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43845         == 0.
43846         (LC_ALL): Use macro-int-constant.
43847         (LC_COLLATE): Likewise.
43848         (LC_CTYPE): Likewise.
43849         (LC_MESSAGES): Likewise.
43850         (LC_MONETARY): Likewise.
43851         (LC_NUMERIC): Likewise.
43852         (LC_TIME): Likewise.
43853         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43854         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43855         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43856         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43857         Specify type.
43858         [C99-based standards] (float_t): Expect type.
43859         [C99-based standards] (double_t): Expect type.
43860         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43861         type.
43862         [C99-based standards] (HUGE_VALL): Likewise.
43863         [C99-based standards] (INFINITY): Likewise.
43864         [C99-based standards] (NAN): Likewise.
43865         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43866         [C99-based standards] (FP_NAN): Likewise.
43867         [C99-based standards] (FP_NORMAL): Likewise.
43868         [C99-based standards] (FP_SUBNORMAL): Likewise.
43869         [C99-based standards] (FP_ZERO): Likewise.
43870         [C99-based standards] (FP_FAST_FMA): Use
43871         optional-macro-int-constant.  Specify type.  Require == 1.
43872         [C99-based standards] (FP_FAST_FMAF): Likewise.
43873         [C99-based standards] (FP_FAST_FMAL): Likewise.
43874         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43875         [C99-based standards] (FP_ILOGBNAN): Likewise.
43876         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43877         Specify type.
43878         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43879         [C99-based standards] (math_errhandling): Specify type.
43880         [ISO99 || ISO11] (signgam): Do not allow.
43881         [non-C99-based standards] (copysignf): Do not allow.
43882         [non-C99-based standards] (exp2f): Likewise.
43883         [non-C99-based standards] (log2f): Likewise.
43884         [non-C99-based standards] (modff): Allow.
43885         [non-C99-based standards] (erff): Do not allow.
43886         [non-C99-based standards] (erfcf): Likewise.
43887         [non-C99-based standards] (gammaf): Likewise.
43888         [non-C99-based standards] (hypotf): Likewise.
43889         [non-C99-based standards] (j0f): Likewise.
43890         [non-C99-based standards] (j1f): Likewise.
43891         [non-C99-based standards] (jnf): Likewise.
43892         [non-C99-based standards] (lgammaf): Likewise.
43893         [non-C99-based standards] (tgammaf): Likewise.
43894         [non-C99-based standards] (y0f): Likewise.
43895         [non-C99-based standards] (y1f): Likewise.
43896         [non-C99-based standards] (ynf): Likewise.
43897         [non-C99-based standards] (isnanf): Likewise.
43898         [non-C99-based standards] (acoshf): Likewise.
43899         [non-C99-based standards] (asinhf): Likewise.
43900         [non-C99-based standards] (atanhf): Likewise.
43901         [non-C99-based standards] (cbrtf): Likewise.
43902         [non-C99-based standards] (expm1f): Likewise.
43903         [non-C99-based standards] (ilogbf): Likewise.
43904         [non-C99-based standards] (log1pf): Likewise.
43905         [non-C99-based standards] (logbf): Likewise.
43906         [non-C99-based standards] (nextafterf): Likewise.
43907         [non-C99-based standards] (remainderf): Likewise.
43908         [non-C99-based standards] (rintf): Likewise.
43909         [non-C99-based standards] (scalbf): Likewise.
43910         [non-C99-based standards] (copysignl): Likewise.
43911         [non-C99-based standards] (exp2l): Likewise.
43912         [non-C99-based standards] (log2l): Likewise.
43913         [non-C99-based standards] (modfl): Allow.
43914         [non-C99-based standards] (erfl): Do not allow.
43915         [non-C99-based standards] (erfcl): Likewise.
43916         [non-C99-based standards] (gammal): Likewise.
43917         [non-C99-based standards] (hypotl): Likewise.
43918         [non-C99-based standards] (j0l): Likewise.
43919         [non-C99-based standards] (j1l): Likewise.
43920         [non-C99-based standards] (jnl): Likewise.
43921         [non-C99-based standards] (lgammal): Likewise.
43922         [non-C99-based standards] (tgammal): Likewise.
43923         [non-C99-based standards] (y0l): Likewise.
43924         [non-C99-based standards] (y1l): Likewise.
43925         [non-C99-based standards] (ynl): Likewise.
43926         [non-C99-based standards] (isnanl): Likewise.
43927         [non-C99-based standards] (acoshl): Likewise.
43928         [non-C99-based standards] (asinhl): Likewise.
43929         [non-C99-based standards] (atanhl): Likewise.
43930         [non-C99-based standards] (cbrtl): Likewise.
43931         [non-C99-based standards] (expm1l): Likewise.
43932         [non-C99-based standards] (ilogbl): Likewise.
43933         [non-C99-based standards] (log1pl): Likewise.
43934         [non-C99-based standards] (logbl): Likewise.
43935         [non-C99-based standards] (nextafterl): Likewise.
43936         [non-C99-based standards] (remainderl): Likewise.
43937         [non-C99-based standards] (rintl): Likewise.
43938         [non-C99-based standards] (scalbl): Likewise.
43939         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43940         [non-C99-based standards] (FP_*): Do not allow.
43941         [C99-based standards] (FP_*): Change to
43942         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43943         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43944         allow.
43945         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43946         (SIG_ERR): Likewise.
43947         [X/Open-based standards] (SIG_HOLD): Likewise.
43948         (SIG_IGN): Likewise.
43949         (SIGABRT): Use macro-int-constant.  Specify type.  Require
43950         positive value.
43951         (SIGFPE): Likewise.
43952         (SIGILL): Likewise.
43953         (SIGINT): Likewise.
43954         (SIGSEGV): Likewise.
43955         (SIGTER): Likewise.
43956         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43957         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43958         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43959         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43960         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43961         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43962         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43963         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43964         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43965         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43966         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43967         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43968         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43969         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43970         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43971         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43972         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43973         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43974         [X/Open-based standards] (SIGTRAP): Likewise.
43975         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43976         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43977         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43978         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43979         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43980         allow.
43982 2012-05-08  Ian Wienand  <ianw@vmware.com>
43984         [BZ #14080]
43985         * time/tzset.c (__tzset_parse_tz): Update default rules for
43986         daylight time changes in the Energy Policy Act of 2005.
43988 2012-05-09  Andreas Jaeger  <aj@suse.de>
43990         [BZ #13983]
43991         * elf/ldconfig.c (parse_conf): Change string to make clear that
43992         ldconfig only issued a warning if ld.so.conf does not exist.
43994 2012-05-08  David S. Miller  <davem@davemloft.net>
43996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43997         movxtod instead of popping the value on the stack.
43999         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44001 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44003         * config.h.in: Add HAVE_ARM_PCS_VFP.
44005 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44007         [BZ #13979]
44008         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44009         checking but the checks are disabled for any reason.
44011 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44013         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44014         and ELF64_R_TYPE with ELFW(R_TYPE).
44016 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44018         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44019         (ulimit): Likewise.
44021         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44022         (settimeofday): Likewise.
44024 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44026         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44027         a struct th_u2 inside the union, and move tu_block/tu_code into
44028         a new th_u3 union of tu_block/tu_code inside of that.  Move
44029         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44030         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44031         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44032         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44033         (th_stuff): Change to th_u1.tu_stuff.
44034         (th_data): Define.
44035         (th_msg): Change to th_u1.th_u2.tu_data.
44037 2012-05-07  David S. Miller  <davem@davemloft.net>
44039         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44041         [BZ #14074]
44042         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44043         (SETUP_PIC_REG): Use it.
44044         (SETUP_PIC_REG_LEAF): Use it.
44046 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44048         [BZ #13885]
44049         [BZ #13923]
44050         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44051         USE_AS_EXPM1L.
44052         (EXPL_FINITE): Likewise.
44053         (FLDLOG): Likewise.
44054         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44055         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44056         e_expl.S.
44057         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44058         USE_AS_EXPM1L.
44059         (EXPL_FINITE): Likewise.
44060         (FLDLOG): Likewise.
44061         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44062         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44063         e_expl.S.
44064         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44065         test of -max_value argument for long double.
44066         * sysdeps/i386/fpu/libm-test-ulps: Update.
44067         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44069 2012-05-06  David S. Miller  <davem@davemloft.net>
44071         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44072         quad soft-float symbols whose references which are compiler
44073         generated.
44074         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44076 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44078         [BZ #13884]
44079         [BZ #13914]
44080         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44081         USE_AS_EXP10L.
44082         (EXPL_FINITE): Likewise.
44083         (FLDLOG): Likewise.
44084         (c0): Likewise.
44085         (c1): Likewise.
44086         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44087         Adjust comments for base varying.
44088         (__expl_finite): Change alias to EXPL_FINITE.
44089         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44090         e_expl.S.
44091         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44092         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44093         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44094         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44095         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44096         USE_AS_EXP10L.
44097         (EXPL_FINITE): Likewise.
44098         (FLDLOG): Likewise.
44099         (c0): Likewise.
44100         (c1): Likewise.
44101         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44102         Adjust comments for base varying.
44103         (__expl_finite): Change alias to EXPL_FINITE.
44104         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
44105         tests for bugs.
44106         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44108         [BZ #14064]
44109         * math/libm-test.inc (check_float_internal): Correct ulp
44110         calculation for subnormal expected results.
44112 2012-05-06  Andreas Jaeger  <aj@suse.de>
44114         * Makeconfig (+math-flags): New, set to -frounding-math.
44115         (+cflags): Add +math-flags so that all of glibc gets compiled with
44116         it.
44118         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44120 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
44122         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44123         Disable one test.
44125         [BZ #13787]
44126         [BZ #13922]
44127         [BZ #14036]
44128         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44129         (__ieee754_expl): Allow for and saturate large arguments.
44130         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44131         (u_threshold): Likewise.
44132         (__exp): Call __ieee754_exp before checking for overflow and
44133         underflow.
44134         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44135         (u_threshold): Likewise.
44136         (__expf): Call __ieee754_expf before checking for overflow and
44137         underflow.
44138         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44139         (u_threshold): Likewise.
44140         (__expl): Call __ieee754_expl before checking for overflow and
44141         underflow.
44142         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44143         (__ieee754_expl): Allow for and saturate large arguments.
44144         * math/libm-test.inc (exp_test): Add another test.  Do not allow
44145         missing overflow exception on overflow.
44146         (expm1_test): Do not allow missing overflow exception on overflow.
44148         * sysdeps/i386/fpu/e_expl.c: Move to ...
44149         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
44150         rather than using inline asm.
44151         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44152         * sysdeps/x86_64/fpu/e_expl.S: Copy from
44153         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44155         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44156         (nice): Likewise.
44157         (poll): Likewise.
44158         (signal): Likewise.
44159         (time): Likewise.
44160         (times): Likewise.
44162 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44164         * sysdeps/unix/syscalls.list (adjtime): Add entry from
44165         sysdeps/unix/common/syscalls.list.
44166         (fchmod): Likewise.
44167         (fchown): Likewise.
44168         (ftruncate): Likewise.
44169         (getrusage): Likewise.
44170         (gettimeofday): Likewise.
44171         (setpgid): Likewise.
44172         (setregid): Likewise.
44173         (setreuid): Likewise.
44174         (sigaction): Likewise.
44175         (truncate): Likewise.
44176         (vhangup): Likewise.
44177         * sysdeps/unix/common/syscalls.list: Remove file.
44178         * sysdeps/unix/bsd/Implies: Don't include unix/common.
44179         * sysdeps/unix/sysv/linux/Implies: Likewise.
44181 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
44183         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44184         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44185         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44186         Moved to ...
44187         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44188         Here.
44189         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44190         to ...
44191         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44192         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44193         to ...
44194         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44195         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44196         to ...
44197         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44198         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44199         to ...
44200         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44201         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44202         to ...
44203         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44204         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44205         to ...
44206         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44207         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44208         to ...
44209         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44210         Here.
44211         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44212         to ...
44213         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44214         Here.
44215         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44216         to ...
44217         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44218         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44219         Moved to ...
44220         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44221         Here.
44222         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44223         to ...
44224         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44226 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44228         * sysdeps/unix/common/bits/dirent.h: Remove file.
44229         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44231         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44232         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44233         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44234         * sysdeps/unix/bsd/isatty.c: Likewise.
44235         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44236         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44237         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44239 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44241         [BZ #13563]
44242         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44243         long double comparison inaccuracies.
44244         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44245         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44247 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
44249         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44250         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44252 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44254         [BZ #14049]
44255         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44256         nonzero digits before rounding a hex value.
44257         * stdlib/tst-strtod.c (tests): Add another test.
44259 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44261         * sysdeps/s390/fpu/libm-test-ulps: Update.
44263 2012-05-03  Andreas Jaeger  <aj@suse.de>
44265         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44266         does not get optimized out.
44267         (malloc_opt_barrier): New.
44269 2012-05-03  Andreas Jaeger  <aj@suse.de>
44270             Roland McGrath  <roland@hack.frob.com>
44272         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44273         intermediate file deletion.
44274         (generated): Add .symlist files.
44276 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44278         [BZ #13775]
44279         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44280         Redirect under this condition.
44281         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44282         [__USE_GNU] (__dprintf_chk): Not under this condition.
44283         [__USE_GNU] (__vdprintf_chk): Likewise.
44284         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44285         under this condition.
44286         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44287         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44288         [__USE_XOPEN2K8] (vdprintf): Likewise.
44289         [__USE_GNU] (__dprintf_chk): Not under this condition.
44290         [__USE_GNU] (__vdprintf_chk): Likewise.
44291         [__USE_GNU] (dprintf): Likewise.
44292         [__USE_GNU] (vdprintf): Likewise.
44294 2012-05-03  Roland McGrath  <roland@hack.frob.com>
44296         * elf/Makefile (common-generated): Set this instead of generated for
44297         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
44298         $(all-built-dso)-derived lists.
44300 2012-05-03  Andreas Jaeger  <aj@suse.de>
44302         * sysdeps/i386/fpu/libm-test-ulps: Update.
44304         * FAQ: Removed.
44305         * FAQ.in: Likewise.
44306         * scripts/gen-FAQ.pl: Likewise.
44307         * manual/install.texi (Installation): Point to online location of
44308         FAQ.
44309         * Makefile (files-for-dist): Remove FAQ.
44310         (FAQ): Remove.
44312 2012-05-02  Allan McRae  <allan@archlinux.org>
44314         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44315         (LDFLAGS-reldepmod5.so): Likewise.
44316         (LDFLAGS-reldep6mod1.so): Likewise.
44317         (LDFLAGS-reldep6mod4.so): Likewise.
44318         (LDFLAGS-reldep8mod3.so): Likewise.
44319         (LDFLAGS-unload4mod1.so): Likewise.
44320         (LDFLAGS-unload4mod2.so): Likewise.
44321         (LDFLAGS-tst-initorder): Likewise.
44322         (LDFLAGS-tst-initordera2.so): Likewise.
44323         (LDFLAGS-tst-initordera3.so): Likewise.
44324         (LDFLAGS-tst-initordera4.so): Likewise.
44325         (LDFLAGS-tst-initorderb2.so): Likewise.
44326         (LDFLAGS-noload): Likewise.
44327         (LDFLAGS-next): Likewise.
44328         (LDFLAGS-order2mod1.so): Likewise.
44329         (LDFLAGS-order2mod2.so): Likewise.
44330         (LDFLAGS-tst-initorder2): Likewise.
44331         (LDFLAGS-tst-initorder2a.so): Likewise.
44332         (LDFLAGS-tst-initorder2b.so): Likewise.
44333         (LDFLAGS-tst-initorder2c.so): Likewise.
44334         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44336 2012-05-02  David S. Miller  <davem@davemloft.net>
44338         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44340 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
44342         [BZ #14055]
44343         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44345 2012-05-02  Andreas Jaeger  <aj@suse.de>
44347         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44348         since we manipulate rounding mode.
44349         (CPPFLAGS-test-idouble.c): Likewise.
44350         (CPPFLAGS-test-ifloat.c): Likewise.
44351         (CFLAGS-test-ldouble.c): Likewise.
44352         (CFLAGS-test-double.c): Likewise.
44353         (CFLAGS-test-float.c): Likewise.
44354         (CFLAGS-test-misc.c): Likewise.
44355         (CFLAGS-test-test-fenv.c): Likewise.
44357 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44359         [BZ #2550]
44360         [BZ #2570]
44361         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44362         comparisons to determine direction to adjust input.
44364 2012-05-01  Roland McGrath  <roland@hack.frob.com>
44366         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44367         output to the target.
44369         * scripts/localplt.awk: New file.
44370         * elf/Makefile ($(objpfx)check-localplt): Target removed.
44371         (check-localplt-CFLAGS): Variable removed.
44372         ($(all-built-dso:=.jmprel)): New static pattern rule.
44373         (generated): Add those targets.
44374         (localplt-built-dso): New variable.
44375         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44377         * elf/check-localplt.c: File removed.
44379         * scripts/check-execstack.awk: New file.
44380         * elf/Makefile ($(objpfx)check-execstack): Target removed.
44381         (check-execstack-CFLAGS): Variable removed.
44382         ($(objpfx)check-execstack.h): Target removed.
44383         ($(objpfx)execstack-default): New target.
44384         (generated): Add that instead of check-execstack.h.
44385         ($(all-built-dso:=.phdr)): New static pattern rule.
44386         (generated): Add those targets.
44387         * elf/check-execstack.c: File removed.
44389         * scripts/check-textrel.awk: New file.
44390         * elf/Makefile ($(objpfx)check-textrel): Target removed.
44391         (check-textrel-CFLAGS): Variable removed.
44392         (all-built-dso): Use := to define.o
44393         ($(all-built-dso:=.dyn)): New static pattern rule.
44394         (generated): Add those targets.
44395         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44396         * config.make.in (READELF): New substituted variable.
44397         * elf/check-textrel.c: File removed.
44399 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44401         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44402         allow.
44403         * conform/data/ctype.h-data [C99-based standards] (isblank):
44404         Expect function.
44405         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44406         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44407         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44408         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44409         Specify type.  Require positive value.
44410         (EILSEQ): Likewise.
44411         (ERANGE): Likewise.
44412         [ISO || POSIX] (EILSEQ): Do not expect.
44413         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44414         Specify type.  Require positive value.
44415         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44416         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44417         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44418         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44419         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44420         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44421         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44422         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44423         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44424         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44425         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44426         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44427         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44428         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44429         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44430         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44431         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44432         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44433         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44434         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44435         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44436         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44437         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44438         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44439         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44440         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44441         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44442         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44443         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44444         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44445         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44446         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44447         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44448         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44449         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44450         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44451         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44452         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44453         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44454         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44455         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44456         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44457         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44458         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44459         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44460         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44461         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44462         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44463         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44464         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44465         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44466         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44467         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44468         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44469         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44470         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44471         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44472         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44473         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44474         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44475         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44476         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44477         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44478         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44479         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44480         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44481         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44482         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44483         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44484         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44485         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44486         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44487         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44488         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44489         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44490         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44491         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44492         Require >= 2.
44493         (FLT_ROUNDS): Expect as macro, not constant.
44494         (FLT_MANT_DIG): Use macro-int-constant.
44495         (DBL_MANT_DIG): Likewise.
44496         (LDBL_MANT_DIG): Likewise.
44497         (FLT_DIG): Likewise.
44498         (DBL_DIG): Likewise.
44499         (LDBL_DIG): Likewise.
44500         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
44501         (DBL_MIN_EXP): Likewise.
44502         (LDBL_MIN_EXP): Likewise.
44503         (FLT_MAX_EXP): Use macro-int-constant.
44504         (DBL_MAX_EXP): Likewise.
44505         (LDBL_MAX_EXP): Likewise.
44506         (FLT_MAX_10_EXP): Likewise.
44507         (DBL_MAX_10_EXP): Likewise.
44508         (LDBL_MAX_10_EXP): Likewise.
44509         (FLT_MAX): Use macro-constant.
44510         (DBL_MAX): Likewise.
44511         (LDBL_MAX): Likewise.
44512         (FLT_EPSILON): Use macro-constant.  Give upper bound.
44513         (DBL_EPSILON): Likewise.
44514         (LDBL_EPSILON): Likewise.
44515         (FLT_MIN): Likewise.
44516         (DBL_MIN): Likewise.
44517         (LDBL_MIN): Likewise.
44518         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44519         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44520         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44521         [ISO11] (FLT_HAS_SUBNORM): Likewise.
44522         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44523         [ISO11] (DBL_DECIMAL_DIG): Likewise.
44524         [ISO11] (FLT_DECIMAL_DIG): Likewise.
44525         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44526         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44527         [ISO11] (FLT_TRUE_MIN): Likewise.
44528         [ISO11] (LDBL_TRUE_MIN): Likewise.
44529         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44530         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44531         (SCHAR_MIN): Use macro-int-constant.  Specify type.
44532         (SCHAR_MAX): Likewise.
44533         (UCHAR_MAX): Likewise.
44534         (CHAR_MIN): Likewise.
44535         (CHAR_MAX): Likewise.
44536         (MB_LEN_MAX): Use macro-int-constant.
44537         (SHRT_MIN): Use macro-int-constant.  Specify type.
44538         (SHRT_MAX): Likewise.
44539         (USHRT_MAX): Likewise.
44540         (INT_MAX): Likewise.
44541         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
44542         bound negative.
44543         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44544         bound with "U".
44545         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44546         bound with "L".
44547         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
44548         bound negative.  Suffix upper bound with "L".
44549         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44550         bound with "UL".
44551         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44552         Specify type.
44553         [C99-based standards] (LLONG_MAX): Likewise.
44554         [C99-based standards] (ULLONG_MAX): Likewise.
44555         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
44556         == 0.
44557         [ISO11] (max_align_t): Require type.
44558         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44560         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44561         from $CFLAGS, without defining away __attribute__ calls.
44562         (checknamespace): Use $CFLAGS_namespace.
44564         * conform/conformtest.pl (@keywords): Only include C99 keywords
44565         for standards based on C99 or C11.
44567         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44568         Disable tests.
44569         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44570         UNIX98]: Likewise.
44572         * conform/conformtest.pl: Handle "macro-int-constant" and test for
44573         usability of symbols in #if.
44575         * conform/conformtest.pl: If macro or constant types start
44576         "promoted:", expect the symbol to be of the following type
44577         promoted by the integer promotions.
44579         * conform/conformtest.pl: Parse all "constant" and "macro" lines
44580         in one place.  Also handle "macro-constant".
44582         * conform/conformtest.pl: Only accept expected macro values with
44583         "==".  Parse all "macro" lines in one place.
44584         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44586         * conform/conformtest.pl: Handle braced types on "constant" lines
44587         instead of handling "typed-constant".
44588         * conform/data/signal.h-data: Use "constant" instead of
44589         "typed-constant".
44591         * conform/conformtest.pl: Handle "optional-" at start of lines in
44592         one place rather than duplicating several cases.  Handle each
44593         format of "macro" line with initial "optional-".
44595         * conform/conformtest.pl: Only accept expected constant or
44596         optional-constant values with "==".  Parse all "constant" lines in
44597         one place.  Parse all "optional-constant" lines in one place.
44598         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44599         * conform/data/fmtmsg.h-data: Likewise.
44600         * conform/data/netinet/in.h-data: Likewise.
44601         * conform/data/tar.h-data: Likewise.
44602         * conform/data/limits.h-data: Use "==" form on "constant" and
44603         "optional-constant" lines.
44605         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44606         Use -std=c99 for XOPEN2K.
44607         (@knownproblems): Remove.
44608         (newtoken): Don't check %isknown.
44610         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44611         Do not expect macro.
44612         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44613         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44614         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44615         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44616         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44617         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44618         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44619         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44620         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44621         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44622         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44623         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44624         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44625         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44626         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44627         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44628         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44629         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44630         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44631         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44632         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44633         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44634         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44635         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44636         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44637         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44638         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44639         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44640         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44641         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44642         [XPG3] (acosh): Likewise.
44643         [XPG3] (asinh): Likewise.
44644         [XPG3] (atanh): Likewise.
44645         [XPG3] (cbrt): Likewise.
44646         [XPG3] (expm1): Likewise.
44647         [XPG3] (ilogb): Likewise.
44648         [XPG3] (log1p): Likewise.
44649         [XPG3] (logb): Likewise.
44650         [XPG3] (nextafter): Likewise.
44651         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44652         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44653         [XPG3] (remainder): Likewise.
44654         [XPG3] (rint): Likewise.
44655         [XPG3 || XPG4 || UNIX98] (round): Likewise.
44656         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44657         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44658         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44659         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44660         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44661         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44662         [UNIX98 || XOPEN2K] (scalb): Expect.
44663         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44664         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44665         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44666         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44667         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44668         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44669         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44670         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44671         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44672         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44673         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44674         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44675         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44676         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44677         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44678         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44679         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44680         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44681         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44682         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44683         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44684         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44685         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44686         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44687         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44688         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44689         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44690         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44691         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44692         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44693         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44694         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44695         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44696         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44697         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44698         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44699         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44700         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44701         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44702         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44703         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44704         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44705         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44706         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44707         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44708         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44709         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44710         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44711         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44712         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44713         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44714         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44715         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44716         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44717         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44718         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44719         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44720         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44721         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44722         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44723         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44724         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44725         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44726         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44727         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44728         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44729         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44730         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44731         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44732         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44733         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
44734         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
44735         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
44736         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
44737         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
44738         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
44739         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
44740         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
44741         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
44742         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
44743         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
44744         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
44745         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
44746         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
44747         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
44748         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
44749         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
44750         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
44751         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44752         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44753         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44754         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44755         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44756         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44757         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44758         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44759         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44760         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44761         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44762         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44763         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44764         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44765         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44766         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44767         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44768         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44769         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44770         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44771         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44772         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44773         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44774         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44775         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44776         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44777         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44778         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44779         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44780         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44781         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44782         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44783         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44784         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44785         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44786         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44787         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44788         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44789         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44790         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44791         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44792         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44793         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44794         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44795         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44796         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44797         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44798         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44799         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44801         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44802         _XOPEN_SOURCE_EXTENDED for XPG4.
44804         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44806         * Makeconfig (localtime): Remove variable.
44807         (inst_localtime-file): Likewise.
44809 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44812         Update.
44813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44814         Update.
44815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44816         Update.
44817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44818         Update.
44819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44820         Update.
44821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44822         Update.
44823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44824         Update.
44825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44826         Update.
44827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44828         Update.
44830 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44832         [BZ #2550]
44833         [BZ #2570]
44834         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44835         comparisons to determine direction to adjust input.
44836         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44837         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44838         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44839         Likewise.
44840         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44841         Likewise.
44842         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44843         Likewise.
44844         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44845         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44846         Likewise.
44847         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44848         Likewise.
44849         * math/libm-test.inc (nexttoward_test): Add more tests.
44851 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44853         [BZ #14040]
44854         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44855         in version GLIBC_2.1, not GLIBC_2.0.
44856         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44857         Likewise.
44859 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44861         [BZ #13942]
44862         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44863         (1 - x) * (1 + x).
44864         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44865         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44866         * math/libm-test.inc (acos_test): Add more tests.
44867         (asin_test): Likewise.
44868         * sysdeps/i386/fpu/libm-test-ulps: Update.
44869         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44871         [BZ #14034]
44872         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44873         of square root.
44874         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44875         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44876         * math/libm-test.inc (acos_test_tonearest): New function.
44877         (acos_test_towardzero): Likewise.
44878         (acos_test_downward): Likewise.
44879         (acos_test_upward): Likewise.
44880         (asin_test_tonearest): Likewise.
44881         (asin_test_towardzero): Likewise.
44882         (asin_test_downward): Likewise.
44883         (asin_test_upward): Likewise.
44884         (main): Call the new functions.
44885         * sysdeps/i386/fpu/libm-test-ulps: Update.
44886         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44888         [BZ #13884]
44889         [BZ #13924]
44890         * math/e_exp10.c: Include <float.h>.
44891         (__ieee754_exp10): Handle underflow here rather than multiplying
44892         large negative argument by M_LN10.
44893         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44894         of __ieee754_expf.
44895         * math/e_exp10l.c: Include <float.h>.
44896         (__ieee754_exp10l): Handle underflow here rather than multiplying
44897         large negative argument by M_LN10l.
44898         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44899         spurious overflow exception on underflow.
44901 2012-04-29  Marek Polacek  <polacek@redhat.com>
44903         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44904         (__fortify_function): New macro.
44905         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44906         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44907         __extern_always_inline.
44908         * libio/bits/stdio2.h: Likewise.
44909         * libio/bits/stdio.h: Likewise.
44910         * string/string.h: Likewise.
44911         * string/bits/string3.h: Likewise.
44912         * include/stdio.h: Likewise.
44913         * stdlib/bits/stdlib.h: Likewise.
44914         * stdlib/stdlib.h: Likewise.
44915         * rt/bits/mqueue2.h: Likewise.
44916         * rt/mqueue.h: Likewise.
44917         * posix/bits/unistd.h: Likewise.
44918         * posix/unistd.h: Likewise.
44919         * io/bits/poll2.h: Likewise.
44920         * io/bits/fcntl2.h: Likewise.
44921         * io/fcntl.h: Likewise.
44922         * io/sys/poll.h: Likewise.
44923         * misc/bits/syslog.h: Likewise.
44924         * misc/bits/syslog-ldbl.h: Likewise.
44925         * misc/sys/syslog.h: Likewise.
44926         * socket/bits/socket2.h: Likewise.
44927         * socket/sys/socket.h: Likewise.
44928         * debug/tst-chk1.c: Likewise.
44929         * wcsmbs/bits/wchar2.h: Likewise.
44930         * wcsmbs/bits/wchar-ldbl.h: Likewise.
44931         * wcsmbs/wchar.h: Likewise.
44933 2012-04-29  Andreas Jaeger  <aj@suse.de>
44935         * Makerules (tests): Remove enable-check-abi protection.
44936         (check-abi-warn): Remove.
44937         (check-abi-%): Remove check-abi-warn usage.
44939         * configure.in: Remove check-abi configure option.
44940         * configure: Regenerated.
44941         * config.make.in (enable-check-abi): Remove.
44943 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
44945         [BZ #14033]
44946         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44947         double functions to double *_finite functions.
44949         [BZ #13941]
44950         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44951         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44952         LDBL_MIN_EXP.
44953         * stdio-common/Makefile (tests): Add tst-sprintf3.
44954         * stdio-common/tst-sprintf3.c: New file.
44956         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44957         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44959 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44961         * conform/conformtest.pl: Remove duplicate typed-constant
44962         handling.
44964 2012-04-28  David S. Miller  <davem@davemloft.net>
44966         * Makerules (%.abilist): Add vpath on sysdep_dirs.
44967         (check-abi-%): Remove AWK script prerequisite and explicit
44968         abilist directory.
44969         (check-abi): Rewrite to just diff the symlist with the abilist.
44970         (config-tls, config-abi-config): Delete, no longer used.
44971         (update-abi-%): Remove AWK script and explicit abilist directory.
44972         (update-abi): Rewrite to simply compare and conditionally copy the
44973         symlist and the sysdep abilist file.  Remove update-abi-config
44974         checks.
44975         * abilist/ld.abilist: Remove.
44976         * abilist/libBrokenLocale.abilist: Remove.
44977         * abilist/libanl.abilist: Remove.
44978         * abilist/libcrypt.abilist: Remove.
44979         * abilist/libdl.abilist: Remove.
44980         * abilist/librt.abilist: Remove.
44981         * abilist/libthread_db.abilist: Remove.
44982         * abilist/libutil.abilist: Remove.
44983         * scripts/extract-abilist.awk: Remove.
44984         * scripts/merge-abilist.awk: Remove.
44985         * sysdeps/generic/libcidn.abilist: New file.
44986         * sysdeps/generic/libnss_compat.abilist: New file.
44987         * sysdeps/generic/libnss_db.abilist: New file.
44988         * sysdeps/generic/libnss_dns.abilist: New file.
44989         * sysdeps/generic/libnss_files.abilist: New file.
44990         * sysdeps/generic/libnss_hesiod.abilist: New file.
44991         * sysdeps/generic/libnss_nis.abilist: New file.
44992         * sysdeps/generic/libnss_nisplus.abilist: New file.
44993         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44994         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44995         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44996         file.
44997         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44998         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44999         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45000         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45001         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45002         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45003         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45004         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45005         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45006         file.
45007         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45008         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45009         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45010         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45011         file.
45012         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45013         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45014         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45015         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45016         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45017         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45018         file.
45019         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45020         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45021         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45022         file.
45023         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45024         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45025         New file.
45026         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45027         New file.
45028         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45029         New file.
45030         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45031         New file.
45032         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45033         New file.
45034         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45035         New file.
45036         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45037         New file.
45038         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45039         New file.
45040         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45041         New file.
45042         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45043         New file.
45044         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45045         New file.
45046         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45047         New file.
45048         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45049         New file.
45050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45051         file.
45052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45053         New file.
45054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45055         New file.
45056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45057         file.
45058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45059         New file.
45060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45061         New file.
45062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45063         file.
45064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45065         New file.
45066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45067         New file.
45068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45069         New file.
45070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45071         New file.
45072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45073         New file.
45074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45075         New file.
45076         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45077         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45078         file.
45079         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45080         New file.
45081         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45082         file.
45083         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45084         file.
45085         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45086         file.
45087         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45088         file.
45089         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45090         file.
45091         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45092         New file.
45093         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45094         file.
45095         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45096         file.
45097         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45098         New file.
45099         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45100         file.
45101         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45102         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45103         file.
45104         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45105         New file.
45106         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45107         file.
45108         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45109         file.
45110         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45111         file.
45112         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45113         file.
45114         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45115         file.
45116         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45117         New file.
45118         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45119         file.
45120         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45121         file.
45122         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45123         New file.
45124         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45125         file.
45126         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45127         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45128         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45129         file.
45130         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45131         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45132         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45133         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45134         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45135         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45136         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45137         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45138         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45139         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45140         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45141         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45142         file.
45143         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45144         New file.
45145         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45146         file.
45147         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45148         file.
45149         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45150         file.
45151         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45152         file.
45153         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45154         file.
45155         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45156         New file.
45157         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45158         New file.
45159         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45160         file.
45161         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45162         New file.
45163         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45164         file.
45165         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45166         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45167         file.
45168         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45169         New file.
45170         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45171         file.
45172         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45173         file.
45174         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45175         file.
45176         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45177         file.
45178         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45179         file.
45180         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45181         New file.
45182         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45183         New file.
45184         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45185         file.
45186         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45187         New file.
45188         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45189         file.
45191 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45193         * conform/conformtest.pl: Fix typo in handling typed-constant from
45194         allow-header.
45196 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45198         * README: Cut down references to pre-2.6 Linux kernels and
45199         Linuxthreads.  Update lists of configurations in libc and ports
45200         and sort alphabetically.  Say "or newer" with Linux kernel version
45201         requirements.
45203         * config.h.in [IS_IN_build]: Allow compiling without optimization.
45205 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45207         [BZ #887]
45208         * math/libm-test.inc (logb_test_downward): New test to expose
45209         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45210         rounding mode.
45212 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45214         [BZ #14027]
45215         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45216         to be done.
45217         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45218         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45220 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45222         * sysdeps/unix/i386/brk.S: Remove file.
45223         * sysdeps/unix/i386/dl-brk.S: Likewise.
45224         * sysdeps/unix/i386/pipe.S: Likewise.
45225         * sysdeps/unix/i386/sigreturn.S: Likewise.
45226         * sysdeps/unix/i386/syscall.S: Likewise.
45227         * sysdeps/unix/i386/vfork.S: Likewise.
45228         * sysdeps/unix/i386/wait.S: Likewise.
45230         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45231         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45233         * configure.in (arm*-none*): Do not allow without
45234         --enable-hacker-mode.
45235         (netbsd*): Remove case setting base_os.
45236         (386bsd*): Likewise.
45237         (freebsd*): Likewise.
45238         (bsdi*): Likewise.
45239         (osf*): Likewise.
45240         (sunos*): Likewise.
45241         (ultrix*): Likewise.
45242         (newsos*): Likewise.
45243         (dynix*): Likewise.
45244         (*bsd*): Likewise.
45245         (sysv*): Likewise.
45246         (isc*): Likewise.
45247         (esix*): Likewise.
45248         (sco*): Likewise.
45249         (minix*): Likewise.
45250         (irix4*): Likewise.
45251         (irix6*): Likewise.
45252         (solaris[2-9]*): Likewise.
45253         (none): Likewise.
45254         * configure: Regenerated.
45256 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45258         [BZ #11521]
45259         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45260         overflow or cancellation in calculating denominator.
45261         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45262         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45263         down expression to avoid unexpected rounding in newer GCCs.
45264         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45266 2012-04-26  David S. Miller  <davem@davemloft.net>
45268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45269         long-double compat symbols.
45270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45274         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45275         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45276         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45277         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45278         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45279         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45280         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45281         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45282         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45284 2012-04-25  David S. Miller  <davem@davemloft.net>
45286         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45287         HWCAP_* values only after the memory barriers have been defined.
45288         (atomic_full_barrier): Define.
45289         (atomic_read_barrier): Define.
45290         (atomic_write_barrier): Define.
45292 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45294         * shlib-versions: Add libgcc_s version information.
45295         * sysdeps/generic/libgcc_s.h: Remove.
45296         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45297         libgcc_s.h.
45298         * sysdeps/gnu/unwind-resume.c: Likewise.
45299         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45301 2012-04-25  David S. Miller  <davem@davemloft.net>
45303         * sysdeps/unix/sparc/brk.S: Delete.
45304         * sysdeps/unix/sparc/dl-brk.S: Delete.
45305         * sysdeps/unix/sparc/pipe.S: Delete.
45306         * sysdeps/unix/sparc/sysdep.S: Delete.
45307         * sysdeps/unix/sparc/sysdep.h: Delete.
45308         * sysdeps/unix/sparc/vfork.S: Delete.
45309         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45310         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45311         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45312         (ret_ERRVAL, r0, r1, MOVE): Define.
45313         (JUMPTARGET): Remove.
45314         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45315         sysdeps/unix/sparc/sysdep.h
45316         (ENTRY, END): Remove.
45317         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45319 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
45321         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45322         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45323         -DIS_IN_build.
45325         * timezone/README: Update upstream location and email address for
45326         tzcode and tzdata.
45327         * timezone/zdump.c: Update from tzcode 2012b.
45328         * timezone/zic.c: Likewise.
45330         * configure.in (libc_cv_as_needed): Remove test.
45331         * configure: Regenerated.
45332         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45333         conditional definition.
45334         [$(have-as-needed) != yes] (no-as-needed): Likewise.
45335         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45336         * config.make.in (have-as-needed): Remove variable.
45338 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45339             Paul Pluzhnikov  <ppluzhnikov@google.com>
45341         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45342         strings correctly.
45344 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
45346         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45347         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45348         * sysdeps/sh/strlen.S: Likewise.
45350 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45352         * sysdeps/unix/fork.S: Remove file.
45353         * sysdeps/unix/i386/fork.S: Likewise.
45354         * sysdeps/unix/sparc/fork.S: Likewise.
45356         * sysdeps/unix/system.c: Remove file.
45357         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45359         * sysdeps/unix/getegid.S: Remove file.
45360         * sysdeps/unix/geteuid.S: Likewise.
45362 2012-04-24  Roland McGrath  <roland@hack.frob.com>
45364         * scripts/check-localplt.awk: New file.
45365         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45366         of diff.
45367         * scripts/data/localplt-generic.data: Add a comment.
45369         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45370         NODE when __dir_mkfile failed.
45371         * sysdeps/mach/hurd/symlinkat.c: Likewise.
45372         Reported by Ludovic Courtès <ludo@gnu.org>.
45374 2012-04-24  Andreas Jaeger  <aj@suse.de>
45376         * Makerules (common-clean): Also remove gen-as-const-headers
45377         files.
45379 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45381         * Makerules (native-compile): Do not change working directory for
45382         build.  Use $(OUTPUT_OPTION) in command.
45383         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45385 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45387         [BZ #13886]
45388         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45389         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45390         * math/libm-test.inc (floor_test): Add more tests.
45391         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45393 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45395         * sysdeps/unix/getdents.c: Remove file.
45396         * sysdeps/unix/sysv/getdents.c: Likewise.
45397         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45399         * sysdeps/unix/syscalls.list (madvise): Add syscall from
45400         sysdeps/unix/mman/syscalls.list.
45401         (mmap): Likewise.
45402         (mprotect): Likewise.
45403         (msync): Likewise.
45404         (munmap): Likewise.
45405         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45406         * sysdeps/unix/mman/syscalls.list: Remove.
45407         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45409         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45410         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45411         * configure: Regenerated.
45412         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45413         $(libgcc_s_suffix).
45414         * config.make.in (libgcc_s_suffix): Remove variable.
45416 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
45418         * sysdeps/unix/sysv/gethostname.c: Move to ...
45419         * sysdeps/posix/gethostname.c: ... here.
45421         * sysdeps/unix/execve.S: Remove file.
45423         * sysdeps/unix/_exit.S: Remove file.
45425 2012-04-23  Andreas Jaeger  <aj@suse.de>
45427         [BZ #13739]
45428         * manual/Makefile: Remove make dist support, there's no
45429         need for a stand-alone documentation tar ball.
45430         (TEXI2DVI): Define always, it's not in Makeconfig.
45431         (dist): Removed.
45432         (tar-it): Removed.
45433         (edition): Removed.
45434         (glibc-doc-$(edition).tar): Removed
45435         (%.Z): Removed.
45436         (%.gz): Removed.
45437         (%.uu): Removed.
45438         (ETAGS): Remove, it's in Makeconfig.
45439         (move-if-change): Remove, it's in Makeconfig.
45441 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
45443         [BZ #13970]
45444         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45445         (strtod, strtof, strtold, strtol, strtoul, strtoq)
45446         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45447         (strtod_l, strtof_l, strtold_l): Remove __wur.
45448         It is not necessarily an error to ignore strtol's return value.
45449         One can reliably look at the stored endptr to decide whether
45450         the number had valid syntax.
45452 2012-04-21  Andreas Jaeger  <aj@suse.de>
45454         [BZ #13739]
45455         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45457 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
45459         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45460         * sysdeps/unix/sysv/Versions: Remove file.
45462 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
45464         [BZ #13927]
45465         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45467 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
45469         [BZ #7064]
45470         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45471         version from __vm86.
45473 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
45475         * sysdeps/unix/common/lxstat.c: Remove file.
45476         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45478         * sysdeps/unix/sysv/Makefile: Remove file.
45480         * sysdeps/unix/sysv/direct.h: Remove file.
45482         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45483         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45484         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45485         * sysdeps/unix/sysv/bits/signum.h: Likewise.
45486         * sysdeps/unix/sysv/bits/stat.h: Likewise.
45487         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45488         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45490         * sysdeps/unix/sysv/setrlimit.c: Remove file.
45492         * sysdeps/unix/xmknod.c: Remove file.
45493         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45495         * sysdeps/unix/sysv/settimeofday.c: Remove file.
45497         * sysdeps/unix/sysv/i386/time.S: Remove file.
45499         * sysdeps/unix/fxstat.c: Remove file.
45500         * sysdeps/unix/xstat.c: Likewise.
45501         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45503         * sysdeps/unix/sysv/sigaction.c: Remove file.
45505         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45506         (sysdep_headers): Remove variable.
45507         [termio.h not in sysdep_headers] (generated): Likewise.
45508         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45509         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45510         * sysdeps/unix/sysv/tcdrain.c: Likewise.
45511         * sysdeps/unix/sysv/tcflow.c: Likewise.
45512         * sysdeps/unix/sysv/tcflush.c: Likewise.
45513         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45514         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45515         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45516         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45517         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45519         * sysdeps/unix/siglist.c: Remove file.
45521         * sysdeps/unix/getppid.S: Remove file.
45523         * sysdeps/unix/mkdir.c: Remove file.
45524         * sysdeps/unix/rmdir.c: Likewise.
45526 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
45528         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45529         ERR_MAX value.
45530         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45531         errlist-compat value.
45533 2012-04-18  David S. Miller  <davem@davemloft.net>
45535         * sysdeps/generic/memcopy.h (reg_char): Delete.
45536         * debug/strcat_chk.c: Use char, not reg_char.
45537         * debug/strcpy_chk.c: Likewise.
45538         * debug/strncat_chk.c: Likewise.
45539         * debug/strncpy_chk.c: Likewise.
45540         * string/memchr.c: Likewise.
45541         * string/memrchr.c: Likewise.
45542         * string/rawmemchr.c: Likewise.
45543         * string/strcat.c: Likewise.
45544         * string/strchr.c: Likewise.
45545         * string/strchrnul.c: Likewise.
45546         * string/strcmp.c: Likewise.
45547         * string/strcpy.c: Likewise.
45548         * string/strncat.c: Likewise.
45549         * string/strncmp.c: Likewise.
45550         * string/strncpy.c: Likewise.
45552 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45554         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45555         __builtin_memcopy is called when src and dest ranges are known to not
45556         overlap.
45558 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45560         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45561         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45562         fwd_align_merge macro call.
45563         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45564         bwd_align_merge macro call.
45565         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45567 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45569         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45570         bwd_align_merge macros.
45571         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45572         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45573         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45575 2012-04-18  David S. Miller  <davem@davemloft.net>
45577         * sysdeps/sparc/sparc64/memcopy.h: Delete.
45579 2012-04-18  Andreas Jaeger  <aj@suse.de>
45581         [BZ# 6794]
45582         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45583         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45584         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45586         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45587         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45588         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45590         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45591         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45592         Adjust for changed ldbl-128 files.
45594         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45595         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45596         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45598 2012-04-17  David S. Miller  <davem@davemloft.net>
45600         * sysdeps/sparc/sparc32/memcopy.h: Delete.
45602 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
45604         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45605         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45606         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45607         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45608         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45609         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45611 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45613         [BZ #6794]
45614         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45615         * math/libm-test.inc: Add ilogb errno and exception tests.
45616         * math/w_ilogb.c: New file: ilogb wrapper.
45617         * math/w_ilogbf.c: New file: ilogbf wrapper.
45618         * math/w_ilogbl.c: New file: ilogbl wrapper.
45619         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45620         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45621         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45622         exception being thrown with 0.0 as argument.
45623         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45624         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45625         exception being thrown with 0.0 as argument.
45626         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45627         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45628         exception being thrown with 0.0 as argument.
45629         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45630         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45631         exception being thrown with 0.0 as argument.
45632         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45633         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45634         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45635         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45636         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45637         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45638         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45639         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45640         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45642 2012-04-17  Petr Baudis  <pasky@ucw.cz>
45644         * include/sys/uio.h: Change __vector to __iovec to avoid clash
45645         with altivec.
45647 2012-04-16  Marek Polacek  <polacek@redhat.com>
45649         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45651 2012-04-16  Marek Polacek  <polacek@redhat.com>
45653         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45654         operands of fdivp instruction.
45656 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45658         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45659         * elf/tst-auditmod3b.c: Likewise.
45660         * elf/tst-auditmod4b.c: Likewise.
45661         * elf/tst-auditmod5b.c: Likewise.
45662         * elf/tst-auditmod6b.c: Likewise.
45663         * elf/tst-auditmod6c.c: Likewise.
45664         * elf/tst-auditmod7b.c: Likewise.
45665         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45666         * sysdeps/x86_64/preconfigure.in: Likewise.
45667         * sysdeps/x86_64/preconfigure: Regenerated.
45669 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45671         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45672         __ILP32__.
45674 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
45676         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45677         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45679 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
45681         [BZ #13973]
45682         * locale/iso-639.def: Fix gl language name. Spotted by
45683         Yaron Shahrabani.
45685 2012-04-12  Roland McGrath  <roland@hack.frob.com>
45687         [BZ #2074]
45688         * libio/libio.h (__io_write_fn): Update comment.
45690 2012-04-12  Petr Baudis  <pasky@ucw.cz>
45692         [BZ #2074]
45693         * stdio.texi (Hook Functions): The user provided writer function
45694         is not allowed to return -1.
45696 2012-04-11  David S. Miller  <davem@davemloft.net>
45698         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45700 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
45702         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45703         Add a leading slash to rtkaio.
45705 2012-04-11  Jim Meyering  <meyering@redhat.com>
45707         [BZ #11959]
45708         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45709         It is not necessarily an error to ignore fwrite's return
45710         value.  One can reliably use ferror to test for errors after
45711         the fact.
45713 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45715         * bits/types.h (__snseconds_t): New type.
45716         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45718         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45719         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45720         (__SNSECONDS_T_TYPE): Likewise.
45721         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45722         (__SNSECONDS_T_TYPE): Likewise.
45723         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45724         (__SNSECONDS_T_TYPE): Likewise.
45726 2012-04-10  Andreas Jaeger  <aj@suse.de>
45728         [BZ #2636]
45729         * manual/time.texi (Processor Time): Return type of times is
45730         elapsed real time since an arbitrary point in the past.
45731         (CPU Time): Move CLK_TCK from here...
45732         (Processor Time): ...to here.  Correct description.
45733         * manual/conf.texi (Constants for Sysconf): Correct description of
45734         _SC_CLK_TCK.
45736 2012-04-10  David S. Miller  <davem@davemloft.net>
45738         [BZ #13967]
45739         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
45740         where the is a gap between DT_REL(A) and DT_JMPREL.
45742 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45744         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
45745         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45746         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45748 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
45750         * elf/dl-support.c (_dl_inhibit_cache): New variable.
45751         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45752         (dl_main): Handle --inhibit-cache.
45753         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45754         _dl_inhibit_cache.
45755         * elf/dl-load.c (_dl_map_object): Use it.
45756         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45758 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45760         [BZ #13872]
45761         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45762         (__ieee754_powl): Saturate large exponents rather than testing for
45763         overflow of y*log2(x).
45764         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45765         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45766         exceptions.
45768         [BZ #11521]
45769         * math/s_ctan.c: Include <float.h>.
45770         (__ctan): Avoid internal overflow or cancellation in calculating
45771         denominator.
45772         * math/s_ctanf.c: Likewise.
45773         * math/s_ctanl.c: Likewise.
45774         * math/s_ctanh.c: Likewise.
45775         * math/s_ctanhf.c: Likewise.
45776         * math/s_ctanhl.c: Likewise.
45777         * math/libm-test.inc (ctan_test): Add more tests.
45778         (ctanh_test): Likewise.
45779         * sysdeps/i386/fpu/libm-test-ulps: Update.
45780         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45782 2012-04-09  Andreas Jaeger  <aj@suse.de>
45784         [BZ #6894]
45785         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45786         is an optional BSD extension.
45788         [BZ #10254]
45789         * manual/stdio.texi (Opening Streams): Document additional fopen
45790         parameters.
45792 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45794         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45795         %eax without telling the compiler.
45797 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45799         [BZ # 13963]
45800         * manual/install.texi: Use sourceware.org.
45802 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45804         [BZ #13873]
45805         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45806         (__ieee754_pow): Generate overflow and underflow using huge*huge
45807         and tiny*tiny rather than just returning constant infinity or zero
45808         for large exponents.
45809         * math/libm-test.inc (pow_test): Require overflow exceptions for
45810         applicable cases of large exponents.
45812         [BZ #706]
45813         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45814         (__ieee754_pow): Use iterative multiplication algorithm only for
45815         integer exponents with absolute value below 1024.  Check for odd
45816         integer exponents when using algorithm for real exponents.
45817         * math/libm-test.inc (pow_test): Add more tests.
45818         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45820 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45822         [BZ #13705]
45823         * math/libm-test.inc (exp_test): Do not allow overflow exception
45824         on underflow test.
45826 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45828         [BZ #13705]
45829         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45830         instead of __kernel_standard_f.
45832 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45834         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45835         * sysdeps/x86_64/memset_chk.S: Likewise.
45837 2012-04-08  Andreas Jaeger  <aj@suse.de>
45839         [BZ #10153]
45840         * manual/startup.texi (Environment Access): Describe return value
45841         for putenv and setenv.
45843         [BZ #6895]
45844         * manual/filesys.texi (Directory Entries): Add description for
45845         DT_LNK.
45847         [BZ #6890]
45848         * manual/filesys.texi (Directory Entries): Clarify that it's file
45849         system not operating system in the description of DT_UNKNOWN.
45851         [BZ #6578]
45852         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45854 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45856         [BZ #6649]
45857         * manual/llio.texi (Opening and Closing Files): Add cross
45858         reference to explain mode argument.
45860 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45862         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45863         * sysdeps/x86_64/memset_chk.S: Likewise.
45865 2012-04-07  David S. Miller  <davem@davemloft.net>
45867         * elf/elf.h (R_SPARC_WDISP10): Define.
45868         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45869         R_SPARC_SIZE32.
45870         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45871         R_SPARC_SIZE64 and R_SPARC_H34.
45873 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45875         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45876         conditions and remove no longer applicable assertion.
45878 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45880         * bits/byteswap.h: Include <features.h>.
45881         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45882         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45884 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45886         * bits/byteswap.h (__bswap_16): Removed.
45887         Include <bits/byteswap-16.h> to get __bswap_16.
45888         * sysdeps/i386/bits/byteswap.h: Likewise.
45889         * sysdeps/s390/bits/byteswap.h: Likewise.
45890         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45891         * bits/byteswap-16.h: New file.
45892         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45893         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45894         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45895         * string/Makefile (headers): Add bits/byteswap-16.h.
45897 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45899         [BZ #13895]
45900         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45901         extra indirection.
45902         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45903         * nss/tst-nss-static.c: New.
45905 2012-04-06  Robert Millan  <rmh@gnu.org>
45907         [BZ #6486]
45908         * manual/llio.texi (File Position Primitive): lseek
45909         refers to WHENCE when it really means OFFSET.
45911 2012-04-06  Andreas Jaeger  <aj@suse.de>
45913         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45914         strncmp declarations.
45916         * abilist/libc.abilist: Add __poll and __ppoll.
45918 2012-04-05  David S. Miller  <davem@davemloft.net>
45920         * scripts/check-local-headers.sh: Accept a host triplet in the
45921         path matched by the exclude regexp.
45923         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45924         definition.
45925         * sysdeps/powerpc/powerpc32/dl-machine.h
45926         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45927         * sysdeps/s390/s390-32/dl-machine.h
45928         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45929         * sysdeps/sparc/sparc32/dl-machine.h
45930         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45931         * sysdeps/sparc/sparc64/dl-machine.h
45932         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45934         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45935         lazy binding.
45936         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45937         undefined symbol errors.
45939         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45940         DT_NEEDED entries.
45942 2012-04-05  Michael Matz  <matz@suse.de>
45944         [BZ #13592]
45945         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45947 2012-04-05  Andreas Jaeger  <aj@suse.de>
45949         [BZ #13908]
45950         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45951         comment.
45953 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45955         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45956         which ROUND is no valid rounding mode.
45958 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45960         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45961         read again.
45962         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45964 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45966         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45967         an exception using FPU order intentionally.
45969 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45971         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45972         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45973         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45974         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45976 2012-04-05  Simon Josefsson  <simon@josefsson.org>
45978         [BZ #12340]
45979         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45980         EINVAL when BUFLEN is too smal.
45982 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
45984         [BZ #13553]
45985         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45986         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45988 2012-04-03  Andreas Jaeger  <aj@suse.de>
45990         [BZ #13938]
45991         * manual/setjmp.texi (System V contexts): Fix sentence.
45993         [BZ #13926]
45994         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45995         New macro for this case.
45996         [!__GNUC__] (__bswap_64): New inline function for this case.
45997         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45998         * bits/byteswap.h: Likewise.
45999         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46000         ull, guard with __GLIBC_HAVE_LONG_LONG.
46002         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46003         __GLIBC_HAVE_LONG_LONG.
46005         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46006         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46008 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46010         [BZ #13691]
46011         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46012         inptr and inend, rather than using last_ch.
46014 2012-04-02  David S. Miller  <davem@davemloft.net>
46016         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46017         * stdio-common/printf-parse.h (read_int): Change return type to
46018         'int', return -1 on INT_MAX overflow.
46019         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46020         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46021         overflows INT_MAX.  Check for overflow of in-format-string precision
46022         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46023         SIZE_MAX not INT_MAX for integer overflow test.
46024         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46025         skip the construct in the format string but do not record anything.
46026         * stdio-common/bug22.c: Adjust to test both width/prevision
46027         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46028         explicitly for proper errno values.
46030 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46032         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46033         CHAR_MAX.
46034         * string/test-strcmp.c [! WIDE]: Likewise.
46035         * time/tst-mktime2.c: Likewise for INT_MAX.
46036         * string/test-string.h: #include <sys/param.h> for MIN.
46038         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46039         * sysdeps/i386/init-first.c (init): Likewise.
46040         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46041         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46042         * sysdeps/sh/init-first.c (init): Likewise.
46044 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46046         * po/ru.po: Update from translation team.
46047         * po/vi.po: Likewise.
46049 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46051         * resolv/nss_dns/dns-host.c: Merge copyright years.
46053 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46055         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46056         Optimize memcpy with prefetch if
46057         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46058         src, dst pointers have unequal 16 byte alignments.
46060 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46062         [BZ #13928]
46063         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46064         from a CNAME entry and return the minimum ttl for the query.
46065         (gaih_getanswer_slice): Likewise.
46067 2012-03-30  Jeff Law  <law@redhat.com>
46069         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46070         due to long keys.
46071         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46072         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46074         * resolv/nss_dns/dns-host.c: Update copyright year.
46076 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46078         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46079         requests to save a system call.  Fix check that all bytes are sent.
46081         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46082         comments for sendmmsg.
46084 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46086         [BZ #13691]
46087         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46088         with only 1 character between 0x0041 and 0x01b0.
46089         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46090         * wcsmbs/tst-mbsnrtowcs.c: New file.
46092 2012-03-29  David S. Miller  <davem@davemloft.net>
46094         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46095         small copies by hand.
46097 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
46099         [BZ #13761]
46100         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46101         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46102         group memberships.
46104 2012-03-28  David S. Miller  <davem@davemloft.net>
46106         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46107         that branches into memcpy.
46108         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46109         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46110         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46111         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46112         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46113         bits.
46114         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46115         implementation too.
46116         * sysdeps/sparc/mempcpy.S: New file.
46118         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46119         the IFUNC routine in the libc case.
46120         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46122         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46123         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46124         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46125         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46126         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46127         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46128         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46129         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46131         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46132         loop to 256 bytes instead of 64 bytes and fix test signedness.
46134         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46135         * sysdeps/sparc/sparc32/Makefile: rather than here...
46136         * sysdeps/sparc/sparc64/Makefile: and here.
46138 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
46140         * malloc/mallocbug.c: Avoid warnings about unused variables.
46142 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
46144         [BZ #13760]
46145         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46146         in the right place. Discard and retry query if response is
46147         larger than input buffer size.
46149 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
46151         [BZ #369]
46152         [BZ #2678]
46153         [BZ #3866]
46154         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46155         x for large integer exponent.
46156         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46157         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
46158         sign of result as needed afterwards.
46159         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46160         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46161         result for underflowing pow the same as for overflow.
46162         (__kernel_standard_l): Handle powl overflow and underflow here
46163         rather than calling __kernel_standard.
46164         * math/libm-test.inc (pow_test): Add more tests.
46166         [BZ #3868]
46167         [BZ #13879]
46168         [BZ #13910]
46169         [BZ #13911]
46170         [BZ #13912]
46171         [BZ #13913]
46172         [BZ #13915]
46173         [BZ #13916]
46174         [BZ #13917]
46175         [BZ #13918]
46176         [BZ #13919]
46177         [BZ #13920]
46178         [BZ #13921]
46179         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46180         * sysdeps/ieee754/k_standard.c: Include <float.h>.
46181         (__kernel_standard_l): New function.
46182         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46183         __kernel_standard.
46184         * math/w_acosl.c (__acosl): Likewise.
46185         * math/w_asinl.c (__asinl): Likewise.
46186         * math/w_atan2l.c (__atan2l): Likewise.
46187         * math/w_atanhl.c (__atanhl): Likewise.
46188         * math/w_coshl.c (__coshl): Likewise.
46189         * math/w_exp10l.c (__exp10l): Likewise.
46190         * math/w_exp2l.c (__exp2l): Likewise.
46191         * math/w_fmodl.c (__fmodl): Likewise.
46192         * math/w_hypotl.c (__hypotl): Likewise.
46193         * math/w_j0l.c (__j0l, __y0l): Likewise.
46194         * math/w_j1l.c (__j1l, __y1l): Likewise.
46195         * math/w_jnl.c (__jnl, __ynl): Likewise.
46196         * math/w_lgammal.c (__lgammal): Likewise.
46197         * math/w_log10l.c (__log10l): Likewise.
46198         * math/w_log2l.c (__log2l): Likewise.
46199         * math/w_logl.c (__logl): Likewise.
46200         * math/w_powl.c (__powl): Likewise.
46201         * math/w_remainderl.c (__remainderl): Likewise.
46202         * math/w_scalbl.c (sysv_scalbl): Likewise.
46203         * math/w_sinhl.c (__sinhl): Likewise.
46204         * math/w_sqrtl.c (__sqrtl): Likewise.
46205         * math/w_tgammal.c (__tgammal): Likewise.
46206         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46207         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46208         * math/libm-test.inc (acos_test): Add more tests.
46209         (acosh_test): Likewise.
46210         (asin_test): Likewise.
46211         (atanh_test): Likewise.
46212         (exp_test): Likewise.
46213         (exp10_test): Likewise.
46214         (exp2_test): Likewise.
46215         (expm1_test): Likewise.
46216         (lgamma_test): Likewise.
46217         (log_test): Likewise.
46218         (log10_test): Likewise.
46219         (log1p_test): Likewise.
46220         (log2_test): Likewise.
46221         (pow_test): Do not allow some spurious overflow exceptions.
46222         (sqrt_test): Add more tests.
46223         (tgamma_test): Likewise.
46224         (y0_test): Likewise.
46225         (y1_test): Likewise.
46226         (yn_test): Likewise.
46228 2012-03-27  Anton Blanchard  <anton@samba.org>
46230         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46231         MAP_HUGETLB.
46232         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46233         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46234         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46236 2012-03-27  David S. Miller  <davem@davemloft.net>
46238         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46240         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46241         have-as-vis3 check.
46243 2012-03-27  Andreas Jaeger  <aj@suse.de>
46245         * sysdeps/x86_64/elf/configure.in: Moved to ...
46246         * sysdeps/x86_64/configure.in: ... here.
46247         * sysdeps/x86_64/elf/start.S: Moved to ...
46248         * sysdeps/x86_64/start.S: ... here.
46249         * sysdeps/x86_64/elf/configure: Delete.
46251         * sysdeps/x86_64/configure.in: Merge contents from
46252         sysdeps/i386/configure.in (without i686 check).
46254         * sysdeps/i386/elf/Versions: Merge into ...
46255         * sysdeps/i386/Versions: ... this.
46256         * sysdeps/i386/elf/Versions: Delete file.
46257         * sysdeps/i386/elf/start.S: Moved to ...
46258         * sysdeps/i386/start.S: ...here.
46259         * sysdeps/i386/elf/configure.in: Merge into...
46260         * sysdeps/i386/configure.in: ...here.
46261         * sysdeps/i386/elf/configure.in: Delete file.
46262         * sysdeps/i386/elf/configure: Delete file.
46264         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46265         * debug/backtracesyms.c: ... here.
46266         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46267         * debug/backtracesymsfd.c: ... here.
46268         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46269         * sysdeps/generic/ifunc-sel.h: ... here.
46271         * sysdeps/unix/i386/start.c: Delete file.
46272         * sysdeps/unix/sparc/start.c: Delete file.
46273         * sysdeps/unix/start.c: Delete file.
46275         * sysdeps/sh/elf/configure.in: Moved to ...
46276         * sysdeps/sh/configure.in: ... here.
46277         * sysdeps/sh/elf/start.S: Moved to ...
46278         * sysdeps/sh/start.S: ... here.
46279         * sysdeps/sh/elf/configure: Delete file.
46281         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46282         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46283         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46284         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46285         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46286         * sysdeps/powerpc/powerpc64/start.S: here.
46287         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46288         * sysdeps/powerpc/powerpc64/Makefile: ... this.
46289         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46290         * sysdeps/powerpc/powerpc64/configure.in: ... this.
46291         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46293         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46294         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46295         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46296         * sysdeps/powerpc/powerpc32/start.S: ... here.
46297         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46298         * sysdeps/powerpc/powerpc32/configure.in: ... this.
46299         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46301         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46302         * sysdeps/powerpc/ifunc-sel.h: ... here.
46303         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46304         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46306         * sysdeps/sparc/elf/configure.in: Moved to ...
46307         * sysdeps/sparc/configure.in: ... here.
46308         * sysdeps/sparc/elf/configure: Delete file.
46309         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46310         * sysdeps/sparc/sparc32/start.S: ... here.
46311         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46312         * sysdeps/sparc/sparc64/start.S: ... here.
46313         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46314         * sysdeps/sparc/sparc32/Makefile: ... this.
46315         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46316         * sysdeps/sparc/sparc64/Makefile: ... this.
46318         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46319         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46320         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46321         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46322         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46323         * sysdeps/s390/s390-32/setjmp.S: ... here.
46324         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46325         * sysdeps/s390/s390-32/configure.in: ... here.
46326         * sysdeps/s390/s390-32/elf/configure: Delete file.
46327         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46328         * sysdeps/s390/s390-32/start.S: ... here.
46330         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46331         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46332         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46333         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46334         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46335         * sysdeps/s390/s390-64/setjmp.S: ... here.
46336         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46337         * sysdeps/s390/s390-64/configure.in: ... here
46338         * sysdeps/s390/s390-64/elf/configure: Delete file.
46339         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46340         * sysdeps/s390/s390-64/start.S: ... here.
46341         * sysdeps/s390/s390-64/elf/configure: Delete.
46343         * configure.in: Remove support for elf directories in sysdeps.
46345         * configure: Regenerated.
46346         * sysdeps/i386/configure: Regenerated.
46347         * sysdeps/powerpc/powerpc32/configure: Regenerated.
46348         * sysdeps/powerpc/powerpc64/configure: Regenerated.
46349         * sysdeps/s390/s390-32/configure: Regenerated.
46350         * sysdeps/s390/s390-64/configure: Regenerated.
46351         * sysdeps/sh/configure: Regenerated.
46352         * sysdeps/sparc/configure: Regenerated.
46353         * sysdeps/x86_64/configure: Regenerated.
46355 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
46357         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46359         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46360         denormal result into account.
46362 2012-03-25  Roland McGrath  <roland@hack.frob.com>
46364         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46365         Reported by Allan McRae <allan@archlinux.org>.
46367 2012-03-23  Jeff Law  <law@redhat.com>
46369         * nss/getnssent.c (__nss_getent): Fix typo.
46371 2012-03-23  David S. Miller  <davem@davemloft.net>
46373         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46375 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
46377         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46378         to pad to uint64_t for each field.
46379         (dl_tls_index): Replace unsigned long with uint64_t.
46381 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
46382         Paul Pluzhnikov  <ppluzhnikov@google.com>
46384         [BZ #6528]
46385         * grp/Makefile (otherlibs): Don't set it.
46386         * inet/Makefile (otherlibs): Likewise.
46387         * login/Makefile (otherlibs): Likewise.
46388         * nscd/Makefile (otherlibs): Likewise.
46389         * posix/Makefile (otherlibs): Likewise.
46390         * pwd/Makefile (otherlibs): Likewise.
46391         * rt/Makefile (otherlibs): Likewise.
46392         * sunrpc/Makefile (otherlibs): Likewise.
46393         * nss/Makefile (otherlibs): Likewise.
46394         Add libnss_files to routines and static-only-routines.
46395         ($(objpfx)getent): Remove rule.
46396         * resolv/Makefile: Add libnss_dns and libresolv to routines and
46397         static-only-routines.
46399 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46401         [BZ #13892]
46402         * math/s_cexp.c: Include <float.h>.
46403         (__cexp): Handle exp result overflowing not necessarily
46404         overflowing both real and imaginary parts of result.
46405         * math/s_cexpf.c: Likewise.
46406         * math/s_cexpl.c: Likewise.
46407         * math/libm-test.inc (cexp_test): Add more tests.
46408         * sysdeps/i386/fpu/libm-test-ulps: Update.
46409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46411 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46413         * include/link.h (ELFW): New macro.
46414         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46415         Replace ELF64_R_TYPE with ELFW(R_TYPE).
46417 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46419         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46420         with uint64_t.
46422 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46424         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46425         declaration.
46426         (struct La_x32_retval): Likewise.
46428 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46430         * sysdeps/x86_64/preconfigure.in: New file.
46431         * sysdeps/x86_64/preconfigure: New generated file.
46433 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46435         [BZ #13824]
46436         * math/e_exp2l.c: Include <float.h>.
46437         (__ieee754_exp2l): Handle overflow and underflow cases
46438         separately.  Only pass fractional part of argument to
46439         __ieee754_expl.
46440         * math/libm-test.inc (exp2_test): Add more tests.
46442         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46443         negating x to take absolute value.
46444         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46445         Likewise.
46446         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46447         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46448         Likewise.
46449         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46450         computing low part if x was negated.
46451         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46453 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46455         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46456         la_x32_gnu_pltexit.
46457         (pltexit): Cast int_retval to ptrdiff_t.
46458         * elf/tst-auditmod3b.c: Likewise.
46459         * elf/tst-auditmod4b.c: Likewise.
46460         * elf/tst-auditmod5b.c: Likewise.
46461         * elf/tst-auditmod6b.c: Likewise.
46462         * elf/tst-auditmod6c.c: Likewise.
46463         * elf/tst-auditmod7b.c: Likewise.
46465         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46466         and x32_gnu_pltexit.
46468         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46469         __ELF_NATIVE_CLASS.
46470         (La_x32_regs): New macro.
46471         (La_x32_retval): Likewise.
46472         (la_x32_gnu_pltenter): New function prototype.
46473         (la_x32_gnu_pltexit): Likewise.
46475 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
46477         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46478         exponent.
46480         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46482         * configure.in (libc_cv_cc_nofma): Check for option to disable
46483         generation of FMA instructions.
46484         * configure: Regenerate.
46485         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46486         * sysdeps/ieee754/dbl-64/Makefile: New file.
46487         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46488         Remove brandred-fma4.
46489         (CFLAGS-brandred-fma4.c): Remove.
46490         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46491         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46492         define.
46493         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46494         define.
46496 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46498         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46499         LLONG_MAX != LONG_MAX.
46500         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46501         (_fitoa_word): Likewise.
46502         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46503         LLONG_MAX != LONG_MAX.
46504         * stdio-common/_itowa.h: Include <_itoa.h>.
46505         (_itowa_word): Use _ITOA_WORD_TYPE on value.
46506         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
46507         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
46508         only if not defined.
46509         (_ITOA_WORD_TYPE): Likewise.
46510         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46511         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46513 2012-03-21  David S. Miller  <davem@davemloft.net>
46515         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46517 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46519         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46520         of x86_64 when setting libc_cv_slibdir, libdir and
46521         libc_cv_localedir.
46522         * sysdeps/unix/sysv/linux/configure: Regenerated.
46524 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46526         * manual/lang.texi (Old Varargs): Remove section.
46527         (How Variadic): Update menu.
46528         (va_start): Do not mention varargs.h.
46530 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46531             Joseph Myers  <joseph@codesourcery.com>
46533         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46534         link test.
46535         * configure: Regenerated.
46537 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46539         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46540         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46541         conformtest.pl
46543 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46545         * NOTES: Remove.
46546         * Makefile (files-for-dist): Remove NOTES.
46547         (NOTES): Remove rule.
46548         * README: Don't refer to NOTES.
46549         * manual/creature.texi: Don't include macros.texi.
46550         * manual/intro.texi (creature.texi): Remove comment referring to
46551         NOTES.
46553         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46554         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46555         * configure: Regenerated.
46556         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46557         LIBC_TRY_CC_OPTION.
46558         (libc_cv_as_i686): Likewise.
46559         (libc_cv_cc_avx): Likewise.
46560         (libc_cv_cc_sse2avx): Likewise.
46561         (libc_cv_cc_fma4): Likewise.
46562         (libc_cv_cc_novzeroupper): Likewise.
46563         * sysdeps/i386/configure: Regenerated.
46565         [BZ #13883]
46566         * sysdeps/i386/fpu/s_cexp.S: Remove.
46567         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46568         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46569         * math/libm-test.inc (cexp_test): Add more tests.
46570         * sysdeps/i386/fpu/libm-test-ulps: Update.
46571         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46573 2012-03-21  Allan McRae  <allan@archlinux.org>
46575         * timezone/Makefile: Do not install iso3166.tab and zone.tab
46577 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46579         [BZ #13871]
46580         * math/w_exp2.c: Do not include <float.h>.
46581         (o_threshold, u_threshold): Remove.
46582         (__exp2): Calculate result before checking finiteness and calling
46583         __kernel_standard.
46584         * math/w_exp2f.c: Likewise.
46585         * math/w_exp2l.c: Likewise.
46586         * math/libm-test.inc (exp2_test): Require overflow exception for
46587         1e6 input.
46589         [BZ #3866]
46590         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46591         range of signed 64-bit integers before using fistpll.  Remove
46592         checks for whether integers fit in mantissa bits.
46593         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46594         the range of signed 32-bit integers before using fistpl.  Remove
46595         checks for whether integers fit in mantissa bits.
46596         * sysdeps/i386/fpu/e_powl.S (p64): New object.
46597         (__ieee754_powl): Test for y outside the range of signed 64-bit
46598         integers before using fistpll.  Reduce 64-bit values to 63-bit
46599         ones as needed.
46600         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46601         divide-by-zero is raised for zero to large negative powers.
46602         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46603         (__ieee754_powl): Test for y outside the range of signed 64-bit
46604         integers before using fistpll.  Reduce 64-bit values to 63-bit
46605         ones as needed.
46606         * math/libm-test.inc (pow_test): Add more tests.
46608 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46610         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46611         <stdio-common/_itoa.h>.
46612         * debug/segfault.c: Likewise.
46613         * elf/dl-cache.c: Likewise.
46614         * elf/dl-minimal.c: Likewise.
46615         * elf/dl-misc.c: Likewise.
46616         * elf/dl-sysdep.c: Likewise.
46617         * elf/dl-version.c: Likewise.
46618         * elf/rtld.c: Likewise.
46619         * hurd/hurdsock.c: Likewise.
46620         * hurd/lookup-retry.c: Likewise.
46621         * malloc/malloc.c: Likewise.
46622         * malloc/mtrace.c: Likewise.
46623         * nscd/nscd_getgr_r.c: Likewise.
46624         * nscd/nscd_getpw_r.c: Likewise.
46625         * nscd/nscd_getserv_r.c: Likewise.
46626         * posix/getopt_init.c: Likewise.
46627         * posix/wordexp.c: Likewise.
46628         * stdio-common/_itoa.c: Likewise.
46629         * stdio-common/printf_fphex.c: Likewise.
46630         * stdio-common/vfprintf.c: Likewise.
46631         * string/_strerror.c: Likewise.
46632         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46633         * sysdeps/i386/i686/hp-timing.h: Likewise.
46634         * sysdeps/mach/_strerror.c: Likewise.
46635         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46636         * sysdeps/mach/hurd/sethostid.c: Likewise.
46637         * sysdeps/mach/hurd/xmknodat.c: Likewise.
46638         * sysdeps/mach/xpg-strerror.c: Likewise.
46639         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46640         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46641         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46642         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46643         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46644         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46645         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46646         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46647         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46648         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46649         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46650         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46651         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46652         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46653         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46654         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46655         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46656         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46657         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46658         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46659         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46661         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46663         * stdio-common/_itoa.h: Moved to ...
46664         * sysdeps/generic/_itoa.h: Here.
46666         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46668         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46669         instead of "_itoa.h" and "_itowa.h".
46670         * stdio-common/vfprintf.: Likewise.
46672 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46674         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46675         <bits/wordsize.h>.
46676         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46677         (__signbit): Likwise.
46678         (llrintf): Likwise.
46679         (llrint): Likwise.
46681 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46683         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46684         __WORDSIZE != 64.
46686 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
46688         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46689         OVERFLOW_EXCEPTION_OK.
46690         * math/libm-test.inc ("Philosophy"): Update comment about
46691         exception testing.
46692         (OVERFLOW_EXCEPTION): Define.
46693         (OVERFLOW_EXCEPTION_OK): Likewise.
46694         (INVALID_EXCEPTION_OK): Renumber.
46695         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46696         (IGNORE_ZERO_INF_SIGN): Likewise.
46697         (test_exceptions): Handle FE_OVERFLOW.
46698         (exp10_test): Expect overflow exceptions.
46699         (exp2_test): Likewise.
46700         (expm1_test): Likewise.
46701         (nextafter_test): Likewise.
46702         (pow_test): Likewise.
46703         (scalbn_test): Likewise.
46704         (scalbln_test): Likewise.
46706 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46708         * sysdeps/x86_64/bits/atomic.h
46709         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46710         64bit integer.
46711         (atomic_exchange_acq): Likewise.
46712         (__arch_exchange_and_add_body): Likewise.
46713         (__arch_add_body): Likewise.
46714         (atomic_add_negative): Likewise.
46715         (atomic_add_zero): Likewise.
46717 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46719         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46720         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46722 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46724         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46725         Check __x86_64__ instead of __WORDSIZE.
46727 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46729         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46731 2012-03-19  David S. Miller  <davem@davemloft.net>
46733         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46735         * sysdeps/sparc/fpu/fenv_private.h: New file.
46736         * sysdeps/sparc/fpu/math_private.h: Use it.
46737         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
46738         Remove.
46739         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
46740         (libc_feholdexcept_setroundl): Remove.
46741         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
46742         Remove.
46743         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
46744         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
46746 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46748         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
46749         int64_t instead of long int.
46750         (INSERT_WORDS64): Likwise.
46752 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46754         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46755         _Unwind_GetCFA return to _Unwind_Ptr first.
46757 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46759         [BZ #13629]
46760         * math/s_clog.c: Include <float.h>.
46761         (__clog): Scale large or subnormal inputs.
46762         * math/s_clogf.c: Likewise.
46763         * math/s_clogl.c: Likewise.
46764         * math/s_clog10.c: Include <float.h>.
46765         (M_LOG10_2): Define.
46766         (__clog10): Scale large or subnormal inputs.
46767         * math/s_clog10f.c: Likewise.
46768         * math/s_clog10l.c: Likewise.
46769         * math/libm-test.inc (clog_test): Add more tests.
46770         (clog10_test): Likewise.
46771         * sysdeps/i386/fpu/libm-test-ulps: Update.
46772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46774         [BZ #11451]
46775         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46776         x and y.
46777         * math/libm-test.inc (atan2_test): Add another test.
46779         * Makerules (common-objdir-compile): Remove.
46780         * sysdeps/unix/Makefile (config-generated): Do not add
46781         $(unix-generated) to variable.
46782         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46783         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46784         Remove rule.
46785         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46786         Likewise.
46787         [generic bits/local_lim.h] (before-compile): Do not append to
46788         variable.
46789         [generic bits/local_lim.h] (common-generated): Likewise.
46790         [generic sys/param.h] (before-compile): Do not append to variable.
46791         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46792         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46793         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46794         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46795         include.
46796         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46797         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46798         [generic sys/param.h] ($(addprefix
46799         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46800         [generic sys/param.h] (common-generated): Do not append to
46801         variable.
46802         [generic sys/param.h] (sysdep_headers): Likewise.
46803         [generic bits/errno.h] (before-compile): Do not append to
46804         variable.
46805         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46806         rule.
46807         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46808         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46809         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46810         [generic bits/errno.h] (common-generated): Do not append to
46811         variable.
46812         [generic bits/ioctls.h] (before-compile): Do not append to
46813         variable.
46814         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46815         rule.
46816         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46817         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46818         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46819         rule.
46820         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46821         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46822         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46823         [generic bits/ioctls.h] (common-generated): Do not append to
46824         variable.
46825         [generic sys/syscall.h] (syscall.h): Remove variable.
46826         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46827         rule.
46828         [generic sys/syscall.h] (before-compile): Do not append to
46829         variable.
46830         [generic sys/syscall.h] (common-generated): Likewise.
46831         * sysdeps/unix/errnos-tmpl.c: Remove file.
46832         * sysdeps/unix/errnos.awk: Likewise.
46833         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46834         * sysdeps/unix/ioctls.awk: Likewise.
46835         * sysdeps/unix/mk-local_lim.c: Likewise.
46836         * sysdeps/unix/snarf-ioctls: Likewise.
46838 2012-03-19  Richard Henderson  <rth@twiddle.net>
46840         * sysdeps/i386/fpu/fenv_private.h: New file.
46841         * sysdeps/i386/fpu/math_private.h: Use it.
46842         (math_opt_barrier, math_force_eval): Remove.
46843         (libc_feholdexcept_setround_53bit): Remove.
46844         (libc_feupdateenv_53bit): Remove.
46845         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46846         (math_opt_barrier, math_force_eval): Remove.
46847         (libc_feholdexcept): Remove.
46848         (libc_feholdexcept_setround): Remove.
46849         (libc_fetestexcept, libc_fesetenv): Remove.
46850         (libc_feupdateenv_test): Remove.
46851         (libc_feupdateenv, libc_feholdsetround): Remove.
46852         (libc_feresetround): Remove.
46854         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46855         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46857         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46858         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46859         (libc_feupdateenv_testl): New.
46860         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46861         (libc_feupdateenv_testf): New.
46862         (libc_feupdateenv): Use libc_feupdateenv_test.
46863         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46864         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46866         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46867         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46868         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46869         (libc_feresetround_noex): New.
46870         (libc_feresetround_noexf): New.
46871         (libc_feresetround_noexl): New.
46872         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46873         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46874         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46875         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46876         SET_RESTORE_ROUND.
46877         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46878         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46879         (__cos): Likewise.
46880         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46881         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46882         SET_RESTORE_ROUND_NOEX.
46883         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46884         SET_RESTORE_ROUND_NOEXF.
46885         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46886         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46887         (libc_feholdsetroundf): New.
46888         (libc_feresetround, libc_feresetroundf): New.
46890         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46891         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46892         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46894         * sysdeps/generic/math_private.h: Include <fenv.h>.
46895         (default_libc_feholdexcept): New.
46896         (default_libc_feholdexcept_setround): New.
46897         (default_libc_fesetenv, default_libc_feupdateenv): New.
46898         (libc_feholdexcept): Only define if undefined.
46899         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46900         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46901         (libc_feholdexcept_setroundl): Likewise.
46902         (libc_feholdexcept_setround_53bit): Likewise.
46903         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46904         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46905         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46906         (libc_feupdateenv_53bit): Likewise.
46907         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46908         (libc_feholdexcept): Convert from macro to inline function.
46909         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46910         (libc_fesetenv, libc_feupdateenv): Likewise.
46912         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46913         not previously defined.
46914         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46915         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46916         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46917         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46918         * sysdeps/ieee754/flt-32/math_private.h: New file.
46919         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46920         math_private.h below SET_FLOAT_WORD.
46921         (__isnan, __isinf_ns, __finite): Remove.
46922         (__isnanf, __isinf_nsf, __finitef): Remove.
46924 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
46926         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46928 2012-03-17  David S. Miller  <davem@davemloft.net>
46930         [BZ #6471]
46931         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46932         for 2.16.
46934 2012-03-16  David S. Miller  <davem@davemloft.net>
46936         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46937         warnings.
46939         [BZ #6471]
46940         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46941         properly.
46942         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46943         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46944         sysdep_routines when subdir is sysvipc.
46945         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46946         __getshmlba helper.
46948         * sysdeps/sparc/fpu/libm-test/ulps: Update.
46950 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46952         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46953         [__LP64__].
46955 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46957         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46958         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46959         (__lround): Renamed to ...
46960         (__llround): This.  Replace long int with long long int.
46961         Define lround functions as aliases of llround functions.
46962         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46964 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46966         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46967         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
46968         adresses to uintptr_t.  Replace "long int" and "unsigned long
46969         int" with "greg_t" on va_arg.
46971 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46973         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46974         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46976         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46977         Move e_machine check before EI_CLASS check.  Handle x32
46978         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46979         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46980         SKIP_EM_IA_64 and include
46981         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46983         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46984         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46985         (add_system_dir): New macro.
46987         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46988         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46990 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46992         [BZ #2551]
46993         [BZ #2552]
46994         [BZ #2553]
46995         [BZ #2554]
46996         [BZ #2562]
46997         [BZ #2563]
46998         [BZ #2565]
46999         [BZ #2566]
47000         [BZ #2576]
47001         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47002         (y0): Likewise.
47003         * math/w_j0f.c (j0f): Likewise.
47004         (y0f): Likewise.
47005         * math/w_j0l.c (__j0l): Likewise.
47006         (__y0l): Likewise.
47007         * math/w_j1.c (j1): Likewise.
47008         (y1): Likewise.
47009         * math/w_j1f.c (j1f): Likewise.
47010         (y1f): Likewise.
47011         * math/w_j1l.c (__j1l): Likewise.
47012         (__y1l): Likewise.
47013         * math/w_jn.c (jn): Likewise.
47014         (yn): Likewise.
47015         * math/w_jnf.c (jnf): Likewise.
47016         (ynf): Likewise.
47017         * math/w_jnl.c (__jnl): Likewise.
47018         (__ynl): Likewise.
47019         * math/libm-test.inc (j0_test): Add more tests.
47020         (j1_test): Likewise.
47021         (jn_test): Likewise.  Add trailing semicolon to existing test.
47022         (y0_test): Likewise.
47023         (y1_test): Likewise.
47024         * sysdeps/i386/fpu/libm-test-ulps: Update.
47025         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47027         [BZ #13851]
47028         [BZ #13854]
47029         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47030         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47031         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47032         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47033         (__tanl): Set errno for infinite argument.
47034         * sysdeps/i386/fpu/mptan.c: Remove.
47035         * sysdeps/i386/fpu/s_tan.S: Likewise.
47036         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47037         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47038         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47039         * math/libm-test.inc (tan_test): Add more tests and enable more
47040         tests for double and long double.
47041         * sysdeps/i386/fpu/libm-test-ulps: Update.
47042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47044 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47046         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47047         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47049 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47051         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47052         * configure.in: Use it for both main tree and add-ons.
47053         * configure: Regenerated.
47055 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47057         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47059 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47061         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47062         in comment.
47064         [BZ #13851]
47065         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47066         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47067         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47068         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47069         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47070         infinite argument.
47071         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47072         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47073         != 0 for prec == 2.
47074         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47075         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47076         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47077         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47078         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47079         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47080         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47081         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47082         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47083         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47084         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47085         * math/libm-test.inc (cos_test): Add more tests and enable more
47086         tests for long double.
47087         (sin_test): Likewise.
47088         (sincos_test): Likewise.
47089         * sysdeps/i386/fpu/libm-test-ulps: Update.
47090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47092 2012-03-16  David S. Miller  <davem@davemloft.net>
47094         * sysdeps/sparc/fpu/math_private.h: New file.
47096 2012-03-15  David S. Miller  <davem@davemloft.net>
47098         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47099         file.
47100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47102         file.
47103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47104         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47105         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47106         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47107         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47108         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47109         sysdep routines.
47110         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47112         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47113         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47115         * sysdeps/sparc/sparc-ifunc.h: New file.
47116         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47117         sparc-ifunc.h
47118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47120         Likewise.
47121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47122         Likewise.
47123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47125         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47127         Likewise.
47128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47133         Likewise.
47134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47135         Likewise.
47136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47140         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47141         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47142         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47143         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47144         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47145         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47146         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47147         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47148         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47149         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47150         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47151         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47152         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47153         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47154         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47155         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47156         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47157         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47158         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47159         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47161 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47163         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47164         scaling.
47165         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47167 2012-03-15  Andreas Jaeger  <aj@suse.de>
47169         [BZ #13852]
47170         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47171         ieee754/flt-32 implementation for sin, cos and sincos.
47172         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47173         * sysdeps/i386/fpu/s_cosf.S: Likewise.
47174         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47175         * sysdeps/i386/fpu/s_sinf.S: Likewise.
47176         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47177         ieee754/flt-32 implementation for tan.
47179         * math/libm-test.inc (cos_test): Enable some large input tests for
47180         float as well
47181         (sin_test): Likewise.
47182         (sincos_test): Likewise.
47183         (tan_test): Add tests for large input.
47185         * sysdeps/i386/fpu/libm-test-ulps: Update.
47187 2012-03-15  Andreas Jaeger  <aj@suse.de>
47189         [BZ #13658]
47190         * math/libm-test.inc (cos_test): Add more test cases.
47191         (sin_test): Likewise.
47192         (sincos_test): Likewise.
47194 2012-03-15  Andreas Jaeger  <aj@suse.de>
47196         [BZ #13837]
47197         * math/libm-test.inc (cos_test): Add a test case for large input
47198         value.
47199         (sin_test): Likewise.
47200         (sincos_test): Likewise.
47202 2012-03-15  Andreas Jaeger  <aj@suse.de>
47203             Joseph Myers  <joseph@codesourcery.com>
47205         [BZ #13658]
47206         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47207         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47208         * sysdeps/i386/fpu/branred.c: Likewise.
47209         * sysdeps/i386/fpu/dosincos.c: Likewise.
47210         * sysdeps/i386/fpu/mpa.c: Likewise.
47211         * sysdeps/i386/fpu/s_cos.S: Likewise.
47212         * sysdeps/i386/fpu/s_sin.S: Likewise.
47213         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47214         * sysdeps/i386/fpu/sincos32.c: Likewise.
47216         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47217         Define.
47218         (libc_feupdateenv_53bit): Define.
47219         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47220         Define.
47221         (libc_feupdateenv_53bit): Define.
47223         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47224         53 bit (without extend i386 double precision).
47226         * math/libm-test.inc (sincos_test): Add tests for large input.
47227         (sin): Likewise.
47228         (cos): Likewise.
47230         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47232 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47234         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47236 2012-03-15  David S. Miller  <davem@davemloft.net>
47238         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47239         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47240         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47241         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47242         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47243         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47244         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47245         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47246         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47247         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47248         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47249         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47250         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47251         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47252         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47254         file.
47255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47256         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47257         file.
47258         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47259         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47260         file.
47261         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47262         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47263         file.
47264         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47265         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47266         fmin/fmax sysdep routines.
47267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47269 2012-03-14  David S. Miller  <davem@davemloft.net>
47271         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47272         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47273         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47274         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47275         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47276         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47277         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47278         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47279         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47280         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47281         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47282         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47283         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47284         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47285         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47286         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47287         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47288         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47289         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47290         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47291         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47292         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47293         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47294         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47295         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47296         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47297         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47298         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47299         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47300         routines.
47301         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47302         file.
47303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47305         file.
47306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47307         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47308         file.
47309         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47310         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47311         file.
47312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47313         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47314         file.
47315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47316         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47317         file.
47318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47319         file.
47320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47321         file.
47322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47323         file.
47324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47325         New file.
47326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47327         file.
47328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47329         file.
47330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47332         file.
47333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47335         file.
47336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47338         file.
47339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47341         VIS3 routines.
47343         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47344         New file.
47346         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47348         * sysdeps/sparc/configure.in: New file.
47349         * sysdeps/sparc/configure: Generate.
47350         * configure.in (libc_cv_sparc_as_vis3): Substitute.
47351         * configure: Regenerate.
47352         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47353         * config.make.in (have-as-vis3): New.
47354         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47355         available use -Av9d instead of -Av9a.
47356         * sysdeps/sparc/sparc64/Makefile: Likewise.
47357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47359         New file.
47360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47361         file.
47362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47363         New file.
47364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47365         file.
47366         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47367         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47368         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47369         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47370         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47372         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47373         fzeros/fnegs to load 0x80000000 into a float register instead of
47374         using the stack.
47375         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47377 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47379         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47380         bits/syscall.h.
47381         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47382         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47383         ($(inst_includedir)/bits/syscall.h): Remove rule.
47384         ($(objpfx)bits/syscall.d): Include instead of
47385         $(objpfx)syscall-list.d.
47386         (generated): Change syscall-list.h and syscall-list.d to
47387         bits/syscall.h and bits/syscall.d.
47389 2012-03-14  Roland McGrath  <roland@hack.frob.com>
47391         [BZ #13846]
47392         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47394 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47396         [BZ #13841]
47397         * math/s_csqrt.c: Include <float.h>.
47398         (__csqrt): Scale large or subnormal inputs.
47399         * math/s_csqrtf.c: Likewise.
47400         * math/s_csqrtl.c: Likewise.
47401         * math/libm-test.inc (csqrt_test): Add more tests.
47402         * sysdeps/i386/fpu/libm-test-ulps: Update.
47403         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47405         [BZ #13840]
47406         * math/libm-test.inc (hypot_test): Add more tests.
47408 2012-03-13  David S. Miller  <davem@davemloft.net>
47410         [BZ #13840]
47411         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47412         double-precision for the calculation instead of scaling.
47414 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
47416         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47417         manipulate bits before adding and subtracting TWO52[sx].
47418         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47419         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47420         Likewise.
47421         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47423 2012-03-13  David S. Miller  <davem@davemloft.net>
47425         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47426         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47427         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47428         rtld-global-offsets.h
47429         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47431         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47432         large parameters.
47434         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47436         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47437         'err' in the ifdef scope in which it is actually used.
47439         * nss/nss_db/db-init.c: Include string.h
47441 2012-03-12  David S. Miller  <davem@davemloft.net>
47443         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47444         masking out of the most significant byte of random value used.
47445         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47446         Fix coding style in previous change.
47448         * sysdeps/unix/sysv/linux/kernel-features.h
47449         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47450         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47451         expression.
47452         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47453         later.
47455 2012-03-11  David S. Miller  <davem@davemloft.net>
47457         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47458         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47459         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47460         for 'resultvar' otherwise things get truncated on 64-bit.
47462         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47463         Fix masking out of the most significant byte of random value used.
47465         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47467 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
47469         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47471 2012-03-09  David S. Miller  <davem@davemloft.net>
47473         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47474         variables with appropriate CPP guards.
47475         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47476         from the frame pointer, not the stack pointer.  Correct layout
47477         comments.  Fix test on resulting framesize and the management of
47478         the outregs buffer for pltexit.  Preserve floating point return
47479         values across _dl_call_pltexit call.
47480         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47481         framesize and the management of the outregs buffer for pltexit.
47482         Preserve floating point return values across _dl_call_pltexit
47483         call.
47484         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47485         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47486         (la_sparc64_gnu_pltexit): New functions.
47487         (print_exit): Fix format string for return register value.
47489 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
47491         * sunrpc/Makefile (others): Add rpcgen.
47492         ($(objpfx)rpcgen): Remove special build rule and dependency on
47493         libc.
47494         * sunrpc/rpcgen.c: New file.
47496 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47498         [BZ #13673]
47499         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47500         * stdio-common/bug-vfprintf-nargs.c: Likewise.
47501         * sysdeps/i386/crti.S: Likewise.
47502         * sysdeps/i386/crtn.S: Likewise.
47503         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47504         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47505         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47506         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47507         * sysdeps/sh/crti.S: Likewise.
47508         * sysdeps/sh/crtn.S: Likewise.
47509         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47511         [BZ #13673]
47512         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47513         with URL.
47514         * locale/programs/locfile-kw.gperf: Likewise.
47515         * locale/programs/charmap-kw.h: Regenerated.
47516         * locale/programs/locfile-kw.h: Likewise.
47518         [BZ #13673]
47519         * intl/plural.y: Replace FSF snail mail address with URL.
47520         * intl/plural.c: Regenerated.
47522 2012-03-09  Richard Henderson  <rth@twiddle.net>
47524         * include/math_private.h: Remove file.
47525         * math/math_private.h: Move file ...
47526         * sysdeps/generic/math_private.h: ... here.
47528         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47529         * sysdeps/powerpc/fpu/math_private.h: Likewise.
47530         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47532         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47533         and <math_private.h>.
47534         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47535         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47536         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47537         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47538         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47539         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47540         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47541         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47542         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47543         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47544         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47545         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47546         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47547         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47548         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47549         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47550         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47551         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47552         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47553         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47554         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47555         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47556         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47557         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47558         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47559         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47560         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47561         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47562         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47563         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47564         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47565         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47566         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47567         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47568         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47569         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47570         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47571         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47572         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47573         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47574         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47575         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47576         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47577         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47578         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47579         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47580         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47581         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47582         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47583         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47584         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47585         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47586         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47587         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47588         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47589         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47590         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47591         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47592         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47593         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47594         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47595         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47596         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47597         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47598         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47599         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47600         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47601         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47602         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47603         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47604         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47605         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47606         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47607         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47608         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47609         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47610         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47611         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47612         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47613         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47614         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47615         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47616         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47617         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47618         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47619         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47620         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47621         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47622         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47623         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47624         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47625         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47626         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47627         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47628         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47629         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47630         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47631         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47632         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47633         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47634         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47635         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47636         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47637         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47638         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47639         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47640         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47641         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47642         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47643         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47644         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47645         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47646         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47647         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47648         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47649         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47650         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47651         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47652         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47653         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47654         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47655         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47656         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47657         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47658         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47659         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47660         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47661         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47662         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47663         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47664         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47665         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47666         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47667         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47668         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47669         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47670         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47671         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47672         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47673         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47674         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47675         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47676         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47677         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47678         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47679         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47680         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47681         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47682         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47683         * sysdeps/ieee754/k_standard.c: Likewise.
47684         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47685         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47686         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47687         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47688         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47689         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47690         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47691         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47692         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47693         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47694         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47695         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47696         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47697         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47698         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47699         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47700         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47701         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47702         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47703         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47704         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47705         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47706         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47707         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47708         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47709         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47710         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47711         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47712         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47713         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47714         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47715         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47716         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47717         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47718         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47719         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47720         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47721         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47722         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47723         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47724         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47725         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47726         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47727         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47728         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47729         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47730         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47731         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47732         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47733         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47734         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47735         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
47736         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47737         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
47738         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47739         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47740         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
47741         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
47742         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47743         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47744         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47745         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
47746         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47747         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
47748         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47749         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47750         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
47751         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47752         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47753         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47754         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47755         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47756         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47757         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47758         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47759         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47760         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47761         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47762         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47763         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47764         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47765         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47766         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47767         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47768         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47769         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47770         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47771         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47772         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47773         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47774         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47775         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47776         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47777         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47778         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47779         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47780         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47781         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47782         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47783         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47784         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47785         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47786         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47787         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47788         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47789         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47790         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47791         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47792         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47793         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47794         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47795         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47796         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47797         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47798         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47799         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47800         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47801         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47802         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47803         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47804         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47805         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47806         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47807         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47808         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47809         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47810         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47811         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47812         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47813         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47814         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47815         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47816         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47817         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47818         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47819         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47820         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47821         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47822         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47823         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47824         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47825         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47826         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47827         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47828         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47829         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47830         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47831         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47832         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47833         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47834         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47835         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47836         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47837         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47838         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47839         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47840         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47841         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47842         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47843         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47844         * sysdeps/ieee754/s_lib_version.c: Likewise.
47845         * sysdeps/ieee754/s_matherr.c: Likewise.
47846         * sysdeps/ieee754/s_signgam.c: Likewise.
47847         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47848         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47849         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47850         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47851         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47852         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47853         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47854         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47855         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47856         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47857         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47858         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47859         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47860         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47861         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47862         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47863         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47864         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47865         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47866         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47867         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47869 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47871         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47872         * sunrpc/rpc_main.c: Likewise.
47873         * sunrpc/rpc_svcout.c: Likewise.
47875 2012-03-09  David S. Miller  <davem@davemloft.net>
47877         * include/math_private.h: New file.
47879 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47881         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47882         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47883         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47884         from <bits/socket_type.h>.
47885         (enum __socket_type): Don't define here.
47886         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47887         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47888         bits/socket_type.h.
47890         [BZ #13566]
47891         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47892         checking __USE_GNU.
47894         * Makerules ($(inst_includedir)/%.h): New rule.
47895         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47896         (install-others): Remove variable setting.
47897         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47899 2012-03-08  Richard Henderson  <rth@twiddle.net>
47901         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47902         from macro to inline function; merge with the
47903         !__LIBC_INTERNAL_MATH_INLINES version.
47904         (__ieee754_sqrtf): Likewise.
47906         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47907         to inline function.
47908         (__rintf, __floor, __floorf): Likewise.
47910         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47911         macro to inline function.
47912         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47914         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47915         not <math/math_private.h>.
47917 2012-03-08  David S. Miller  <davem@davemloft.net>
47919         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47920         copyright year.
47921         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47923 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
47925         * resolv/gai_misc.c (handle_requests): Fix struct timespec
47926         normalization.
47927         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47928         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47930 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
47932         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
47933         be defined individually, they must be defined as a block.  Define
47934         S for printing a string instead of hidint the different by using a
47935         macro for adding the 'l'.
47936         * stdio-common/tst-fphex-wide.c: Adjust.
47938 2012-03-07  Marek Polacek  <polacek@redhat.com>
47940         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47942 2012-03-08  Marek Polacek  <polacek@redhat.com>
47944         [BZ #13806]
47945         * stdio-common/Makefile (tests): Add tst-fphex-wide.
47946         * stdio-common/tst-fphex.c: Define a few macros to make the
47947         test reusable.  Use them.
47948         * stdio-common/tst-fphex-wide.c: New file.
47950 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
47952         [BZ #6911]
47953         * manual/macros.texi (gnusystems): New macro.
47954         (nongnusystems): Likewise.
47955         (gnulinuxhurdsystems): Likewise.
47956         (gnuhurdsystems): Likewise..
47957         (gnulinuxsystems): Likewise.
47958         * manual/charset.texi: Use new macros or @theglibc{} to refer to
47959         variants of the GNU system, not "GNU system".
47960         * manual/conf.texi: Likewise.
47961         * manual/errno.texi: Likewise.  Update example of errno macro
47962         expansion.
47963         * manual/filesys.texi: Likewise.
47964         (getumask): Document as specific to GNU/Hurd.
47965         * manual/install.texi: Likewise.  Reword some references to
47966         GNU/Linux.
47967         * manual/intro.texi: Likewise.
47968         * manual/io.texi: Likewise.
47969         (File Name Portability): Detail which constraints are inapplicable
47970         to all GNU systems and which are only inapplicable to GNU/Hurd.
47971         * manual/job.texi: Likewise.
47972         * manual/llio.texi: Likewise.
47973         (O_NOCTTY): Document as present on GNU/Linux.
47974         * manual/maint.texi: Likewise.
47975         * manual/memory.texi: Likewise.
47976         * manual/pattern.texi: Likewise.
47977         * manual/pipe.texi: Likewise.
47978         * manual/process.texi: Likewise.
47979         * manual/resource.texi: Likewise.
47980         (RUSAGE_CHILDREN): Remove statement about specifying a particular
47981         child on GNU/Hurd.
47982         * manual/setjmp.texi: Likewise.
47983         * manual/signal.texi: Likewise.
47984         * manual/startup.texi: Likewise.
47985         * manual/stdio.texi: Likewise.
47986         * manual/terminal.texi: Likewise.
47987         (ONLCR): Document as POSIX.
47988         (OXTABS): Document availability on GNU/Linux as XTABS.
47989         (ONOEOT): Document availability separately from other bits.
47990         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47991         * manual/time.texi: Likewise.
47992         * manual/users.texi: Likewise.
47993         * INSTALL: Regenerated.
47994         * sysdeps/gnu/errlist.c: Regenerated.
47996         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47997         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47998         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
47999         puts.
48000         * configure: Regenerated.
48002 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48004         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48005         default includes instead of AC_HEADER_CHECK.
48006         * sysdeps/i386/configure: Regenerated.
48008         [BZ #10716]
48009         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48010         * math/s_cacoshf.c (__cacoshf): Likewise.
48011         * math/s_cacoshl.c (__cacoshl): Likewise.
48012         * math/s_casinh.c (__casinh): Set signs of result from argument.
48013         * math/s_casinhf.c (__casinhf): Likewise.
48014         * math/s_casinhl.c (__casinhl): Likewise.
48015         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48016         (casinh_test): Add more tests.
48017         * sysdeps/i386/fpu/libm-test-ulps: Update.
48018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48020 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48022         * po/zh_TW.po: Update from translation team.
48024         * login/Makefile (distribute): Remove variable.
48025         * catgets/Makefile: Likewise.
48026         * mach/Makefile: Likewise.
48027         * malloc/Makefile: Likewise.
48028         * misc/Makefile: Likewise.
48029         * iconv/Makefile: Likewise.
48030         * nscd/Makefile: Likewise.
48031         * hurd/Makefile: Likewise.
48032         * manual/Makefile: Likewise.
48033         * locale/Makefile: Likewise.
48034         * intl/Makefile: Likewise.
48035         * conform/Makefile: Likewise.
48036         * nss/Makefile: Likewise.
48037         * time/Makefile: Likewise.
48038         * soft-fp/Makefile: Likewise.
48039         * dirent/Makefile: Likewise.
48040         * gmon/Makefile: Likewise.
48041         * po/Makefile: Likewise.
48042         * rt/Makefile: Likewise.
48043         * socket/Makefile: Likewise.
48044         * math/Makefile: Likewise.
48045         * signal/Makefile: Likewise.
48046         * debug/Makefile: Likewise.
48047         * elf/Makefile: Likewise.
48048         * timezone/Makefile: Likewise.
48049         * stdlib/Makefile: Likewise.
48050         * iconvdata/Makefile: Likewise.
48051         * sunrpc/Makefile: Likewise.
48052         * io/Makefile: Likewise.
48053         * argp/Makefile: Likewise.
48054         * inet/Makefile: Likewise.
48055         * hesiod/Makefile: Likewise.
48056         * grp/Makefile: Likewise.
48057         * csu/Makefile: Likewise.
48058         * wctype/Makefile: Likewise.
48059         * crypt/Makefile: Likewise.
48060         * libio/Makefile: Likewise.
48061         * string/Makefile: Likewise.
48062         * nis/Makefile: Likewise.
48063         * resolv/Makefile: Likewise.
48064         * stdio-common/Makefile: Likewise.
48065         * wcsmbs/Makefile: Likewise.
48066         * dlfcn/Makefile: Likewise.
48067         * posix/Makefile: Likewise.
48069         [BZ #6959]
48070         * timezone/Makefile: Don't install timezone files, just the programs
48071         and scripts.
48073 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48075         * nss/databases.def: Add missing gshadow entry.
48077         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48079 2012-03-06  Marek Polacek  <polacek@redhat.com>
48081         [BZ #13726]
48082         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48083         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48084         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48085         * stdio-common/tst-long-dbl-fphex.c: New file.
48087 2012-03-06  David S. Miller  <davem@davemloft.net>
48089         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48090         (set_obp_int): New function.
48091         (get_obp_int): New function.
48092         (__get_clockfreq_via_dev_openprom): Likewise.
48093         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48094         Avoid unused variable warnings on 'val' and use builtin_expect.
48095         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48096         __builtin_expect.
48097         (INLINE_CLONE_SYSCALL): Likewise.
48099 2012-03-05  David S. Miller  <davem@davemloft.net>
48101         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48103 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
48105         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48107         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48108         only for |x| >= 40.
48109         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48111 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
48113         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48114         Replace gettimeofday with __vdso_gettimeofday.
48116         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48117         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48118         __vdso_clock_gettime and __vdso_getcpu.
48120         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48121         time with __vdso_time.
48123 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48125         * manual/lang.texi (size_t): Note types to which size_t may be
48126         equivalent with the GNU C Library, but do not describe when
48127         differences between them are significant.
48129 2012-03-05  Andreas Jaeger  <aj@suse.de>
48131         * sysdeps/i386/fpu/libm-test-ulps: Update.
48133 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48135         [BZ #3976]
48136         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48137         (__ieee754_pow): Save and restore rounding mode and use
48138         round-to-nearest for main computations.
48139         * math/libm-test.inc (pow_test_tonearest): New function.
48140         (pow_test_towardzero): Likewise.
48141         (pow_test_downward): Likewise.
48142         (pow_test_upward): Likewise.
48143         (main): Call the new functions.
48144         * sysdeps/i386/fpu/libm-test-ulps: Update.
48145         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48147         [BZ #3976]
48148         * math/libm-test.inc (cosh_test_tonearest): New function.
48149         (cosh_test_towardzero): Likewise.
48150         (cosh_test_downward): Likewise.
48151         (cosh_test_upward): Likewise.
48152         (sinh_test_tonearest): Likewise.
48153         (sinh_test_towardzero): Likewise.
48154         (sinh_test_downward): Likewise.
48155         (sinh_test_upward): Likewise.
48156         (main): Call the new functions.
48157         * sysdeps/i386/fpu/libm-test-ulps: Update.
48158         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48160 2012-03-05  Tom de Vries  <tom@codesourcery.com>
48162         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48163         default stack guard is set in last bytes.
48164         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48166 2012-03-05  Kees Cook  <keescook@chromium.org>
48168         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48170         [BZ #13656]
48171         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48172         possibly allocate from heap instead of stack.
48173         * stdio-common/bug-vfprintf-nargs.c: New file.
48174         * stdio-common/Makefile (tests): Add nargs overflow test.
48176 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
48178         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48180 2012-03-03  Marek Polacek  <polacek@redhat.com>
48182         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48183         * math/math_private.h: Likewise.
48184         * stdlib/tst-strtod.c: Likewise.
48185         * sysdeps/i386/i486/bits/atomic.h: Likewise.
48186         * sysdeps/x86_64/bits/atomic.h: Likewise.
48188 2012-03-02  David S. Miller  <davem@davemloft.net>
48190         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48191         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48192         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48193         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48194         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48195         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48196         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48197         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48199 2012-03-02  Roland McGrath  <roland@hack.frob.com>
48201         [BZ #13792]
48202         * manual/examples/README: New file, says the example source files
48203         can be used under GPL>=2.
48204         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48205         line containing just "*/".
48206         * manual/examples/add.c: Add copyright header (GPL>=2).
48207         * manual/examples/argp-ex1.c: Likewise.
48208         * manual/examples/argp-ex2.c: Likewise.
48209         * manual/examples/argp-ex3.c: Likewise.
48210         * manual/examples/argp-ex4.c: Likewise.
48211         * manual/examples/atexit.c: Likewise.
48212         * manual/examples/db.c: Likewise.
48213         * manual/examples/dir.c: Likewise.
48214         * manual/examples/dir2.c: Likewise.
48215         * manual/examples/execinfo.c: Likewise.
48216         * manual/examples/filecli.c: Likewise.
48217         * manual/examples/filesrv.c: Likewise.
48218         * manual/examples/fmtmsgexpl.c: Likewise.
48219         * manual/examples/genpass.c: Likewise.
48220         * manual/examples/inetcli.c: Likewise.
48221         * manual/examples/inetsrv.c: Likewise.
48222         * manual/examples/isockad.c: Likewise.
48223         * manual/examples/longopt.c: Likewise.
48224         * manual/examples/memopen.c: Likewise.
48225         * manual/examples/memstrm.c: Likewise.
48226         * manual/examples/mkfsock.c: Likewise.
48227         * manual/examples/mkisock.c: Likewise.
48228         * manual/examples/mygetpass.c: Likewise.
48229         * manual/examples/pipe.c: Likewise.
48230         * manual/examples/popen.c: Likewise.
48231         * manual/examples/rprintf.c: Likewise.
48232         * manual/examples/search.c: Likewise.
48233         * manual/examples/select.c: Likewise.
48234         * manual/examples/setjmp.c: Likewise.
48235         * manual/examples/sigh1.c: Likewise.
48236         * manual/examples/sigusr.c: Likewise.
48237         * manual/examples/stpcpy.c: Likewise.
48238         * manual/examples/strdupa.c: Likewise.
48239         * manual/examples/strftim.c: Likewise.
48240         * manual/examples/strncat.c: Likewise.
48241         * manual/examples/subopt.c: Likewise.
48242         * manual/examples/swapcontext.c: Likewise.
48243         * manual/examples/termios.c: Likewise.
48244         * manual/examples/testopt.c: Likewise.
48245         * manual/examples/testpass.c: Likewise.
48246         * manual/examples/timeval_subtract.c: Likewise.
48248         [BZ #13792]
48249         * manual/time.texi (Elapsed Time): Move timeval_subtract example
48250         function to ...
48251         * manual/timeval_subtract.c.texi: ... here, new file.
48253 2012-03-02  David S. Miller  <davem@davemloft.net>
48255         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48257 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
48259         [BZ #3976]
48260         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48261         (__sin): Save and restore rounding mode and use round-to-nearest
48262         for all computations.
48263         (__cos): Save and restore rounding mode and use round-to-nearest
48264         for all computations.
48265         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48266         <fenv.h>.
48267         (tan): Save and restore rounding mode and use round-to-nearest for
48268         all computations.
48269         * math/libm-test.inc (cos_test_tonearest): New function.
48270         (cos_test_towardzero): Likewise.
48271         (cos_test_downward): Likewise.
48272         (cos_test_upward): Likewise.
48273         (sin_test_tonearest): Likewise.
48274         (sin_test_towardzero): Likewise.
48275         (sin_test_downward): Likewise.
48276         (sin_test_upward): Likewise.
48277         (tan_test_tonearest): Likewise.
48278         (tan_test_towardzero): Likewise.
48279         (tan_test_downward): Likewise.
48280         (tan_test_upward): Likewise.
48281         (main): Call the new functions.
48282         * sysdeps/i386/fpu/libm-test-ulps: Update.
48283         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48285         [BZ #10135]
48286         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48287         small n, then large n, before computing and testing k+n.
48288         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48289         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48290         Likewise.
48291         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48292         Likewise.
48293         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48294         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48295         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48296         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48297         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48298         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48299         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48300         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48301         * math/libm-test.inc (scalbn_test): Add more tests.
48302         (scalbln_test): Likewise.
48304         * manual/filesys.texi (mode_t): Describe constraints on size and
48305         signedness, not exact equivalence to a particular type.
48306         (ino_t): Likewise.
48307         (ino64_t): Likewise.
48308         (dev_t): Likewise.
48309         (nlink_t): Likewise.
48310         (blkcnt_t): Likewise.
48311         (blkcnt64_t): Likewise.
48312         * manual/llio.texi (off_t): Likewise.
48314         [BZ #3976]
48315         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48316         (__ieee754_exp): Save and restore rounding mode and use
48317         round-to-nearest for all computations.
48318         * math/libm-test.inc (exp_test_tonearest): New function.
48319         (exp_test_towardzero): Likewise.
48320         (exp_test_downward): Likewise.
48321         (exp_test_upward): Likewise.
48322         (main): Call the new functions.
48323         * sysdeps/i386/fpu/libm-test-ulps: Update.
48324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48326 2012-03-01  Chris Demetriou  <cgd@google.com>
48328         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48329         have predictable order.
48331 2012-03-01  David S. Miller  <davem@davemloft.net>
48333         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48335         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48336         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48337         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48338         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48340         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48341         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48342         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48343         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48344         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48345         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48346         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48347         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48348         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48350         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48352         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48353         * sysdeps/sparc/fpu/libm-test-ulps: to here.
48354         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48356         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48357         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48358         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48359         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48360         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48361         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48362         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48363         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48364         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48365         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48366         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48367         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48368         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48369         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48370         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48371         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48372         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48373         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48374         * sysdeps/sparc/elf/configure: Regenerated.
48376 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
48378         * configure.in (AS, LD): Require binutils 2.20 or later.
48379         * configure: Regenerated.
48380         * manual/install.texi (Tools for Compilation): Give binutils 2.20
48381         as required minimum version.
48382         * INSTALL: Regenerated.
48384         [BZ #2541]
48385         [BZ #4108]
48386         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48387         before squaring exponent.
48388         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48389         bottom long double and 27 bits of top long double before squaring
48390         exponent.
48391         * math/libm-test.inc (erfc_test): Add more tests.
48392         * sysdeps/i386/fpu/libm-test-ulps: Update.
48393         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48394         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48396 2012-03-01  Kai Tietz  <ktietz@redhat.com>
48398         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48399         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48400         containing bit-fields.
48401         * soft-fp/extended.h (_FP_UNION_E): Likewise.
48402         * soft-fp/single.h (_FP_UNION_S): Likewise.
48403         * soft-fp/double.h (_FP_UNION_D): Likewise.
48405 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48407         [BZ #13786]
48408         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48409         not include ../strcmp.S.
48410         [USE_AS_STRNCASECMP_L]: Likewise.
48411         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48412         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48413         * sysdeps/i386/i686/multiarch/strncase_l-c.c
48414         (__strncasecmp_l_ia32): Define as alias to
48415         __strncasecmp_l_nonascii.
48417         [BZ #5794]
48418         * math/libm-test.inc (expm1_test): Add test for bug 5794.
48419         * sysdeps/i386/fpu/libm-test-ulps: Update.
48420         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48422         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48425 2012-02-29  Jeff Law  <law@redhat.com>
48427         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48428         out of bounds read.
48430 2012-02-29  Marek Polacek  <polacek@redhat.com>
48432         [BZ #13706]
48433         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48434         * elf/Makefile: Add rules to run tst-unused-dep.out.
48436 2012-02-28  David S. Miller  <davem@davemloft.net>
48438         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48439         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48440         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48441         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48442         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48443         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48445 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48447         * math/libm-test.inc (llround_test): Move one test from
48448         lround_test.  Use TEST_f_L in moved test.
48449         (lround_test): Move misplaced test to llround_test.  Add testcase
48450         from bug 2561.
48452 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
48454         * sysdeps/x86_64/fpu/e_expf.S: New file.
48455         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48457 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
48459         [BZ #13637]
48460         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48461         of remain_len that may cause incomplete multi-byte character and
48462         false match.
48463         * posix/bug-regex33.c: New file.
48464         * posix/Makefile (tests): Add bug-regex33.
48466 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
48468         * manual/macros.texi: New file.
48469         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48470         * manual/libc.texinfo: Include macros.texi.
48471         * manual/creatute.texi: Likewise.
48472         * manual/install.texi: Likewise.
48473         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48474         @glibcadj{} in references to the GNU C Library.
48475         * manual/charset.texi: Likewise.
48476         * manual/conf.texi: Likewise.
48477         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
48478         when not using those macros.
48479         * manual/creature.texi: Likewise.
48480         * manual/crypt.texi: Likewise.
48481         * manual/errno.texi: Likewise.
48482         * manual/filesys.texi: Likewise.
48483         * manual/header.texi: Likewise.
48484         * manual/install.texi: Likewise.
48485         * manual/intro.texi: Likewise.
48486         * manual/io.texi: Likewise.
48487         * manual/job.texi: Likewise.
48488         * manual/lang.texi: Likewise.
48489         * manual/libc.texiinfo: Likewise.
48490         * manual/llio.texi: Likewise.
48491         * manual/locale.texi: Likewise.
48492         * manual/maint.texi: Likewise.
48493         * manual/math.texi: Likewise.
48494         * manual/memory.texi: Likewise.
48495         * manual/message.texi: Likewise.
48496         * manual/nss.texi: Likewise.
48497         * manual/pattern.texi: Likewise.
48498         * manual/process.texi: Likewise.
48499         * manual/resource.texi: Likewise.
48500         * manual/search.texi: Likewise.
48501         * manual/setjmp.texi: Likewise.
48502         * manual/signal.texi: Likewise.
48503         * manual/socket.texi: Likewise.
48504         * manual/startup.texi: Likewise.
48505         * manual/stdio.texi: Likewise.
48506         * manual/string.texi: Likewise.
48507         * manual/sysinfo.texi: Likewise.
48508         * manual/syslog.texi: Likewise.
48509         * manual/terminal.texi: Likewise.
48510         * manual/time.texi: Likewise.
48511         * manual/users.texi: Likewise.
48512         * INSTALL: Regenerated.
48513         * NOTES: Regenerated.
48514         * sysdeps/gnu/errlist.c: Regenerated.
48516 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
48518         * include/dirent.h: Include <dirstream.h> before
48519         <dirent/dirent.h>.
48521 2012-02-28  David S. Miller  <davem@davemloft.net>
48523         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48524         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48525         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48526         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48528 2012-02-27  David S. Miller  <davem@davemloft.net>
48530         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48531         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48532         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48533         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48535         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48536         frame pointer instead of stack pointer relative arg slot.
48537         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48538         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48539         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48541 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
48543         [BZ #3992]
48544         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48546 2012-02-27  David S. Miller  <davem@davemloft.net>
48548         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48549         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48550         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48551         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48552         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48553         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48554         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48555         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48557 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48559         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48560         later.  Allow versions 5-9.
48561         * configure: Regenerated.
48562         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48563         required minimum version and 4.6 as recommended version.  Do not
48564         mention bugs in GCC 2.7 and 2.8.
48565         * INSTALL: Regenerated.
48567 2012-02-27  David S. Miller  <davem@davemloft.net>
48569         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48570         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48571         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48572         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48573         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48574         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48575         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48576         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48578         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48579         manipulate bits before adding and subtracting TWO112[sx].
48580         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48582 2012-02-27  Roland McGrath  <roland@hack.frob.com>
48584         [BZ #13775]
48585         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48586         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48587         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48588         being in POSIX, because they are in 1003.1-2008.
48590         * rt/tst-aio.c: Include <fcntl.h>.
48591         * rt/tst-aio7.c: Likewise.
48592         * rt/tst-aio64.c: Likewise.
48594         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48596 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48598         * manual/install.texi (--with-headers): Describe headers as
48599         interface headers, not private headers.
48600         (Specific advice for GNU/Linux systems): Describe use of headers
48601         from "make headers_install", not private headers from older
48602         kernels.
48603         * INSTALL: Regenerated.
48604         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48605         Change to 2.6.19.
48606         * sysdeps/unix/sysv/linux/configure: Regenerated.
48608         * manual/llio.texi (fclean): Remove documentation.
48610         * manual/Makefile (libc-texi-generated): New variable.  Include
48611         version.texi.
48612         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48613         $(libc-texi-generated), not duplicated list of files.
48614         (version.texi, stamp-version): New rules.
48615         (realclean): Remove $(libc-texi-generated), not individual files
48616         from that list.  Do not remove dir-add.texinfo.
48617         * manual/libc.texinfo: Comment out uses of edition numbers and
48618         references to printed manual.  Remove last-updated dates.
48619         (EDITION): Comment out.
48620         (ISBN): Likewise.
48621         (VERSION, UPDATED): Remove.
48622         (version.texi): Include.
48624 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
48626         * sysdeps/posix/spawni.c: Include <signal.h>.
48627         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48628         * sysdeps/pthread/aio_fsync.c: Likewise.
48630 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
48632         * conform/Makefile (tests): Run only when not cross-compiling and
48633         when fast-check is not defined.
48635         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48636         * conform/data/limits.h-data: Fixes for POSIX2008.
48637         * conform/run-conformtest.sh: Run all tests.
48638         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48639         headers.
48640         * include/bits/dlfcn.h: Likewise.
48641         * include/langinfo.h: Likewise.
48642         * include/monetary.h: Likewise.
48643         * include/sys/poll.h: Likewise.
48645         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48646         for __USE_GNU.
48647         * posix/spawn.h: Define __need_sigset_t.
48648         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48649         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48650         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
48651         to get sigevent_t only.
48652         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48653         only for __USE_GNU.
48654         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48655         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48656         process_vm_writev only for __USE_GNU.
48657         * termios/termios.h: Declare tcgetsid also for POSIX2008.
48659         * conform/Makefile: For now ignore errors from run-conformtest.
48660         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
48661         POSIX to avoid namespace pollution.  Don't prepend headers.
48662         * conform/data/aio.h-data: Fixes for POSIX testing.
48663         * conform/data/fcntl.h-data: Likewise.
48664         * conform/data/glob.h-data: Likewise.
48665         * conform/data/grp.h-data: Likewise.
48666         * conform/data/pthread.h-data: Likewise.
48667         * conform/data/pwd.h-data: Likewise.
48668         * conform/data/signal.h-data: Likewise.
48669         * conform/data/spawn.h-data: Likewise.
48670         * conform/data/stdio.h-data: Likewise.
48671         * conform/data/stdlib.h-data: Likewise.
48672         * conform/data/stropts.h-data: Likewise.
48673         * conform/data/sys/mman.h-data: Likewise.
48674         * conform/data/sys/stat.h-data: Likewise.
48675         * conform/data/sys/types.h-data: Likewise.
48676         * conform/data/sys/wait.h-data: Likewise.
48677         * conform/data/time.h-data: Likewise.
48678         * conform/data/unistd.h-data: Likewise.
48679         * conform/data/utime.h-data: Likewise.
48681         * io/sys/stat.h: fchmod was always in POSIX.
48682         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48683         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48684         * rt/aio.h: Define __need_timespec before including <time.h>.
48685         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48686         struct.  Add forward declaration of pthread_attr_t and use it in
48687         sigevent.
48688         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48689         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48690         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48691         always remove CLK_TCK definition.
48693 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
48695         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48697 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
48699         * conform/run-conformtest.sh: New file.
48700         * conform/Makefile: Run run-conformtest for tests.
48701         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
48702         support.
48704         * conform/data/uchar.h-data: New file.
48705         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48706         * conform/data/arpa/inet.h-data: Likewise.
48707         * conform/data/assert.h-data: Likewise.
48708         * conform/data/complex.h-data: Likewise.
48709         * conform/data/cpio.h-data: Likewise.
48710         * conform/data/ctype.h-data: Likewise.
48711         * conform/data/dirent.h-data: Likewise.
48712         * conform/data/dlfcn.h-data: Likewise.
48713         * conform/data/errno.h-data: Likewise.
48714         * conform/data/fcntl.h-data: Likewise.
48715         * conform/data/float.h-data: Likewise.
48716         * conform/data/fmtmsg.h-data: Likewise.
48717         * conform/data/fnmatch.h-data: Likewise.
48718         * conform/data/ftw.h-data: Likewise.
48719         * conform/data/glob.h-data: Likewise.
48720         * conform/data/grp.h-data: Likewise.
48721         * conform/data/iconv.h-data: Likewise.
48722         * conform/data/inttypes.h-data: Likewise.
48723         * conform/data/langinfo.h-data: Likewise.
48724         * conform/data/libgen.h-data: Likewise.
48725         * conform/data/limits.h-data: Likewise.
48726         * conform/data/locale.h-data: Likewise.
48727         * conform/data/math.h-data: Likewise.
48728         * conform/data/monetary.h-data: Likewise.
48729         * conform/data/mqueue.h-data: Likewise.
48730         * conform/data/ndbm.h-data: Likewise.
48731         * conform/data/net/if.h-data: Likewise.
48732         * conform/data/netdb.h-data: Likewise.
48733         * conform/data/netinet/in.h-data: Likewise.
48734         * conform/data/nl_types.h-data: Likewise.
48735         * conform/data/poll.h-data: Likewise.
48736         * conform/data/pthread.h-data: Likewise.
48737         * conform/data/pwd.h-data: Likewise.
48738         * conform/data/regex.h-data: Likewise.
48739         * conform/data/sched.h-data: Likewise.
48740         * conform/data/search.h-data: Likewise.
48741         * conform/data/semaphore.h-data: Likewise.
48742         * conform/data/setjmp.h-data: Likewise.
48743         * conform/data/signal.h-data: Likewise.
48744         * conform/data/spawn.h-data: Likewise.
48745         * conform/data/stdarg.h-data: Likewise.
48746         * conform/data/stdio.h-data: Likewise.
48747         * conform/data/stdlib.h-data: Likewise.
48748         * conform/data/string.h-data: Likewise.
48749         * conform/data/strings.h-data: Likewise.
48750         * conform/data/stropts.h-data: Likewise.
48751         * conform/data/sys/ipc.h-data: Likewise.
48752         * conform/data/sys/mman.h-data: Likewise.
48753         * conform/data/sys/msg.h-data: Likewise.
48754         * conform/data/sys/resource.h-data: Likewise.
48755         * conform/data/sys/select.h-data: Likewise.
48756         * conform/data/sys/sem.h-data: Likewise.
48757         * conform/data/sys/shm.h-data: Likewise.
48758         * conform/data/sys/socket.h-data: Likewise.
48759         * conform/data/sys/stat.h-data: Likewise.
48760         * conform/data/sys/statvfs.h-data: Likewise.
48761         * conform/data/sys/time.h-data: Likewise.
48762         * conform/data/sys/timeb.h-data: Likewise.
48763         * conform/data/sys/times.h-data: Likewise.
48764         * conform/data/sys/types.h-data: Likewise.
48765         * conform/data/sys/uio.h-data: Likewise.
48766         * conform/data/sys/un.h-data: Likewise.
48767         * conform/data/sys/utsname.h-data: Likewise.
48768         * conform/data/sys/wait.h-data: Likewise.
48769         * conform/data/syslog.h-data: Likewise.
48770         * conform/data/tar.h-data: Likewise.
48771         * conform/data/termios.h-data: Likewise.
48772         * conform/data/utime.h-data: Likewise.
48773         * conform/data/utmpx.h-data: Likewise.
48774         * conform/data/varargs.h-data: Likewise.
48775         * conform/data/wchar.h-data: Likewise.
48776         * conform/data/wctype.h-data: Likewise.
48777         * conform/data/wordexp.h-data: Likewise.
48779         * include/stropts.h: New file.
48780         * include/uchar.h: New file.
48781         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48782         * include/assert.h: Likewise.
48783         * include/ctype.h: Likewise.
48784         * include/dirent.h: Likewise.
48785         * include/dlfcn.h: Likewise.
48786         * include/fcntl.h: Likewise.
48787         * include/fnmatch.h: Likewise.
48788         * include/glob.h: Likewise.
48789         * include/grp.h: Likewise.
48790         * include/libio.h: Likewise.
48791         * include/locale.h: Likewise.
48792         * include/math.h: Likewise.
48793         * include/net/if.h: Likewise.
48794         * include/netdb.h: Likewise.
48795         * include/netinet/in.h: Likewise.
48796         * include/pthread.h: Likewise.
48797         * include/pwd.h: Likewise.
48798         * include/regex.h: Likewise.
48799         * include/sched.h: Likewise.
48800         * include/search.h: Likewise.
48801         * include/setjmp.h: Likewise.
48802         * include/signal.h: Likewise.
48803         * include/stdio.h: Likewise.
48804         * include/stdlib.h: Likewise.
48805         * include/string.h: Likewise.
48806         * include/sys/cdefs.h: Likewise.
48807         * include/sys/mman.h: Likewise.
48808         * include/sys/msg.h: Likewise.
48809         * include/sys/resource.h: Likewise.
48810         * include/sys/select.h: Likewise.
48811         * include/sys/socket.h: Likewise.
48812         * include/sys/stat.h: Likewise.
48813         * include/sys/statvfs.h: Likewise.
48814         * include/sys/time.h: Likewise.
48815         * include/sys/times.h: Likewise.
48816         * include/sys/uio.h: Likewise.
48817         * include/sys/utsname.h: Likewise.
48818         * include/sys/wait.h: Likewise.
48819         * include/termios.h: Likewise.
48820         * include/time.h: Likewise.
48821         * include/ulimit.h: Likewise.
48822         * include/unistd.h: Likewise.
48823         * include/utime.h: Likewise.
48824         * include/wchar.h: Likewise.
48825         * include/wctype.h: Likewise.
48826         * include/wordexp.h: Likewise.
48828         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48830         * time/time.h: TIME_UTC must be a macro.
48831         Make timespec_get available for ISO C11 only as well.
48833 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48835         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48836         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48838 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48840         * configure.in: Use -o not -a in test for unsupported multi-arch.
48842 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48844         * manual/texinfo.tex: Update to version 2012-01-19.16.
48846 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48848         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48850 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48852         [BZ #13738]
48853         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48854         * manual/fdl-1.3.texi: New file.
48855         * manual/fdl-1.1.texi: File removed.
48857         [BZ #13738]
48858         * manual/libc.texinfo (FDL_VERSION): New @set.
48859         Use it for mention of FDL in cover text.
48860         (Documentation License): Use it in @include file name.
48862 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48863             Roland McGrath  <roland@hack.frob.com>
48865         [BZ #5461]
48866         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48867         (not LONG_LONG_MAX and LONG_LONG_MIN.
48868         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48869         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48870         name.
48871         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48873 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48875         [BZ #2547]
48876         [BZ #11365]
48877         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48878         manipulate bits before adding and subtracting TWO23[sx].
48879         * math/libm-test.inc (nearbyint_test): Add more tests.
48881 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48883         [BZ #2548]
48884         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48885         bits before adding and subtracting TWO23[sx].
48886         * math/libm-test.inc (rint_test): Add more tests.
48887         (rint_test_tonearest): Likewise.
48888         (rint_test_towardzero): Likewise.
48889         (rint_test_downward): Likewise.
48890         (rint_test_upward: Likewise.
48892 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48894         [BZ #10110]
48895         * include/stdc-predef.h: New file.  Extracted from features.h.
48896         * include/features.h: Include stdc-predef.h.
48897         * Makefile (headers): Add stdc-predef.h.
48898         * CONFORMANCE (Compiler limitations): Update.
48900 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48902         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48904 2012-02-21  David S. Miller  <davem@davemloft.net>
48906         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48907         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48909 2012-02-20  David S. Miller  <davem@davemloft.net>
48911         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48912         using a normal save/restore sequence, rather than allocating a
48913         dummy stack frame just to store a frame pointer and restore.
48914         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48916 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48918         * manual/install.texi: Fix stray word in line-wrapped comment.
48920 2012-02-20  David S. Miller  <davem@davemloft.net>
48922         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48923         both binutils and gcc support GOTDATA.
48925         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48926         "rd %pc" in the PIC register setup sequences.
48928         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48929         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48930         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48931         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48932         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48933         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48934         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48935         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48936         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48937         (SYSCALL_ERROR_HANDLER): Likewise.
48938         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48939         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48940         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48941         (SYSCALL_ERROR_HANDLER): Likewise.
48943         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48944         (HAVE_GCC_GOTDATA): New.
48945         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48946         relocation support in both binutils and gcc.
48947         * sysdeps/sparc/elf/configure: Regenerate.
48949         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48950         * sysdeps/sparc/sparc32/elf/configure: Delete.
48951         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48952         * sysdeps/sparc/sparc64/elf/configure: Delete.
48953         * sysdeps/sparc/elf/configure.in: New file.
48954         * sysdeps/sparc/elf/configure: Generate.
48956         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48957         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48958         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48959         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48960         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48962 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48964         * manual/install.texi: Do not mention specific glibc version
48965         numbers.
48966         * manual/libc.texinfo (VERSION, UPDATED): Update.
48967         (@copying): Use @copyright{} and range of years.
48969 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48971         [BZ #13695]
48972         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48973         [crti.S not in sysdirs] (generated): Do not append.
48974         [crti.S not in sysdirs] (omit-deps): Likewise.
48975         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48976         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48977         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48978         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48979         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48980         Likewise.
48981         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48982         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48983         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48984         * csu/defs.awk: Remove file.
48985         * sysdeps/generic/initfini.c: Likewise.
48986         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48987         variable.
48988         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48989         Likewise.
48991 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48993         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48994         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48995         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48996         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48997         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48998         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48999         <bits/epoll.h>.
49000         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49001         (__EPOLL_PACKED): Define to empty if not defined by
49002         <bits/epoll.h>.
49003         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49004         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49005         bits/epoll.h.
49007 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49009         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49010         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49011         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49012         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49013         <bits/timerfd.h>.
49014         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49015         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49016         bits/timerfd.h.
49018 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49020         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49021         in C locale.
49022         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49023         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49024         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49025         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49027 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49029         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49030         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49032 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49034         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49035         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49036         defined.
49037         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49038         Likewise.
49039         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49040         entry for 2.16.
49042 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49044         * math/w_acos.c: Use non-signaling floating-point comparisons.
49045         * math/w_acosf.c: Likewise.
49046         * math/w_acosh.c: Likewise.
49047         * math/w_acoshf.c: Likewise.
49048         * math/w_acoshl.c: Likewise.
49049         * math/w_acosl.c: Likewise.
49050         * math/w_asin.c: Likewise.
49051         * math/w_asinf.c: Likewise.
49052         * math/w_asinl.c: Likewise.
49053         * math/w_atanh.c: Likewise.
49054         * math/w_atanhf.c: Likewise.
49055         * math/w_atanhl.c: Likewise.
49056         * math/w_exp2.c: Likewise.
49057         * math/w_exp2f.c: Likewise.
49058         * math/w_exp2l.c: Likewise.
49059         * math/w_j0.c: Likewise.
49060         * math/w_j0f.c: Likewise.
49061         * math/w_j0l.c: Likewise.
49062         * math/w_j1.c: Likewise.
49063         * math/w_j1f.c: Likewise.
49064         * math/w_j1l.c: Likewise.
49065         * math/w_jn.c: Likewise.
49066         * math/w_jnf.c: Likewise.
49067         * math/w_log.c: Likewise.
49068         * math/w_log10.c: Likewise.
49069         * math/w_log10f.c: Likewise.
49070         * math/w_log10l.c: Likewise.
49071         * math/w_log2.c: Likewise.
49072         * math/w_log2f.c: Likewise.
49073         * math/w_log2l.c: Likewise.
49074         * math/w_logf.c: Likewise.
49075         * math/w_logl.c: Likewise.
49076         * math/w_sqrt.c: Likewise.
49077         * math/w_sqrtf.c: Likewise.
49078         * math/w_sqrtl.c: Likewise.
49079         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49080         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49081         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49082         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49083         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49085 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49087         [BZ #9739]
49088         * manual/string.texi (strnlen): Use correct parameter name in
49089         equivalent expression.
49091 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49093         [BZ #11174]
49094         * manual/users.texi (seteuid): Consistently use neweuid for
49095         argument name.
49097 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49099         [BZ #13704]
49100         * manual/nss.texi (Services in the NSS configuration): Correct
49101         list of services in example configuration file.
49103 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
49105         [BZ #11322]
49106         * manual/arith.texi: Remove statements about negative zero
49107         behaving identically to zero.
49109 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49111         [BZ #5993]
49112         * manual/install.texi: Do not document upgrading from libc5.
49114 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49116         [BZ #4596]
49117         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49119 2012-02-18  David S. Miller  <davem@davemloft.net>
49121         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49122         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49123         %o7 across the call.
49124         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49125         instead.
49126         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49127         SETUP_PIC_REG_LEAF.
49128         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49129         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49130         * sysdeps/sparc/crtn.S: Likewise.
49132 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
49134         * aout/Makefile: Remove.
49136 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
49138         [BZ #13058]
49139         * manual/examples/argp-ex1.c (main): Format definition in GNU
49140         style.
49141         * manual/examples/argp-ex2.c (main): Likewise.
49142         * manual/examples/argp-ex3.c (main): Likewise.
49143         * manual/examples/argp-ex4.c (main): Likewise.
49144         * manual/examples/longopt.c (main): Use new-style prototype
49145         definition.
49146         * manual/examples/strncat.c (main): Specify return type and use
49147         (void) for arguments.
49148         * manual/examples/subopt.c (main): Use char **argv argument.
49150 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49152         [BZ #5077]
49153         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49154         rounding modes.
49156 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
49158         [BZ #6907]
49159         * manual/string.texi (strchr): Change when strchrnul is
49160         recommended.
49162 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
49164         [BZ #174]
49165         * manual/locale.texi (setlocale): Document LOCPATH.
49167 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49169         [BZ #10210]
49170         * manual/process.texi (execle): Move @dots{} before last argument.
49172 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
49174         [BZ #12047]
49175         * manual/charset.texi (Generic Charset Conversion): Fix typo
49176         (LC_TYPE -> LC_CTYPE).
49178 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
49180         [BZ #5805]
49181         * manual/arith.texi (scalbn): Use @var{} on parameter names.
49182         (scalbnf): Likewise.
49183         (scalbnl): Likewise.
49184         (scalbln): Likewise.
49185         (scalblnf): Likewise.
49186         (scalblnl): Likewise.
49187         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49188         (vwarnx): Likewise.
49189         (verr): Likewise.
49190         (verrx): Likewise.
49191         * manual/filesys.texi (telldir): Use braces around return type.
49192         * manual/llio.texi (mmap): Add space after comma.
49193         (mmap64): Likewise.
49194         * manual/math.texi (jn): Use @var{} on parameter names.
49195         (jnf): Likewise.
49196         (jnl): Likewise.
49197         (yn): Likewise.
49198         (ynf): Likewise.
49199         (ynl): Likewise.
49200         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49201         line.
49202         * manual/resource.texi (ulimit): Use @dots{} instead of literal
49203         "...".
49204         (sched_get_priority_min): Remove semicolon on @deftypefun line.
49205         (sched_get_priority_max): Likewise.
49206         * manual/signal.texi (sigvec): Add space after comma.
49207         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49208         names.
49209         (if_indextoname): Likewise.
49210         (if_freenameindex): Likewise.
49211         (sendto): Use ',' instead of '.' in prototype.
49212         * manual/startup.texi (syscall): Use @dots{} instead of literal
49213         "...".
49214         * manual/stdio.texi (__fpending): Separate initial words of
49215         paragraph from @deftypefun line.
49216         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49217         "...".
49218         (vsyslog): Use @var{} on parameter names.
49219         * manual/terminal.texi (stty): Use @var{} on parameter names.
49220         * manual/users.texi (getutmp): Use @var{} on parameter names.
49221         (getutmpx): Likewise.
49223 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49225         [BZ #6884]
49226         * manual/stdio.texi (fopen): Fix typos in description of
49227         ",ccs=STRING".
49229 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49231         [BZ #4026]
49232         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49233         get clock_id definition.
49235 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49237         [BZ #4822]
49238         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49239         (madvise): Cast every argument to void on its own.
49241 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49243         [BZ #9902]
49244         * manual/startup.texi (Exit Status): Fix typo.
49246 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49248         [BZ #10140]
49249         * manual/examples/argp-ex1.c: Include <stdlib.h>.
49250         * manual/examples/argp-ex2.c: Likewise.
49251         * manual/examples/argp-ex3.c: Likewise.
49253 2012-02-16  Richard Henderson  <rth@redhat.com>
49255         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49256         * sysdeps/s390/s390-32/initfini.c: Remove.
49257         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49258         * sysdeps/s390/s390-64/initfini.c: Remove.
49260 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
49262         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49263         compiler output for sysdeps/generic/initfini.c.
49264         * sysdeps/sh/elf/initfini.c: Remove file.
49266 2012-02-16  David S. Miller  <davem@davemloft.net>
49268         [BZ #11494]
49269         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49271         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49272         * sysdeps/sparc/crti.S: New file.
49273         * sysdeps/sparc/crtn.S: New file.
49274         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49275         * sysdeps/sparc/sparc64/Makefile: Likewise.
49277 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49279         [BZ #3335]
49280         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49282 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49284         [BZ #4822]
49285         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49287         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49288         (write, read, close): Likewise.
49289         Patch by Aurelien Jarno <aurelien@aurel32.net>.
49291 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
49293         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49294         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49295         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49296         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49297         <bits/signalfd.h>.
49298         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49299         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49300         bits/signalfd.h.
49302 2012-02-14  Marek Polacek  <polacek@redhat.com>
49304         * sysdeps/x86_64/crti.S: New file.
49305         * sysdeps/x86_64/crtn.S: New file.
49306         * sysdeps/x86_64/elf/initfini.c: Remove file.
49308 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49310         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49311         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49312         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49313         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49314         <bits/inotify.h>.
49315         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49316         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49317         bits/inotify.h.
49319 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49321         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49322         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49323         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49324         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49325         <bits/eventfd.h>.
49326         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49327         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49328         bits/eventfd.h.
49330 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
49332         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49333         __feraiseexcept instead of feraiseexcept.
49335         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49336         nanosleep invocations.
49337         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49338         strings, and add error checking for a nanosleep invocations.
49340 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
49342         Replace FSF snail mail address with URLs, as per GNU coding standards.
49343         Most of the snail mail addresses were wrong anyway, and omitting
49344         them makes the source code easier to maintain.  Almost all of the
49345         changes are to license notices and to locale LC_IDENTIFICATION
49346         addresses, except for this one:
49347         * manual/libc.texinfo: In "Published by", give the FSF's URL,
49348         not its snail mail address.
49350 2012-02-09  Richard Henderson  <rth@twiddle.net>
49352         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49353         of kernel-features.h.
49355         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49357 2012-02-08  Marek Polacek  <polacek@redhat.com>
49359         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49360         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49361         * sysdeps/gnu/_G_config.h: Likewise.
49362         * sysdeps/generic/_G_config.h: Likewise.
49364 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
49366         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49367         tests.
49368         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49370         * sysdeps/powerpc/powerpc32/crti.S: New file.
49371         * sysdeps/powerpc/powerpc32/crtn.S: New file.
49372         * sysdeps/powerpc/powerpc64/crti.S: New file.
49373         * sysdeps/powerpc/powerpc64/crtn.S: New file.
49375         * Makeconfig (have-initfini): Don't set.
49376         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49377         * configure.in (nopic_initfini): Don't substitute.
49378         * config.h.in (HAVE_INITFINI): Don't #undef.
49379         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49380         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49382 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
49384         Support crti.S and crtn.S provided directly by architectures.
49385         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49386         [crti.S in sysdirs] (omit-deps): Likewise.
49387         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49388         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49389         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49390         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49391         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49392         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49393         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49394         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49395         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49396         compiler output for sysdeps/generic/initfini.c.
49397         * sysdeps/i386/elf/Makefile: Remove file.
49398         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49400 2012-02-07  Marek Polacek  <polacek@redhat.com>
49402         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49403         * sysdeps/gnu/_G_config.h: Likewise.
49404         * sysdeps/mach/hurd/_G_config.h: Likewise.
49406 2012-02-07  Marek Polacek  <polacek@redhat.com>
49408         * math/Makefile (tests): Add tst-CMPLX2.
49409         * math/tst-CMPLX2.c: New file.
49411 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
49413         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49415         * math/libm-test.inc (jn_test): Add missing L suffix.
49417 2012-02-06  Marek Polacek  <polacek@redhat.com>
49419         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49420         * sysdeps/i386/fpu/e_powf.S: Likewise.
49421         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49422         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49423         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49424         * sysdeps/i386/fpu/e_pow.S: Likewise.
49425         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49426         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49427         * sysdeps/i386/fpu/s_expm1.S: Likewise.
49428         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49429         * sysdeps/i386/fpu/e_log2.S: Likewise.
49430         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49431         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49432         * sysdeps/i386/fpu/e_powl.S: Likewise.
49433         * sysdeps/i386/fpu/s_log1p.S: Likewise.
49434         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49435         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49436         * sysdeps/i386/fpu/e_logl.S: Likewise.
49437         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49438         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49439         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49440         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49441         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49442         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49443         * sysdeps/i386/fpu/e_log.S: Likewise.
49444         * sysdeps/i386/fpu/s_cexp.S: Likewise.
49445         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49446         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49447         * sysdeps/i386/fpu/e_logf.S: Likewise.
49448         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49449         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49450         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49451         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49452         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49453         * sysdeps/i386/fpu/e_log10.S: Likewise.
49454         * sysdeps/i386/fpu/s_frexp.S: Likewise.
49455         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49456         * sysdeps/i386/fpu/s_asinh.S: Likewise.
49457         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49458         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49459         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49460         * sysdeps/i386/asm-syntax.h: Likewise.
49461         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49462         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49463         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49464         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49465         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49466         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49467         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49468         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49469         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49470         * sysdeps/powerpc/sysdep.h: Likewise.
49471         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49472         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49474 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49476         [BZ #411]
49477         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49479 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49481         * sysdeps/i386/sysdep.h: Include <features.h>.
49482         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49483         version.
49485 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
49487         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49488         Define.
49489         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49490         LOAD_PIC_REG_STR.
49492 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49494         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49495         (SETUP_PIC_REG): Use GET_PC_THUNK.
49496         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49497         macro.
49499 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49501         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49502         for non-PIC compilation.
49503         (SETUP_PIC_REG): Add .p2align directive.
49504         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49505         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49506         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49507         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49508         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49509         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49510         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49511         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49512         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49513         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49514         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49515         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49516         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49517         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49518         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49519         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49520         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49521         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49522         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49523         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49524         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49525         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49526         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49527         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49528         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49529         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49530         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49531         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49532         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49533         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49534         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49535         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49536         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49537         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49538         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49539         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49540         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49541         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49542         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49543         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49544         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49546 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49548         * math/tst-CMPLX.c: Include <stdio.h>.
49550 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
49552         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49553         float.
49554         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49555         * sysdeps/sparc/bits/mathdef.h: Likewise.
49557 2012-01-31  Marek Polacek  <polacek@redhat.com>
49559         * libio/libio.h: Don't define _PARAMS.
49560         * locale/programs/config.h: Don't define PARAMS.
49561         * stdlib/strtol_l.c: Likewise.
49562         (__strtol_l): Remove PARAMS from the prototype.
49564 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
49566         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
49567         names.  Just use the correct names.  Remove unnecessary wrapper
49568         functions.
49569         * malloc/arena.c: Likewise.
49570         * malloc/hooks.c: Likewise.
49572         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49573         ARENA_TEST says not to.  Simplify test for creation of a new arena.
49574         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49576 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
49578         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49579         into tail calls.
49580         (update_get_addr): New function.
49581         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49582         GET_ADDR_MODULE parameter.
49584 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49586         * crypt/cert.c: Remove __STDC__ conditionals.
49587         * crypt/crypt-entry.c: Likewise.
49588         * crypt/crypt_util.c: Likewise.
49589         * libio/filedoalloc.c: Likewise.
49590         * libio/fileops.c: Likewise.
49591         * libio/genops.c: Likewise.
49592         * libio/iofclose.c: Likewise.
49593         * libio/iofdopen.c: Likewise.
49594         * libio/iofopen.c: Likewise.
49595         * libio/iofopen64.c: Likewise.
49596         * libio/iogetdelim.c: Likewise.
49597         * libio/iopopen.c: Likewise.
49598         * libio/obprintf.c: Likewise.
49599         * libio/oldfileops.c: Likewise.
49600         * libio/oldiofclose.c: Likewise.
49601         * libio/oldiofdopen.c: Likewise.
49602         * libio/oldiofopen.c: Likewise.
49603         * libio/oldiopopen.c: Likewise.
49604         * libio/wfiledoalloc.c: Likewise.
49605         * libio/wgenops.c: Likewise.
49606         * locale/programs/xmalloc.c: Likewise.
49607         * misc/syslog.c: Likewise.
49608         * stdio-common/xbug.c: Likewise.
49609         * string/memchr.c: Likewise.
49610         * string/memcmp.c: Likewise.
49611         * string/memrchr.c: Likewise.
49612         * string/rawmemchr.c: Likewise.
49613         * sysdeps/posix/getcwd.c: Likewise.
49614         * time/strftime_l.c: Likewise.
49616 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49618         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49619         * config.make.in (config-cflags-sse2avx): Define.
49620         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49621         Fix typo.
49623 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
49625         * scripts/config.guess: Update from upstream config git repository.
49626         * scripts/config.sub: Likewise.
49628 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
49630         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49631         (EM_NUM): Update.
49632         (R_TILEPRO_*, R_TILEGX_*): New macros.
49634         * scripts/firstversions.awk: Fix bug in version range handling.
49636         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49638         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49640         * include/sys/epoll.h: New file.
49641         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49642         libc_hidden_def.
49644 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
49646         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49647         Avoid unnecessary __WORDSIZE == 64 test.
49648         (fmaxf): Use VEX format if possible.
49649         (fmax): Likewise.
49650         (fminf): Likewise.
49651         (fmin): Likewise.
49653         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49654         * math/math_private.h: Remove libc_fegetround* and
49655         libc_fesetround*.
49656         * sysdeps/i386/configure.in: Check for -msse2avx.
49657         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49658         also if SSE2AVX is defined.
49659         Remove libc_fegetround* and libc_fesetround*.
49660         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49661         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
49662         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49663         of HAS_YMM_USABLE.
49664         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49665         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49666         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49667         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49668         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49670         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49672 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49674         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49675         size is not set.
49676         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49678 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
49680         [BZ #13618]
49681         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49682         relocation.
49683         * Makeconfig (libm): Define.
49684         * elf/Makefile: Add rules to build and run tst-relsort1.
49685         * elf/tst-relsort1.c: New file.
49686         * elf/tst-relsort1mod1.c: New file.
49687         * elf/tst-relsort1mod2.c: New file.
49689 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
49691         * math/s_ldexp.c: Remove __STDC__ conditionals.
49692         * math/s_ldexpf.c: Likewise.
49693         * math/s_ldexpl.c: Likewise.
49694         * math/s_nextafter.c: Likewise.
49695         * math/s_nexttowardf.c: Likewise.
49696         * math/s_significand.c: Likewise.
49697         * math/s_significandf.c: Likewise.
49698         * math/s_significandl.c: Likewise.
49699         * math/w_jnl.c: Likewise.
49700         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49701         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49702         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49703         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49704         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49705         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49706         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49707         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49708         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49709         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49710         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49711         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49712         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49713         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49714         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49715         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49716         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49717         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49718         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49719         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49720         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49721         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49722         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49723         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49724         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49725         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49726         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49727         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49728         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49729         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49730         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49731         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49732         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49733         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49734         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49735         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49736         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49737         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49738         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49739         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49740         * sysdeps/ieee754/k_standard.c: Likewise.
49741         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49742         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49743         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49744         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49745         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49746         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49747         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49748         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49749         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49750         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49751         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49752         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49753         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49754         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49755         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49756         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49757         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49758         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49759         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49760         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49761         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49762         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49763         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49764         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49765         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49766         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49767         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49768         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49769         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49770         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49771         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49772         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49773         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49774         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49775         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49776         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49777         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49778         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49779         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49780         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49781         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49782         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49783         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49784         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49785         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49786         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49787         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49788         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49789         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49790         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49791         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49792         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49793         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49794         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49795         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49796         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49797         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49798         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49799         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49800         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49801         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49802         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49803         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49804         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49805         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49806         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49807         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49808         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49809         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49810         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49811         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49812         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49813         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49814         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49815         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49816         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49817         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49818         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49819         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49820         * sysdeps/ieee754/s_matherr.c: Likewise.
49821         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49822         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49823         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49824         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49826 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49828         * crypt/md5.h: Remove __STDC__ conditionals.
49829         * libio/libioP.h: Likewise.
49830         * locale/programs/config.h: Likewise.
49831         * sysdeps/generic/sysdep.h: Likewise.
49832         * sysdeps/i386/asm-syntax.h: Likewise.
49833         * sysdeps/s390/asm-syntax.h: Likewise.
49834         * sysdeps/unix/sysdep.h: Likewise.
49835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49838 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49840         * libio/libio.h: Remove __STDC__ conditionals.
49841         * malloc/obstack.h: Likewise.
49842         * math/complex.h: Likewise.
49843         * math/math.h: Likewise.
49844         * sysdeps/generic/_G_config.h: Likewise.
49845         * sysdeps/gnu/_G_config.h: Likewise.
49846         * sysdeps/mach/hurd/_G_config.h: Likewise.
49847         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49848         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49849         * sysdeps/sparc/bits/mathdef.h: Likewise.
49851 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49853         [BZ #13583]
49854         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49855         Clean up HAS_* macros.
49856         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49857         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49858         possible.
49859         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49860         HAS_AVX.
49861         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49862         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49863         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49864         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49865         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49867 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49869         * elf/tst-unique3.cc (gets): Remove declaration.
49870         * elf/tst-unique3lib.cc (gets): Likewise.
49871         * elf/tst-unique3lib2.cc (gets): Likewise.
49872         * elf/tst-unique4.cc (gets): Likewise.
49874 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49876         * include/stdio.h: Add C++ protection.  Add gets declarations and
49877         definitions.
49878         * debug/tst-chk1.c: Don't declare gets here.
49879         * stdio-common/tst-gets.c: Likewise.
49881 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49883         * posix/glob: Remove directory.
49885 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49887         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49889 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49891         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49892         of the non-standard EPFNOSUPPORT.
49894 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49896         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49897         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49898         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49900 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49902         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49904 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49906         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49907         transient errors.
49908         * nscd/grpcache.c (cache_addgr): Likewise.
49909         * nscd/hstcache.c (cache_addhst): Likewise.
49910         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49911         * nscd/pwdcache.c (cache_addpw): Likewise.
49912         * nscd/servicescache.c (cache_addserv): Likewise.
49914 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49916         * malloc/malloc.c: Various cleanups.
49917         * malloc/hooks.c: Likewise.
49919         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49920         * stdlib/bug-fmtmsg1.c: New file.
49922         * stdlib/fmtmsg.c (init): Add missing unlock.
49923         Patch by Peng Haitao <penght@cn.fujitsu.com>.
49925 2012-01-12  Marek Polacek  <polacek@redhat.com>
49927         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49928         and _GNU_SOURCE.
49930 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49932         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49933         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49934         macro to ensure uniqueness of label name.
49935         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49936         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49938 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
49940         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49942         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49943         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49944         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49945         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49947 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
49949         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49951         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49952         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49953         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49955         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49957         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49958         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49959         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49960         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49962         * math/bits/math-finite.h: Add ldexp support.
49964 2012-01-10  Marek Polacek  <polacek@redhat.com>
49966         * locale/programs/localedef.h (show_archive_content): Add noreturn
49967         attribute.
49969 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
49971         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49973 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49975         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49977         * io/Makefile (headers): Add bits/poll2.h.
49979 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
49981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49982         typo #include statement.
49984 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49986         * include/sys/cdefs.h: Define __attribute_alloc_size.
49987         * catgets/gencat.c: Add alloc_size attribute and apply consistently
49988         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49989         * elf/pldd.c: Likewise.
49990         * iconv/iconv_charmap.c: Likewise.
49991         * iconv/iconvconfig.c: Likewise.
49992         * iconv/strtab.c: Likewise.
49993         * locale/programs/locale.c: Likewise.
49994         * locale/programs/localedef.h: Likewise.
49995         * locale/programs/simple-hash.c: Likewise.
49996         * nscd/nscd.h: Likewise.
49997         * nss/makedb.c: Likewise.
49998         * sysdeps/generic/ldconfig.h: Likewise.
49999         * locale/programs/localedef.c: Remove xmalloc prototype.
50000         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50002 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50004         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50005         appropriate.
50007 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50009         * math/Makefile (tests): Add tst-CMPLX.
50010         * math/tst-CMPLX.c: New file.
50012         * math/complex.h (CMPLXL): Fix typo.
50014         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50015         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50016         GLIBC_2.16.
50017         * debug/tst-chk1.c: Add poll and ppoll tests.
50018         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50019         * include/sys/poll.h: Add hidden proto for ppoll.
50020         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50021         * sysdeps/mach/hurd/ppoll.c: Likewise.
50022         * io/ppoll.c: Likewise.
50023         * debug/poll_chk.c: New file.
50024         * debug/ppoll_chk.c: New file.
50025         * include/bits/poll2.h: New file.
50026         * io/bits/poll2.h: New file.
50028         [BZ #1350]
50029         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50031         * configure.in: static is always set to yes.  Remove.
50032         * config.make.in: Don't set build-static.
50033         * Makeconfig: Remove use of build-static.
50034         * dlfcn/Makefile: Likewise.
50035         * elf/Makefile: Likewise.
50036         * math/Makefile: Likewise.
50037         * misc/Makefile: Likewise.
50038         * nptl/Makefile: Likewise.
50039         * sysdeps/mach/hurd/Makefile: Likewise.
50041         * configure.in: PWD_P is not used anymore.
50042         * config.make.in: Remove PWD_P entry.
50044         * configure.in: Remove last remnants of RANLIB.
50045         No need to check for signed size_t anymore.
50046         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50047         and IA-64.
50048         Remove __builtin_expect test because we require at least gcc 3.4.
50049         * aclocal.m4: Likewise.
50051         * wcsmbs/mbrtoc16.c: Implement using towc function.
50052         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50053         * wcsmbs/wcsmbsload.c: Likewise.
50054         * iconv/gconv_simple.c: Likewise.
50055         * iconv/gconv_int.h: Likewise.
50056         * iconv/gconv_builtin.h: Likewise.
50057         * iconv/iconv_prog.c: Remove CHAR16 handling.
50059         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50061         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50063         * configure.in: Remove --with-elf and --enable-bounded options.
50064         Dont set base_machine for ia64.  More non-ELF conditions removed.
50065         Remove testing and setting of leading underscore information.
50066         * config.make.in (build-bounded): Set to no.
50067         * config.h.in: Remove NO_UNDERSCORES entry.
50068         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50069         them.
50070         * csu/start.c: Remove !NO_UNDERSCORE code.
50071         * locale/localeinfo.h: Likewise.
50072         * sysdeps/generic/machine-gmon.h: Likewise.
50073         * sysdeps/generic/sysdep.h: Likewise.
50074         * sysdeps/i386/sysdep.h: Likewise.
50075         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50076         * sysdeps/mach/sysdep.h: Likewise.
50077         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50078         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50079         * sysdeps/sh/sysdep.h: Likewise.
50080         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50081         * sysdeps/unix/i386/sysdep.S: Likewise.
50082         * sysdeps/unix/sparc/start.c: Likewise.
50083         * sysdeps/unix/sparc/sysdep.S: Likewise.
50084         * sysdeps/unix/sparc/sysdep.h: Likewise.
50085         * sysdeps/unix/start.c: Likewise.
50086         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50087         * sysdeps/x86_64/sysdep.h: Likewise.
50089 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50091         [BZ #13553]
50092         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50093         for non-gcc.
50094         * argp/argp-fmtstream.h: Use const instead __const.
50095         * argp/argp.h: Likewise.
50096         * assert/assert.h: Likewise.
50097         * bits/fenv.h: Likewise.
50098         * bits/sched.h: Likewise.
50099         * bits/sigset.h: Likewise.
50100         * bits/sigthread.h: Likewise.
50101         * catgets/nl_types.h: Likewise.
50102         * conform/data/pthread.h-data: Likewise.
50103         * crypt/crypt-private.h: Likewise.
50104         * crypt/crypt.h: Likewise.
50105         * crypt/crypt_util.c: Likewise.
50106         * ctype/ctype.h: Likewise.
50107         * debug/execinfo.h: Likewise.
50108         * debug/mbsnrtowcs_chk.c: Likewise.
50109         * debug/mbsrtowcs_chk.c: Likewise.
50110         * debug/wcsnrtombs_chk.c: Likewise.
50111         * debug/wcsrtombs_chk.c: Likewise.
50112         * debug/wcstombs_chk.c: Likewise.
50113         * dirent/dirent.h: Likewise.
50114         * dlfcn/dlfcn.h: Likewise.
50115         * elf/neededtest4.c: Likewise.
50116         * grp/grp.h: Likewise.
50117         * gshadow/gshadow.h: Likewise.
50118         * iconv/gconv.h: Likewise.
50119         * iconv/gconv_int.h: Likewise.
50120         * iconv/gconv_simple.c: Likewise.
50121         * iconv/iconv.h: Likewise.
50122         * iconv/loop.c: Likewise.
50123         * iconv/skeleton.c: Likewise.
50124         * include/aio.h: Likewise.
50125         * include/aliases.h: Likewise.
50126         * include/argz.h: Likewise.
50127         * include/arpa/inet.h: Likewise.
50128         * include/assert.h: Likewise.
50129         * include/dirent.h: Likewise.
50130         * include/dlfcn.h: Likewise.
50131         * include/execinfo.h: Likewise.
50132         * include/fcntl.h: Likewise.
50133         * include/fenv.h: Likewise.
50134         * include/glob.h: Likewise.
50135         * include/grp.h: Likewise.
50136         * include/libintl.h: Likewise.
50137         * include/mntent.h: Likewise.
50138         * include/netdb.h: Likewise.
50139         * include/pwd.h: Likewise.
50140         * include/rpc/netdb.h: Likewise.
50141         * include/sched.h: Likewise.
50142         * include/search.h: Likewise.
50143         * include/shadow.h: Likewise.
50144         * include/signal.h: Likewise.
50145         * include/stdio.h: Likewise.
50146         * include/stdlib.h: Likewise.
50147         * include/string.h: Likewise.
50148         * include/sys/socket.h: Likewise.
50149         * include/sys/stat.h: Likewise.
50150         * include/sys/statfs.h: Likewise.
50151         * include/sys/statvfs.h: Likewise.
50152         * include/sys/syslog.h: Likewise.
50153         * include/sys/time.h: Likewise.
50154         * include/sys/uio.h: Likewise.
50155         * include/time.h: Likewise.
50156         * include/unistd.h: Likewise.
50157         * include/utmp.h: Likewise.
50158         * include/wchar.h: Likewise.
50159         * include/wctype.h: Likewise.
50160         * inet/aliases.h: Likewise.
50161         * inet/arpa/inet.h: Likewise.
50162         * inet/netinet/ether.h: Likewise.
50163         * inet/netinet/in.h: Likewise.
50164         * intl/libintl.h: Likewise.
50165         * io/bits/fcntl2.h: Likewise.
50166         * io/fcntl.h: Likewise.
50167         * io/ftw.h: Likewise.
50168         * io/sys/poll.h: Likewise.
50169         * io/sys/stat.h: Likewise.
50170         * io/sys/statfs.h: Likewise.
50171         * io/sys/statvfs.h: Likewise.
50172         * io/utime.h: Likewise.
50173         * libio/bits/stdio.h: Likewise.
50174         * libio/bits/stdio2.h: Likewise.
50175         * libio/libio.h: Likewise.
50176         * libio/libioP.h: Likewise.
50177         * libio/stdio.h: Likewise.
50178         * locale/lc-ctype.c: Likewise.
50179         * locale/locale.h: Likewise.
50180         * login/utmp.h: Likewise.
50181         * malloc/arena.c: Likewise.
50182         * malloc/malloc.c: Likewise.
50183         * malloc/malloc.h: Likewise.
50184         * malloc/mcheck.c: Likewise.
50185         * malloc/mtrace.c: Likewise.
50186         * math/bits/mathcalls.h: Likewise.
50187         * math/fenv.h: Likewise.
50188         * math/math_private.h: Likewise.
50189         * misc/bits/error.h: Likewise.
50190         * misc/bits/syslog.h: Likewise.
50191         * misc/err.h: Likewise.
50192         * misc/error.h: Likewise.
50193         * misc/fstab.h: Likewise.
50194         * misc/mntent.h: Likewise.
50195         * misc/regexp.h: Likewise.
50196         * misc/search.h: Likewise.
50197         * misc/sgtty.h: Likewise.
50198         * misc/sys/mman.h: Likewise.
50199         * misc/sys/syslog.h: Likewise.
50200         * misc/sys/uio.h: Likewise.
50201         * misc/sys/xattr.h: Likewise.
50202         * misc/ttyent.h: Likewise.
50203         * nis/rpcsvc/ypclnt.h: Likewise.
50204         * nss/nss.h: Likewise.
50205         * posix/bits/unistd.h: Likewise.
50206         * posix/fnmatch.h: Likewise.
50207         * posix/glob.h: Likewise.
50208         * posix/sched.h: Likewise.
50209         * posix/spawn.h: Likewise.
50210         * posix/sys/wait.h: Likewise.
50211         * posix/unistd.h: Likewise.
50212         * posix/wordexp.h: Likewise.
50213         * pwd/pwd.h: Likewise.
50214         * resolv/netdb.h: Likewise.
50215         * resource/sys/resource.h: Likewise.
50216         * rt/aio.h: Likewise.
50217         * rt/bits/mqueue2.h: Likewise.
50218         * rt/mqueue.h: Likewise.
50219         * shadow/shadow.h: Likewise.
50220         * signal/signal.h: Likewise.
50221         * socket/send.c: Likewise.
50222         * socket/sendto.c: Likewise.
50223         * socket/sys/socket.h: Likewise.
50224         * stdio-common/printf.h: Likewise.
50225         * stdlib/bits/stdlib.h: Likewise.
50226         * stdlib/fmtmsg.h: Likewise.
50227         * stdlib/monetary.h: Likewise.
50228         * stdlib/stdlib.h: Likewise.
50229         * stdlib/ucontext.h: Likewise.
50230         * streams/stropts.h: Likewise.
50231         * string/argz.h: Likewise.
50232         * string/bits/string2.h: Likewise.
50233         * string/string.h: Likewise.
50234         * string/strings.h: Likewise.
50235         * sunrpc/rpc/auth.h: Likewise.
50236         * sunrpc/rpc/auth_des.h: Likewise.
50237         * sunrpc/rpc/clnt.h: Likewise.
50238         * sunrpc/rpc/netdb.h: Likewise.
50239         * sunrpc/rpc/pmap_clnt.h: Likewise.
50240         * sunrpc/rpc/xdr.h: Likewise.
50241         * sysdeps/generic/inttypes.h: Likewise.
50242         * sysdeps/generic/net/if.h: Likewise.
50243         * sysdeps/generic/sys/swap.h: Likewise.
50244         * sysdeps/gnu/net/if.h: Likewise.
50245         * sysdeps/gnu/utmpx.h: Likewise.
50246         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50247         * sysdeps/i386/i486/bits/string.h: Likewise.
50248         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50249         * sysdeps/s390/bits/string.h: Likewise.
50250         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50251         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50252         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50253         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50254         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50255         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50256         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50257         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50258         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50259         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50260         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50261         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50262         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50263         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50264         * sysdeps/unix/sysv/linux/readv.c: Likewise.
50265         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50266         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50267         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50268         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50269         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50270         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50271         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50272         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50273         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50274         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50275         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50276         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50277         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50278         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50279         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50280         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50281         * sysvipc/sys/ipc.h: Likewise.
50282         * sysvipc/sys/msg.h: Likewise.
50283         * sysvipc/sys/sem.h: Likewise.
50284         * sysvipc/sys/shm.h: Likewise.
50285         * termios/termios.h: Likewise.
50286         * time/sys/time.h: Likewise.
50287         * time/time.h: Likewise.
50288         * wcsmbs/bits/wchar2.h: Likewise.
50289         * wcsmbs/uchar.h: Likewise.
50290         * wcsmbs/wchar.h: Likewise.
50291         * wctype/wctype.h: Likewise.
50293         [BZ #13551]
50294         * Makeconfig: Remove all but ELF support including AIX support.
50295         * Makerules: Likewise.
50296         * config.h.in: Likewise.
50297         * config.make.in: Likewise.
50298         * configure: Likewise.
50299         * configure.in: Likewise.
50300         * csu/Makefile: Likewise.
50301         * csu/version.c: Likewise.
50302         * debug/Makefile: Likewise.
50303         * dlfcn/Makefile: Likewise.
50304         * elf/Makefile: Likewise.
50305         * extra-lib.mk: Likewise.
50306         * iconv/Makefile: Likewise.
50307         * include/libc-symbols.h: Likewise.
50308         * include/shlib-compat.h: Likewise.
50309         * resolv/Makefile: Likewise.
50310         * resolv/res_libc.c: Likewise.
50311         * rt/Makefile: Likewise.
50312         * sysdeps/i386/asm-syntax.h: Likewise.
50313         * sysdeps/i386/sysdep.h: Likewise.
50314         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50315         * sysdeps/mach/sysdep.h: Likewise.
50316         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50317         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50318         * sysdeps/s390/asm-syntax.h: Likewise.
50319         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50320         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50321         * sysdeps/sh/sysdep.h: Likewise.
50322         * sysdeps/unix/sparc/sysdep.h: Likewise.
50323         * sysdeps/wordsize-32/divdi3.c: Likewise.
50324         * sysdeps/x86_64/sysdep.h: Likewise.
50326         * argp/Versions: Remove _argp_unlock_xxx.
50328         [BZ #13559]
50329         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
50330         * abilist/libBrokenLocale.abilist: Likewise.
50331         * abilist/libanl.abilist: Likewise.
50332         * abilist/libc.abilist: Likewise.
50333         * abilist/libcrypt.abilist: Likewise.
50334         * abilist/libdl.abilist: Likewise.
50335         * abilist/libm.abilist: Likewise.
50336         * abilist/libnsl.abilist: Likewise.
50337         * abilist/libpthread.abilist: Likewise.
50338         * abilist/libresolv.abilist: Likewise.
50339         * abilist/librt.abilist: Likewise.
50340         * abilist/libthread_db.abilist: Likewise.
50341         * abilist/libutil.abilist: Likewise.
50342         * abilist/libnss_db.abilist: New file.
50344         * scripts/abilist.awk: Add support for indirect functions.
50346         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50348         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50350         * shlib-versions: Remove entries for ports architectures.
50352         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
50353         files in ports.
50354         * elf/stackguard-macros.h: Remove support for IA-64.
50355         * elf/tst-auditmod1.c: Likewise.
50356         * sysdeps/generic/ldsodefs.h: Likewise.
50358         * sysdeps/unix/sysv/linux/configure.in: Ports should define
50359         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50360         configure files.
50362         [BZ #13552]
50363         * configure.in: Remove --enable-omitfp support.
50364         * FAQ.in: Adjust.
50365         * config.make.in: Likewise.
50366         * Makeconfig: Likewise.
50367         * manual/install.texi: Likewise.
50369         In case anyone cares, the IA-64 architecture could move to ports.
50370         * sysdeps/ia64/*: Removed.
50371         * sysdeps/unix/sysv/linux/ia64/*: Removed.
50372         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50374         [BZ #13555]
50375         * configure.in: Remove entries for unsupported architectures.
50377         [BZ #13533]
50378         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50379         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
50380         routines.
50381         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50382         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50383         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
50384         fall back to using wcrtomb.
50385         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50386         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
50387         renaming.
50388         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50389         * wcsmbs/tst-c16c32-1.c: New file.
50391         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50392         local variable.
50394         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50396         * elf/tst-unique3.cc: Add explicit declaration of gets.
50397         * elf/tst-unique3lib.cc: Likewise.
50398         * elf/tst-unique3lib2.cc: Likewise.
50399         * elf/tst-unique4.cc: Likewise.
50401         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50403 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
50405         [BZ #13566]
50406         * assert/assert.h (static_assert): Don't define for C++.
50407         * libio/stdio.h (gets): Do declare for C++ <= C++11.
50408         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50410 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
50412         * iconv/loop.c (single loop): Fix assertion in storing of
50413         remaining bytes.
50415         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50417 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
50419         * posix/getconf.c: Update copyright year.
50420         * nss/getent.c: Likewise.
50421         * nss/makedb.c: Likewise.
50422         * iconv/iconvconfig.c: Likewise.
50423         * iconv/iconv_prog.c: Likewise.
50424         * elf/ldconfig.c: Likewise.
50425         * elf/pldd.c: Likewise.
50426         * elf/sotruss.ksh: Likewise.
50427         * catgets/gencat.c: Likewise.
50428         * csu/version.c: Likewise.
50429         * elf/ldd.bash.in: Likewise.
50430         * elf/sprof.c (print_version): Likewise.
50431         * locale/programs/locale.c: Likewise.
50432         * locale/programs/localedef.c: Likewise.
50433         * login/programs/pt_chown.c: Likewise.
50434         * nscd/nscd.c (print_version): Likewise.
50435         * debug/xtrace.sh: Likewise.
50436         * malloc/memusage.sh: Likewise.
50437         * malloc/mtrace.pl: Likewise.
50438         * debug/catchsegv.sh: Likewise.
50440 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
50442         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50443         pure attribute.
50445 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
50447         [BZ #13533]
50448         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50449         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50450         transformations.
50451         * iconv/gconv_int.h: Likewise.
50452         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50453         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50454         from libc for GLIBC_2.16.
50455         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50456         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50457         * wcsmbs/uchar.h: Really define mbstate_t.
50458         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50459         * wcsmbs/c16rtomb.c: New file.
50460         * wcsmbs/mbrtoc16.c: New file.
50461         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50462         for C/POSIX locale.
50463         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50464         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50466         * wcsmbs/wchar.h: Add missing __restrict.
50468 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50470         [BZ #13532]
50471         * time/Makefile (routines): Add timespec_get.
50472         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50473         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
50474         timespec for ISO C11.
50475         * time/timespec_get.c: New file.
50476         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50477         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50479         [BZ #13531]
50480         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50481         * stdlib/stdlib.h: Declare aligned_alloc.
50482         * Versions.def: Add GLIBC_2.16 for libc.
50483         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50485         [BZ 13527]
50486         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50487         ISO C11.
50489         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50490         code.
50492         [BZ #13528]
50493         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50495         [BZ #13529]
50496         * assert/assert.h (static_assert): Define.
50498         * version.h: Update for 2.16 development version.
50500         [BZ #13526]
50501         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50502         _ISOC11_SOURCE.
50504         * version.h (RELEASE): Bump for 2.15 release.
50505         * include/features.h (__GLIBC_MINOR__): Bump to 15.
50507         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50508         Patch by Marek Polacek <mpolacek@redhat.com>.
50510         * bits/byteswap.h: Protect long long constants with __extension__.
50511         * sysdeps/i386/bits/byteswap.h: Likewise.
50512         * sysdeps/ia64/bits/byteswap.h: Likewise.
50513         * sysdeps/s390/bits/byteswap.h: Likewise.
50514         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50516 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50518         [BZ #13540]
50519         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50520         destination buffer.
50521         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50523 2011-12-23  Marek Polacek  <polacek@redhat.com>
50525         * elf/dl-addr.c (determine_info): Add inline keyword.
50526         * elf/tst-auditmod4b.c (check_avx): Likewise.
50527         * elf/tst-auditmod6b.c (check_avx): Likewise.
50528         * elf/tst-auditmod6c.c (check_avx): Likewise.
50529         * elf/tst-auditmod7b.c (check_avx): Likewise.
50531 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50533         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50534         !__SSE_MATH__.
50536 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50538         [BZ #13540]
50539         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50540         processing for last bytes.
50542 2011-08-06  Bruno Haible  <bruno@clisp.org>
50544         [BZ #13061]
50545         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50546         U+0385, not to U+1FEE.
50548         [BZ #13062]
50549         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50550         entry for U+00A5 U+0301.
50552 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50554         [BZ #13166]
50555         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50556         buffer for the output is too small.
50558         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50559         optimization.
50561         [BZ #13185]
50562         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50563         SSE flags if possible.
50565 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50567         [BZ #13540]
50568         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50569         processing for last bytes.
50571 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
50573         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50574         (syscall-list-default-options, syscall-list-default-condition)
50575         (syscall-list-includes): Define.
50576         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50577         list of ABIs and options and #if conditions for each ABI.  Do not
50578         handle common syscalls between ABIs specially.
50579         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50580         Remove.
50581         (syscall-list-variants, syscall-list-32bit-options)
50582         (syscall-list-32bit-condition, syscall-list-64bit-options)
50583         (syscall-list-64bit-condition): Define.
50584         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50585         (syscall-list-variants, syscall-list-32bit-options)
50586         (syscall-list-32bit-condition, syscall-list-64bit-options)
50587         (syscall-list-64bit-condition): Define.
50588         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50589         Remove.
50590         (syscall-list-variants, syscall-list-32bit-options)
50591         (syscall-list-32bit-condition, syscall-list-64bit-options)
50592         (syscall-list-64bit-condition): Define.
50593         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50594         Remove.
50595         (syscall-list-variants, syscall-list-32bit-options)
50596         (syscall-list-32bit-condition, syscall-list-64bit-options)
50597         (syscall-list-64bit-condition): Define.
50599 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50601         * locale/iso-639.def: Add brx entry.
50603         [BZ #13328]
50604         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50605         Proposed by Mariusz_Cukr <marcukr@op.pl>.
50607         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50608         __feraiseexcept_renamed.
50610 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50612         [BZ #13538]
50613         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50614         EPOLLET with unsigned values.
50615         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50616         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50618         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50619         to large cancellation.
50620         * math/s_cacoshf.c: Likewise.
50621         * math/s_cacoshl.c: Likewise.
50623 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
50625         [BZ #13305]
50626         [BZ #12786]
50627         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50628         * math/s_cacoshf.c: Likewise.
50629         * math/s_cacoshl.c: Likewise.
50631 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50633         [BZ #13439]
50634         * iconv/gconv.h: Define __GCONV_SWAP.
50635         * iconvdata/unicode.c: The swap bit must be stored in __flags.
50636         * iconvdata/utf-16.c: Likewise.
50637         * iconvdata/utf-32.c: Likewise.
50639 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
50641         [BZ #13524]
50642         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50643         numerator after shifting it by one limb.
50645 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
50647         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50648         under [__USE_EXTERN_INLINES].
50650 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50652         [BZ #13446]
50653         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50655 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50657         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50658         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50659         optimized code.
50660         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50661         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50662         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50663         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50664         for strncasecmp/strncasecmp_l compilation.
50665         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50666         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50668 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
50670         [BZ #13484]
50671         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50672         of __asm__.
50674 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50676         [BZ #13506]
50677         * time/tzfile.c (__tzfile_read): Check values from file header.
50679 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
50681         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50682         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50683         * powerpc/powerpc32/dl-start.S: Likewise.
50684         * powerpc/powerpc32/elf/start.S: Likewise.
50685         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50686         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50687         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50688         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50689         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50690         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50691         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50692         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50693         * powerpc/powerpc32/fpu/s_round.S: Likewise.
50694         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50695         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50696         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50697         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50698         * powerpc/powerpc32/memset.S: Likewise.
50699         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50700         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50701         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50702         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50703         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50704         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50705         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50706         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50707         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50708         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50709         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50710         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50711         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50713 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50715         * math/libm-test.inc: Added more nearbyint tests.
50716         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50717         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50718         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50719         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50721 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
50723         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50724         FD_CLOEXEC.
50726 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50728         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50729         Add wcscpy-ssse3 wcscpy-c.
50730         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50731         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50732         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50733         * sysdeps/x86_64/wcschr.S: New file.
50734         * sysdeps/x86_64/wcsrchr.S: New file.
50735         * string/test-strcmp.c: Remove checking of wcscmp function for
50736         wrong alignments.
50737         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
50738         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
50739         wcsrchr-sse2 wcsrchr-c.
50740         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
50741         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
50742         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
50743         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
50744         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
50745         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
50746         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
50747         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
50748         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
50749         * wcsmbc/wcschr.c (WCSCHR): New macro.
50751 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50753         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50754         * wcsmbs/test-wcsrchr.c: New file.
50755         * string/test-strrchr.c: Add wcsrchr support.
50756         (WIDE): New macro.
50757         * wcsmbs/test-wcscpy.c: New file.
50758         * string/test-strcpy.c: Add wcscpy support.
50759         (WIDE): New macro.
50761 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50763         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50764         the inner loop.
50766 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50768         [BZ #13472]
50769         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50771 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50773         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50774         Minor optimizations.
50776         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50777         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50778         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50780 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50782         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50783         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50784         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50785         for gcc to avoid warnings.
50786         * inet/Makefile (tests): Add tst-checks.
50787         * inet/tst-checks.c: New file.
50789         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50790         warning.
50792         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50793         __wmemcmp_sse2.
50795         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50796         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50798         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50800 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50802         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50803         problem.
50805         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50807 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50809         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50810         conditional on GCC version.
50811         (__arch_compare_and_exchange_val_8_acq)
50812         (__arch_compare_and_exchange_val_16_acq)
50813         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50814         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50815         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50817 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50819         * sysdeps/sh/backtrace.c: New file.
50821 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50823         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50824         parenthesis.
50826 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50828         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50829         falling back to utime.
50831 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50833         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50834         expectations for float.
50836 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50838         * locale/weight.h (findidx): Add parameter len.
50839         * locale/weightwc.h (findidx): Likewise.
50840         * posix/fnmatch_loop.c (FCT): Adjust caller.
50841         * posix/regcomp.c (build_equiv_class): Likewise.
50842         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50843         * posix/regexec.c (check_node_accept_bytes): Likewise.
50844         * string/strcoll_l.c (STRCOLL): Likewise.
50845         * string/strxfrm_l.c (STRXFRM): Likewise.
50847 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50849         * Makefile.in: Remove CVSOPT handling.
50850         * configure.in: Remove use of AC_REVISION.
50851         * iconvdata/Makefile (distribute): No need to filter out CVS.
50852         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50853         handling.
50855 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50857         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50858         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50859         [USE_AS_STRNCASECMP_L]: Likewise.
50860         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50861         NO_TLS_DIRECT_SEG_REFS.
50862         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50863         Fix argument offsets for non-PIC.
50864         [USE_AS_STRNCASECMP_L]: Likewise.
50865         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50866         NO_TLS_DIRECT_SEG_REFS.
50868 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50870         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50871         O_CLOEXEC.
50872         * locale/loadlocale.c (_nl_load_locale): Likewise.
50874 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50876         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50877         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50878         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50879         (SYSCALL_GETTIME): Set errno on error.
50881         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50882         count references to noai6ai_cached.
50884 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50886         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50888         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50889         FD_CLOEXEC for /proc/self/maps.
50891         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50892         FD_CLOEXEC for /proc/meminfo.
50894         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50895         gai.conf.
50897         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50898         FD_CLOEXEC for given file.
50900         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50902         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50903         FD_CLOEXEC for /etc/hosts.
50904         (_gethtent): Likewise.
50906         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50908         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50909         cancellation and set FD_CLOEXEC for /etc/netgroup.
50911         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50912         reading /etc/publickey.
50914         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50915         allow cancellation when reading /etc/group.
50917         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50918         cancellation.
50919         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50921         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50922         when using data file.
50924         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50926         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50927         (write_nis_obj): Use "c" and "e" in fopen.
50929         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50931         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50933         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50935         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50937         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50938         locale.alias.
50940         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50942         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50944         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50946         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50947         file parsing and set FD_CLOEXEC.
50949 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50951         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50953 2011-11-14  Andreas Schwab  <schwab@redhat.com>
50955         * malloc/arena.c (arena_get2): Don't call reused_arena when
50956         _int_new_arena failed.
50958 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50960         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50961         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50962         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50963         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50964         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50965         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50966         to compile strcasecmp and strncasecmp.
50967         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50968         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50970         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50972 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
50974         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50975         locale-defines.sym to gen-as-const-headers.
50976         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50977         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50978         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50979         to compile strcasecmp and strncasecmp.
50980         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50981         strcasecmp_l and strncasecmp_l.
50982         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50983         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50984         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50985         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50986         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50987         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50988         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50989         * sysdeps/i386/i686/multiarch/strncase.S: New file.
50990         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50991         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50992         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50994 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
50996         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50997         result of SYSDEP_GETTIME_CPU to retval.
50998         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50999         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51001         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51002         variable.
51004         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51005         mantissa words.
51006         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51008         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51009         from unused variable.
51011         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51012         DWARF definitions.
51013         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51014         for assembling.
51016         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51017         over namespaces.
51019         * sunrpc/rpc_prot.c (rejected): Fix case value.
51021         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51022         unsigned long long int to avoid warnings in shift.
51024         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51025         of use of trans.
51026         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51027         variable tmp.
51029         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51030         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51031         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51033         * nis/nis_table.c (nis_list): Use variable of correct type for
51034         result of __follow_path call.
51036 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51038         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51039         of math functions ceil, trunc, floor, round, and sqrt, when
51040         avaliable on the platform.
51041         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51042         name clash.
51043         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51044         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51045         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51047 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51049         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51050         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51052 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51054         * include/unistd.h: Fix __readlink return type.
51055         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51057 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51059         * stdlib/ucontext.h: Undo last change for makecontext.
51061 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51063         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51065         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51066         * setjmp/setjmp.h: Mark functions as non-leaf.
51067         * setjmp/bits/setjmp2.h: Likewise.
51068         * stdlib/ucontext.h: Likewise.
51070 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51072         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51073         (reused_arena): Don't check arena limit.
51074         (arena_get2): Atomically check arena limit.
51076 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51078         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51079         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51081         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51082         instructions.
51084 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51086         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51087         handler when locking.
51089         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51090         Fix size of allocated buffer.
51092 2011-11-04  Andreas Schwab  <schwab@redhat.com>
51094         [BZ #10103]
51095         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51096         declarations for long double functions.
51097         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51099         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51101 2011-11-03  Andreas Schwab  <schwab@redhat.com>
51103         * nscd/nscd.c (main): Don't start AVC thread until credentials are
51104         installed.
51106         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51107         is disabled.
51109 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51111         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51113 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51115         * include/alloca.h (stackinfo_alloca_round): Define.
51116         (extend_alloca): Use it.
51117         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51118         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51119         here.
51121         * scripts/check-local-headers.sh: Ignore libaudit.h.
51123         * nscd/Makefile (extra-objs): Make recursively expanded.
51125 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
51127         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51128         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51130         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51131         * posix/tst-rfc3484-2.c: Likewise.
51132         * posix/tst-rfc3484-3.c: Likewise.
51134         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51135         process_vm_writev.
51136         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51137         process_vm_writev.
51138         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51139         process_vm_writev from libc using GLIBC_2.15 version.
51141         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51143 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
51145         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51146         stack usage.
51148 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
51150         [BZ #13367]
51151         * nss/getent.c (initgroups_keys): Show error message in case no group
51152         names are given.
51154         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51155         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51156         __bump_nl_timestamp.
51157         * nscd/connections (nscd_init): When host database is served open
51158         netlink socket and request notification about configuration changes.
51159         (main_loop_poll): Track netlink file descriptor and bump timestamp
51160         in case data becomes available.
51161         (main_loop_epoll): Likewise.
51162         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51163         (database_pers_head): Add extra_data fileds.
51164         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51165         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51166         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51167         Adjust caller.
51168         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51169         in6ai data, call __free_in6ai.
51170         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51171         Add -DHAVE_NETLINK.
51172         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
51173         interface information.  Reuse previous data if netlink timestamp
51174         is not changed.
51175         (__bump_nl_timestamp): New function.
51176         (__free_in6ai): New function.
51178 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
51180         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51181         close_not_cancel_no_status here.
51182         (__check_pf): Reorganize code a bit to not call close twice if OOM.
51184 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51186         [BZ #13276]
51187         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51188         return value.
51190         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51191         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51192         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51194 2011-07-03  Andreas Jaeger  <aj@suse.de>
51196         [BZ #10709]
51197         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51198         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51199         * math/libm-test.inc (sin_test): Add test case.
51201 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51203         [BZ #13337]
51204         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51205         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51207         * elf/chroot_canon.c (chroot_canon): Cleanups.
51209         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51211         [BZ #13335]
51212         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51213         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51215         * string/test-strchr.c: Make usable for strchrnul testing.
51216         * string/test-strchrnul.c: New file.
51217         * string/Makefile (strop-tests): Add strchrnul.
51219         * po/it.po: Update from translation team.
51220         * po/es.po: Likewise.
51222 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51224         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51225         the three constants needed as parameters.  Drop the others.
51226         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51227         __m128i_strloadu_tolower.
51228         Create and initialize variable zero and use it in all the places
51229         where _mm_setzero_si128 was used.
51231         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51232         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51233         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51234         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51235         anymore.
51236         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51237         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51238         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51239         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51240         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51241         __mpranred, __mptan.
51242         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51243         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51244         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51245         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51246         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51247         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51248         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51249         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51250         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51252 2011-10-28  Andreas Schwab  <schwab@redhat.com>
51254         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51255         redefine if SHARED.
51256         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51258         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51259         wide char related routines to wcsmbs subdir.
51261 2011-10-27  Andreas Schwab  <schwab@redhat.com>
51263         [BZ #13344]
51264         * misc/sys/cdefs.h (__THROWNL): Define.
51265         * posix/unistd.h: Use __THREADNL instead of __THREAD
51266         for memory synchronization functions.
51268 2011-10-26  Roland McGrath  <roland@hack.frob.com>
51270         [BZ #13349]
51271         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51272         doesn't exist.
51273         * manual/stdio.texi (Obstack Streams): Node removed.
51275 2011-10-26  Andreas Schwab  <schwab@redhat.com>
51277         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51278         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51279         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51281         * math/math_private.h (math_force_eval): Allow non-addressable
51282         arguments.
51283         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51285 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51287         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51288         file is not needed.
51290         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51291         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51292         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51293         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51294         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51295         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51296         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51297         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51298         Add AVX variants.
51299         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51300         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51301         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51302         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51303         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51304         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51305         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51306         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51307         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51308         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51309         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51310         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51311         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51312         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51313         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51314         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51315         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51316         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51317         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51319         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51320         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
51322         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51323         place.  Use VEX encoding when compiling for AVX.
51325 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51327         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51328         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51330         * string/test-strchr.c (do_test): Don't generate NUL bytes.
51332 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51334         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51335         useless if() expression.
51336         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51337         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51338         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51339         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51340         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51341         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51342         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51343         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51344         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51345         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51346         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51347         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51348         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51349         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51350         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51351         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51352         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51353         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51354         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51356         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51358 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51360         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51361         condition.
51362         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51364 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51366         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51367         .text section.  Avoid duplicate constants.
51368         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51369         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51370         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51371         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51372         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51373         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51374         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51375         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51376         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51377         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51378         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51379         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51380         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51381         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51382         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51383         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51384         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51385         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51386         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51387         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51388         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51389         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51390         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51391         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51392         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51393         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51394         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51395         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51396         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51397         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51398         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51399         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51400         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51401         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51402         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51403         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51404         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51405         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51406         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51407         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51408         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51409         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51410         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51411         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51412         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51414 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
51416         * sysdeps/x86_64/dla.h: Move to ...
51417         * sysdeps/x86_64/fpu/dla.h: ...here.
51418         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51419         situations.  Use __builtin_fma only for gcc 4.6 and up.
51421         * config.make.in: Add have-mfma4 entry.
51422         * configure.in: Substitute libc_cv_cc_fma4.
51423         * math/Makefile (dbl-only-routines): Add sincostab.
51424         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51425         Use __sincostab not sincos.
51426         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51427         name is a macro.
51428         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51429         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51430         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51431         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
51432         using __copysign.
51433         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
51434         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
51435         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51436         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51437         and __inv.
51438         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51439         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51440         __copysign.
51441         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
51442         define aliases when function name is a macro.
51443         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51444         sysdeps/ieee754/dbl-64/sincos.tbl.
51445         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51446         fma4-enabled routines.
51447         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51448         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51449         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51450         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51451         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51452         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51453         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51454         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51455         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51456         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51457         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51458         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51459         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51460         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51461         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51462         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51463         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51464         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51465         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51466         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51467         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51468         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51469         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51470         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51471         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51472         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51473         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51474         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51475         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51476         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51478         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51479         rename.
51480         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51481         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51482         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51483         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51484         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51485         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51486         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51487         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51489 2011-10-24  Andreas Schwab  <schwab@redhat.com>
51491         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51493 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51495         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51497         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51498         prediction.
51499         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51501         * string/strnlen.c: Don't define STRNLEN, reverse logic.
51502         Remove unused variable magic_bits.
51503         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51505         * string/strnlen.c: Define and use STRNLEN macro.
51506         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51507         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51508         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51509         * wcsmbs/wcslen.c: Define and use WCSLEN.
51510         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51511         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51512         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51513         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51514         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51515         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51516         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51518 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51520         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51521         strnlen-sse2-no-bsf.
51522         Rename strlen-no-bsf to strlen-sse2-no-bsf.
51523         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51524         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51525         Add strnlen support.
51526         (USE_AS_STRNLEN): New macro.
51527         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51528         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51529         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51530         * sysdeps/x86_64/wcslen.S: New file.
51532 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
51534         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51535         XMM-moves are used for copying on small sizes.
51537 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51539         * wcsmbs/Makefile (strop-tests): Add wcschr.
51540         * wcsmbs/test-wcschr.c: New file.
51541         * string/test-strchr.c: Update.
51542         Add wcschr support.
51543         (WIDE): New macro.
51545 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51547         * wcsmbs/Makefile (strop-tests): Add wcslen.
51548         * wcsmbs/test-wcslen.c: New file.
51549         * string/test-strlen.c: Update.
51550         Add wcslen support.
51551         (WIDE): New macro.
51553 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51555         * po/it.po: Update from translation team.
51557 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51559         * sysdeps/x86_64/wcscmp.S: Update.
51560         Fix wrong comparison semantics.
51561         wcscmp shall use signed comparison not unsigned.
51562         Don't use substraction to avoid overflow bug.
51563         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51564         * wcsmbc/wcscmp.c: Likewise.
51565         * string/test-strcmp.c: Likewise.
51566         Add new tests to check cases with negative values.
51568 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51570         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51571         * sysdeps/x86_64/dla.h: ...here.  New file.
51572         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51573         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51574         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51575         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51576         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51577         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51578         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51579         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51580         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51582 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
51584         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51585         __ynl_finite aliases.
51587 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51589         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51591         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51592         define DLA_FMA.
51593         [DLA_FMA] (EMULV): Use DLA_FMA.
51594         [DLA_FMA] (MUL12): Use EMULV.
51595         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51596         that are not needed.
51597         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51598         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51599         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51600         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51601         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51602         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51603         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51605 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
51607         * math/s_nan.c: Undef __nan.
51608         * math/s_nanf.c: Undef __nanf.
51609         * math/s_nanl.c: Undef __nanl.
51610         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51611         "math_private.h".
51613 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51615         * math/s_catan.c: Add branch predictions.
51616         * math/s_catanf.c: Likewise.
51617         * math/s_catanh.c: Likewise.
51618         * math/s_catanhf.c: Likewise.
51619         * math/s_catanhl.c: Likewise.
51620         * math/s_catanl.c: Likewise.
51621         * math/s_cexp.c: Likewise.
51622         * math/s_cexpf.c: Likewise.
51623         * math/s_cexpl.c: Likewise.
51624         * math/s_clog.c: Likewise.
51625         * math/s_clog10.c: Likewise.
51626         * math/s_clog10f.c: Likewise.
51627         * math/s_clog10l.c: Likewise.
51628         * math/s_clogf.c: Likewise.
51629         * math/s_clogl.c: Likewise.
51630         * math/s_csqrt.c: Likewise.
51631         * math/s_csqrtf.c: Likewise.
51632         * math/s_csqrtl.c: Likewise.
51633         * math/s_ctanf.c: Likewise.
51634         * math/s_ctanh.c: Likewise.
51635         * math/s_ctanhf.c: Likewise.
51636         * math/s_ctanhl.c: Likewise.
51637         * math/s_ctanl.c: Likewise.
51639         * math/math_private.h: Define __nan, __nanf, __nanl.
51640         * math/s_cacosh.c: Include <math_private.h>.
51641         * math/s_cacoshl.c: Likewise.
51642         * math/s_casinh.c: Likewise.
51643         * math/s_casinhf.c: Likewise.
51644         * math/s_casinhl.c: Likewise.
51645         * math/s_ccos.c: Rely entire on ccosh.
51646         * math/s_ccosf.c: Rely entire on ccoshf.
51647         * math/s_ccosl.c: Rely entirely on ccoshl.
51648         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
51649         Remove tests for FE_INVALID.
51650         * math/s_ccoshf.c: Likewise.
51651         * math/s_ccoshl.c: Likewise.
51652         * math/s_csin.c: Likewise.
51653         * math/s_csinf.c: Likewise.
51654         * math/s_csinh.c Likewise.
51655         * math/s_csinhf.c: Likewise.
51656         * math/s_csinhl.c: Likewise.
51657         * math/s_csinl.c: Likewise.
51658         * math/s_ctan.c: Likewise.
51659         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51660         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51661         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51663 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
51665         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51666         compilation problems.
51668         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51669         __builtin_expect.
51671 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
51673         * sysdeps/i386/configure.in: Test for -mfma4 option.
51674         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51675         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51676         COMMON_CPUID_INDEX_80000001.
51677         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51678         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51679         use it if FMA3 is not supported.
51680         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51682         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51683         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51685 2011-10-20  Andreas Schwab  <schwab@redhat.com>
51687         [BZ #12892]
51688         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51689         it would create a cycle with a link time dependency.
51691 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
51693         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51694         instruction.
51695         * string/Makefile (strop-tests): Add rawmemchr.
51696         * string/test-rawmemchr.c: New file.
51698         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51699         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
51700         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
51701         when compiling str{,n}casecmp and when AVX is available.  Hook up
51702         new optimized code in initializers.
51704 2011-10-19  Andreas Schwab  <schwab@redhat.com>
51706         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51707         __feraiseexcept instead of feraiseexcept.
51709 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
51711         * math/math_private.h: Define defaults for libc_fetestexcept and
51712         libc_feupdateenv.
51713         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51714         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51715         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51716         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51717         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51718         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51719         libc_fetestexcept and libc_feupdateenv.
51721         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51722         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51723         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51724         * sysdeps/x86_64/fpu/math_private.h: Define special version of
51725         libc_feholdexcept_setround.
51727         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51728         Add s_nearbyint-c and s_nearbyintf-c.
51729         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51730         nearbyintf inlines.
51731         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51732         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51733         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
51734         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
51736         * math/math_private.h: Define defaults for libc_fegetround,
51737         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
51738         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
51739         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
51740         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
51741         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
51742         standard functions.
51743         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51744         Remove comments and hacks for old compiler versions.
51745         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51746         libc_fegetround, libc_fesetround, libc_feholdexcept, and
51747         libc_feholdexceptl.
51749 2011-10-18  Andreas Schwab  <schwab@redhat.com>
51751         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51752         (__feraiseexcept_renamed): Add __NTH.
51753         (feraiseexcept): Add __NTH.  Rename local variables to fix
51754         namespace violations.
51756 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51758         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51760         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51762         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51763         recently added interfaces.
51764         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51766         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51767         about macro parameter expansion.
51769         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51770         __NO_MATH_INLINES is defined.  Cleanups.
51772         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51773         and __floorf is target has SSE4.1.
51774         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51775         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51776         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51777         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51779         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51780         name.
51781         (floorf): Likewise.
51783         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51785 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51787         * misc/sys/cdefs.h: Fix last change.
51789         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51790         database lookup.
51792 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51794         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51796         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51797         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51798         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51799         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51800         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51801         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51802         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51803         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51804         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51805         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51806         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51807         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51808         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51809         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51810         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51811         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51812         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51813         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51814         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51815         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51816         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51817         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51819         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51820         ceil, ceilf, floor, floorf.
51822         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51823         Perform IRELATIVE relocations last.
51825         * elf/do-rel.h: Add another parameter nrelative, replacing the
51826         local variable with the same name.  Change name of the function
51827         to end in Rel or Rela (uppercase).
51828         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51829         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51830         elf_dynamic_do_##reloc function.
51832 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51834         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51835         is sufficient, at least on modern CPUs.
51837         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51839         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51840         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51842         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51843         __expl_finite.
51844         * math/bits/math-finite.h: Add entries for exp.
51845         * math/e_expl.c: Add __*_finite alias.
51846         * sysdeps/i386/fpu/e_exp.S: Likewise.
51847         * sysdeps/i386/fpu/e_expf.S: Likewise.
51848         * sysdeps/i386/fpu/e_expl.c: Likewise.
51849         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51850         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51851         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51852         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51853         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51854         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51855         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51857         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51858         is sufficient, at least on modern CPUs.
51860         * ctype/ctype-info.c (__ctype_init): Define.
51861         * include/ctype.h (__ctype_init): Declare.
51862         (__ctype_b_loc): The variable is always initialized.
51863         (__ctype_toupper_loc): Likewise.
51864         (__ctype_tolower_loc): Likewise.
51865         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51866         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51868 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51870         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51872         * configure.in: Also look in $cxxmachine/include for C++ system
51873         headers.
51875 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51877         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51878         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51879         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51880         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51881         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51882         (USE_AS_WMEMCMP): New macro.
51883         Fixing indents.
51884         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51885         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51886         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51887         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51888         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51889         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51890         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51891         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51892         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51893         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51894         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51895         (USE_AS_WMEMCMP): New macro.
51896         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51897         * sysdeps/string/test-memcmp.c: Update.
51898         Fix simple_wmemcmp.
51899         Add new tests.
51900         * wcsmbs/wmemcmp.c: Update.
51901         (WMEMCMP): New macro.
51902         Fix overflow bug.
51904 2011-10-12  Andreas Jaeger  <aj@suse.de>
51906         [BZ #13268]
51907         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51909 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51911         * libio/iofwide.c (do_length): Avoid warning.
51913         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51915 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51917         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51919         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51920         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51921         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51922         * sysdeps/i386/i686/fpu/e_log.S: New file.
51923         * sysdeps/i386/i686/fpu/e_logf.S: New file.
51924         * sysdeps/i386/i686/fpu/e_logl.S: New file.
51926         * ctype/ctype.h: Add support for inlined isXXX functions when
51927         compiling C++ code.
51929 2011-10-14  Andreas Schwab  <schwab@redhat.com>
51931         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51933         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51935 2011-10-13  Roland McGrath  <roland@hack.frob.com>
51937         [BZ #13291]
51938         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51940 2011-10-13  Andreas Schwab  <schwab@redhat.com>
51942         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51943         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51944         feraiseexcept.
51946         * sysdeps/x86_64/memrchr.S: Check for zero size.
51948         * string/stratcliff.c: Add memrchr tests.
51950 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51952         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51953         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51954         rawmemchr-sse2 rawmemchr-sse2-bsf.
51955         * sysdeps/i386/i686/multiarch/memchr.S: New file.
51956         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51957         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51958         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51959         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51960         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51961         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51962         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51963         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51964         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51965         * string/memrchr.c (MEMRCHR): New macro.
51967 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
51969         Add integration with gcc's -ffinite-math-only and optimize wrapper
51970         functions in libm.
51971         * Versions.def: Define GLIBC_2.15 version for libm.
51972         * math/Makefile (headers): Add bits/math-finite.h.
51973         * math/bits/math-finite.h: New file.
51974         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51975         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51976         * math/e_acoshl.c: Add __*_finite alias.
51977         * math/e_acosl.c: Likewise.
51978         * math/e_asinl.c: Likewise.
51979         * math/e_atan2l.c: Likewise.
51980         * math/e_atanhl.c: Likewise.
51981         * math/e_coshl.c: Likewise.
51982         * math/e_exp10.c: Likewise.
51983         * math/e_exp10f.c: Likewise.
51984         * math/e_exp10l.c: Likewise.
51985         * math/e_exp2l.c: Likewise.
51986         * math/e_fmodl.c: Likewise.
51987         * math/e_gammal_r.c: Likewise.
51988         * math/e_hypotl.c: Likewise.
51989         * math/e_j0l.c: Likewise.
51990         * math/e_j1l.c: Likewise.
51991         * math/e_jnl.c: Likewise.
51992         * math/e_lgammal_r.c: Likewise.
51993         * math/e_log10l.c: Likewise.
51994         * math/e_log2l.c: Likewise.
51995         * math/e_logl.c: Likewise.
51996         * math/e_powl.c: Likewise.
51997         * math/e_sinhl.c: Likewise.
51998         * math/e_sqrtl.c: Likewise.
51999         * math/e_scalb.c: Completely rewritten and optimized.
52000         * math/e_scalbf.c: Likewise.
52001         * math/e_scalbl.c: Likewise.
52002         * math/w_acos.c: Likewise.
52003         * math/w_acosf.c: Likewise.
52004         * math/w_acosl.c: Likewise.
52005         * math/w_acosh.c: Likewise.
52006         * math/w_acoshf.c: Likewise.
52007         * math/w_acoshl.c: Likewise.
52008         * math/w_asin.c: Likewise.
52009         * math/w_asinf.c: Likewise.
52010         * math/w_asinl.c: Likewise.
52011         * math/w_atan2.c: Likewise.
52012         * math/w_atan2f.c: Likewise.
52013         * math/w_atan2l.c: Likewise.
52014         * math/w_atanh.c: Likewise.
52015         * math/w_atanhf.c: Likewise.
52016         * math/w_atanhl.c: Likewise.
52017         * math/w_exp10.c: Likewise.
52018         * math/w_exp10f.c: Likewise.
52019         * math/w_exp10l.c: Likewise.
52020         * math/w_fmod.c: Likewise.
52021         * math/w_fmodf.c: Likewise.
52022         * math/w_fmodl.c: Likewise.
52023         * math/w_j0.c: Likewise.
52024         * math/w_j0f.c: Likewise.
52025         * math/w_j0l.c: Likewise.
52026         * math/w_j1.c: Likewise.
52027         * math/w_j1f.c: Likewise.
52028         * math/w_j1l.c: Likewise.
52029         * math/w_jn.c: Likewise.
52030         * math/w_jnf.c: Likewise.
52031         * math/w_log.c: Likewise.
52032         * math/w_logf.c: Likewise.
52033         * math/w_logl.c: Likewise.
52034         * math/w_log10.c: Likewise.
52035         * math/w_log10f.c: Likewise.
52036         * math/w_log10l.c: Likewise.
52037         * math/w_log2.c: Likewise.
52038         * math/w_log2f.c: Likewise.
52039         * math/w_log2l.c: Likewise.
52040         * math/w_pow.c: Likewise.
52041         * math/w_powf.c: Likewise.
52042         * math/w_powl.c: Likewise.
52043         * math/w_remainder.c: Likewise.
52044         * math/w_remainderf.c: Likewise.
52045         * math/w_remainderl.c: Likewise.
52046         * math/w_scalb.c: Likewise.
52047         * math/w_scalbf.c: Likewise.
52048         * math/w_scalbl.c: Likewise.
52049         * math/w_sqrt.c: Likewise.
52050         * math/w_sqrtf.c: Likewise.
52051         * math/w_sqrtl.c: Likewise.
52052         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52053         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52054         used.
52055         * math/math_private.h: Declare __kernel_standard_f.
52056         * math/w_cosh.c: Remove cruft and optimize a bit.
52057         * math/w_coshf.c: Likewise.
52058         * math/w_coshl.c: Likewise.
52059         * math/w_exp2.c: Likewise.
52060         * math/w_exp2f.c: Likewise.
52061         * math/w_exp2l.c: Likewise.
52062         * math/w_hypot.c: Likewise.
52063         * math/w_hypotf.c: Likewise.
52064         * math/w_hypotl.c: Likewise.
52065         * math/w_lgamma.c: Likewise.
52066         * math/w_lgamma_r.c: Likewise.
52067         * math/w_lgammaf.c: Likewise.
52068         * math/w_lgammaf_r.c: Likewise.
52069         * math/w_lgammal.c: Likewise.
52070         * math/w_lgammal_r.c: Likewise.
52071         * math/w_sinh.c: Likewise.
52072         * math/w_sinhf.c: Likewise.
52073         * math/w_sinhl.c: Likewise.
52074         * math/w_tgamma.c: Likewise.
52075         * math/w_tgammaf.c: Likewise.
52076         * math/w_tgammal.c: Likewise.
52077         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52078         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52079         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52080         Minor optimizations.  Pretty printing.  Remove cruft.
52081         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52082         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52083         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52084         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52085         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52086         * sysdeps/i386/fpu/e_asin.S: Likewise.
52087         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52088         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52089         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52090         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52091         * sysdeps/i386/fpu/e_atanh.S: Likewise.
52092         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52093         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52094         * sysdeps/i386/fpu/e_exp10.S: Likewise.
52095         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52096         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52097         * sysdeps/i386/fpu/e_exp2.S: Likewise.
52098         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52099         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52100         * sysdeps/i386/fpu/e_fmod.S: Likewise.
52101         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52102         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52103         * sysdeps/i386/fpu/e_hypot.S: Likewise.
52104         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52105         * sysdeps/i386/fpu/e_log.S: Likewise.
52106         * sysdeps/i386/fpu/e_log10.S: Likewise.
52107         * sysdeps/i386/fpu/e_log10f.S: Likewise.
52108         * sysdeps/i386/fpu/e_log10l.S: Likewise.
52109         * sysdeps/i386/fpu/e_log2.S: Likewise.
52110         * sysdeps/i386/fpu/e_log2f.S: Likewise.
52111         * sysdeps/i386/fpu/e_log2l.S: Likewise.
52112         * sysdeps/i386/fpu/e_logf.S: Likewise.
52113         * sysdeps/i386/fpu/e_logl.S: Likewise.
52114         * sysdeps/i386/fpu/e_pow.S: Likewise.
52115         * sysdeps/i386/fpu/e_powf.S: Likewise.
52116         * sysdeps/i386/fpu/e_powl.S: Likewise.
52117         * sysdeps/i386/fpu/e_remainder.S: Likewise.
52118         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52119         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52120         * sysdeps/i386/fpu/e_scalb.S: Likewise.
52121         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52122         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52123         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52124         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52125         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52126         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52127         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52128         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52129         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52130         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52131         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52132         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52133         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52134         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52135         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52136         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52137         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52138         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52139         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52140         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52141         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52142         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52143         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52144         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52145         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52146         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52147         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52148         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52149         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52150         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52151         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52152         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52153         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52154         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52155         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52156         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52157         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52158         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52159         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52160         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52161         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52162         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52163         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52164         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52165         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52166         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52167         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52168         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52169         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52170         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52171         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52172         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52173         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52174         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52175         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52176         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52177         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52178         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52179         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52180         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52181         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52182         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52183         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52184         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52185         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52186         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52187         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52188         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52189         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52190         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52191         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52192         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52193         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52194         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52195         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52196         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52197         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52198         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52199         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52200         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52201         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52202         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52203         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52204         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52205         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52206         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52207         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52208         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52209         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52210         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52211         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52212         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52213         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52214         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52215         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52216         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52217         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52218         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52219         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52220         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52221         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52222         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52223         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52224         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52225         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52226         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52227         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52228         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52229         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52230         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52231         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52232         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52233         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52234         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52235         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52236         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52237         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52238         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52239         (__isnanf): Likewise.
52240         (__isinf_ns): Likewise.
52241         (__isinf_nsf): Likewise.
52242         (__finite): Likewise.
52243         (__finitef): Likewise.
52244         (__ieee754_sqrt): Define as macro.
52245         (__ieee754_sqrtf): Define as macro.
52246         (__ieee754_sqrtl): Define as macro.
52247         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52248         inlined copy.
52249         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52250         __FINITE_MATH_ONLY__ consistent.
52251         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52253 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
52255         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52256         of rawmemchr.
52258         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52260 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
52262         * po/ja.po: Update from translation team.
52264 2011-10-08  Roland McGrath  <roland@hack.frob.com>
52266         * locale/programs/locarchive.c (prepare_address_space): New function.
52267         (create_archive, enlarge_archive, open_archive): Use it.
52269         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52270         inside [SHARED], where it is used.
52272         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52274         * nss/getent.c (netgroup_keys): Remove unused variable.
52275         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52277 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52279         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52280         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52281         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52282         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52283         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52284         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52285         * math/Makefile (libm-calls): Add s_isinf_ns.
52286         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52287         * math/multc3.c: Likewise.
52288         * math/s_casin.c: Likewise.
52289         * math/s_casinf.c: Likewise.
52290         * math/s_casinl.c: Likewise.
52291         * math/s_ccos.c: Likewise.
52292         * math/s_ccosf.c: Likewise.
52293         * math/s_ccosl.c: Likewise.
52294         * math/s_ctan.c: Likewise.
52295         * math/s_ctanf.c: Likewise.
52296         * math/s_ctanh.c: Likewise.
52297         * math/s_ctanhf.c: Likewise.
52298         * math/s_ctanhl.c: Likewise.
52299         * math/s_ctanl.c: Likewise.
52300         * math/w_fmod.c: Likewise.
52301         * math/w_fmodf.c: Likewise.
52302         * math/w_fmodl.c: Likewise.
52303         * math/w_remainder.c: Likewise.
52304         * math/w_remainderf.c: Likewise.
52305         * math/w_remainderl.c: Likewise.
52306         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52307         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52308         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52309         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52310         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52311         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52312         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52313         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52315         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52316         of the number.
52317         * stdio-common/printf_fphex.c: Likewise.
52318         * stdio-common/printf_size.c: Likewise.
52320         * math/e_exp10.c: Include math_private.h using <...> not "...".
52321         * math/e_exp10f.c: Likewise.
52322         * math/e_exp10l.c: Likewise.
52323         * math/e_exp2l.c: Likewise.
52324         * math/e_j0l.c: Likewise.
52325         * math/e_j1l.c: Likewise.
52326         * math/e_jnl.c: Likewise.
52327         * math/e_lgammal_r.c: Likewise.
52328         * math/e_rem_pio2l.c: Likewise.
52329         * math/e_scalb.c: Likewise.
52330         * math/e_scalbf.c: Likewise.
52331         * math/e_scalbl.c: Likewise.
52332         * math/k_cosl.c: Likewise.
52333         * math/k_sinl.c: Likewise.
52334         * math/k_tanl.c: Likewise.
52335         * math/s_cacoshf.c: Likewise.
52336         * math/s_catan.c: Likewise.
52337         * math/s_catanf.c: Likewise.
52338         * math/s_catanh.c: Likewise.
52339         * math/s_catanhf.c: Likewise.
52340         * math/s_catanhl.c: Likewise.
52341         * math/s_catanl.c: Likewise.
52342         * math/s_ccosh.c: Likewise.
52343         * math/s_ccoshf.c: Likewise.
52344         * math/s_ccoshl.c: Likewise.
52345         * math/s_cexp.c: Likewise.
52346         * math/s_cexpf.c: Likewise.
52347         * math/s_cexpl.c: Likewise.
52348         * math/s_clog.c: Likewise.
52349         * math/s_clog10.c: Likewise.
52350         * math/s_clog10f.c: Likewise.
52351         * math/s_clog10l.c: Likewise.
52352         * math/s_clogf.c: Likewise.
52353         * math/s_clogl.c: Likewise.
52354         * math/s_csin.c: Likewise.
52355         * math/s_csinf.c: Likewise.
52356         * math/s_csinh.c: Likewise.
52357         * math/s_csinhf.c: Likewise.
52358         * math/s_csinhl.c: Likewise.
52359         * math/s_csinl.c: Likewise.
52360         * math/s_csqrt.c: Likewise.
52361         * math/s_csqrtf.c: Likewise.
52362         * math/s_csqrtl.c: Likewise.
52363         * math/s_ctan.c: Likewise.
52364         * math/s_ctanf.c: Likewise.
52365         * math/s_ctanh.c: Likewise.
52366         * math/s_ctanhf.c: Likewise.
52367         * math/s_ctanhl.c: Likewise.
52368         * math/s_ctanl.c: Likewise.
52369         * math/s_ldexp.c: Likewise.
52370         * math/s_ldexpf.c: Likewise.
52371         * math/s_ldexpl.c: Likewise.
52372         * math/s_significand.c: Likewise.
52373         * math/s_significandf.c: Likewise.
52374         * math/s_significandl.c: Likewise.
52375         * math/w_acos.c: Likewise.
52376         * math/w_acosf.c: Likewise.
52377         * math/w_acosh.c: Likewise.
52378         * math/w_acoshf.c: Likewise.
52379         * math/w_acoshl.c: Likewise.
52380         * math/w_acosl.c: Likewise.
52381         * math/w_asin.c: Likewise.
52382         * math/w_asinf.c: Likewise.
52383         * math/w_asinl.c: Likewise.
52384         * math/w_atan2.c: Likewise.
52385         * math/w_atan2f.c: Likewise.
52386         * math/w_atan2l.c: Likewise.
52387         * math/w_atanh.c: Likewise.
52388         * math/w_atanhf.c: Likewise.
52389         * math/w_atanhl.c: Likewise.
52390         * math/w_cosh.c: Likewise.
52391         * math/w_coshf.c: Likewise.
52392         * math/w_coshl.c: Likewise.
52393         * math/w_dremf.c: Likewise.
52394         * math/w_exp10.c: Likewise.
52395         * math/w_exp10f.c: Likewise.
52396         * math/w_exp10l.c: Likewise.
52397         * math/w_exp2.c: Likewise.
52398         * math/w_exp2f.c: Likewise.
52399         * math/w_fmod.c: Likewise.
52400         * math/w_fmodf.c: Likewise.
52401         * math/w_fmodl.c: Likewise.
52402         * math/w_hypot.c: Likewise.
52403         * math/w_hypotf.c: Likewise.
52404         * math/w_hypotl.c: Likewise.
52405         * math/w_j0.c: Likewise.
52406         * math/w_j0f.c: Likewise.
52407         * math/w_j0l.c: Likewise.
52408         * math/w_j1.c: Likewise.
52409         * math/w_j1f.c: Likewise.
52410         * math/w_j1l.c: Likewise.
52411         * math/w_jn.c: Likewise.
52412         * math/w_jnf.c: Likewise.
52413         * math/w_jnl.c: Likewise.
52414         * math/w_lgamma.c: Likewise.
52415         * math/w_lgamma_r.c: Likewise.
52416         * math/w_lgammaf.c: Likewise.
52417         * math/w_lgammaf_r.c: Likewise.
52418         * math/w_lgammal.c: Likewise.
52419         * math/w_lgammal_r.c: Likewise.
52420         * math/w_log.c: Likewise.
52421         * math/w_log10.c: Likewise.
52422         * math/w_log10f.c: Likewise.
52423         * math/w_log10l.c: Likewise.
52424         * math/w_log2.c: Likewise.
52425         * math/w_log2f.c: Likewise.
52426         * math/w_log2l.c: Likewise.
52427         * math/w_logf.c: Likewise.
52428         * math/w_logl.c: Likewise.
52429         * math/w_pow.c: Likewise.
52430         * math/w_powf.c: Likewise.
52431         * math/w_powl.c: Likewise.
52432         * math/w_remainder.c: Likewise.
52433         * math/w_remainderf.c: Likewise.
52434         * math/w_remainderl.c: Likewise.
52435         * math/w_scalb.c: Likewise.
52436         * math/w_scalbf.c: Likewise.
52437         * math/w_scalbl.c: Likewise.
52438         * math/w_sinh.c: Likewise.
52439         * math/w_sinhf.c: Likewise.
52440         * math/w_sinhl.c: Likewise.
52441         * math/w_sqrt.c: Likewise.
52442         * math/w_sqrtf.c: Likewise.
52443         * math/w_sqrtl.c: Likewise.
52444         * math/w_tgamma.c: Likewise.
52445         * math/w_tgammaf.c: Likewise.
52446         * math/w_tgammal.c: Likewise.
52448         * po/ja.po: Update from translation team.
52450 2011-09-29  Andreas Jaeger  <aj@suse.de>
52452         [BZ #13179]
52453         * sunrpc/netname.c (netname2host): Fix logic.
52455         [BZ #6779]
52456         [BZ #6783]
52457         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52458         correctly.
52459         * math/w_remainder.c (__remainder): Likewise.
52460         * math/w_remainderf.c (__remainderf): Likewise.
52461         * math/libm-test.inc (remainder_test): Add test cases.
52463 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52465         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
52466         sdiv_qrnnd.
52468 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52470         * string/test-memcmp.c: Avoid unncessary #defines.
52471         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52473 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52475         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52476         Use new sse2 version for core i3 - i7 as it's faster
52477         than sse42 version.
52478         (bit_Prefer_PMINUB_for_stringop): New.
52479         * sysdeps/x86_64/rawmemchr.S: Update.
52480         Replace with faster SSE2 version.
52481         * sysdeps/x86_64/memrchr.S: New file.
52482         * sysdeps/x86_64/memchr.S: Update.
52483         Replace with faster SSE2 version.
52485 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
52487         * elf/dl-load.c (lose): Add cast to avoid warning.
52489 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52491         * po/ca.po: Update from translation team.
52493         * inet/getnetgrent_r.c: Hook up nscd.
52494         * nscd/Makefile (routines): Add nscd_netgroup.
52495         (nscd-modules): Add netgroupcache.
52496         (CFLAGS-netgroupcache.c): Define.
52497         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52498         (cache_search): Add const to second parameter.
52499         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52500         INNETGR.
52501         (dbs): Add netgrdb entry.
52502         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52503         (verify_persistent_db): Handle netgrdb.
52504         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52505         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52506         GETFDNETGR.
52507         (netgroup_response_header): Define.
52508         (innetgroup_response_header): Define.
52509         (datahead): Add netgroup_response_header and innetgroup_response_header
52510         elements.
52511         * nscd/nscd.conf: Add entries for netgroup cache.
52512         * nscd/nscd.h (dbtype): Add netgrdb.
52513         (_PATH_NSCD_NETGROUP_DB): Define.
52514         (netgroup_iov_disabled): Declare.
52515         (xmalloc, xcalloc, xrealloc): Move declarations here.
52516         (cache_search): Adjust prototype.
52517         Add netgroup-related prototypes.
52518         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52519         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52520         (__nscd_innetgr): Declare.
52521         * nscd/selinux.c (perms): Use access_vector_t as element type and
52522         add netgroup-related initializers.
52523         * nscd/netgroupcache.c: New file.
52524         * nscd/nscd_netgroup.c: New file.
52525         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52526         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52527         For four parameters use innetgr.
52528         * nss/nss_files/files-init.c: Add definition and callback for netgr.
52529         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52530         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52531         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52533         * nscd/connections.c (register_traced_file): Don't register file
52534         for disabled databases.
52536 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
52538         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52540         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52541         from tree and freeing node.
52543 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
52545         * nss/nsswitch.c (__nss_database_lookup): Handle
52546         nss_parse_service_list out of memory case.
52548 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
52550         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52551         out of memory case.
52553 2011-10-04  Andreas Schwab  <schwab@redhat.com>
52555         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52556         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52557         pass it down.
52558         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52559         elf_machine_rela, elf_machine_lazy_rel.
52560         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52561         (ELF_DYNAMIC_DO_REL): Likewise.
52562         (ELF_DYNAMIC_DO_RELA): Likewise.
52563         (ELF_DYNAMIC_RELOCATE): Likewise.
52564         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52565         to ELF_DYNAMIC_DO_REL.
52566         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52567         (dl_main): In trace mode always set __RTLD_NOIFUNC.
52568         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52569         elf_machine_rela.
52570         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52571         skip_ifunc, don't call ifunc function if non-zero.
52572         (elf_machine_rela): Likewise.
52573         (elf_machine_lazy_rel): Likewise.
52574         (elf_machine_lazy_rela): Likewise.
52575         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52576         (elf_machine_lazy_rel): Likewise.
52577         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52578         Likewise.
52579         (elf_machine_lazy_rel): Likewise.
52580         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52581         Likewise.
52582         (elf_machine_lazy_rel): Likewise.
52583         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52584         (elf_machine_lazy_rel): Likewise.
52585         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52586         (elf_machine_lazy_rel): Likewise.
52587         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52588         (elf_machine_lazy_rel): Likewise.
52589         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52590         (elf_machine_lazy_rel): Likewise.
52591         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52592         (elf_machine_lazy_rel): Likewise.
52593         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52594         (elf_machine_lazy_rel): Likewise.
52596 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
52598         * nss/nss_files/files-init.c (_nss_files_init): Use static
52599         initialization for all the *_traced_file variables.
52601 2011-09-28  Andreas Schwab  <schwab@redhat.com>
52603         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52605 2011-09-27  Roland McGrath  <roland@hack.frob.com>
52607         [BZ #13226]
52608         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52610 2011-09-27  Andreas Schwab  <schwab@redhat.com>
52612         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52613         Reread the line before reparsing it.
52615 2011-09-26  Andreas Schwab  <schwab@redhat.com>
52617         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52619 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
52620             Maxim Kuvyrkov  <maxim@codesourcery.com>
52621             Joseph Myers  <joseph@codesourcery.com>
52623         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52624         if needed for __stack_chk_guard.
52626 2011-09-19  Roland McGrath  <roland@hack.frob.com>
52628         * sysdeps/posix/spawni.c (script_execute): Always define it.
52629         It will be optimized away if unused.
52630         (maybe_script_execute): New function.
52631         (__spawni): Call it.
52633         * Makerules: Don't include tls.make.
52634         (config-tls): Always set to thread.
52635         * tls.make.c: File removed.
52637 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
52639         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52640         * config.make.in (CPPFLAGS-config): New substituted variable.
52642 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52644         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52646         [BZ #13192]
52647         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52648         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52650 2011-09-15  Roland McGrath  <roland@hack.frob.com>
52652         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52653         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52654         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52655         (CALL_FAIL): Likewise.
52656         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52657         (CALL_FAIL): Macro removed.
52658         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52660 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52662         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52663         for __FINITE_MATH_ONLY__ == 1.
52665 2011-09-15  Andreas Schwab  <schwab@redhat.com>
52667         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52668         __ieee754_sqrt instead of sqrt.
52669         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52670         __ieee754_sqrtf instead of sqrtf.
52671         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52672         __floorf instead of floorf.
52673         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52674         __floorf, __truncf instead of floorf, truncf.
52676 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
52678         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52680         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52681         __extern_always_inline.
52682         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52683         32-bit.
52685 2011-09-14  Andreas Schwab  <schwab@redhat.com>
52687         * elf/rtld.c (dl_main): Also relocate in dependency order when
52688         doing symbol dependency testing.
52690 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
52692         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52693         Always define `refsym'.
52695 2011-09-13  Andreas Schwab  <schwab@redhat.com>
52697         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52698         (__FD_ELT): Renamed from __FDELT.
52699         * misc/bits/select2.h (__FD_ELT): Likewise.
52700         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52701         __FD_MASK instead of __FDELT, __FDMASK.
52702         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52703         Likewise.
52704         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52705         Likewise.
52707         * elf/Makefile (gen-ldd): Fix pattern.
52709         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52710         (init_tls): Likewise.
52712 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
52714         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52716 2011-09-12  Andreas Schwab  <schwab@redhat.com>
52718         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52719         `struct cmsghdr *' instead of `void *'.
52720         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52721         Likewise.
52723 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
52725         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52726         if non-absolute.
52727         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52728         ldd_rewrite_script.
52730 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
52732         * configure.in: Remove --with-tls option.
52733         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
52734         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
52735         out in case it is missing.
52736         * sysdeps/ia64/elf/configure.in: Likewise.
52737         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
52738         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
52739         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
52740         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
52741         * sysdeps/sh/elf/configure.in: Likewise.
52742         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
52743         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
52744         * sysdeps/x86_64/elf/configure.in: Likewise.
52745         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
52746         * sysdeps/mach/hurd/tls.h: Likewise.
52748         [BZ #13067]
52749         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
52751         [BZ #13090]
52752         * configure.in: Fix use of AC_INIT.
52754         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52756 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52758         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52759         __set_errno.
52760         * malloc/hooks.c: Likewise.
52762         [BZ #11929]
52763         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52764         variables statically.
52765         (narenas): Initialize.
52766         (list_lock): Initialize.
52767         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52768         initializtion of main_arena and list_lock.  Small cleanups.
52769         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52770         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52771         Add initializers to main_arena and mp_.
52772         (malloc_state): Remove pagesize member.  Change all users to use
52773         GLRO(dl_pagesize).
52775         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52776         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52777         is always initialized.
52779         * malloc/malloc.c: Removed unused configurations and dead code.
52780         * malloc/arena.c: Likewise.
52781         * malloc/hooks.c: Likewise.
52782         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52784         * include/tls.h: Removed.  USE___THREAD must always be defined.
52785         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52786         * elf/dl-libc.c: Likewise.
52787         * elf/dl-tsd.c: Likewise.
52788         * include/errno.h: Likewise.
52789         * include/netdb.h: Likewise.
52790         * include/resolv.h: Likewise.
52791         * inet/herrno-loc.c: Likewise.
52792         * inet/herrno.c: Likewise.
52793         * malloc/arena.c: Likewise.
52794         * malloc/hooks.c: Likewise.
52795         * malloc/malloc.c: Likewise.
52796         * resolv/res-state.c: Likewise.
52797         * resolv/res_libc.c: Likewise.
52798         * sysdeps/i386/dl-machine.h: Likewise.
52799         * sysdeps/ia64/dl-machine.h: Likewise.
52800         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52801         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52802         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52803         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52804         * sysdeps/sh/dl-machine.h: Likewise.
52805         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52806         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52807         * sysdeps/unix/i386/sysdep.S: Likewise.
52808         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52809         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52810         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52811         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52812         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52813         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52814         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52815         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52816         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52817         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52818         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52819         * sysdeps/x86_64/dl-machine.h: Likewise.
52820         * tls.make.c: Likewise.
52822         * configure.in: Remove --with-__thread option.  Make tests for
52823         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52824         tls_model attribute fail if no support is available.  Remove
52825         USE_IN_LIBIO.
52826         * Makeconfig: Adjust for dropped configure option.  All features are
52827         now mandatory.
52828         * Makerules: Likewise.
52829         * Versions.def: Likewise.
52830         * argp/argp-fmtstream.c: Likewise.
52831         * argp/argp-fmtstream.h: Likewise.
52832         * argp/argp-help.c: Likewise.
52833         * assert/assert.c: Likewise.
52834         * config.h.in: Likewise.
52835         * config.make.in: Likewise.
52836         * configure: Likewise.
52837         * configure.in: Likewise.
52838         * csu/Versions: Likewise.
52839         * csu/init.c: Likewise.
52840         * elf/tst-audit2.c: Likewise.
52841         * elf/tst-tls10.c: Likewise.
52842         * elf/tst-tls10.h: Likewise.
52843         * elf/tst-tls11.c: Likewise.
52844         * elf/tst-tls12.c: Likewise.
52845         * elf/tst-tls14.c: Likewise.
52846         * elf/tst-tlsmod11.c: Likewise.
52847         * elf/tst-tlsmod12.c: Likewise.
52848         * elf/tst-tlsmod13.c: Likewise.
52849         * elf/tst-tlsmod13a.c: Likewise.
52850         * elf/tst-tlsmod14a.c: Likewise.
52851         * elf/tst-tlsmod15b.c: Likewise.
52852         * elf/tst-tlsmod16a.c: Likewise.
52853         * elf/tst-tlsmod16b.c: Likewise.
52854         * elf/tst-tlsmod7.c: Likewise.
52855         * elf/tst-tlsmod8.c: Likewise.
52856         * elf/tst-tlsmod9.c: Likewise.
52857         * gmon/gmon.c: Likewise.
52858         * grp/fgetgrent_r.c: Likewise.
52859         * grp/putgrent.c: Likewise.
52860         * hurd/fopenport.c: Likewise.
52861         * include/libc-symbols.h: Likewise.
52862         * include/tls.h: Likewise.
52863         * intl/gettextP.h: Likewise.
52864         * intl/loadinfo.h: Likewise.
52865         * locale/global-locale.c: Likewise.
52866         * locale/localeinfo.h: Likewise.
52867         * mach/devstream.c: Likewise.
52868         * malloc/arena.c: Likewise.
52869         * malloc/set-freeres.c: Likewise.
52870         * misc/err.c: Likewise.
52871         * misc/getttyent.c: Likewise.
52872         * misc/mntent_r.c: Likewise.
52873         * posix/getopt.c: Likewise.
52874         * posix/wordexp.c: Likewise.
52875         * pwd/fgetpwent_r.c: Likewise.
52876         * resolv/Versions: Likewise.
52877         * resolv/res_hconf.c: Likewise.
52878         * shadow/fgetspent_r.c: Likewise.
52879         * shadow/putspent.c: Likewise.
52880         * stdio-common/printf_fphex.c: Likewise.
52881         * stdio-common/tmpfile.c: Likewise.
52882         * stdlib/abort.c: Likewise.
52883         * stdlib/fmtmsg.c: Likewise.
52884         * sunrpc/auth_unix.c: Likewise.
52885         * sunrpc/clnt_perr.c: Likewise.
52886         * sunrpc/clnt_tcp.c: Likewise.
52887         * sunrpc/clnt_udp.c: Likewise.
52888         * sunrpc/clnt_unix.c: Likewise.
52889         * sunrpc/openchild.c: Likewise.
52890         * sunrpc/svc_simple.c: Likewise.
52891         * sunrpc/svc_tcp.c: Likewise.
52892         * sunrpc/svc_udp.c: Likewise.
52893         * sunrpc/svc_unix.c: Likewise.
52894         * sunrpc/xdr.c: Likewise.
52895         * sunrpc/xdr_array.c: Likewise.
52896         * sunrpc/xdr_rec.c: Likewise.
52897         * sunrpc/xdr_ref.c: Likewise.
52898         * sunrpc/xdr_stdio.c: Likewise.
52900 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52902         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52904 2011-07-03  Andreas Jaeger  <aj@suse.de>
52906         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52907         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52908         regenerate with gen-libm-tests.pl.
52910 2010-05-12  Petr Baudis  <pasky@suse.cz>
52912         [BZ #11589]
52913         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52914         around j0() zero points by switching to j1().
52915         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52916         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52917         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52918         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52920 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52922         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52923         instead of 0.
52924         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52925         instead of 0.
52926         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52927         Patch in part by Pavel Roskin <proski@gnu.org>.
52929         [BZ #13138]
52930         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52931         realloc.
52932         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
52933         Free memory block if necessary.
52935         [BZ #12847]
52936         * libio/genops.c (INTDEF): For string streams the _lock pointer can
52937         be NULL.  Don't lock in this case.
52939 2011-09-09  Roland McGrath  <roland@hack.frob.com>
52941         * elf/elf.h (ELFOSABI_GNU): New macro.
52942         (ELFOSABI_LINUX): Define to that.
52944 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
52946         * string/strncat.c (strncat): Undef the symbol in case it has been
52947         defined in bits/string.h.
52949 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52951         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52953         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52954         link map.
52956 2011-08-17  Andreas Jaeger  <aj@suse.de>
52958         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52960 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
52961             Ian Lance Taylor  <iant@google.com>
52963         * math/libm-test.inc (lround_test): New testcase.
52964         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52966 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
52968         * Makefile: Remove support for automatic cvs check-ins.
52969         * Makerules: Likewise.
52970         * config.make.in: Likewise.
52971         * configure.in: Likewise.
52972         * intl/Makefile: Likewise.
52973         * locale/Makefile: Likewise.
52974         * po/Makefile: Likewise.
52975         * posix/Makefile: Likewise.
52976         * sysdeps/gnu/Makefile: Likewise.
52977         * sysdeps/mach/hurd/Makefile: Likewise.
52978         * sysdeps/sparc/sparc32/Makefile: Likewise.
52980         [BZ #13118]
52981         * posix/Makefile (bug-regex32-ENV): Define.
52982         Patch by John Stanley <jpsinthemix@verizon.net>.
52984         * misc/Makefile (headers): Add bits/select2.h.
52985         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52986         * misc/bits/select2.h: New file.
52987         * include/bits/select2.h: New file.
52988         * debug/Makefile (routines): Add fdelt_chk.
52989         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52990         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52991         FD_ISSET.
52992         * debug/fdelt_chk.c: New file.
52994         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
52995         * wcsmbs/test-wmemcmp.c: Likewise.
52996         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52997         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52999 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53001         * string/Makefile (strop-tests): Add memcmp.
53002         * string/test-wmemcmp.c: New file.
53003         * string/test-memcmp.c: Add wmemcmp support.
53005 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53007         [BZ #13153]
53008         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53009         2011-07-19 change.
53011         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53012         garbage value in a __mach_port_mod_refs call in the cases of the
53013         task-self and thread-self ports.
53015 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53017         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53019 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53021         * elf/dl-load.c (lose): Check for non-null L.
53023 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53025         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53027         * elf/dl-libc.c (dlerror_run): Pass back error code from
53028         dl_catch_error.
53030         [BZ #13123]
53031         * elf/dl-load.c (lose): Free l_origin if it is valid.
53033         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53034         names.
53035         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53036         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53037         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53038         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53039         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53040         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53042 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53044         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53045         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53046         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53047         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53048         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53049         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53050         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53051         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53052         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53053         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53055 2011-08-15  Alan Modra  <amodra@gmail.com>
53057         [BZ #13092]
53058         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53059         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53060         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53061         ppc_mcount to static-only-routines.
53062         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53063         __mcount_internal.
53064         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53065         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53067 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53069         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53070         for finite and infinity parameters.
53072 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53074         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53075         and add nop instructions for throughput optimization.
53076         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53078 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53080         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53081         aligned copy for power7 with vector-scalar instructions.
53082         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53084 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53086         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53087         AVX check.
53089 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53091         [BZ #13144]
53092         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53093         last change.
53095 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53097         * sysdeps/unix/sysv/linux/x86_64/init-first.c
53098         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53099         syscall wrapper around clock_gettime in __vdso_clock_gettime.
53100         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53101         clock_gettime.
53103 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53105         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53106         Forgot to demangle the pointer.
53108         * sysdeps/i386/sysdep.h: Define atom_text_section.
53109         * sysdeps/x86_64/sysdep.h: Likewise.
53110         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53111         section with atom_text_section.
53112         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53113         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53114         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53115         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53116         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53118         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53119         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53120         already be defined.  Change to take two parameters and don't assign
53121         result to variable.  Adjust all users.
53122         Define INTERNAL_GETTIME if not already defined.
53123         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53124         call.
53125         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53126         HAVE_CLOCK_GETTIME_VSYSCALL.
53127         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53129         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53130         gettimeofday vsyscall, just use time.
53132 2011-09-06  Andreas Schwab  <schwab@redhat.com>
53134         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53135         <errno.h>.
53137 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53139         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53140         syscall on x86-64.
53141         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53142         syscall.
53143         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53144         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53145         syscall if possible.
53147 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53149         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53150         e_ident.  Don't pass to find_mapsXX.
53151         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53153 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53155         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53156         strchr-sse2-no-bsf strrchr-sse2-no-bsf
53157         * sysdeps/x86_64/multiarch/strchr.S: Update.
53158         Check bit_slow_BSF bit.
53159         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53160         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53161         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53163 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53165         [BZ #13134]
53166         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53167         before glibc 2.15.
53168         (tryshell): Define.
53169         (__spawni): Change last parameter to be flag.  Test
53170         SPAWN_XFLAGS_USE_PATH flag to use path or not.
53171         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53172         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53173         * posix/spawni.c: Likewise.
53174         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53175         * posix/spawnp.c: Likewise.  Change normal version to use
53176         SPAWN_XFLAGS_USE_PATH.
53177         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53178         SPAWN_XFLAGS_TRY_SHELL.
53180         [BZ #13150]
53181         * posix/glob.h: Remove gcc 1.x support.
53183         [BZ #13068]
53184         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53186 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53188         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53189         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53190         strrchr-sse2-bsf
53191         * sysdeps/i386/i686/multiarch/strchr.S: New file.
53192         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53193         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53194         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53195         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53196         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53198 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53200         * sysdeps/x86_64/wcscmp.S: New file.
53202         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53203         wcscmp-c wcscmp-sse2
53204         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53205         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53206         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53207         * wcsmbs/wcscmp.c: Allow renaming.
53209 2011-09-05  David S. Miller  <davem@davemloft.net>
53211         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53212         stack slot, rather than the struct return pointer slot.
53213         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53214         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53215         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53216         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53218 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53220         * po/ja.po: Update from translation team.
53222         [BZ #13144]
53223         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53224         kernel in 64-bit binaries.
53226 2011-09-01  David S. Miller  <davem@davemloft.net>
53228         * elf/elf.h (HWCAP_SPARC_*): Move to..
53229         * sysdeps/sparc/sysdep.h: this new file and add new values.
53230         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53231         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53232         _DL_HWCAP_COUNT to 24.
53233         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53234         entries.
53235         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53236         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53237         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53238         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53239         instead of magic constants.
53240         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53242 2011-08-31  David S. Miller  <davem@davemloft.net>
53244         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53245         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53246         Reimplement to do errno handling inline.
53247         (SYSCALL_ERROR_HANDLER): New macro.
53248         (__SYSCALL_STRING): Do not do errno handling in asm.
53249         (__CLONE_SYSCALL_STRING): Delete.
53250         (__INTERNAL_SYSCALL_STRING): Delete.
53251         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53252         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53253         (PSEUDO): Reimplement to do errno handling inline.
53254         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53255         (SYSCALL_ERROR_HANDLER): New macro.
53256         (__SYSCALL_STRING): Do not do errno handling in asm.
53257         (__CLONE_SYSCALL_STRING): Delete.
53258         (__INTERNAL_SYSCALL_STRING): Delete.
53259         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53260         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53261         i386.
53262         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53263         (inline_syscall*): Add 'err' argument.
53264         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53265         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53266         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53267         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53269         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53270         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53272 2011-08-30  Andreas Schwab  <schwab@redhat.com>
53274         * elf/rtld.c (dl_main): Relocate objects in dependency order.
53276 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53278         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53279         directive.
53281 2011-08-24  David S. Miller  <davem@davemloft.net>
53283         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53285 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53287         * elf/Makefile: Add rules to build and run unload8 test.
53288         * elf/unload8.c: New file.
53289         * elf/unload8mod1.c: New file.
53290         * elf/unload8mod1x.c: New file.
53291         * elf/unload8mod2.c: New file.
53292         * elf/unload8mod3.c: New file.
53294         * elf/dl-close.c (_dl_close_worker): Reset private search list if
53295         it wasn't used.
53297 2011-08-23  David S. Miller  <davem@davemloft.net>
53299         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53300         subtract stack bias.
53301         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53302         %sp not %fp in calculations.
53303         (_JMPBUF_UNWINDS_ADJ): Likewise.
53305         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53306         (aio_suspend): Call it to force an exception region around the
53307         AIO_MISC_WAIT() invocation.
53309 2011-08-23  Andreas Schwab  <schwab@redhat.com>
53311         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53312         backslash.
53314 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
53316         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53317         protection macro.
53318         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53319         and <dl-machine.h>.
53320         (Elf64_FuncDesc): Remove.
53322 2011-08-22  David S. Miller  <davem@davemloft.net>
53324         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53325         sigaltstack check, add missing cfi directives.
53326         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53327         missing cfi directives, and sigaltstack handling.
53329 2011-08-16  Andreas Schwab  <schwab@redhat.com>
53331         [BZ #11724]
53332         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53333         object is seen twice.
53334         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53336         * elf/Makefile (distribute): Add tst-initorder2.c.
53337         (tests): Add tst-initorder2.
53338         (modules-names): Add tst-initorder2a tst-initorder2b
53339         tst-initorder2c tst-initorder2d.  Add rules to build them.
53340         ($(objpfx)tst-initorder2.out): New rule.
53341         * elf/tst-initorder2.c: New file.
53342         * elf/tst-initorder2.exp: New file.
53344 2011-08-22  Andreas Schwab  <schwab@redhat.com>
53346         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53348         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53349         dependencies back to end of function.
53351         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53352         $(elfobjdir)/ld.so.
53354 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
53356         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53357         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53358         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53359         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53360         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53361         of __vdso_gettimeofday.
53362         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53363         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
53364         attribute_hidden.
53365         (_libc_vdso_platform_setup): Remove initialization of
53366         __vdso_gettimeofday and __vdso_time.
53368 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53370         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53371         and fgetc_unlocked.
53372         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53373         getc_unlocked.
53375         * elf/dl-open.c (add_to_global): Report additions to the global scope
53376         for LD_DEBUG=scopes.
53377         (dl_open_worker): Also print scope of newly loaded dependencies.
53378         (_dl_show_scope): Indicate if there is no scope.
53380         [BZ #13114]
53381         * stdio-common/Makefile (tests): Add bug24.
53382         * stdio-common/bug24.c: New file.
53384 2011-08-19  Andreas Jaeger  <aj@suse.de>
53386         [BZ #13114]
53387         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53388         non-existant file when using close-on-exec mode.
53390 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53392         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53393         the very first instruction.
53395         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53396         the CFI state in the end.
53397         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53398         inclusion of dl-trampoline.h.
53399         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53401 2011-08-19  Andreas Schwab  <schwab@redhat.com>
53403         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53404         expectations for long double.
53406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53407         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53409 2011-08-14  David S. Miller  <davem@davemloft.net>
53411         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53412         artificual limit depends upon the system page size.
53414 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53416         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53417         * resolv/Makefile: Define CFLAGS-libresolv.
53419 2011-08-17  Andreas Schwab  <schwab@redhat.com>
53421         * nss/makedb.c (compute_tables): Make variables used in nested
53422         function static.
53424 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53426         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53427         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53428         if buffer was too small.
53430         * elf/pldd.c (main): Attach to all threads in the process.
53431         Rewrite /proc handling to use *at functions.
53433 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
53435         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53436         specifies first scope to show.
53437         (dl_open_worker): Update callers.  Move printing scope of new
53438         object to before the relocation.
53439         * elf/rtld.c (dl_main): Update _dl_show_scope call.
53440         * sysdeps/generic/ldsodefs.h: Update declaration.
53442         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53443         string for the scope number.
53445 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
53447         * nscd/servicescache.c (cache_addserv): Make sure written is always
53448         initialized.
53450 2011-08-14  Roland McGrath  <roland@hack.frob.com>
53452         * sysdeps/i386/i486/bits/atomic.h
53453         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53454         statement expression, so as to suppress "set but not used" warning.
53455         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53457         * string/strncat.c (STRNCAT): Use prototype definition.
53459         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53460         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53461         -Iprograms here.
53462         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53463         (localedef-modules): Add localedef.
53464         (locale-modules): Add locale.
53466         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53467         * elf/rtld.c (dl_main): Invert order of assignment in last change,
53468         to avoid a warning.
53470 2011-08-14  David S. Miller  <davem@davemloft.net>
53472         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53473         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53475 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
53477         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53478         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53479         * elf/rtld.c (dl_main): Set l_name of vDSO.
53480         Call _dl_show_scope when DL_DEBUG_SCOPES.
53481         (process_dl_debug): Recognize scopes flag and also set it for all.
53482         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53483         Declare _dl_show_scope.
53485         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53486         (do_dlopen): Pass caller_dlopen to dl_open.
53487         (__libc_dlopen_mode): Initialize caller_dlopen.
53489         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53490         of libc.  Make tolower call locale-independent.  Optimize a bit by
53491         using isdigit instead of isalnum.
53492         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53494 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
53496         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53497         was a dependency or dynamically loaded.
53499 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
53501         * intl/l10nflist.c: Allow architecture-specific pop function.
53502         * sysdeps/x86_64/l10nflist.c: New file.
53504         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53505         classification.
53507 2011-08-10  Andreas Schwab  <schwab@redhat.com>
53509         * include/dirent.h: Add libc_hidden_proto for scandirat and
53510         scandirat64.  Don't declare __scandirat64.
53511         * dirent/scandirat.c: Add libc_hidden_def.
53512         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53513         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53515 2011-08-10  David S. Miller  <davem@davemloft.net>
53517         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53518         enum.
53519         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53520         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53521         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53523 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
53525         * Versions.def [libc]: Add GLIBC_2.15.
53526         * dirent/Makefile (routines): Add scandirat and scandirat64.
53527         * dirent/Versions [libc]: Export scandirat and scandirat64 for
53528         GLIBC_2.15.
53529         * dirent/dirent.h: Declare scandirat and scandirat64.
53530         * dirent/scandirat.c: New file.
53531         * dirent/scandirat64.c: New file.
53532         * sysdeps/wordsize-64/scandirat.c: New file.
53533         * sysdeps/wordsize-64/scandirat64.c: New file.
53534         * dirent/opendir.c: Define opendirat.
53535         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
53536         using scandirat.
53537         * dirent/scandir64.c: Adjust for scandir.c change.
53538         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
53539         __scandirat64, and __scandir_cancel_handler.
53540         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
53541         additional parameter and use openat instead of open (outside of ld.so).
53542         Add new __opendir as wrapper around __opendirat.
53543         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53544         here without requiring old scandirat implementation.
53546 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
53548         * dirent/scandir.c (cancel_handler): Renamed to
53549         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
53550         defined.  Adjust users.
53551         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53552         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53554 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
53556         * string/test-string.h (IMPL): Use __STRING to expand name and then
53557         stringify it.
53559         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
53560         of cleanups.
53562 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53564         * string/Makefile: Update.
53565         (strop-tests): Append strncat.
53566         * string/test-wcscmp.c: New file.
53567         New comprehensive test for wcscmp.
53568         * string/test-strcmp.c: Update.
53569         (WIDE): New define.
53571 2011-07-22  Andreas Schwab  <schwab@redhat.com>
53573         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53574         line.
53576 2011-07-26  Andreas Schwab  <schwab@redhat.com>
53578         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53579         encoding to ACE if AI_IDN.
53581 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
53583         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53584         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53586 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53588         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53589         Fix overflow bug in strncat.
53590         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53592         * string/test-strncat.c: Update.
53593         Add new tests for checking overflow bugs.
53595 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53597         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53598         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53599         * sysdeps/i386/i686/multiarch/strcat.S: New file.
53600         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53601         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53602         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53603         * sysdeps/i386/i686/multiarch/strncat.S: New file.
53604         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53605         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53607         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53608         (USE_AS_STRCAT): Define.
53609         Add strcat and strncat support.
53610         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53612 2011-07-25  Andreas Schwab  <schwab@redhat.com>
53614         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53615         __n bigger than INT_MAX+1.
53616         (__strncmp_g): Likewise.
53618 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
53620         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53621         * libio/stido.h: Likewise.
53623         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53624         (AF_NFC): Define.
53625         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53626         (AF_NFC): Define.
53628         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53629         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53630         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53631         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53632         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53634         [BZ #13021]
53635         * scripts/test-installation.pl: Don't expect libnss_test1 to be
53636         installed.
53638         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53639         typo.
53640         (_dl_x86_64_save_sse): Likewise.
53642 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
53644         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53645         OSXSAVE.
53646         (_dl_x86_64_save_sse): Likewise.
53648         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53650         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53652 2011-07-21  Andreas Schwab  <schwab@redhat.com>
53654         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53655         change.
53656         (_dl_x86_64_save_sse): Use correct AVX check.
53658 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53660         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53661         bug in strncpy/strncat.
53662         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53664 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
53666         * string/tester.c (test_strcat): Add tests for different alignments
53667         of source and destination.
53668         (test_strncat): Likewise.
53670 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53672         [BZ #12852]
53673         * posix/glob.c (glob): Check passed in values before using them in
53674         expressions to avoid some overflows.
53675         (glob_in_dir): Likewise.
53677         [BZ #13007]
53678         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53679         check for AVX enablement so that we don't crash with old kernels and
53680         new hardware.
53681         * elf/tst-audit4.c: Add same checks here.
53682         * elf/tst-audit6.c: Likewise.
53684         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53686 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
53688         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53690 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53692         * po/cs.po: Update from translation team.
53693         * po/bg.po: Likewise.
53695 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
53697         * misc/sys/cdefs.h: Add support for const attribute.
53698         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53699         to gnu_dev_{major,minor,makedev} functions.
53701 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
53703         * intl/dcigettext.c (get_output_charset): Add missing bracket.
53705 2011-07-20  Andreas Schwab  <schwab@redhat.com>
53707         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53708         strlen results.
53710 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53712         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53713         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53714         register in order to avoid conflicts with the soft frame pointer
53715         being held in r11 when necessary.
53716         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53717         (INTERNAL_VSYSCALL_NCS): Likewise.
53719 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
53721         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53722         * elf/dl-fini.c (_dl_fini): Adjust caller.
53723         * elf/dl-close.c (_dl_close_worker): Likewise.
53724         * sysdeps/generic/ldsodefs.h: Adjust declaration.
53726 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53728         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53729         "aux_cache->nlibs < 0".
53731         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53732         in the reload-count case.
53734 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53736         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53737         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
53738         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
53739         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
53740         * sysdeps/x86_64/multiarch/strcat.S: New file.
53741         * sysdeps/x86_64/multiarch/strncat.S: New file.
53742         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
53743         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
53744         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
53745         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
53746         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
53747         (USE_AS_STRCAT): Define.
53748         Add strcat and strncat support.
53749         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53750         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
53751         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53752         * string/strncat.c: Update.
53753         (USE_AS_STRNCAT): Define.
53754         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53755         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53756         and i7.
53757         * sysdeps/x86_64/multiarch/init-arch.h
53758         (bit_Prefer_PMINUB_for_stringop): New.
53759         (index_Prefer_PMINUB_for_stringop): Likewise.
53760         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53761         bit_Prefer_PMINUB_for_stringop.
53763 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53765         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53766         buffer64.
53767         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53768         of casting of buffer.
53769         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53770         buffer32 and buffer64.
53771         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53772         writes instead of casting of buffer.
53773         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53774         buffer32.
53775         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53776         casting of buffer.
53778 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53780         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53782 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53784         * nscd/nscd.c (termination_handler): Don't do anything for a database
53785         if it has not yet been initialized.
53787 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53789         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53791 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53793         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53795 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53797         * po/nl.po: Update from translation team.
53798         * po/sv.po: Likewise.
53800 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53802         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53803         now disallowed by GCC.
53805         * configure.in (use-default-link): Default to yes if a test -shared
53806         link meets our qualifications.
53807         * configure: Regenerated.
53809         * config.make.in (output-format): New variable.
53810         * configure.in: Check for ld --print-output-format support.
53811         * configure: Regenerated.
53812         * Makerules ($(common-objpfx)format.lds)
53813         [$(output-format) != unknown]: Just use $(output-format),
53814         instead of the linker-script munging.
53816 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53818         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53819         of $(common-objpfx)shlib.lds.
53820         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53822         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53823         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53825         * configure.in (-z relro check): Adjust test code to add a large
53826         writable data section after it.
53827         * configure: Regenerated.
53829 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53831         * configure.in (-z relro check): Fix test code to make the variable
53832         truly const.
53833         * configure: Regenerated.
53835 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53837         * nscd/nscd.h (struct traced_file): Define.
53838         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53839         elements.  Add traced_files.
53840         (inotify_fd): Declare.
53841         (register_traced_file): Declare.
53842         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53843         (inotify_fd): Export.
53844         (resolv_conf_descr): Remove.
53845         (nscd_init): Move inotify descriptor creation to main.
53846         Don't register files for notification here.
53847         (register_traced_file): New function.
53848         (invalidate_cache): Don't use reset_res to determine whether to call
53849         res_init, go through the list of registered files.
53850         (main_loop_poll): The inotify descriptors are now stored in the
53851         structures for the traced files.
53852         (main_loop_epoll): Likewise
53853         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53854         to __nss_disable_nscd.
53855         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53856         for a database anymore.  Check the records for all the registered
53857         files instead.
53858         * nss/Makefile (libnss_files-routines): Add files-init.
53859         (libnss_db-routines): Add db-init.
53860         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53861         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53862         * nss/nss_db/db-init.c: New file.
53863         * nss/nss_files/files-init.c: New file.
53864         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53865         __nss_lookup_function.
53866         (__nss_lookup_function): Call nss_load_library.
53867         (nss_load_all_libraries): New function.
53868         (__nss_disable_nscd): Take parameter with callback function for files
53869         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53870         used for the cached services.
53871         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53872         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53873         options for features to all the files in nscd.
53875         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53877 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53879         * csu/elf-init.c (__libc_csu_init): Comment typo.
53881 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53883         * po/pl.po: Update from translation team.
53884         * po/ja.po: Likewise.
53885         * po/ru.po: Likewise.
53886         * po/ko.po: Likewise.
53887         * po/fr.po: Likewise.
53889 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53891         * configure.in (.ctors/.dtors header and trailer check):
53892         Use an empirical test on a built program.
53893         * configure: Regenerated.
53895         * configure.in (-z relro check): Use an empirical test on a built DSO.
53896         Detect, but do not require, on ia64.
53897         * configure: Regenerated.
53899         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53900         Update tests that use readelf to use $READELF instead.
53901         * configure: Regenerated.
53903 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53905         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53906         if the result is not used.
53908 2011-07-05  Andreas Jaeger  <aj@suse.de>
53910         [BZ#9696]
53911         * stdlib/tst-strtod.c: Add testcase.
53913 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53915         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53916         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53917         The latter has a higher limit.  Take additional parameter to pass to
53918         the new function.
53919         (__pathconf): Pass file to __statfs_link_max.
53920         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53921         __statfs_link_max.
53922         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53923         __statfs_link_max.
53925         [BZ #12868]
53926         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53927         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53928         Handle Lustre.
53929         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53930         (__statfs_filesize_max): Likewise.
53931         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53933 2011-07-05  Andreas Jaeger  <aj@suse.de>
53935         * resolv/res_comp.c (dn_skipname): Remove unused variable.
53937 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
53939         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53940         `status' variable.
53941         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53942         Likewise.
53944 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
53946         * Makefile (strop-tests): Add strncat.
53947         * string/test-strncat.c: New file.
53949 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
53951         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53953 2011-06-21  Andreas Jaeger  <aj@suse.de>
53955         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53956         Copy rule from iconvdata/Makefile.
53958 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53960         [BZ #12922]
53961         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53962         but no long options are defined, just return 'W'.
53964 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
53966         [BZ #9696]
53967         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53969 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53971         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53972         netgroups to read.
53973         (innetgr): Likewise.
53975 2011-07-05  Roland McGrath  <roland@hack.frob.com>
53977         * config.make.in (install_root): Default to $(DESTDIR).
53979 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
53981         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53983 2011-07-02  Roland McGrath  <roland@hack.frob.com>
53985         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53987         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53988         containing directory rather than embedding absolute directory names.
53990         * scripts/check-local-headers.sh: Rewritten using awk.
53991         Match by word, not by line.  Print error messages for matches.
53992         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53994         * Makerules [shlib-lds-flags empty]:
53995         ($(common-objpfx)libc_pic.opts): New target.
53996         ($(common-objpfx)libc_pic.os.clean): New target.
53997         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53999         * config.make.in (OBJCOPY): New variable.
54000         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54001         * configure: Regenerated.
54003         * config.make.in (use-default-link): New variable.
54004         * configure.in (use_default_link): Grok --with-default-link to set it.
54005         * configure: Regenerated.
54006         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54007         (shlib-lds, shlib-lds-flags): Define to empty.
54009         * Makerules (shlib-lds): New variable.
54010         (shlib-lds-flags): New variable.
54011         (build-shlib, build-moduile, build-module-asneeded): Use it.
54012         ($(common-objpfx)libc.so): Use $(shlib-lds).
54013         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54014         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54016         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54017         DT_FLAGS/DT_FLAGS_1 with zero flags.
54019         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54020         linker script munging.
54022 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54024         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54025         as 128-bit value.
54026         * crypt/sha512.c (sha512_process_block): Perform total addition using
54027         128-bit if possible.
54028         (__sha512_finish_ctx): Likewise.
54029         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54030         as 64-bit value.
54031         * crypt/sha256.c (SWAP64): Define.
54032         (sha256_process_block): Perform total addition using 64-bit if
54033         possible.
54034         (__sha256_finish_ctx): Likewise.
54036 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54038         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54039         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54040         * nscd/hstcache.c (cache_addhst): Likewise.
54041         * nscd/grpcache.c (cache_addgr): Likewise.
54042         * nscd/aicache.c (addhstaiX): Likewise
54043         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54045 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54047         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54048         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54049         * nscd/hstcache.c (cache_addhst): Likewise.
54050         * nscd/grpcache.c (cache_addgr): Likewise.
54051         * nscd/aicache.c (addhstaiX): Likewise
54053 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54055         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54056         domain only when needed.
54058 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54060         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54061         is always restored.
54063 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54065         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54066         are re-adding the entry.
54067         * nscd/servicescache.c (cache_addserv): Likewise.
54069 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54071         * sysdeps/generic/dl-irel.h: fix protection against multiple
54072         inclusions.
54073         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54075 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54077         [BZ #12935]
54078         * malloc/memusage.sh: Fix quoting in message.
54079         * debug/xtrace.sh: Likewise.
54081         * configure.in: Remove support for --experimental-malloc option, make
54082         it the default.
54083         * config.make.in: Likewise.
54084         * malloc/Makefile: Likewise.
54086 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54088         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54089         two-byte characters.
54091 2011-06-27  Roland McGrath  <roland@hack.frob.com>
54093         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54094         AC_CACHE_CHECK invocation.
54095         * configure: Regenerated.
54097         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54099 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
54101         [BZ #12350]
54102         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
54103         bit from old_res_options.
54105         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54107         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54108         value type for setfct.
54110 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
54112         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54113         __gettimeofday instead of gettimeofday.
54115 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
54117         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54119 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
54121         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54123         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54124         info.
54126 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54128         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54129         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54130         strcpy-sse2-unaligned strncpy-sse2-unaligned
54131         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54132         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54133         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54134         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54135         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54136         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54137         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54138         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54139         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54140         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54141         (STRCPY): Support SSE2 and SSSE3 versions.
54143 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
54145         [BZ #12874]
54146         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54147         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54148         kernels which artificially limit size of requests.
54150 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54152         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54153         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54154         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54155         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54156         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54157         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54158         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54159         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54160         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54161         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54162         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54163         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54164         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54165         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54166         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54167         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54168         Enable unaligned load optimization for Intel Core i3, i5 and i7
54169         processors.
54170         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54171         Define.
54172         (index_Fast_Unaligned_Load): Define.
54173         (HAS_FAST_UNALIGNED_LOAD): Define.
54175 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
54177         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54179 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54181         [BZ #12907]
54182         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54183         until it is clear that the information is realy needed.
54184         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54186 2011-06-22  Andreas Schwab  <schwab@redhat.com>
54188         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54190 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54192         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54193         /sys/devices/system/cpu/online if it is usable.
54195         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54196         reading the information from the /proc filesystem to once a second.
54198 2011-06-21  Andreas Jaeger  <aj@suse.de>
54200         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54201         NULL after inclusion of kernel headers.
54203 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
54205         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54206         calls to internal_setent.
54208         [BZ #12885]
54209         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54210         addresses using gethostbyname4_r ignore IPv4 addresses.
54212         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54213         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54215         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54217 2011-06-20  David S. Miller  <davem@davemloft.net>
54219         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54220         inclusions.
54221         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54223         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54224         (elf_irel): Use it.
54225         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54226         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54227         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54228         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54229         * sysdeps/x86_64/dl-irel.h: Likewise.
54231         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54232         * elf/dl-sym.c: Likewise.
54234 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54236         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54237         need to dereference resplen2.
54239 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54241         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54243 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54245         * Makeconfig: Define vardbdir and inst_vardbdir.
54246         * nss/Makefile: Add rules to install db-Makefile.
54248         * nss/nss_db/db-XXX.c: Cleanup.
54250         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54251         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54252         GLIBC_PRIVATE.
54253         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54254         * nss/makedb.c: Implement -g option to specify that value strings
54255         are generated and should not be added to table iterated over for
54256         get*ent calls.
54257         * nss/nss_db/db-initgroups.c: New file.
54259         * nss/getent.c: Add support for initgroups lookups through getgrouplist
54260         interface.
54262         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54263         (internal_getgrouplist): Adjust to name change.
54264         Update use_initgroups_entry if this is not the first call.
54265         * nss/databases.def: Add initgroups entry.
54267         * nss/makedb.c (compute_tables): Check result of multiple hash table
54268         sizes to minimize maximum chain length.
54270 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
54272         * Versions.def: Add entry for libnss_db.
54273         * shlib-versions: Likewise.
54274         * nss/Makefile: Add rules to build libnss_db.
54275         * nss/Versions: Add libnss_db information.  Organize libnss_files
54276         entries better.
54277         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54278         makedb progra.  Some minor improvements to generate smaller files.
54279         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54280         here from...
54281         * nss/makedb.c: ...here.
54282         Improve database format to be smaller and require less memory at
54283         runtime.
54284         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54285         db anymore.
54286         * nss/nss_db/db-netgrp.c: Likewise.
54287         * nss/nss_db/db-open.c: Likewise.
54288         * nss/nss_files/flies-XXX.x: Adjust comments.
54289         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54290         * nss/nss_files/files-grp.c: Likewise.
54291         * nss/nss_files/files-hosts.c: Likewise.
54292         * nss/nss_files/files-network.c: Likewise.
54293         * nss/nss_files/files-proto.c: Likewise.
54294         * nss/nss_files/files-pwd.c: Likewise.
54295         * nss/nss_files/files-rpc.c: Likewise.
54296         * nss/nss_files/files-service.c: Likewise.
54297         * nss/nss_files/files-sgrp.c: Likewise.
54298         * nss/nss_files/files-spwd.c: Likewise.
54299         * nss/nss_db/db-alias.c: Removed.
54300         * nss/nss_db/dummy-db.h: Removed.
54302 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
54304         * nss/makedb.c: Rewritten to not use database library.
54305         * nss/Makefile: Update to build new makedb program.
54307 2011-06-14  Andreas Jaeger  <aj@suse.de>
54309         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54310         memset declaration.
54312 2011-06-10  Andreas Schwab  <schwab@redhat.com>
54314         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54315         tmpbuf.
54317 2011-06-10  Roland McGrath  <roland@hack.frob.com>
54319         * Makerules (shlib.lds): Fail if the linker script comes out empty.
54320         * elf/Makefile ($(objpfx)ld.so): Likewise.
54322         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54323         Don't list ld.so twice in dependencies.
54325         * posix/bug-regex31.c: Include <stdlib.h>.
54327         * nscd/hstcache.c (cache_addhst): Remove unused variable.
54329         * nis/nss_compat/compat-spwd.c
54330         (getspent_next_nss_netgr): Remove unused variable.
54331         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54333         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54334         nonmembers" output to use the right array.
54336         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54338         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54340         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54341         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54342         * catgets/gencat.c (read_input_file): Likewise.
54343         * locale/programs/locarchive.c (enlarge_archive): Likewise.
54345         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54346         variable definition inside #if's controlling its use.
54348         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54350         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54352         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54354         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54355         unreachable code.
54357         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54359         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54360         * configure: Regenerated.
54362         * Makerules: Revert last change.
54363         * elf/Makefile: Likewise.
54365 2011-06-09  Roland McGrath  <roland@hack.frob.com>
54367         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54368         * elf/Makefile ($(objpfx)librtld.os): Likewise.
54369         (reloc-link): Likewise.
54371 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
54373         * elf/Makefile: Add rules to build pldd.
54374         * elf/pldd.c: New file.
54375         * elf/pldd-xx.c: New file.
54377 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
54379         * version.h: Update for 2.15 development version.
54381 2011-06-07  David S. Miller  <davem@davemloft.net>
54383         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54384         ifuncs.
54385         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54386         elf_machine_lazy_rel): Likewise.
54387         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54388         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54389         elf_machine_lazy_rel): Likewise.
54390         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54391         dl_hwcap via passed in argument.
54392         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54393         Likewise.
54395 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54397         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
54399 2011-06-06  Roland McGrath  <roland@hack.frob.com>
54401         [BZ #12849]
54402         * manual/fdl-1.1.texi: New file, verbatim from:
54403         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54404         * manual/lgpl-2.1.texi: New file, verbatim from:
54405         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54406         * manual/Makefile (licenses): New variable, list those new file names.
54407         (texis): Use it.
54408         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54410         * manual/fdl.texi: File removed.
54411         * manual/lesser.texi: File removed.
54412         * manual/libc.texinfo (Copying, Documentation License):
54413         Use new @include file names, put @appendix directive before @include.
54415 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
54417         [BZ #12841]
54418         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54419         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54420         (mq_open): Add __NTH.
54422 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
54424         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54425         Assume Intel Core i3/i5/i7 processor if AVX is available.
54427 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54429         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54430         typo.
54432 2011-05-31  Andreas Schwab  <schwab@redhat.com>
54434         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54435         memory.  Use alloca_account.  Fix memory leak when retrying.
54437 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54439         * version.h (RELEASE): Bump for 2.14 release.
54440         * include/features.h (__GLIBC_MINOR__): Bump to 14.
54442         * config.make.in (RANLIB): Remove entry.
54444 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
54446         * po/Makefile (po-sed-cmd): Add ksh to extensions.
54447         (libc.pot): Work around missing support for .ksh extension in xgettext.
54449         [BZ #12684]
54450         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54451         if both request failed.
54452         (send_dg): In case of server errors clear resplen or *resplen2.
54454         [BZ #12454]
54455         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54456         when there are multiple maps.
54457         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54458         (_dl_fini): Remove test here.
54460         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54462 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
54464         [BZ #12350]
54465         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54466         bit from old_res_options.
54467         (gaih_inet): Likewise.
54469         [BZ #11099]
54470         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54471         as signed.
54473         * resolv/res_init.c (res_setoptions): Make the code more compact.
54475         [BZ #11558]
54476         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54477         set RES_USEVC.
54479         [BZ #11634]
54480         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54482         * malloc/malloc.h: Mark malloc hook variables as deprecated.
54484         [BZ #11781]
54485         * malloc/malloc.h: Declare malloc hook variables as volatile.
54487         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54488         in last patch.
54490         [BZ #11799]
54491         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54492         raise in the comment.
54493         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54494         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54495         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54497 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
54499         [BZ #12811]
54500         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54501         grow the buffers more if it already has to be sufficient.
54502         (build_wcs_upper_buffer): Likewise.
54503         * posix/regexec.c (check_matching): Likewise.
54504         (clean_state_log_if_needed): Likewise.
54505         (extend_buffers): Don't enlarge buffers beyond size of the input
54506         buffer.
54507         Patches mostly by Emil Wojak <emil@wojak.eu>.
54508         * posix/bug-regex32.c: New file.
54509         * posix/Makefile (tests): Add bug-regex32.
54511         * locale/findlocale.c (_nl_find_locale): Return right away if
54512         _nl_explode_name failed.
54513         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54515         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54517         * debug/xtrace.sh: Unify messages.
54518         * malloc/memusage.sh: Likewise.
54520         [BZ #12813]
54521         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54522         time symbol from vDSO.  Substitute with vsyscall if not available.
54523         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54524         __vdso_time.
54526         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54527         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54528         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54529         Add sendmmsg and internal_sendmmsg.
54530         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54531         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54532         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54534         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54535         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54536         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54538 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
54540         [BZ #12813]
54541         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54542         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
54543         available.
54544         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54545         __vdso_getcpu.
54547         [BZ #12814]
54548         * iconvdata/Makefile (tests): Add bug-iconv9.
54549         * iconvdata/bug-iconv9.c: New file.
54551 2011-05-27  Andreas Schwab  <schwab@redhat.com>
54553         [BZ #12814]
54554         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54556 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
54558         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54559         (struct user_regs_struct): Change intcs field back to cs.
54561 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
54563         * po/ja.po: Update from translation team.
54565 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
54567         [BZ #12795]
54568         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54569         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54571 2011-05-20  Andreas Schwab  <schwab@redhat.com>
54573         * stdlib/longlong.h: Update from GCC.
54575 2011-05-23  Andreas Schwab  <schwab@redhat.com>
54577         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54578         parameter name.
54579         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54580         Add parameter name.
54581         (__sysconf): Pass it down.
54583 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
54585         [BZ #12671]
54586         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54587         some situations.
54588         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54589         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54590         add in in __libc_use_alloca calls.  Adjust callers.
54591         (glob): Use malloc in some situations.
54593         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54594         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54595         pltexit.
54597 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
54599         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54600         and CLOCK_BOOTTIME_ALARM.
54602         [BZ #12782]
54603         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54604         is returned.
54606         * string/_strerror.c (__strerror_r): Print negative errors as signed
54607         numbers.
54609         [BZ #12777]
54610         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54611         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54612         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54614         * configure.in: Fix typo in redirection and correct removal of test
54615         files in two cases.
54617         [BZ #12788]
54618         * locale/setlocale.c (new_composite_name): Fix test to check for
54619         identical name of all categories.
54621         [BZ #12792]
54622         * libio/filedoalloc.c (local_isatty): New function.
54623         (_IO_file_doallocate): Use local_isatty.
54624         * stdio-common/perror.c (perror): In case a new stream is used
54625         forward the stream error.
54626         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54627         error flag.
54629 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
54631         [BZ #11869]
54632         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54633         alloca.
54634         * include/alloca.h (extend_alloca_account): Define.
54636         [BZ #11857]
54637         * posix/regex.h: Fix comments with documentation of user-accessible
54638         fields after compilation and describe correct free'ing of pattern
54639         after re_compile_pattern.
54640         Patch by Reuben Thomas <rrt@sc3d.org>.
54642 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
54644         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54645         and -mno-altivec to prevent the compiler from using Altivec and/or
54646         VSX instructions when the corresponding registers are not available.
54648 2011-05-19  Andreas Schwab  <schwab@redhat.com>
54650         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54652 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
54654         * libio/freopen.c (freopen): Use __dup2, not dup2.
54655         * libio/freopen64.c (freopen64): Likewise.
54657 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
54659         [BZ #12775]
54660         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54661         * math/Makefile (tests): Add test-powl.
54662         (CFLAGS-test-powl.c): Define.
54663         * math/test-powl.c: New file.
54665 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
54667         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54669 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
54671         [BZ #11837]
54672         * iconvdata/gb18030.c: Update to GB18020-2005.
54674 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
54676         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54677         RE_SYNTAX_POSIX_AWK): Update to match recent development.
54678         Patch by Aharon Robbins <arnold@skeeve.com>.
54680         [BZ #11892]
54681         * stdlib/putenv.c (putenv): Don't always create copy of the variable
54682         on the stack.
54684         [BZ #11895]
54685         * misc/pselect.c (__pselect): Handle timeout value errors hidden
54686         through underflows.
54688         [BZ #12766]
54689         * misc/error.c (error_at_line): Ensure file_name and old_file_name
54690         point to strings before performing equality test for error_one_per_line
54691         mode.
54693         [BZ #11697]
54694         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54696         [BZ #11820]
54697         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54698         (struct user_fpregs_struct): Avoid __uint*_t types.
54700         [BZ #6420]
54701         * malloc/mtrace.c (tr_where): Add additional parameter to point to
54702         symbol info.  Use it instead of calling _dl_addr locally.
54703         (lock_and_info): New function.
54704         (tr_freehook): Call lock_and_info and pass symbol info as additional
54705         parameter to tr_where.
54706         (tr_mallochook): Likewise.
54707         (tr_reallochook): Likewise.
54708         (tr_memalignhook): Likewise.
54710         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
54711         used and couldn't be at all thread-safe.
54713 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
54715         * libio/freopen.c (freopen): Don't close old file descriptor
54716         before the new one is opened.  Instead dup the new file descriptor
54717         to the old one after the new stream is created.
54718         * libio/freopen64.c (freopen64): Likewise.
54719         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54720         * libio/fileops.c (_IO_new_file_close_it): Handle new
54721         _IO_FLAGS2_NOCLOSE flag.
54722         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54723         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54724         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54725         _IO_FLAGS2_NOCLOSE flag.
54726         * include/unistd.h: Add hidden_proto for dup3.
54727         Define __have_dup3.
54728         * io/dup3.c: Define hidden symbol.
54729         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54731         [BZ #7101]
54732         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54733         when an incomplete long option is used.
54734         * posix/tst-getopt_long1.c: New file.
54735         * posix/Makefile (tests): Add tst-getopt_long1.
54737         [BZ #10138]
54738         * scripts/config.guess: Update from autoconf-2.68.
54739         * scripts/config.sub: Likewise.
54741         [BZ #10157]
54742         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
54743         tests into ...
54744         (has_cpuclock): ...this.  New function.
54745         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
54746         macro here based on has_cpuclock code.
54748         [BZ #10149]
54749         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54750         First byte (not low byte) is now always NUL.
54751         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54753         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54754         Use non-cancelable interfaces.
54756         [BZ #9809]
54757         * locale/iso-639.def: Add entry for Sorani.
54759         [BZ #11901]
54760         * include/stdlib.h: Move include protection to the right place.
54761         Define abort_msg_s.  Declare __abort_msg with it.
54762         * stdlib/abort.c (__abort_msg): Adjust type.
54763         * assert/assert.c (__assert_fail_base): New function.  Majority
54764         of code from __assert_fail.  Allocate memory for __abort_msg with
54765         mmap.
54766         (__assert_fail): Now call __assert_fail_base.
54767         * assert/assert-perr.c: Remove bulk of implementation.  Use
54768         __assert_fail_base.
54769         * include/assert.hL Declare __assert_fail_base.
54770         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54771         mmap.
54772         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54774 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54776         [BZ #11952]
54777         [BZ #12453]
54778         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54779         until all modules are registered in the DTV.
54780         * elf/Makefile: Add rules to build and run tst-tls19.
54781         * elf/tst-tls19.c: New file.
54782         * elf/tst-tls19mod1.c: New file.
54783         * elf/tst-tls19mod2.c: New file.
54784         * elf/tst-tls19mod3.c: New file.
54785         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54787         [BZ #12083]
54788         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54789         correctly.
54791         [BZ #12601]
54792         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54793         two-byte sequence errors.
54794         * iconvdata/Makefile (tests): Add bug-iconv8.
54795         * iconvdata/bug-iconv8.c: New file.
54797         [BZ #12626]
54798         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54799         buf2 definition.
54801         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54803         [BZ #12432]
54804         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54805         (dummy_getcfa): New function.
54806         (init): Get _Unwind_GetCFA address, use dummy if not found.
54807         (backtrace_helper): In recursion check, also check whether CFA changes.
54808         (__backtrace): Completely initialize arg.
54810         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54811         storing incomplete byte sequence in state object.  Avoid testing for
54812         guaranteed too small input if we know there is enough data available.
54814 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54816         * Makeconfig (+link-pie): Indent.
54817         * Rules (binaries-pie): Define if $(have-fpie) and
54818         $(build-shared).
54819         (binaries-shared): Also filter out $(binaries-pie).
54820         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54821         * nscd/Makefile (others-pie): Add nscd.
54822         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54823         ($(objpfx)nscd): Remove command override.
54824         * login/Makefile (others-pie): Add pt_chown.
54825         ($(objpfx)pt_chown): Remove command override.
54826         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54827         remove command overrides.
54829 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54831         * libio/tst_putwc.c: Fix error messages.
54833         [BZ #12724]
54834         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54835         currently writing and seek to current position when not.
54836         * libio/Makefile (tests): Add bug-fclose1.
54837         * libio/bug-fclose1.c: New file.
54839 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54841         [BZ #12511]
54842         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54843         don't set DF_1_NODELETE here.
54844         (do_lookup_x): When entering new entry test for copy relocation
54845         and if necessary set DF_1_NODELETE flag.
54846         * elf/tst-unique4.cc: New file.
54847         * elf/tst-unique4.h: New file.
54848         * elf/tst-unique4lib.cc: New file.
54849         * elf/Makefile: Add rules to build and run tst-unique4.
54850         Patch by Piotr Bury <pbury@goahead.com>.
54852 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54854         [BZ #12052]
54855         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54857         [BZ #12625]
54858         * misc/mntent_r.c (addmntent): Flush the stream after the output
54860         [BZ #12393]
54861         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54862         (is_trusted_path_normalize): Skip initial colon.  Append slash
54863         to empty buffer.  Duplicate is_trusted_path code but allow
54864         constructed patch to be prefix.
54865         (is_dst): Allow $ORIGIN followed by /.
54866         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54867         Correct testing of result of is_trusted_path_normalize
54868         (decompose_rpath): Fix warning.
54870 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54872         [BZ #11257]
54873         * grp/initgroups.c (internal_getgrouplist): When we found the service
54874         list through the initgroups entry in nsswitch.conf do not always
54875         continue on a successful lookup.  Don't always use the
54876         __nss_group_database value if it is set.
54877         * nss/nsswitch.conf (initgroups): Change action for successful db
54878         lookup to continue for compatibility.
54880 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54882         [BZ #11532]
54883         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54884         and CP774 modules.
54885         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54886         and CP774 modules.
54887         * iconvdata/tst-tables.sh: Likewise.
54888         * iconvdata/cp770.c: New file.
54889         * iconvdata/cp771.c: New file.
54890         * iconvdata/cp772.c: New file.
54891         * iconvdata/cp773.c: New file.
54892         * iconvdata/cp774.c: New file.
54893         * iconvdata/testdata/CP770: New file.
54894         * iconvdata/testdata/CP770..UTF8: New file.
54895         * iconvdata/testdata/CP771: New file.
54896         * iconvdata/testdata/CP771..UTF8: New file.
54897         * iconvdata/testdata/CP772: New file.
54898         * iconvdata/testdata/CP772..UTF8: New file.
54899         * iconvdata/testdata/CP773: New file.
54900         * iconvdata/testdata/CP773..UTF8: New file.
54901         * iconvdata/testdata/CP774: New file.
54902         * iconvdata/testdata/CP774..UTF8: New file.
54904         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54905         END CHARMAP line.
54906         * iconvdata/gen-8bit-gap.sh: Likewise.
54907         * iconvdata/gen-8bit.sh: Likewise.
54909         * locale/iso-639.def: Add ary entry.
54911         [BZ #11258]
54912         * locale/C-translit.h.in: Add U20A1 transliteration.
54914         [BZ #12178]
54915         * locale/iso-639.def: Add wae entry.
54916         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54918         [BZ #12545]
54919         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54920         for n.
54922         [BZ #12711]
54923         * locale/C-translit.h.in: Add entry for U20B9.
54924         Patch by pravin.d.s@gmail.com.
54926 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
54928         [BZ #12713]
54929         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54930         ENAMETOOLONG use generic getcwd.
54931         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
54932         in rtld.  Use *stat64.
54933         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54934         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54935         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54936         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54937         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54938         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54939         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54940         __fstatat64 macros.
54941         * include/dirent.h: Add libc_hidden_proto for rewinddir.
54942         * dirent/rewinddir.c: Add libc_hidden_def.
54943         * sysdeps/mach/hurd/rewinddir.c: Likewise.
54944         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
54946         * include/dirent.h (__alloc_dir): Add flags parameter.
54947         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54948         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54949         __alloc_dir.
54950         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
54951         from fdopendir if O_CLOEXEC is already set.
54953 2011-03-15  Alan Modra  <amodra@gmail.com>
54955         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54956         l_tls_firstbyte_offset non-zero.  Save padding offset in
54957         l_tls_firstbyte_offset for later use.
54958         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54959         freeing static tls block.
54961 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
54963         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54964         where #ifdef was intended.  The intent is to prevent ARG_MAX from
54965         being defined by the kernel headers.
54967 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
54969         [BZ #12734]
54970         * resolv/resolv.h: Define RES_NOTLDQUERY.
54971         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54972         no-tld-query and set RES_NOTLDQUERY.
54973         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54974         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54975         modern BIND to search name as TLD unless forbidden.
54977 2011-05-07  Petr Baudis  <pasky@suse.cz>
54978             Ulrich Drepper  <drepper@gmail.com>
54980         [BZ #12393]
54981         * elf/dl-load.c (fillin_rpath): Move trusted path check...
54982         (is_trusted_path): ...to here.
54983         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54984         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54985         using is_trusted_path_normalize() in setuid scripts.
54987 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
54989         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54990         __BEGIN/__END_DECLS.
54992 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
54994         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54995         NSS_STATUS_NOTFOUND if no record was found.
54997 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54999         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55000         (headers-not-in-tirpc): Remove rpc/netdb.h
55001         * resolv/netdb.h: Revert last change.
55003 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55005         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55006         circular dependency between libgcc.a and libc.a.
55008 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55010         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55011         * nis/Makefile: Don't install rpcsvc/*.
55012         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55013         instead of <rpc/types.h>.
55014         (MAXHOSTNAMELEN): Define.
55016 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55018         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55020 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55022         [BZ #12714]
55023         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55024         gethostbyname4_r when IPv6 results are possible.
55026 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55028         [BZ #12723]
55029         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55030         _PC_PIPE_BUF handling.
55032 2011-04-30  Bruno Haible  <bruno@clisp.org>
55034         [BZ #12717]
55035         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55036         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55037         to 'int'.
55038         * inet/getnameinfo.c (getnameinfo): Likewise.
55040 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55042         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55043         to groups setting in database lookup.
55044         * nss/nsswitch.conf: Add initgroups entry.
55046 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55048         [BZ #12685]
55049         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55050         mode string.
55051         Patch by Eric Blake <eblake@redhat.com>.
55053 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55055         * sunrpc/Makefile (need-export-routines): Add svc_run.
55056         (routines): Remove svc_run.
55057         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55058         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55059         * sunrpc/svc_run.c (svc_run): Likewise.
55060         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55062 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55064         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55065         problem in reallocation in last patch.
55067 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55069         * sunrpc/Makefile: Move inclusion of Rules.
55071 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55073         * nss/nss_files/files-initgroups.c: New file.
55074         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55075         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55076         _nss_files_initgroups_dyn.
55078 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55080         * elf/elf.h (R_ARM_IRELATIVE): Define.
55082 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55084         * po/ru.po: Update from translation team.
55086 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55088         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55089         dependencies.
55091 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
55093         [BZ #12653]
55094         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55095         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55096         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55097         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55098         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55100 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
55102         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55103         differing bytes.
55104         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55105         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55106         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55108 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55110         [BZ #12420]
55111         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55112         storing it.
55113         * stdlib/bug-getcontext.c: New file.
55114         * stdlib/Makefile: Add rules to build and run bug-getcontext.
55116 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55118         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55119         instructions into .machine "z9-109".
55120         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55121         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55123 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55125         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55126         between environment variables and auxiliary vector.
55128 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
55130         * Makefile: Add rules to build linkobj/libc.so.
55131         * include/libc-symbols.h: Define libc_hidden_nolink.
55132         * include/rpc/auth.h: Mark functions which are to be hidden.
55133         * include/rpc/auth_des.h: Likewise.
55134         * include/rpc/auth_unix.h: Likewise.
55135         * include/rpc/clnt.h: Likewise.
55136         * include/rpc/des_crypt.h: Likewise.
55137         * include/rpc/key_prot.h: Likewise.
55138         * include/rpc/pmap_clnt.h: Likewise.
55139         * include/rpc/pmap_prot.h: Likewise.
55140         * include/rpc/pmap_rmt.h: Likewise.
55141         * include/rpc/rpc_msg.h: Likewise.
55142         * include/rpc/svc.h: Likewise.
55143         * include/rpc/svc_auth.h: Likewise.
55144         * include/rpc/xdr.h: Likewise.
55145         * nis/Makefile: Link all DSOs against linkobj/libc.so.
55146         * nss/Makefile: Likewise.
55147         * sunrpc/Makefile: Don't install headers.  Build library with normal
55148         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
55149         * sunrpc/auth_des.c: Hide exported symbols by default, export some
55150         for the compat linking library.  Remove use of INTDEF/INTUSE.
55151         * sunrpc/auth_none.c: Likewise.
55152         * sunrpc/auth_unix.c: Likewise.
55153         * sunrpc/authdes_prot.c: Likewise.
55154         * sunrpc/authuxprot.c: Likewise.
55155         * sunrpc/clnt_gen.c: Likewise.
55156         * sunrpc/clnt_perr.c: Likewise.
55157         * sunrpc/clnt_raw.c: Likewise.
55158         * sunrpc/clnt_simp.c: Likewise.
55159         * sunrpc/clnt_tcp.c: Likewise.
55160         * sunrpc/clnt_udp.c: Likewise.
55161         * sunrpc/clnt_unix.c: Likewise.
55162         * sunrpc/des_crypt.c: Likewise.
55163         * sunrpc/des_soft.c: Likewise.
55164         * sunrpc/get_myaddr.c: Likewise.
55165         * sunrpc/key_call.c: Likewise.
55166         * sunrpc/key_prot.c: Likewise.
55167         * sunrpc/netname.c: Likewise.
55168         * sunrpc/pm_getmaps.c: Likewise.
55169         * sunrpc/pm_getport.c: Likewise.
55170         * sunrpc/pmap_clnt.c: Likewise.
55171         * sunrpc/pmap_prot.c: Likewise.
55172         * sunrpc/pmap_prot2.c: Likewise.
55173         * sunrpc/pmap_rmt.c: Likewise.
55174         * sunrpc/publickey.c: Likewise.
55175         * sunrpc/rpc_cmsg.c: Likewise.
55176         * sunrpc/rpc_common.c: Likewise.
55177         * sunrpc/rpc_dtable.c: Likewise.
55178         * sunrpc/rpc_prot.c: Likewise.
55179         * sunrpc/rpc_thread.c: Likewise.
55180         * sunrpc/rtime.c: Likewise.
55181         * sunrpc/svc.c: Likewise.
55182         * sunrpc/svc_auth.c: Likewise.
55183         * sunrpc/svc_authux.c: Likewise.
55184         * sunrpc/svc_raw.c: Likewise.
55185         * sunrpc/svc_run.c: Likewise.
55186         * sunrpc/svc_simple.c: Likewise.
55187         * sunrpc/svc_tcp.c: Likewise.
55188         * sunrpc/svc_udp.c: Likewise.
55189         * sunrpc/svc_unix.c: Likewise.
55190         * sunrpc/svcauth_des.c: Likewise.
55191         * sunrpc/xcrypt.c: Likewise.
55192         * sunrpc/xdr.c: Likewise.
55193         * sunrpc/xdr_array.c: Likewise.
55194         * sunrpc/xdr_float.c: Likewise.
55195         * sunrpc/xdr_intXX_t.c: Likewise.
55196         * sunrpc/xdr_mem.c: Likewise.
55197         * sunrpc/xdr_rec.c: Likewise.
55198         * sunrpc/xdr_ref.c: Likewise.
55199         * sunrpc/xdr_sizeof.c: Likewise.
55200         * sunrpc/xdr_stdio.c: Likewise.
55202 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
55204         [BZ #12650]
55205         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55206         * sysdeps/ia64/dl-tls.h: Likewise.
55207         * sysdeps/powerpc/dl-tls.h: Likewise.
55208         * sysdeps/s390/dl-tls.h: Likewise.
55209         * sysdeps/sh/dl-tls.h: Likewise.
55210         * sysdeps/sparc/dl-tls.h: Likewise.
55211         * sysdeps/x86_64/dl-tls.h: Likewise.
55212         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55214 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55216         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55217         rpath element also skip the following colon.
55218         (expand_dynamic_string_token): Add is_path parameter and pass
55219         down to DL_DST_REQUIRED and _dl_dst_substitute.
55220         (decompose_rpath): Call expand_dynamic_string_token with
55221         non-zero is_path.  Ignore empty rpaths.
55222         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55223         with zero is_path.
55225 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55228         Make cancelable.
55230 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55232         [BZ #12655]
55233         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55234         Patch by Filipe David Manana <fdmanana@apache.org>.
55236 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55238         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55239         Maintain aligned stack.
55240         (CHECK_RSP): Remove unused macro.
55242 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
55244         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55245         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55247 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
55249         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55251         * include/features.h: Mention __USE_XOPEN2K8 in comment.
55253 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
55255         [BZ #12518]
55256         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55257         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55258         * sysdeps/x86_64/memmove.c: New file.
55259         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55260         (memcpy): Renamed to ...
55261         (__new_memcpy): This.
55262         (memcpy): Provide GLIBC_2_14 memcpy.
55263         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55264         (memcpy): Provide GLIBC_2_2_5 memcpy.
55266 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55268         [BZ #12631]
55269         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55271 2011-03-30  Andreas Schwab  <schwab@redhat.com>
55273         * misc/syncfs.c: New file.
55274         * misc/Makefile (routines): Add syncfs.
55275         * posix/unistd.h: Declare syncfs.
55276         * sysdeps/unix/syscalls.list: Add syncfs.
55278 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55280         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55281         open_by_handle_at.
55282         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55283         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55284         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55285         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55286         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55287         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55288         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55290 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55292         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55293         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55294         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55295         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55296         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55297         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55298         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55300         * io/Makefile: Compile fallocate.c, fallocate64.c, and
55301         sync_file_range.c with -fexceptions.
55302         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55303         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55304         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55305         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55306         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55307         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55308         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55309         sync_file_range as cancellation point
55310         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
55311         now a wrapper around __call_sync_file_range with cancellation handling.
55312         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55313         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
55314         function name to __call_sync_file_range.
55315         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55316         Add call_sync_file_range.
55318 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55320         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55321         bits/timex.h.
55323 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55325         * iconv/iconv.h: Fix typo in comment.
55326         * io/fcntl.h: Likewise.
55327         * libio/stdio.h: Likewise.
55328         * posix/spawn.h: Likewise.
55329         * posix/unistd.h: Likewise.
55330         * stdlib/stdlib.h: Likewise.
55331         * time/time.h: Likewise.
55332         * wcsmbs/wchar.h: Likewise.
55334         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55335         open_by_handle): Add.
55336         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55337         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
55338         Augment a few comments.
55339         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55340         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55341         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55342         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55343         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55344         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55345         open_by_handle.
55347         * io/fcntl.h (AT_EMPTY_PATH): Define.
55349 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
55351         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55352         * sysdeps/unix/sysv/linux/bits/time.h: New file.
55353         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55354         to...
55355         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
55356         * Versions.def: Add GLIBC_2.14.
55357         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55358         Export.
55360 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
55362         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55363         round counter.
55364         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55366 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
55368         [BZ #12597]
55369         * string/test-strncmp.c (do_page_test): New function.
55370         (check2): Likewise.
55371         (test_main): Call check2.
55372         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55374 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
55376         [BZ #12587]
55377         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55378         Handle cache information in CPU leaf 4.
55379         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55381 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
55383         [BZ #12583]
55384         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55385         character representation.
55386         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55388 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
55390         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55391         END(__isnan) to END(__isnanf) to match function entry point/label
55392         EALIGN(__isnanf,...).
55394 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
55396         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55398 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
55400         [BZ #12510]
55401         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55402         copy from the symbol referenced in the relocation to initialize the
55403         used variable.
55404         Patch by Piotr Bury <pbury@goahead.com>.
55405         * elf/Makefile: Add rules to build and tst-unique3.
55406         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55407         * elf/tst-unique3.cc: New file.
55408         * elf/tst-unique3.h: New file.
55409         * elf/tst-unique3lib.cc: New file.
55410         * elf/tst-unique3lib2.cc: New file.
55412         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55414 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
55416         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55417         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
55418         to _start.
55420 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
55422         * elf/dl-load.c (_dl_map_object): If we are looking for the first
55423         to-be-loaded object along a path to loader is ld.so.
55425 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55426             Ulrich Drepper  <drepper@gmail.com>
55428         * sysdeps/x86_64/memset.S: After aligning destination, code
55429         branches to different locations depending on the value of
55430         misalignment, when multiarch is enabled. Fix this.
55432 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55434         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55435         Set _x86_64_preferred_memory_instruction for AMD processsors.
55436         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55437         Set bit_Prefer_SSE_for_memop for AMD processors.
55439 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
55441         * libio/fmemopen.c (fmemopen): Optimize a bit.
55443 2011-03-03  Andreas Schwab  <schwab@redhat.com>
55445         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55447 2011-03-03  Roland McGrath  <roland@redhat.com>
55449         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55451 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
55453         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55454         __bzero_ultra1 instead of __memset_ultra1.
55456 2011-02-23  Andreas Schwab  <schwab@redhat.com>
55457             Ulrich Drepper  <drepper@gmail.com>
55459         [BZ #12509]
55460         * include/link.h (struct link_map): Add l_orig_initfini.
55461         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55462         returning unsuccessfully.
55463         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55464         close of a file loaded at startup, restore the original l_initfini
55465         list.
55466         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55467         list, store the pointer.
55468         * elf/Makefile ($(objpfx)noload-mem): New rule.
55469         (noload-ENV): Define.
55470         (tests): Add $(objpfx)noload-mem.
55471         * elf/noload.c: Include <memcheck.h>.
55472         (main): Call mtrace.  Close all opened handles.
55474 2011-02-17  Andreas Schwab  <schwab@redhat.com>
55476         [BZ #12454]
55477         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55478         dependencies are missing.
55480 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55482         Fix __if_freereq crash: Unlike the generic version which uses free,
55483         Hurd needs munmap.
55484         * sysdeps/mach/hurd/ifreq.h: New file.
55486 2011-01-27  Petr Baudis  <pasky@suse.cz>
55487             Ulrich Drepper  <drepper@gmail.com>
55489         [BZ 12445]#
55490         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55491         to extend_alloca().
55492         * stdio-common/bug23.c: New file.
55493         * stdio-common/Makefile (tests): Add bug23.
55495 2010-09-28  Andreas Schwab  <schwab@redhat.com>
55496             Ulrich Drepper  <drepper@gmail.com>
55498         [BZ #12489]
55499         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55500         before performing relro protection.  At old place add assertion
55501         to make sure nothing changed.
55503 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
55504             Glauber de Oliveira Costa  <glommer@gmail.com>
55506         * elf/elf.h: Add new ARM TLS relocs.
55508 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
55510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55511         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55512         cast from r3.
55513         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
55514         'tests' variable.
55515         * sysdeps/wordsize-64/tst-writev.c: New file.
55517 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
55519         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55520         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55521         insns in _dl_start to prevent a TOC reference before relocs are
55522         resolved.
55524 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
55526         [BZ #12469]
55527         * Makeconfig: Remove RANLIB definition.
55528         * Makerules: Don't use RANLIB.
55529         * aclocal.m4: Remove ranlib test.
55530         * configure.in: No need to check for ranlib.
55531         * elf/rtld-Rules: Don't use RANLIB.
55533 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55535         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55536         protection macro.
55537         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55538         inclusion protection macro.
55540         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55541         SIGRTMIN and SIGRTMAX and print information in that case only when
55542         SIGRTMIN is defined.
55544 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
55546         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55547         arginfo fn returning -1.
55549         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55550         and thousands string is zero terminated.
55552 2011-02-03  Andreas Schwab  <schwab@redhat.com>
55554         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55555         sysdeps/unix/sysv/linux/bits/socket.h.
55557 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55559         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55560         (__CPU_COUNT): Remove old macros.
55561         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55562         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55563         (__CPU_ALLOC, __CPU_FREE): Add macros.
55564         (__sched_cpualloc, __sched_cpufree): Add declarations.
55566 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
55568         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55569         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55570         * nscd/aicache.c (addhstaiX): Return timeout of added value.
55571         (readdhstai): Return value of addhstaiX call.
55572         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55573         (addgrbyX): Return value returned by cache_addgr.
55574         (readdgrbyname): Return value returned by addgrbyX.
55575         (readdgrbygid): Likewise.
55576         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55577         (addpwbyX): Return value returned by cache_addpw.
55578         (readdpwbyname): Return value returned by addhstbyX.
55579         (readdpwbyuid): Likewise.
55580         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55581         (addservbyX): Return value returned by cache_addserv.
55582         (readdservbyname): Return value returned by addservbyX:
55583         (readdservbyport): Likewise.
55584         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55585         (addhstbyX): Return value returned by cache_addhst.
55586         (readdhstbyname): Return value returned by addhstbyX.
55587         (readdhstbyaddr): Likewise.
55588         (readdhstbynamev6): Likewise.
55589         (readdhstbyaddrv6): Likewise.
55590         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55591         (readdinitgroups): Return value returned by addinitgroupsX.
55592         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55593         (prune_cache): Keep track of timeout value of re-added entries.
55594         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55595         * nscd/nscd.h: Adjust prototypes of readd* functions.
55597 2011-02-04  Roland McGrath  <roland@redhat.com>
55599         * nis/nis_server.c (nis_servstate): Use the right name for 0.
55600         (nis_stats): Likewise.
55601         * nis/nis_modify.c (nis_modify): Likewise.
55602         * nis/nis_remove.c (nis_remove): Likewise.
55603         * nis/nis_add.c (nis_add): Likewise.
55605         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55607         * posix/fnmatch_loop.c: Add some consts.
55609         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55611 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
55613         [BZ #12460]
55614         * config.make.in (config-cflags-novzeroupper): Define.
55615         * configure.in: Substitute libc_cv_cc_novzeroupper.
55616         * elf/Makefile (AVX-CFLAGS): Define.
55617         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55618         (CFLAGS-tst-auditmod4a.c): Likewise.
55619         (CFLAGS-tst-auditmod4b.c): Likewise.
55620         (CFLAGS-tst-auditmod6b.c): Likewise.
55621         (CFLAGS-tst-auditmod6c.c): Likewise.
55622         (CFLAGS-tst-auditmod7b.c): Likewise.
55623         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55625 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
55627         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55628         function to the callback.
55629         Patch partly by Jiri Olsa <jolsa@redhat.com>.
55631 2011-02-02  Andreas Schwab  <schwab@redhat.com>
55633         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55634         of errno.
55636 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
55638         [BZ #11724]
55639         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55640         of constructors.
55641         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55642         of destructors.
55643         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55645         [BZ #11724]
55646         * elf/Makefile: Add rules to build and run new test.
55647         * elf/tst-initorder.c: New file.
55648         * elf/tst-initorder.exp: New file.
55649         * elf/tst-initordera1.c: New file.
55650         * elf/tst-initordera2.c: New file.
55651         * elf/tst-initordera3.c: New file.
55652         * elf/tst-initordera4.c: New file.
55653         * elf/tst-initorderb1.c: New file.
55654         * elf/tst-initorderb2.c: New file.
55655         * elf/tst-order-a1.c: New file.
55656         * elf/tst-order-a2.c: New file.
55657         * elf/tst-order-a3.c: New file.
55658         * elf/tst-order-a4.c: New file.
55659         * elf/tst-order-b1.c: New file.
55660         * elf/tst-order-b2.c: New file.
55661         * elf/tst-order-main.c: New file.
55662         New test case by George Gensure <werkt0@gmail.com>.
55664 2010-10-01  Andreas Schwab  <schwab@redhat.com>
55666         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55667         decoding ACE if AI_CANONIDN.
55669 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
55671         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55673 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
55675         * version.h (RELEASE): Bump for 2.13 release.
55676         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55678         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55680         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55681         MADV_NOHUGEPAGE.
55682         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55683         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55684         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55685         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55686         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55687         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55689         * posix/getconf.c: Update copyright year.
55690         * catgets/gencat.c: Likewise.
55691         * csu/version.c: Likewise.
55692         * debug/catchsegv.sh: Likewise.
55693         * debug/xtrace.sh: Likewise.
55694         * elf/ldconfig.c: Likewise.
55695         * elf/ldd.bash.in: Likewise.
55696         * elf/sprof.c (print_version): Likewise.
55697         * iconv/iconv_prog.c: Likewise.
55698         * iconv/iconvconfig.c: Likewise.
55699         * locale/programs/locale.c: Likewise.
55700         * locale/programs/localedef.c: Likewise.
55701         * malloc/memusage.sh: Likewise.
55702         * malloc/mtrace.pl: Likewise.
55703         * nscd/nscd.c (print_version): Likewise.
55704         * nss/getent.c: Likewise.
55706         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55707         PF_CAIF, and PF_ALG.
55708         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55710 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
55712         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55713         (modules-names): Use them.
55714         (ifunc-test-modules, ifunc-pie-tests): Define.
55715         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55716         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55717         (test-extras): Likewise.
55718         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55719         $(compile-command.c).
55720         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55721         (all-built-dso): Define.
55722         (check-textrel.out, check-execstack.out): Depend on it.
55724         * configure.in: Don't override --enable-multi-arch.
55726 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
55728         [BZ #6812]
55729         * nscd/hstcache.c (tryagain): Define.
55730         (cache_addhst): Return tryagain not notfound for temporary errors.
55731         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
55732         failed.
55734 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
55736         [BZ #10563]
55737         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
55738         to make the syscall.
55739         * sysdeps/unix/sysv/linux/setgroups.c: New file.
55741         [BZ #12378]
55742         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
55743         and fall back to matching as normal character if the string ends before
55744         the matching ']' is found.  This is what POSIX requires.
55745         * posix/testfnm.c: Adjust test result.
55746         * posix/globtest.sh: Adjust test result.  Add new test.
55747         * posix/tst-fnmatch.input: Likewise.
55748         * posix/tst-fnmatch2.c: Add new test.
55750 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
55752         * elf/Makefile (check-execstack): Revert last change.  Depend on
55753         check-execstack.h.
55754         (check-execstack.h): New target.
55755         (generated): Add check-execstack.h.
55756         * elf/check-execstack.c: Include "check-execstack.h".
55757         (main): Revert last change.
55758         (handle_file): Return zero if GNU_STACK is absent and
55759         DEFAULT_STACK_PERMS doesn't include PF_X.
55761 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55763         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55764         in child fails because the descriptor is already closed.
55765         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55766         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55767         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55769         [BZ #12397]
55770         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55771         syscall.
55773         [BZ #10484]
55774         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55775         temporary buffer used to handle multi lookups locally.
55776         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55778 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55780         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55781         loader is ld.so.
55783 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55785         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55786         alignment for SSE2.
55788 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55790         [BZ #12394]
55791         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55792         characters.  When rounding increased number of integer digits recompute
55793         number of groups.
55794         * stdio-common/tst-grouping.c: New file.
55795         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55797 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55799         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55800         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55802         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55803         void.
55804         * bits/select.h: Likewise.
55806 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55808         * po/ja.po: Update from translation team.
55810 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55812         [BZ #11155]
55813         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55814         implementation just like for lxstat, fxstatat, et al.
55816 2010-12-27  Jim Meyering  <meyering@redhat.com>
55818         [BZ #12348]
55819         * posix/regexec.c (build_trtable): Return failure indication upon
55820         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55822 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55824         [BZ #12201]
55825         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55826         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55827         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55828         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55830         [BZ #12207]
55831         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55833         [BZ #12204]
55834         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55835         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55837 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55839         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55840         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55841         script has SORT_BY_INIT_PRIORITY.
55842         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55843         NO_CTORS_DTORS_SECTIONS is defined.
55844         * elf/soinit.c: Likewise.
55845         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55846         NO_CTORS_DTORS_SECTIONS is defined.
55847         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55848         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55849         * sysdeps/sh/init-first.c: Likewise.
55850         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55852 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55854         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55855         always use the slow path.
55857 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55859         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55860         similar rule which adds the sysdep directories to the header search in
55861         order to pick up the correct platform stackinfo.h.
55862         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55863         perform test if it is, otherwise return successfully without testing.
55864         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55865         DEFAULT_STACK_PERMS define in stackinfo.h.
55866         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55867         defined in stackinfo.h.
55868         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55869         DEFAULT_STACK_PERMS defined in stackinfo.h.
55870         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55871         * sysdeps/ia64/stackinfo.h: Likewise.
55872         * sysdeps/s390/stackinfo.h: Likewise.
55873         * sysdeps/sh/stackinfo.h: Likewise.
55874         * sysdeps/sparc/stackinfo.h: Likewise.
55875         * sysdeps/x86_64/stackinfo.h: Likewise.
55876         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55877         PF_X for powerpc64.  Retain PF_X for powerpc32.
55879 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55881         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55882         accurately.
55883         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55884         GETDENTS_64BIT_ALIGNED.
55886 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55888         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55890 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55892         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55893         _GNU_SOURCE.
55895         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55896         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55897         Remove __restrict.
55898         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55899         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55901 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55903         [BZ #11655]
55904         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55905         are initialized.
55907 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55909         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55911 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55913         * po/it.po: Update from translation team.
55915 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55917         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55918         unused codes.
55920 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55922         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55924 2010-11-24  Andreas Schwab  <schwab@redhat.com>
55926         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55927         specially.
55928         (gaih_getanswer_slice): Likewise.
55930 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
55932         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55934 2010-05-31  Petr Baudis  <pasky@suse.cz>
55936         [BZ #11149]
55937         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55938         silently even in the chroot mode.
55940 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
55942         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55943         last patch a bit.  Pretty printing
55945 2010-05-31  Petr Baudis <pasky@suse.cz>
55947         [BZ #10085]
55948         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55949         initialization of skip_initgroups_dyn.
55951 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
55953         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55954         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55956 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
55958         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55960 2010-11-11  Andreas Schwab  <schwab@redhat.com>
55962         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55963         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55964         (tst-fnmatch-ENV): Set MALLOC_TRACE.
55965         ($(objpfx)tst-fnmatch-mem): New rule.
55966         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55967         * posix/tst-fnmatch.c (main): Call mtrace.
55969 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
55971         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55972         Support Intel processor model 6 and model 0x2c.
55974 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
55976         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55977           signed comparison.
55979 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
55981         [BZ #12205]
55982         * string/test-strncasecmp.c (check_result): New function.
55983         (do_one_test): Use it.
55984         (check1): New function.
55985         (test_main): Use it.
55986         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55987         Support strcasecmp and strncasecmp.
55989 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
55991         [BZ #12194]
55992         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55993         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55995 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
55997         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55998         IFUNC support.
55999         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56000         memset-x86-64.
56001         * sysdeps/x86_64/multiarch/bzero.S: New file.
56002         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56003         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56004         * sysdeps/x86_64/multiarch/memset.S: New file.
56005         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56006         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56007         Set bit_Prefer_SSE_for_memop for Intel processors.
56008         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56009         Define.
56010         (index_Prefer_SSE_for_memop): Define.
56011         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56013 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56015         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56016         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56018 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56020         [BZ #12191]
56021         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56022         (__x86_64_raw_data_cache_size_half): Likewise.
56023         (__x86_64_raw_shared_cache_size): Likewise.
56024         (__x86_64_raw_shared_cache_size_half): Likewise.
56026         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56027         (__x86_64_raw_data_cache_size_half): Likewise.
56028         (__x86_64_raw_shared_cache_size): Likewise.
56029         (__x86_64_raw_shared_cache_size_half): Likewise.
56030         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56031         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56032         and __x86_64_raw_shared_cache_size_half.  Round
56033         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56034         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56035         to multiple of 256 bytes.
56037 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56039         [BZ #12167]
56040         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56041         of inacessible symlinks.  Verify result of symlink before returning it.
56042         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56043         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56045 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56047         * math/math.h (isinf): Fix typo in comment.
56049 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56051         * po/da.po: Update from translation team.
56053 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56055         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56056         is added to the list.
56058 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56059             Ulrich Drepper  <drepper@gmail.com>
56061         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56062         the global list here.  Move code to...
56063         (_dl_add_to_namespace_list): ...here.  New function.
56064         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56065         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56066         * elf/dl-load.c (lose): Don't remove the element from the list.
56067         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56068         (_dl_map_object): Likewise.
56070 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56072         [BZ #12159]
56073         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56074         into all bytes of SSE register.
56075         Patch by Richard Li <richardpku@gmail.com>.
56077 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56079         [BZ #12140]
56080         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56081         perturbing.
56083 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56085         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56086         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56087         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56088         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56090         submachine.
56091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56093 2010-10-22  Andreas Schwab  <schwab@redhat.com>
56095         * include/dlfcn.h (__RTLD_SECURE): Define.
56096         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
56097         mode & __RTLD_SECURE instead.
56098         (open_path): Rename preloaded parameter to secure.
56099         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56100         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56101         * elf/dl-deps.c (openaux): Likewise.
56102         * elf/rtld.c (struct map_args): Remove is_preloaded.
56103         (map_doit): Don't use it.
56104         (dl_main): Likewise.
56105         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56106         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56108 2010-09-09  Andreas Schwab  <schwab@redhat.com>
56110         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56111         (sysd-rules-targets): Remove duplicates.
56112         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56113         rtld-%.$o dependency.
56115 2010-10-18  Andreas Schwab  <schwab@redhat.com>
56117         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56118         _dl_map_object do it.
56120 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
56122         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56123         fast fma builtins, define the macros in the C99 standard.
56124         (FP_FAST_FMAF): Likewise.
56125         (FP_FAST_FMAL): Likewise.
56126         * sysdeps/x86_64/bits/mathdef.h: Likewise.
56128         * bits/mathdef.h: Update copyright year.
56129         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56131 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
56133         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56134         builtins, define the macros in the C99 standard.
56135         (FP_FAST_FMAF): Likewise.
56136         (FP_FAST_FMAL): Likewise.
56137         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56138         multiply/add.
56139         (FP_FAST_FMAF): Likewise.
56141 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
56143         [BZ #3268]
56144         * math/libm-test.inc (fma_test): Some new testcases.
56145         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56146         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56147         y and infinite z.  Do multiplication by C already in long double.
56148         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56149         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56150         y and infinite z.  Do bitwise or of inexact bit into u.d.
56151         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56152         * sysdeps/i386/fpu/s_fmaf.S: Removed.
56153         * sysdeps/i386/fpu/s_fma.S: Removed.
56154         * sysdeps/i386/fpu/s_fmal.S: Removed.
56156 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
56158         [BZ #3268]
56159         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56160         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56161         computation is not scheduled after fetestexcept.  Fix value
56162         of minimum denormal long double.
56164 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
56166         [BZ #3268]
56167         * math/libm-test.inc (fma_test): Add some more tests.
56168         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56169         correctly.
56171 2010-10-15  Andreas Schwab  <schwab@redhat.com>
56173         * scripts/data/localplt-s390-linux-gnu.data: New file.
56174         * scripts/data/localplt-s390x-linux-gnu.data: New file.
56176 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
56178         [BZ #3268]
56179         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56180         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56181         instead of dbl-64.
56182         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56183         inlines.
56184         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56185         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56186         if one of x and y is very large and the other is subnormal.
56187         * sysdeps/s390/fpu/s_fmaf.c: New file.
56188         * sysdeps/s390/fpu/s_fma.c: New file.
56189         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56190         * sysdeps/powerpc/fpu/s_fma.S: New file.
56191         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56192         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56193         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56195 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
56197         [BZ #3268]
56198         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56199         fma tests.
56200         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56201         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56202         * sysdeps/i386/i686/multiarch/s_fma.c: Include
56203         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56204         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56205         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56206         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56208 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56210         [BZ #12078]
56211         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56212         * posix/bug-regex31.input: Add test case.
56214 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56216         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56217         * posix/bug-regex31.input: New file.
56219         [BZ #12078]
56220         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56221         (parse_sub_exp): Fix last change, use postorder.
56223         * posix/bug-regex31.c: New file.
56224         * posix/Makefile: Add rules to build and run bug-regex31.
56226         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56228         [BZ #12078]
56229         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56231         [BZ #12108]
56232         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56233         to have entries in sys_siglist.
56235         [BZ #12093]
56236         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56237         be NULL.
56239 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56241         [BZ #3268]
56242         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56243         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56244         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56245         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56246         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56247         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56248         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56249         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56250         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56251         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56252         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56253         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56254         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56255         * math/ftestexcept.c (fetestexcept): Likewise.
56256         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56257         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56258         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56259         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56260         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56261         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56262         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56264 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56266         [BZ #12107]
56267         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56268         newline.
56270 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
56272         * string/bug-strstr1.c: New file.
56273         * string/Makefile: Add rules to build and run bug-strstr1.
56275 2010-10-05  Eric Blake  <eblake@redhat.com>
56277         [BZ #12092]
56278         * string/str-two-way.h (two_way_long_needle): Always clear memory
56279         when skipping input due to the shift table.
56281 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56283         [BZ #12005]
56284         * malloc/mcheck.c: Handle large requests.
56286         [BZ #12077]
56287         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56288         for strncmp and strncasecmp.
56289         * string/stratcliff.c: Add tests for strcmp and strncmp.
56290         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56292 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
56294         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56295         __set_fpscr.
56297 2010-09-30  Andreas Jaeger  <aj@suse.de>
56299         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56300         (CGROUP_SUPER_MAGIC): Define.
56301         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56302         Handle btrfs and cgroup file systems.
56303         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56304         Likewise.
56306 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
56308         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56309         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56311 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56313         [BZ #12067]
56314         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56315         trying to locate the ELF header.
56317 2010-09-27  Andreas Schwab  <schwab@redhat.com>
56319         [BZ #11611]
56320         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56321         Mask out sign-bit copies when constructing f_fsid.
56323 2010-09-24  Petr Baudis <pasky@suse.cz>
56325         * debug/stack_chk_fail_local.c: Add missing licence exception.
56326         * debug/warning-nop.c: Likewise.
56328 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
56330         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56331         implementing getdents64 using getdents syscall, set d_type if
56332         __ASSUME_GETDENTS32_D_TYPE.
56334 2010-09-16  Andreas Schwab  <schwab@redhat.com>
56336         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56337         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56339 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
56341         [BZ #12037]
56342         * posix/unistd.h: Undo change of feature selection for ftruncate from
56343         2010-01-11.
56345 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
56347         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56348         detection.
56350 2010-09-20  Andreas Schwab  <schwab@redhat.com>
56352         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56353         fanotify_mark.
56354         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56356 2010-09-14  Andreas Schwab  <schwab@redhat.com>
56358         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56359         variables after CHECK_SP call.
56360         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56362 2010-09-13  Andreas Schwab  <schwab@redhat.com>
56363             Ulrich Drepper  <drepper@redhat.com>
56365         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56366         re-relocationg ld.so.
56367         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56368         _dl_init_paths call.
56369         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
56370         here anymore.
56372 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
56374         * resolv/res_init.c (__res_vinit): Count the default server we added.
56376 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
56377             Ulrich Drepper  <drepper@redhat.com>
56379         [BZ #11968]
56380         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56381         (____longjmp_chk): Use %ebx for saving value across system call.
56382         Add unwind info.
56384 2010-09-06  Andreas Schwab  <schwab@redhat.com>
56386         * manual/Makefile: Don't mix pattern rules with normal rules.
56388 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
56390         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56391         operation.
56392         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56393         * libio/iofopncook.c (_IO_cookie_init): Likewise.
56394         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56395         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56396         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56397         Likewise.
56399 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
56401         [BZ #11979]
56402         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56403         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56405 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
56407         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56408         * sysdeps/x86_64/addmul_1.S: Likewise.
56409         * sysdeps/x86_64/lshift.S: Likewise.
56410         * sysdeps/x86_64/mul_1.S: Likewise.
56411         * sysdeps/x86_64/rshift.S: Likewise.
56412         * sysdeps/x86_64/sub_n.S: Likewise.
56413         * sysdeps/x86_64/submul_1.S: Likewise.
56415 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56417         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56418         Define __sched_param instead of SCHED_* and sched_param when
56419         <bits/sched.h> is included with __need_schedparam defined.
56420         * bits/sched.h [__need_schedparam]
56421         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56422         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56423         (__defined_schedparam): Define to 1.
56424         (__sched_param): New structure, identical to sched_param.
56425         (__need_schedparam): Undefine.
56427 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
56429         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56430         (epoll_create1): Declare.
56432         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56434 2010-08-31  Andreas Schwab  <schwab@redhat.com>
56436         [BZ #7066]
56437         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56438         shifting retval into place.
56440 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
56442         * nis/rpcsvc/nis.h: Update copyright notice.
56443         * nis/rpcsvc/nis.x: Likewise.
56444         * nis/rpcsvc/nis_callback.h: Likewise.
56445         * nis/rpcsvc/nis_callback.x: Likewise.
56446         * nis/rpcsvc/nis_object.x: Likewise.
56447         * nis/rpcsvc/nis_tags.h: Likewise.
56448         * nis/rpcsvc/yp.h: Likewise.
56449         * nis/rpcsvc/yp.x: Likewise.
56450         * nis/rpcsvc/ypupd.h: Likewise.
56451         * nis/yp_xdr.c: Likewise.
56452         * nis/ypupdate_xdr.c: Likewise.
56454         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
56455         mainly the body of pmap_getport.  Add parameters to specify timeouts.
56456         (pmap_getport): Use __libc_rpc_getport.
56457         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56458         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56459         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56461 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
56463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56464         fanotify_mark.
56466 2010-08-27  Roland McGrath  <roland@redhat.com>
56468         * sysdeps/i386/i686/multiarch/Makefile
56469         (CFLAGS-varshift.c): New variable.
56471 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
56473         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56474         * sysdeps/i386/i686/multiarch/varshift.c: New file.
56476         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56478         * sysdeps/x86_64/strlen.S: Minimal code improvement.
56480 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
56482         * sysdeps/x86_64/strlen.S: Unroll the loop.
56483         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56484         strlen-sse2 strlen-sse2-bsf.
56485         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56486         __strlen_no_bsf if bit_Slow_BSF is set.
56487         (__strlen_sse42): Removed.
56488         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56489         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56491 2010-08-25  Roland McGrath  <roland@redhat.com>
56493         * sysdeps/x86_64/multiarch/varshift.S: File removed.
56494         * sysdeps/x86_64/multiarch/varshift.c: New file.
56495         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56496         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56497         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56498         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56500 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
56502         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56503         strlen-sse2 strlen-sse2-bsf.
56504         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56505         __strlen_sse2_bsf if bit_Slow_BSF is unset.
56506         (__strlen_sse2): Removed.
56507         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56508         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56509         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56510         bit_Slow_BSF for Atom.
56511         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56512         (index_Slow_BSF): Define.
56513         (HAS_SLOW_BSF): Define.
56515 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
56517         [BZ #10851]
56518         * resolv/res_init.c (__res_vinit): When no server address at all
56519         is given default to loopback.
56521 2010-08-24  Roland McGrath  <roland@redhat.com>
56523         * configure.in: Remove config-name.h generation.
56524         * configure: Regenerated.
56525         * config-name.in: File removed.
56526         * scripts/config-uname.sh: New file.
56527         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56528         ($(objdir)config-name.h): New target.
56530         * sunrpc/rpc_parse.h: Avoid nested comment.
56532 2010-08-24  Richard Henderson  <rth@redhat.com>
56533             Ulrich Drepper  <drepper@redhat.com>
56534             H.J. Lu  <hongjiu.lu@intel.com>
56536         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56537         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56538         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56539         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
56540         _mm_alignr_epi8 with _mm_loadu_si128.
56541         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56542         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56543         (__m128i_shift_right): Removed.
56544         * sysdeps/i386/i686/multiarch/varshift.h: New file.
56545         * sysdeps/i386/i686/multiarch/varshift.S: New file.
56546         * sysdeps/x86_64/multiarch/varshift.h: New file.
56547         * sysdeps/x86_64/multiarch/varshift.S: New file.
56549 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
56551         * configure.in: Move assembler checks to before sysdep dir checking.
56553 2010-08-20  Petr Baudis  <pasky@suse.cz>
56555         * LICENSES: Sync the sunrpc license.
56557 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
56559         * sunrpc/auth_des.c: Update copyright notice once again.
56560         * sunrpc/auth_none.c: Likewise.
56561         * sunrpc/auth_unix.c: Likewise.
56562         * sunrpc/authdes_prot.c: Likewise.
56563         * sunrpc/authuxprot.c: Likewise.
56564         * sunrpc/bindrsvprt.c: Likewise.
56565         * sunrpc/clnt_gen.c: Likewise.
56566         * sunrpc/clnt_perr.c: Likewise.
56567         * sunrpc/clnt_raw.c: Likewise.
56568         * sunrpc/clnt_simp.c: Likewise.
56569         * sunrpc/clnt_tcp.c: Likewise.
56570         * sunrpc/clnt_udp.c: Likewise.
56571         * sunrpc/clnt_unix.c: Likewise.
56572         * sunrpc/des_crypt.c: Likewise.
56573         * sunrpc/des_soft.c: Likewise.
56574         * sunrpc/get_myaddr.c: Likewise.
56575         * sunrpc/getrpcport.c: Likewise.
56576         * sunrpc/key_call.c: Likewise.
56577         * sunrpc/key_prot.c: Likewise.
56578         * sunrpc/openchild.c: Likewise.
56579         * sunrpc/pm_getmaps.c: Likewise.
56580         * sunrpc/pm_getport.c: Likewise.
56581         * sunrpc/pmap_clnt.c: Likewise.
56582         * sunrpc/pmap_prot.c: Likewise.
56583         * sunrpc/pmap_prot2.c: Likewise.
56584         * sunrpc/pmap_rmt.c: Likewise.
56585         * sunrpc/rpc/auth.h: Likewise.
56586         * sunrpc/rpc/auth_unix.h: Likewise.
56587         * sunrpc/rpc/clnt.h: Likewise.
56588         * sunrpc/rpc/des_crypt.h: Likewise.
56589         * sunrpc/rpc/key_prot.h: Likewise.
56590         * sunrpc/rpc/netdb.h: Likewise.
56591         * sunrpc/rpc/pmap_clnt.h: Likewise.
56592         * sunrpc/rpc/pmap_prot.h: Likewise.
56593         * sunrpc/rpc/pmap_rmt.h: Likewise.
56594         * sunrpc/rpc/rpc.h: Likewise.
56595         * sunrpc/rpc/rpc_des.h: Likewise.
56596         * sunrpc/rpc/rpc_msg.h: Likewise.
56597         * sunrpc/rpc/svc.h: Likewise.
56598         * sunrpc/rpc/svc_auth.h: Likewise.
56599         * sunrpc/rpc/types.h: Likewise.
56600         * sunrpc/rpc/xdr.h: Likewise.
56601         * sunrpc/rpc_clntout.c: Likewise.
56602         * sunrpc/rpc_cmsg.c: Likewise.
56603         * sunrpc/rpc_common.c: Likewise.
56604         * sunrpc/rpc_cout.c: Likewise.
56605         * sunrpc/rpc_dtable.c: Likewise.
56606         * sunrpc/rpc_hout.c: Likewise.
56607         * sunrpc/rpc_main.c: Likewise.
56608         * sunrpc/rpc_parse.c: Likewise.
56609         * sunrpc/rpc_parse.h: Likewise.
56610         * sunrpc/rpc_prot.c: Likewise.
56611         * sunrpc/rpc_sample.c: Likewise.
56612         * sunrpc/rpc_scan.c: Likewise.
56613         * sunrpc/rpc_scan.h: Likewise.
56614         * sunrpc/rpc_svcout.c: Likewise.
56615         * sunrpc/rpc_tblout.c: Likewise.
56616         * sunrpc/rpc_util.c: Likewise.
56617         * sunrpc/rpc_util.h: Likewise.
56618         * sunrpc/rpcinfo.c: Likewise.
56619         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56620         * sunrpc/rpcsvc/key_prot.x: Likewise.
56621         * sunrpc/rpcsvc/klm_prot.x: Likewise.
56622         * sunrpc/rpcsvc/mount.x: Likewise.
56623         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56624         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56625         * sunrpc/rpcsvc/rex.x: Likewise.
56626         * sunrpc/rpcsvc/rstat.x: Likewise.
56627         * sunrpc/rpcsvc/rusers.x: Likewise.
56628         * sunrpc/rpcsvc/sm_inter.x: Likewise.
56629         * sunrpc/rpcsvc/spray.x: Likewise.
56630         * sunrpc/rpcsvc/yppasswd.x: Likewise.
56631         * sunrpc/rtime.c: Likewise.
56632         * sunrpc/svc.c: Likewise.
56633         * sunrpc/svc_auth.c: Likewise.
56634         * sunrpc/svc_authux.c: Likewise.
56635         * sunrpc/svc_raw.c: Likewise.
56636         * sunrpc/svc_run.c: Likewise.
56637         * sunrpc/svc_simple.c: Likewise.
56638         * sunrpc/svc_tcp.c: Likewise.
56639         * sunrpc/svc_udp.c: Likewise.
56640         * sunrpc/svc_unix.c: Likewise.
56641         * sunrpc/svcauth_des.c: Likewise.
56642         * sunrpc/xcrypt.c: Likewise.
56643         * sunrpc/xdr.c: Likewise.
56644         * sunrpc/xdr_array.c: Likewise.
56645         * sunrpc/xdr_float.c: Likewise.
56646         * sunrpc/xdr_mem.c: Likewise.
56647         * sunrpc/xdr_rec.c: Likewise.
56648         * sunrpc/xdr_ref.c: Likewise.
56649         * sunrpc/xdr_sizeof.c: Likewise.
56650         * sunrpc/xdr_stdio.c: Likewise.
56652         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56653         handling.
56655 2010-08-19  Andreas Schwab  <schwab@redhat.com>
56657         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56659 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
56661         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56662         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56663         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56664         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56665         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56666         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56667         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56668         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56669         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56670         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56671         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56672         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56673         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56674         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56676 2010-07-26  Anton Blanchard  <anton@samba.org>
56678         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56679         * malloc/arena.c (heap_trim): Likewise.
56681 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
56683         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56684         here.  Not...
56685         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56686         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56688 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
56690         * sysdeps/i386/elf/Makefile: New file.
56692 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56694         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56695         from fanotify_init.
56696         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56697         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56699 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
56701         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56702         of strncasecmp_l.
56703         * sysdeps/multiarch/strcmp.S: Likewise.
56705 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
56707         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56708         strncase_l-nonascii.
56709         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56710         Add strncase_l-ssse3.
56711         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56712         * sysdeps/x86_64/strcmp.S: Likewise.
56713         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56714         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56715         * sysdeps/x86_64/strncase.S: New file.
56716         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56717         * sysdeps/x86_64/strncase_l.S: New file.
56718         * string/Makefile (strop-tests): Add strncasecmp.
56719         * string/test-strncasecmp.c: New file.
56721         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56722         warning.
56724         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56725         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56727 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56729         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56731 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
56733         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
56734         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
56735         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
56737 2010-05-01  Alan Modra  <amodra@gmail.com>
56739         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
56740         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
56741         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
56742         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
56743         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
56744         tidying.  Don't tail-call __sigjmp_save for static lib.
56745         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
56746         save location.
56747         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
56748         (CALL_MCOUNT): Add eh info, and nop after bl.
56749         (TAIL_CALL_SYSCALL_ERROR): New macro.
56750         (PSEUDO_RET): Use it.
56751         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56752         Correct save location of integer regs and cr.
56753         (_dl_profile_resolve): Correct cr save location.  Delete nops
56754         after bl when SHARED.  Reduce cfi size a little by better
56755         placement of cfi directives.
56756         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56757         make a stack frame.  Instead use parm save area as a temp.
56758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56759         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56761         Don't make a stack frame for parent, use parm save area.
56762         Increase child stack frame to 112 bytes.  Don't save unused reg,
56763         and adjust reg usage.  Set up cfi on error recovery and
56764         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56766         (__makecontext): Add dummy nop after jump to exit.
56767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56768         Use correct parm save area and cr save, reduce stack frame.
56769         Correct cfi for possible PSEUDO_RET frame setup.
56770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56771         Branch to local label emitted by PSEUDO_RET rather than
56772         __syscall_error.
56774 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56776         [BZ #11904]
56777         * locale/programs/locale.c (print_assignment): New function.
56778         (show_locale_vars): Use it.
56780 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56782         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56783         field.
56784         (struct statfs64): Likewise.
56785         (_STATFS_F_FLAGS): Define.
56786         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56787         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56788         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56789         (ST_VALID): Define locally.
56790         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56791         __statvfs_getflags, use the provided value.
56792         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56793         __ASSUME_STATFS_F_FLAGS.
56795         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56797         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56798         Add sys/fanotify.h.
56799         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56800         fanotify_mask for GLIBC_2.13.
56801         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56802         fanotify_init and fanotify_mark.
56803         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56804         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56806         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56807         Add prlimit.
56808         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56809         prlimit64 for GLIBC_2.13.
56810         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56811         prlimit64.
56812         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56813         syscall.
56814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56815         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56816         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56817         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56818         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56819         add prlimit alias.
56820         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56822         [BZ #11903]
56823         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56824         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56826         * nss/Makefile: Add rules to build and run tst-nss-test1.
56827         * shlib-versions: Add entry for libnss_test1.
56828         * nss/nss_test1.c: New file.
56829         * nss/tst-nss-test1.c: New file.
56831         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56832         (__nss_configure_lookup): Set appropriate entry in
56833         __nss_configure_lookup to true.
56834         * nss/nsswitch.h: Define enum with indeces of databases in
56835         databases and __nss_database_custom arrays.  Declare
56836         __nss_database_custom.
56837         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56838         to avoid using nscd when custom rules are installed.
56839         * nss/getXXbyYY_r.c: Likewise.
56840         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56842         * nss/nss_files/files-parse.c: Whitespace fixes.
56844 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56846         [BZ #11883]
56847         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56848         * posix/fnmatch_loop.c: Likewise.
56850 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56852         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56853         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56854         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56855         * Versions.def [GLIBC_2.13]: Add.
56857 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56859         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56860         Also fail if tpwd after pwuid call is NULL.
56862 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56864         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56865         when converting to ms.
56867 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56869         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56870         EOPNOTSUPP errors with ENOTTY.
56871         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56872         EOPNOTSUPP errors with ENOTTY.
56874 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56876         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56877         Add strcasecmp_l-ssse3.
56878         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56879         strcasecmp.
56880         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56881         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56882         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56884 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56886         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56888         * string/Makefile (strop-tests): Add strcasecmp.
56889         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56890         strcasecmp_l-nonascii.
56891         (gen-as-const-headers): Add locale-defines.sym.
56892         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56893         * sysdeps/x86_64/strcasecmp.S: New file.
56894         * sysdeps/x86_64/strcasecmp_l.S: New file.
56895         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56896         * sysdeps/x86_64/locale-defines.sym: New file.
56897         * string/test-strcasecmp.c: New file.
56899         * string/test-strcasestr.c: Test both ends of the range of characters.
56900         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56902 2010-07-29  Roland McGrath  <roland@redhat.com>
56904         [BZ #11856]
56905         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56907 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56909         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56910         for ld.so.
56912 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56914         * manual/memory.texi (Malloc Tunable Parameters): Document
56915         M_PERTURB.
56917 2010-07-26  Roland McGrath  <roland@redhat.com>
56919         [BZ #11840]
56920         * configure.in (-fgnu89-inline check): Set and substitute
56921         gnu89_inline, not libc_cv_gnu89_inline.
56922         * configure: Regenerated.
56923         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56925 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
56927         * string/test-strnlen.c: New file.
56928         * string/Makefile (strop-tests): Add strnlen.
56929         * string/tester.c (test_strnlen): Add a few more test cases.
56930         * string/tst-strlen.c: Better error reporting.
56932         * sysdeps/x86_64/strnlen.S: New file.
56934 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
56936         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56937         lower-latency instructions.
56939 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
56941         * string/test-strcasestr.c: New file.
56942         * string/test-strstr.c: New file.
56943         * string/Makefile (strop-tests): Add strstr and strcasestr.
56944         * string/str-two-way.h: Don't undefine MAX.
56945         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56947 2010-07-21  Andreas Schwab  <schwab@redhat.com>
56949         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56950         strcasestr-nonascii.
56951         (CFLAGS-strcasestr-nonascii.c): Define.
56952         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56953         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56954         Remove unused attribute.
56956 2010-07-20  Roland McGrath  <roland@redhat.com>
56958         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56959         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
56960         ld.so.cache was broken.  With it, there is no way to disable dsocaps
56961         like LD_HWCAP_MASK can disable hwcaps.
56963 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56965         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56967 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
56969         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56970         call in strcasestr.
56971         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56972         __strcasestr_sse42_nonascii.
56973         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56974         strcasestr-nonascii.c.
56975         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56977 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
56979         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56980         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56981         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56982         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56984 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
56986         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56987         fcntl.
56989 2010-07-06  Andreas Schwab  <schwab@redhat.com>
56991         [BZ #11577]
56992         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56993         dl_signal_cerror.
56995 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
56997         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56998         _PC_PIPE_BUF using F_GETPIPE_SZ.
57000 2010-07-05  Roland McGrath  <roland@redhat.com>
57002         * manual/arith.texi (Rounding Functions): Fix rint description
57003         implicit in round description.
57005 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57007         * elf/Makefile: Fix linking for a few tests to make recent linker
57008         happy.
57010 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57012         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57013         $(common-objpfx)libc_nonshared.a.
57015 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57017         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57018         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57019         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57020         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57021         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57022         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57023         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57024         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57039         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57040         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57041         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57042         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57043         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57044         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57045         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57046         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57047         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57048         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57049         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57050         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57066 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57068         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57069         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57070         * string/memmove.c (memmove): Renamed to ...
57071         (MEMMOVE): ...this.  Default to memmove.
57072         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57073         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57074         (END_CHK): Define.
57075         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57076         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57077         mempcpy-ssse3-back memmove-ssse3-back.
57078         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57079         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57080         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57081         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57082         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57083         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57084         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57085         * sysdeps/x86_64/multiarch/memmove.c: New file.
57086         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57087         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57088         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57089         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57090         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57091         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57092         Define.
57093         (index_Fast_Copy_Backward): Define.
57094         (HAS_ARCH_FEATURE): Define.
57095         (HAS_FAST_REP_STRING): Define.
57096         (HAS_FAST_COPY_BACKWARD): Define.
57098 2010-06-21  Andreas Schwab  <schwab@redhat.com>
57100         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57101         Restore proper fallback handling.
57103 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
57105         [BZ #11701]
57106         * posix/group_member.c (__group_member): Correct checking loop.
57108         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57109         OOM in getpwuid_r correctly.  Return error number when the caller
57110         should return, otherwise -1.
57111         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57112         call returning > 0 value.
57113         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57115 2010-06-07  Andreas Schwab  <schwab@redhat.com>
57117         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57118         libc_nonshared.a from targets in modules-names.
57120 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
57122         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57123         requires it.
57125 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
57127         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57128         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57129         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57130         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57132 2010-06-02  Andreas Schwab  <schwab@redhat.com>
57134         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57136 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
57138         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57139         and F_GETPIPE_SZ.
57140         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57141         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57142         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57143         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57144         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57145         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57147 2010-06-14  Roland McGrath  <roland@redhat.com>
57149         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57151 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
57153         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57154         __REDIRECT followed by __THROW.
57155         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57156         * posix/getopt.h (getopt): Likewise.
57158 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57160         * hurd/lookup-at.c (__file_name_lookup_at): Accept
57161         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
57162         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57163         in AT_FLAGS.
57164         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57165         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57167 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
57169         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57171 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
57173         [BZ #11640]
57174         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57175         Properly check family and model.
57177 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
57179         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57181 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
57183         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57185 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
57187         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57188         symbol reference.
57190 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57192         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57193         symbol reference.
57195 2010-05-21  Andreas Schwab  <schwab@redhat.com>
57197         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57198         and internal_recvmmsg.
57199         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57200         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57201         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57202         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57204         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57205         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57206         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57208 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57210         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57212 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57214         POWER7 optimizations.
57215         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57216         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57218 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57220         * version.h: Update for 2.13 development version.
57222 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57224         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57225         exceptions.  Return 0.
57227 2010-05-07  Roland McGrath  <roland@redhat.com>
57229         * elf/ldconfig.c (main): Add a const.
57231 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57233         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57234         (args_options): Add no-idn option.
57235         (ahosts_keys_int): Add idn_flags to ai_flags.
57236         (parse_option): Handle 'i' option to clear idn_flags.
57238         * malloc/malloc.c (_int_free): Possible race in the most recently
57239         added check.  Only act on the data if no current modification
57240         happened.
57242 See ChangeLog.17 for earlier changes.