Fix ldbl-128ibm logbl near powers of 2 (bug 18030).
[glibc.git] / ChangeLog
blobac6110b96596dbf0756f836354e5a5de503f8a53
1 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
3         [BZ #18030]
4         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
5         of power of 2 down when low part has opposite sign.
6         * math/libm-test.inc (logb_test_data): Add more tests.
8 2015-02-26  Andreas Schwab  <schwab@suse.de>
10         [BZ #18032]
11         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
12         over collating symbol inside a bracket expression.  Minor cleanup.
13         * posix/tst-fnmatch3.c (do_test): Add test case.
15 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
17         [BZ #18029]
18         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
19         Adjust exponent of power of 2 down when low part has opposite
20         sign.
21         * math/libm-test.inc (ilogb_test_data): Add more tests.
23 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
25         [BZ #15969]
26         * locale/findlocale.c (_nl_find_locale): Fix constness error in
27         the previous change.
29         [BZ #15969]
30         * locale/findlocale.c (_nl_find_locale): Retry archive search
31         after alias expansion.
33 2015-02-25  Roland McGrath  <roland@hack.frob.com>
35         * iconv/tst-iconv3.c (main): Converted to ...
36         (do_test): ... this.
37         (TEST_FUNCTION): New macro.
38         Include test-skeleton.c.
40         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
41         (convert): Make function static.
42         (test_unalign): Likewise.  Add const to argument pointee types.
43         (main): Replace with static function do_test.
44         Print "Succeeded." only if RET is zero.
45         (TEST_FUNCTION): New macro.
46         Include test-skeleton.c.
48         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
49         returns a null pointer.
51 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
54         to __memcpy_ppc only for static builds.
56 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
58         [BZ #18020]
59         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
60         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
61         * math/auto-libm-test-in: Add more tests of asinh.
62         * math/auto-libm-test-out: Regenerated.
63         * sysdeps/i386/fpu/libm-test-ulps: Update.
64         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
66 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
68         [BZ #15850]
69         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
70         and ip6_mtuinfo definitions here.
71         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
72         in this define too.  Update comment.
74 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
76         * elf/sprof.c (load_shobj): Tweak error message to match others.
78 2015-02-24  Kevin Easton  <kevin@guarana.org>
80         [BZ #16145] (partial fix)
81         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
82         to reduce lock contention.
84 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
86         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
87         (struct timex): Update time comment.
88         (ADJ_SETOFFSET): Define.
90 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
92         [BZ #18019]
93         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
94         2**56 not 2**28 as threshold for log (2x) formula.
95         * math/auto-libm-test-in: Add more tests of acosh.
96         * math/auto-libm-test-out: Regenerated.
97         * sysdeps/i386/fpu/libm-test-ulps: Update.
98         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
100 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
102         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
103         parenthesis around the buf assignment.
104         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
106 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
108         [BZ #16783]
109         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
110         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
111         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
112         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
113         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
114         * math/libm-test.inc (scalb_test_data): Add more tests.
116 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
118         [BZ #17916]
119         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
120         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
122 2015-02-24  Eric Rannaud  <e@nanocritical.com>
124         [BZ #17523]
125         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
126         * io/bits/fcntl2.h (open): Use it.
127         (openat): Likewise.
128         * io/open.c (__libc_open): Likewise.
129         * io/open64.c (__libc_open64): Likewise.
130         * io/open64_2.c (__open64_2): Likewise.
131         * io/open_2.c (__open_2): Likewise.
132         * io/openat.c (__openat): Likewise.
133         * io/openat64.c (__openat64): Likewise.
134         * io/openat64_2.c (__openat64_2): Likewise.
135         * io/openat_2.c (__openat_2): Likewise.
136         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
137         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
138         * sysdeps/posix/open64.c (__libc_open64): Likewise.
139         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
140         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
141         (__open_nocancel): Likewise.
142         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
143         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
144         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
146 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
148         [BZ #14841]
149         * resolv/gethnamaddr.c (getanswer): Skip logging if
150         RES_USE_DNSSEC is set.
151         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
153 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
155         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
157 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
159         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
160         201304L, for Unicode 7.
162 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
164         [BZ #17836]
165         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
166         shared library.  Add gmon-start.os otherwise.
167         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
168         $(objpfx)gmon-start.os if builing shared library.
169         ($(objpfx)g$(static-start-installed-name)): Likewise.
171 2015-02-23  Andreas Schwab  <schwab@suse.de>
173         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
175 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
177         [BZ #17269]
178         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
179         (enlarge_userbuf): Likewise.
181 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
183         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
184         * math/atest-exp.c (TIMEOUT): Adjust to 200.
185         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
186         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
188 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
190         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
191         expression inside statement expression.
193 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
195         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
196         <sysdeps/nptl/lowlevellock.h> and remove macros and
197         functions that are now defined there.
198         (SYS_futex): Remove.
199         (lll_compare_and_swap): Remove.
200         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
202 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
204         [BZ #17999]
205         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
206         instead of scandirat.
207         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
208         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
209         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
210         __scandirat.
211         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
212         (__scandirat): Declare.  Use libc_hidden_proto.
213         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
214         Remove variable.
215         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
217 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
219         [BZ #15319]
220         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
221         (MO): New macro.
222         (__ieee754_atan2): For results with small absolute value, force
223         underflow exception and remove excess range and precision from
224         return value.
225         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
226         (MO): New macro.
227         (__ieee754_atan2f): For results with small absolute value, force
228         underflow exception and remove excess range and precision from
229         return value.
230         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
231         (MO): New macro.
232         (__atan): For results with small absolute value, force underflow
233         exception and remove excess range and precision from return value.
234         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
235         (MO): New macro.
236         (__atanf): For results with small absolute value, force underflow
237         exception and remove excess range and precision from return value.
238         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
239         <math.h>.
240         (__ieee754_atan2): Force underflow exception for results with
241         small absolute value.
242         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
243         <math_private.h>.
244         (atan): Force underflow exception for results with small absolute
245         value.
246         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
247         (__atanf): Force underflow exception for results with small
248         absolute value.
249         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
250         <math.h>.
251         (__atanl): Force underflow exception for results with small
252         absolute value.
253         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
254         (__atanl): Force underflow exception for results with small
255         absolute value.
256         * sysdeps/x86/fpu/bits/mathinline.h
257         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
258         (__ieee754_atan2): Only define inline for long double.
259         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
260         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
261         * math/auto-libm-test-in: Do not mark underflow exceptions as
262         possibly missing for bug 15319.  Add more tests of atan2.
263         * math/auto-libm-test-out: Regenerated.
264         * math/libm-test.inc (casin_test_data): Do not mark underflow
265         exceptions as possibly missing for bug 15319.
266         (casinh_test_data): Likewise.
267         * sysdeps/i386/fpu/libm-test-ulps: Update.
269 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
271         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
272         * sysdeps/mips/bits/endian.h: Fix comments.
274 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
276         [BZ #17996]
277         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
278         (hdestroy_r): Likewise.
279         (hsearch_r): Likewise.
280         (__hcreate_r): Declare and use libc_hidden_proto.
281         (__hdestroy_r): Likewise.
282         (__hsearch_r): Likewise.
283         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
284         (hcreate): Call __hcreate_r instead of hcreate_r.
285         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
286         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
287         as weak alias of __hcreate_r.
288         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
289         __hdestroy_r.
290         (hsearch_r): Rename to __hsearch_r and define as weak alias of
291         __hsearch_r.
292         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
293         Remove variable.
294         (test-xfail-XPG4/search.h/linknamespace): Likewise.
295         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
296         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
297         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
299 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
301         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
302         arena_lock into a single arena_get.
304 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
306         * dl-reloc.c: Inlucde libc-internal.h.
307         (_dl_try_allocate_static_tls): Call ALIGN_UP.
308         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
309         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
310         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
311         (grow_heap): Likewise.
312         * malloc/malloc.c: Include libc-internal.h.
313         (do_check_malloc): Call powerof2.
314         (sysmalloc): Use pagesize. Call ALIGN_UP.
315         (systrim): Use pagesize.
316         (mremap_chunk): Use pagesize. Call ALIGN_UP.
317         (__libc_valloc): Use pagesize.
318         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
320 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
322         [BZ #17991]
323         * include/sys/resource.h (__getrlimit64): Declare.  Use
324         libc_hidden_proto.
325         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
326         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
327         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
328         getrlimit64.
329         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
330         __getrlimit64.
331         [!getrlimit64] (getrlimit64): Define as weak alias of
332         __getrlimit64.  Use libc_hidden_weak.
333         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
334         using __getrlimit64 not __new_getrlimit64.
335         (__GI_getrlimit64): Likewise.
336         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
337         Likewise.
338         (__GI_getrlimit64): Likewise.
339         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
341         (getrlimit): Add __getrlimit64 alias.
342         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
343         Likewise.
344         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
345         Remove variable.
346         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
347         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
349 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
351         * libio/fileops.c: Add missing sys/mman.h
352         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
354 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
356         * manual/math.texi (Errors in Math Functions): Clarify goals
357         regarding inexact and underflow exceptions.
359 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
361         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
362         * sysdeps/mips/memset.S: Ditto.
364 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
366         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
368 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
370         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
371         (__v1longjmp): Remove versioned symbol.
372         (__v1siglongjmp): Remove alias and versioned symbol.
373         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
374         (__v2siglongjmp): Likewise.
376 2015-02-16  Torvald Riegel  <triegel@redhat.com>
378         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
380 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
382         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
384 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
386         [BZ #17987]
387         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
388         zero result does not depend on the sign resulting from
389         subtraction.
390         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
391         Likewise.
392         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
393         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
394         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
395         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
396         * math/libm-test.inc (remquo_test_data): Add more tests.
398 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
400         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
401         Problem reported by J William Piggott.
403 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
405         [BZ #17978]
406         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
407         products 4 * y and 2 * y where those would overflow.
408         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
409         Likewise.
410         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
411         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
412         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
413         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
414         * math/libm-test.inc (remquo_test_data): Add more tests.
416         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
418         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
419         [defined _COMPILING_NEWLIB].
420         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
421         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
423         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
424         [!defined __mips_isa_rev || __mips_isa_rev < 6].
426 2015-02-16  Torvald Riegel  <triegel@redhat.com>
428         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
429         acquired.
431 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
433         [BZ #17792]
434         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
435         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
436         HOST_STACK_END_ADDR): Likewise.
438 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
440         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
441         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
442         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
444 2015-02-13  Roland McGrath  <roland@hack.frob.com>
446         * sysdeps/generic/c++-types.data: New file.
447         * sysdeps/generic/ld.abilist: New file.
448         * sysdeps/generic/libBrokenLocale.abilist: New file.
449         * sysdeps/generic/libanl.abilist: New file.
450         * sysdeps/generic/libc.abilist: New file.
451         * sysdeps/generic/libcrypt.abilist: New file.
452         * sysdeps/generic/libdl.abilist: New file.
453         * sysdeps/generic/libm.abilist: New file.
454         * sysdeps/generic/libpthread.abilist: New file.
455         * sysdeps/generic/libresolv.abilist: New file.
456         * sysdeps/generic/librt.abilist: New file.
458 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
460         [BZ #17569]
461         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
462         Compute absolute value of x as modified by fmod, not original
463         value of x.
464         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
465         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
466         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
467         RUN_TEST_ffI_f1_mod8.
468         (remquo_test_data): Add more tests.
470 2015-02-13  Roland McGrath  <roland@hack.frob.com>
472         * sysdeps/init_array/pt-crti.S: New file.
474 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
476         [BZ #17967]
477         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
478         __builtin_fmaf instead of relying on contraction of a * b + c.
480 2015-02-12  J William Piggott  <elseifthen@gmx.com>
482         [BZ #17969]
483         * manual/time.texi: correct the zoneinfo path in the TZ Variable
484         node.
486 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
488         [BZ #17964]
489         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
490         __builtin_fma instead of relying on contraction of a * b + c.
492 2015-02-12  Roland McGrath  <roland@hack.frob.com>
494         * Makeconfig (ASFLAGS): Add -Werror=undef.
495         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
496         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
497         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
499         * Makeconfig (after-link): New variable.
500         (+link-pie, +link-pie-tests): Use it.
501         (+link-static, +link-static-tests): Likewise.
502         (+link, +link-tests): Likewise.
503         * Makerules (build-module, build-module-asneeded): Likewise.
504         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
505         Likewise.
506         * elf/Makefile ($(objpfx)ld.so): Likewise.
508 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
510         [BZ #17965]
511         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
512         both struct timeval and struct timespec.
514 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
516         [BZ #16560]
517         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
518         and redefine.
519         (__ieee754_exp2l): Do not multiply small fractional parts by
520         M_LN2l.
521         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
522         small argument.
523         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
524         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
525         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
526         * math/auto-libm-test-in: Add more tests of exp2.
527         * math/auto-libm-test-out: Regenerated.
529 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
531         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
532         unaligned path.
534 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
536         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
537         little endian.
539 2015-02-12  Andreas Schwab  <schwab@suse.de>
541         [BZ #15790]
542         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
543         Filter out elision flags from value returned in kind.
544         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
545         * nptl/tst-pthread-mutexattr.c: New file.
547 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
549         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
550         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
551         into gnu-gnu, and update comment to refer to abi-tags.
553 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
555         [BZ #15467]
556         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
557         (__sincos): Set errno to EDOM for infinite argument.
558         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
559         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
560         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
561         (__sincosl): Set errno to EDOM for infinite argument.
562         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
563         (__sincosl): Set errno to EDOM for infinite argument.
564         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
565         (__sincosl): Set errno to EDOM for infinite argument.
566         * math/libm-test.inc (sincos_test_data): Test errno setting.
568 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
570         * string/strxfrm_l.c: Remove #define STRCMP.
571         * string/strcoll_l.c: Remove #define STRLEN.
572         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
573         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
575 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
577         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
578         * sysdeps/mips/mips32/sfp-machine.h: ... here.
579         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
580         * sysdeps/mips/mips64/Makefile: ... here.
581         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
582         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
583         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
584         * sysdeps/mips/mips64/sfp-machine.h: ... here.
585         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
586         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
587         * sysdeps/mips/mips64/n64/Implies: Likewise.
589 2015-02-10  Roland McGrath  <roland@hack.frob.com>
591         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
592         <sys/time.h>, <string.h>, and <errno.h>.
593         (dest_offset, dest_address, value, zero): Remove unused variables.
594         (ldouble): Remove typedef.
595         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
596         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
597         1).  Fix code style.
598         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
599         (check): Function removed.
600         (CHECK): New macro.
601         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
602         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
603         Don't call set_sigaction_FP and remove_sigaction_FP here.
604         (ldouble_test): Just use 'long double' as macro argument, no need for
605         the 'ldouble' typedef.
606         (do_test): Set up SIGFPE handler at start, using plain signal rather
607         than sigaction.  Fix code style.
609 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
611         [BZ #17949]
612         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
613         jump label.
615 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
617         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
618         * sysdeps/powerpc/powerpc32/configure: Regenerated.
620         * sysdeps/powerpc/configure.ac: Remove file.
621         * sysdeps/powerpc/configure: Likewise.
623         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
624         [sysdep_routines]: Remove wordcopy-power6 object.
625         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
626         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
627         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
628         (__memmove_ppc32): Likewise.
629         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
630         file.
631         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
632         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
633         Remove preprocessor.
635         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
636         [sysdep_routines]: Remove wide chars objects.
637         [wcsmbs]: New rule for wide char objects.
639         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
640         Remove wordcopy-power6 obejct.
641         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
642         Use local call for wordcopy and memcpy symbols.
643         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
644         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
645         implementation for loader.
646         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
648         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
649         Remove wordcopy-power7 object.
650         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
651         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
652         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
653         (_wordcopy_fwd_dest_aligned): Likewise.
654         (_wordcopy_bwd_aligned): Likewise.
655         (_wordcopy_bwd_dest_aligned): Likewise.
657         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
658         Rewrite to call __memmove_ppc instead of include default
659         implementation.
661         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
662         Remove wide chars objects.
663         [wcsmbs]: New rule for wide char objects.
665 2015-02-09  Andreas Schwab  <schwab@suse.de>
667         [BZ #17912]
668         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
669         in terms of __O_DIRECTORY.
671 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
673         * time/getdate.c: Include <stdbool.h>.
674         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
675         call PTR_MANGLE.
676         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
677         PTR_DEMANGLE.
679 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
681         Add ersatz _Static_assert on older C hosts
682         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
683         pre-C11 C platform that is not known to support _Static_assert.
685 2015-02-07  Richard Braun  <rbraun@sceen.net>
687         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
688         sigstate.
689         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
691 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
693         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
694         priority against unexistent AIO_PRIO_DELTA_MAX.
695         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
696         instead of int.
697         * misc/fchflags.c (fchflags): Likewise.
698         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
699         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
700         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
701         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
702         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
703         Declare macros.
704         [__USE_MISC] (chflags, fchflags): Declare functions.
705         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
706         EINVAL when nfds is greater than FD_SETSIZE.
707         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
708         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
709         45.
710         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
711         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
712         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
713         MACH_RCV_TIMED_OUT.
714         * hurd/hurd/signal.h (_hurd_self_sigstate,
715         _hurd_critical_section_lock, _hurd_critical_section_unlock):
716         Explicit casts from void *.
717         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
718         * abi-tags: Rename gnu-gnu os into gnu.
720         [BZ #4719]
721         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
722         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
723         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
724         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
725         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
726         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
728         [BZ #17944]
729         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
730         duplicates ADDR->sun_path with sockaddr LEN limitation.
731         * sysdeps/mach/hurd/connect.c: Include <string.h>
732         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
733         * sysdeps/mach/hurd/sendmsg.c: Likewise.
734         * sysdeps/mach/hurd/sendto.c: Likewise.
735         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
736         implementing it by hand.
738 2015-02-06  Roland McGrath  <roland@hack.frob.com>
740         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
741         Use sfi_breg on ldr.
742         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
743         Likewise.
745         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
746         it's defined.
747         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
748         Test SIGSETXID only if it's defined.
750         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
752         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
753         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
755         * nptl/tst-align2.c: Moved ...
756         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
757         * nptl/Makefile (tests): Remove tst-align2.
758         * sysdeps/unix/sysv/linux/Makefile
759         [$(subdir) = nptl] (tests): Add tst-align-clone.
760         * nptl/tst-getpid1.c: Moved ...
761         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
762         * nptl/tst-getpid2.c: Moved ...
763         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
764         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
765         * sysdeps/unix/sysv/linux/Makefile
766         [$(subdir) = nptl] (tests): ... here.
767         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
768         * sysdeps/unix/sysv/linux/Makefile
769         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
771         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
772         Drop trailing \n from perror argument.  Use return rather than exit.
774         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
775         on [SA_SIGINFO].
776         * nptl/tst-cancel21.c (do_test): Likewise.
777         * debug/tst-backtrace6.c: Include <signal.h> first thing.
778         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
779         [!SA_SIGINFO]: Make it a stub test.
781         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
782         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
784         * posix/tst-getlogin.c: Move to ...
785         * login/tst-getlogin.c: ... here.
786         * posix/Makefile (tests): Move tst-getlogin to ...
787         * login/Makefile (tests): ... here.
789         * libio/tst-atime.c (do_test): Move local variables SV and E
790         inside [ST_NOATIME] conditional.
792         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
794         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
796         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
797         (wait_code): New function replaces macro.
798         Call nanosleep rather than syscall.
800         * nptl/pt-system.c: Rewritten.  Put everything under
801         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
802         Use IFUNC to redirect when possible.
804         * nptl/pt-longjmp.c: Rewritten.  Put everything under
805         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
806         Use IFUNC to redirect when possible.
808         * nptl/pt-fork.c: Rewritten.  Put everything under
809         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
810         Use IFUNC to redirect when possible.
811         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
813         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
814         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
815         unconditionally nowadays.  This included the only reference to
816         __vdso_clock_gettime that appears outside libc proper.
817         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
818         Remove version set (containing only __vdso_clock_gettime).
819         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
820         Add attribute_hidden.
821         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
822         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
823         libc_hidden_data_def.
824         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
825         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
827         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
828         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
829         setrpcent, and getrpcport to ...
830         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
831         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
832         getrpcbynumber_r, and getrpcent_r to ...
833         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
834         * inet/getrpcbyname.c: Moved ...
835         * sunrpc/getrpcbyname.c: ... here.
836         * inet/getrpcbyname_r.c: Moved ...
837         * sunrpc/getrpcbyname_r.c: ... here.
838         * inet/getrpcbynumber.c: Moved ...
839         * sunrpc/getrpcbynumber.c: ... here.
840         * inet/getrpcbynumber_r.c: Moved ...
841         * sunrpc/getrpcbynumber_r.c: ... here.
842         * inet/getrpcent.c: Moved ...
843         * sunrpc/getrpcent.c: ... here.
844         * inet/getrpcent_r.c: Moved ...
845         * sunrpc/getrpcent_r.c: ... here.
846         * inet/Makefile (routines): Move those to ...
847         * sunrpc/Makefile (routines): ... here.
848         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
849         the $(subdirs) list.
850         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
851         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
852         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
853         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
855         * elf/Makefile (routines): Include $(all-dl-routines), not just
856         $(dl-routines).
857         (rtld-routines): Likewise.  Use = rather than :=.
858         * sysdeps/aarch64/Makefile [$(subdir) = elf]
859         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
860         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
861         * sysdeps/arm/Makefile: Likewise.
862         * sysdeps/i386/Makefile: Likewise.
863         * sysdeps/x86_64/Makefile: Likewise.
864         * sysdeps/hppa/Makefile [$(subdir) = elf]
865         (sysdep_routines, sysdep-rtld-routines): Don't add
866         $(sysdep-dl-routines) to these.
867         * sysdeps/ia64/Makefile: Likewise.
868         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
869         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
870         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
871         Don't add dl-static to these; sysdep-dl-routines alone is enough.
872         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
873         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
874         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
875         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
876         * sysdeps/powerpc/Makefile [$(subdir) = elf]
877         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
878         these; sysdep-dl-routines alone is enough.
880 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
882         [BZ #17932]
883         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
884         where multiplication results in zero and third argument is finite
885         and nonzero.
886         * math/auto-libm-test-in: Add more tests of fma.
887         * math/auto-libm-test-out: Regenerated.
889         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
890         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
891         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
892         (_FP_CMP_EQ): Likewise.
893         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
895         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
896         extra argument CHECK_NAN.  Redefine as wrapper around
897         _FP_EXTEND_CNAN.
899 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
901         * version.h (RELEASE): Set to "stable".
902         (VERSION): Set to "2.21"
903         * include/features.h (__GLIBC_MINOR__): Set to 21.
905         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
907 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
908             Paul Eggert  <eggert@cs.ucla.edu>
910         [BZ #16618]
911         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
912         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
913         size in bytes. Store needed elements in wpmax. Use needed size
914         in bytes for extend_alloca.
916 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
918         * manual/install.texi: Latest tested versions are GCC 4.9.2,
919         binutls 2.25, and texinfo 5.2.
920         * INSTALL: Regenerate.
921         * sysdeps/nios2/configure: Regenerate.
922         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
923         * manual/contrib.texi: Update.
924         * po/be.po: Update.
925         * po/bg.po: Update.
926         * po/ca.po: Update.
927         * po/cs.po: Update.
928         * po/da.po: Update.
929         * po/de.po: Update.
930         * po/el.po: Update.
931         * po/eo.po: Update.
932         * po/es.po: Update.
933         * po/fi.po: Update.
934         * po/fr.po: Update.
935         * po/gl.po: Update.
936         * po/hr.po: Update.
937         * po/hu.po: Update.
938         * po/ia.po: Update.
939         * po/id.po: Update.
940         * po/it.po: Update.
941         * po/ja.po: Update.
942         * po/ko.po: Update.
943         * po/lt.po: Update.
944         * po/nb.po: Update.
945         * po/nl.po: Update.
946         * po/pl.po: Update.
947         * po/pt_BR.po: Update.
948         * po/ru.po: Update.
949         * po/rw.po: Update.
950         * po/sk.po: Update.
951         * po/sl.po: Update.
952         * po/sv.po: Update.
953         * po/tr.po: Update.
954         * po/uk.po: Update.
955         * po/vi.po: Update.
956         * po/zh_CN.po: Update.
957         * po/zh_TW.po: Update.
959         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
960         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
961         * sysdeps/hppa/dl-irel.h: Remove #warning.
962         * sysdeps/hppa/entry.h: Provide prototype for
963         __canonicalize_funcptr_for_compare and cast argument.
964         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
965         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
966         * sysdeps/hppa/sotruss-lib.c: New file.
967         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
968         (atomic_compare_and_exchange_val_acq): Use __typeof__.
969         (atomic_compare_and_exchange_bool_acq): Likewise.
970         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
971         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
973         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
974         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
975         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
977 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
979         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
980         called function in non-PIC case.
982 2015-01-31  David S. Miller  <davem@davemloft.net>
984         * sysdeps/sparc/sparc32/bits/atomic.h
985         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
986         unlock not after it.
987         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
988         volatile register usage warnings from the compiler.
990         * sysdeps/sparc/nptl/sem_init.c: Delete.
991         * sysdeps/sparc/nptl/sem_post.c: Delete.
992         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
993         * sysdeps/sparc/nptl/sem_wait.c: Delete.
994         * sysdeps/sparc/sparc32/sem_init.c: New file.
995         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
996         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
997         padding explicitly initialized.
998         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
999         padding for in-semaphore spinlock.
1000         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1001         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1002         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1003         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1004         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1005         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1006         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1007         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1008         version.
1009         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1010         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1012 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1014         [BZ #17801]
1015         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1016         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1017         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1018         New.
1019         (index_AVX_Fast_Unaligned_Load): Likewise.
1020         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1021         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1022         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1023         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1024         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1025         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1026         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1027         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1028         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1030 2015-01-29  Andreas Schwab  <schwab@suse.de>
1032         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1034 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
1036         [BZ #17892]
1037         * nscd/nscd_stat.c (send_stats): Initialize DATA.
1039 2015-01-28  Martin Sebor  <msebor@redhat.com>
1041         * math/README.libm-test: Clarify. Add "How to read the test output."
1043 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
1045         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1046         Define to 0.
1048 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
1050         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1051         (__HAVE_64B_ATOMICS): Define to 0.
1053 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1055         [BZ #17885]
1056         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1057         value to set as new flag.
1059         [BZ #16576]
1060         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1061         and use _ARCH_PPCSQ instead.
1062         (__ieee754_sqrt): Likewise.
1063         (__ieee754_sqrtf): Likewise.
1064         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1065         _ARCH_PPCSQ is defined.
1066         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1067         fsqrt instruction.
1068         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1069         _ARCH_PPCSQ is defined.
1070         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1071         fsqrts instruction.
1072         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1074 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1076         * iconv/loop.c: Suppress array out of bound warning caused by GCC
1077         bug (GCC BZ #64739).
1079 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
1081         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1082         Mark _retval as used.
1083         (lll_futex_wake_unlock): Likewise.
1084         (lll_futex_timed_wait_requeue_pi): Likewise.
1086         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1087         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1088         register variables.
1090         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1091         libm_hidden_def.
1093         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1094         (__bswap_64): Mark as __always_inline.
1096 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
1098         [BZ #15378]
1099         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1100         when none of the search directories exist.
1102 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1104         [BZ #17869]
1105         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1106         power8 in .machine directive.
1108         [BZ #17868]
1109         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1110         set dependency from opd value.
1112 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1114         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1115         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1116         architecture.
1118 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1120         [BZ #17870]
1121         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1122         with uint64_t.
1123         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1124         (uint64_t) 1.
1125         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1126         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1127         Replace 1UL with (uint64_t) 1.
1128         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1129         int with uint64_t.
1131 2015-01-23  Roland McGrath  <roland@hack.frob.com>
1133         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1134         (if_freenameindex): Likewise.
1136         * resource/getrlimit64.c: Add missing libc_hidden_def.
1138 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
1140         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1141         __label__.
1142         (_FP_FMA): Likewise.
1143         (_FP_TO_INT_ROUND): Likewise.
1144         (_FP_FROM_INT): Likewise.
1146 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1148         [BZ #16418]
1149         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1150         Make code racy and cancel safe.
1152 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1154         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1155         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1156         attribution.
1158         * pwd/tst-getpw.c: Rewrite.
1160         [BZ #17702]
1161         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1162         (modules-names): Add moddummy1 and moddummy2.
1163         ($(objpfx)tst-rec-dlopen): Define.
1164         * dlfcn/moddummy1.c: New file.
1165         * dlfcn/moddummy2.c: New file.
1166         * dlfcn/tst-rec-dlopen.c: New file.
1167         * elf/dl-cache.c (_dl_load_cache_lookup):
1168         Return char*. Copy result with alloca/strcpy/strdup.
1169         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1170         returns char*. Free cached. If not saving realname
1171         free cached.
1172         * elf/dl-open.c (dl_open_worker): Do not assert that
1173         _r_debug->r_state is RT_CONSISTENT.
1174         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1175         returns char*.
1177 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1178             Carlos O'Donell  <carlos@redhat.com>
1180         [BZ #12674]
1181         * nptl/sem_waitcommon.c: New file.
1182         * nptl/sem_wait.c: Include sem_waitcommon.c.
1183         (__sem_wait_cleanup, do_futex_wait): Remove.
1184         (__new_sem_wait): Adapt.
1185         (__new_sem_trywait): New function.
1186         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1187         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1188         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1189         (sem_timedwait): Adapt.
1190         * nptl/sem_post.c (__new_sem_post): Adapt.
1191         (futex_wake): New function.
1192         (__old_sem_post): Add release MO fence.
1193         * nptl/sem_open.c (sem_open): Adapt.
1194         * nptl/sem_init.c (__new_sem_init): Adapt.
1195         (futex_private_if_supported): New function.
1196         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1197         (__old_sem_getvalue): Add using previous code.
1198         * sysdeps/nptl/internaltypes.h: Adapt.
1199         * nptl/tst-sem13.c (do_test): Adapt.
1200         * nptl/tst-sem11.c (main): Adapt.
1201         * nptl/sem_trywait.c: Remove.
1202         * nptl/DESIGN-sem.txt: Remove.
1203         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1204         (gen-as-const-headers): Remove structsem.sym.
1205         * nptl/structsem.sym: Remove.
1206         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1207         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1208         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1209         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1210         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1211         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1212         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1213         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1214         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1215         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1216         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1217         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1218         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1219         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1220         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1221         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1222         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1223         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1224         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1225         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1226         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1227         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1229 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
1231         * INSTALL: Regenerated.
1233         * po/libc.pot: Regenerated.
1235 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
1236             Sandra Loosemore  <sandra@codesourcery.com>
1237             Andrew Jenner  <andrew@codesourcery.com>
1238             Joseph Myers  <joseph@codesourcery.com>
1239             Nathan Sidwell  <nathan@codesourcery.com>
1241         * NEWS: Mention new Nios II port.
1242         * sysdeps/nios2/Implies: New file.
1243         * sysdeps/nios2/Makefile: New file.
1244         * sysdeps/nios2/Subdirs: New file.
1245         * sysdeps/nios2/Versions: New file.
1246         * sysdeps/nios2/__longjmp.S: New file.
1247         * sysdeps/nios2/abort-instr.h: New file.
1248         * sysdeps/nios2/backtrace.c: New file.
1249         * sysdeps/nios2/bits/endian.h: New file.
1250         * sysdeps/nios2/bits/fenv.h: New file.
1251         * sysdeps/nios2/bits/link.h: New file.
1252         * sysdeps/nios2/bits/setjmp.h: New file.
1253         * sysdeps/nios2/bsd-_setjmp.S: New file.
1254         * sysdeps/nios2/bsd-setjmp.S: New file.
1255         * sysdeps/nios2/configure: New generated file.
1256         * sysdeps/nios2/configure.ac: New file.
1257         * sysdeps/nios2/crti.S: New file.
1258         * sysdeps/nios2/crtn.S: New file.
1259         * sysdeps/nios2/dl-init.c: New file.
1260         * sysdeps/nios2/dl-machine.h: New file.
1261         * sysdeps/nios2/dl-sysdep.h: New file.
1262         * sysdeps/nios2/dl-tls.h: New file.
1263         * sysdeps/nios2/dl-trampoline.S: New file.
1264         * sysdeps/nios2/gccframe.h: New file.
1265         * sysdeps/nios2/gmp-mparam.h: New file.
1266         * sysdeps/nios2/jmpbuf-offsets.h: New file.
1267         * sysdeps/nios2/jmpbuf-unwind.h: New file.
1268         * sysdeps/nios2/ldsodefs.h: New file.
1269         * sysdeps/nios2/libc-tls.c: New file.
1270         * sysdeps/nios2/libm-test-ulps: New file.
1271         * sysdeps/nios2/machine-gmon.h: New file.
1272         * sysdeps/nios2/math-tests.h: New file.
1273         * sysdeps/nios2/math_private.h: New file.
1274         * sysdeps/nios2/memusage.h: New file.
1275         * sysdeps/nios2/nptl/Makefile: New file.
1276         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1277         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1278         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1279         * sysdeps/nios2/nptl/pthreaddef.h: New file.
1280         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1281         * sysdeps/nios2/nptl/tls.h: New file.
1282         * sysdeps/nios2/preconfigure: New file.
1283         * sysdeps/nios2/s_fma.c: New file.
1284         * sysdeps/nios2/s_fmaf.c: New file.
1285         * sysdeps/nios2/setjmp.S: New file.
1286         * sysdeps/nios2/sfp-machine.h: New file.
1287         * sysdeps/nios2/sotruss-lib.c: New file.
1288         * sysdeps/nios2/stackguard-macros.h: New file.
1289         * sysdeps/nios2/stackinfo.h: New file.
1290         * sysdeps/nios2/start.S: New file.
1291         * sysdeps/nios2/sysdep.h: New file.
1292         * sysdeps/nios2/tls-macros.h: New file.
1293         * sysdeps/nios2/tst-audit.h: New file.
1294         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1295         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1296         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1297         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1298         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1299         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1300         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1301         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1302         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1303         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1304         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1305         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1306         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1307         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1308         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1309         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1310         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1311         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1312         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1313         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1314         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1315         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1316         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1317         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1318         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1319         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1320         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1321         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1322         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1323         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1324         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1325         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1326         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1327         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1328         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1329         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1330         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1331         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1332         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1333         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1334         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1335         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1336         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1337         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1339 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1341         [BZ #17844]
1342         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1343         (getutent): Use weak_alias in non SHARED case
1344         and default_symbol_version in SHARED case.
1345         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1346         (getutent_r, pututline): Likewise.
1347         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1348         (getutid): Likewise.
1349         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1350         (getutid_r): Likewise.
1351         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1352         (getutline): Likewise.
1353         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1354         (getutline_r): Likewise.
1355         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1356         (updwtmp): Likewise.
1358 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1360         [BZ #17848]
1361         * sysdeps/s390/s390-32/memcmp.S
1362         (memcmp_g5): Rename to __memcmp_g5.
1363         * sysdeps/s390/s390-32/memcpy.S
1364         (memcpy_g5): Rename to __memcpy_g5.
1365         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1366         (memcpy_mvcle) Rename to __memcpy_mvcle.
1367         * sysdeps/s390/s390-32/memset.S
1368         (memset_g5): Rename to __memset_g5.
1369         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1370         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1371         and use prefixed functions.
1372         * sysdeps/s390/s390-32/multiarch/memcmp.S
1373         (memcmp_z196): Rename to __memcmp_z196.
1374         (memcmp_z10): Rename to __memcmp_z10.
1375         (memcmp): Set alias to __memcmp_g5.
1376         (bcmp): Set alias to __memcmp_g5.
1377         * sysdeps/s390/s390-32/multiarch/memcpy.S
1378         (memcpy_z196): Rename to __memcpy_z196.
1379         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1380         (memcpy_z10): Rename to __memcpy_z10.
1381         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1382         (memcpy): Set alias to __memcpy_g5.
1383         * sysdeps/s390/s390-32/multiarch/memset.S
1384         (memset_z196): Rename to __memset_z196.
1385         Jump to __memset_mvcle instead of memset_mvcle.
1386         (memset_z10): Rename to __memset_z10.
1387         Jump to __memset_mvcle instead of memset_mvcle.
1388         (memset_mvcle) Rename to __memset_mvcle.
1389         (memset): Set alias to __memset_g5.
1390         * sysdeps/s390/s390-64/memcmp.S
1391         (memcmp_z900): Rename to __memcmp_z900.
1392         * sysdeps/s390/s390-64/memcpy.S
1393         (memcpy_z900): Rename to __memcpy_z900.
1394         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1395         (memcpy_mvcle) Rename to __memcpy_mvcle.
1396         * sysdeps/s390/s390-64/memset.S
1397         (memset_z900): Rename to __memset_z900.
1398         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1399         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1400         and use prefixed functions.
1401         * sysdeps/s390/s390-64/multiarch/memcmp.S
1402         (memcmp_z196): Rename to __memcmp_z196.
1403         (memcmp_z10): Rename to __memcmp_z10.
1404         (memcmp): Set alias to __memcmp_z900.
1405         (bcmp): Set alias to __memcmp_z900.
1406         * sysdeps/s390/s390-64/multiarch/memcpy.S
1407         (memcpy_z196): Rename to __memcpy_z196.
1408         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1409         (memcpy_z10): Rename to __memcpy_z10.
1410         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1411         (memcpy): Set alias to __memcpy_z900.
1412         * sysdeps/s390/s390-64/multiarch/memset.S
1413         (memset_z196): Rename to __memset_z196.
1414         Jump to __memset_mvcle instead of memset_mvcle.
1415         (memset_z10): Rename to __memset_z10.
1416         Jump to __memset_mvcle instead of memset_mvcle.
1417         (memset_mvcle) Rename to __memset_mvcle.
1418         (memset): Set alias to __memset_z900.
1420 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
1422         [BZ #17748]
1423         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1424         __fesetenv instead of fesetenv.
1426 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1428         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1429         macro.
1431 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1433         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1434         regression on LE.
1436         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1437         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1438         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1439         strncmp-power8 object.
1440         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1441         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1442         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1443         * NEWS: Update.
1445 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1446             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1448         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1449         trailing byte check.
1451 2015-01-13  David S. Miller  <davem@davemloft.net>
1453         * include/signal.h (__sigreturn): Guard with __USE_MISC.
1455 2015-01-13  Roland McGrath  <roland@hack.frob.com>
1457         * login/logout.c (logout): Use memset rather than bzero.
1458         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1459         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1460         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1461         (_gethtbyaddr): Likewise.
1462         * locale/programs/simple-hash.c (bcopy): Macro removed.
1464 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1466         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1467         Add strcmp-power8 object.
1468         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1469         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1470         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1471         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1472         __strcmp_power8 implementation.
1473         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1474         * NEWS: Update.
1476         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1477         Add strncpy-power8 and stpncpy-power8 objects.
1478         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1479         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1480         implementations.
1481         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1482         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1483         __stpncpy_power8 implementation.
1484         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1485         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1486         __strncpy_power8 implementation.
1487         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1488         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1489         * NEWS: Update.
1491         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1492         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1493         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1495         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1496         strncat-power8 object.
1497         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1498         __strcat_power8 implementation.
1499         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1500         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1501         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1502         optimized strcat for power8.
1504         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1505         strcpy-power8 and stpcpy-power8 objects.
1506         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1507         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1508         implementations.
1509         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1510         multiarch stpcpy implementation for POWER8.
1511         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1512         multiarch strcpy implementation for POWER8.
1513         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1514         __strcpy_power8 function.
1515         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1516         stpcpy for POWER8.
1517         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1518         strcpy for POWER8.
1519         * NEWS: Update.
1521 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
1523         [BZ #16009]
1524         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1525         weights and rules. Use do_xfrm_cached if data fits in cache,
1526         do_xfrm otherwise.  Moved former main loop to...
1527         * (do_xfrm_cached): New function.
1528         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1529         find_idx, find_position and stack_push.
1530         * (find_idx): New function.
1531         * (find_position): Likewise.
1532         * localedata/sort-test.sh: Added test run for do_xfrm.
1533         * localedata/xfrm-test.c (main): Added command line option
1534         -nocache to run the test with strings that are too large for
1535         the STRXFRM cache.
1537 2015-01-13  Torvald Riegel  <triegel@redhat.com>
1539         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1540         variable to lll_futex_wake call, not the value itself.
1542 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
1544         [BZ #17803]
1545         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1546         twom64.  Adjust value to 0x1p-64L.
1547         (__scalblnl): Only return standard underflowing result for K <=
1548         -64 not K <= -63; adjust exponent for underflowing result by 64
1549         not 63.
1550         * math/libm-test.inc (scalbn_test_data): Add more tests.
1551         (scalbln_test_data): Likewise.
1553         [BZ #17834]
1554         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1555         0x1p63L.
1556         (__scalblnl): Get new exponent of adjusted subnormal value from ES
1557         not HX.
1558         * math/libm-test.inc (scalbn_test_data): Add more tests.
1559         (scalbln_test_data): Likewise.
1561 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1562             Stefani Seibold  <stefani@seibold.net>
1564         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1565         (sysdep_routines): Add dl-vdso here, ...
1566         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1567         (sysdep_routines): ... not here.
1568         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1569         fallback when vDSO is not presented.
1570         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1571         Define with libc_hidden_proto/libc_hidden_data_def definitions.
1572         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1573         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1574         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1575         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1576         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1577         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1578         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1579         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1580         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
1581         fallback configurable symbol when vDSO is not available.
1582         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1583         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
1584         be able to redefine fallback symbol when vDSO is not available.
1585         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1586         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1588 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1590         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1591         (TLS_INIT_TP): Add tm_capable initialization.
1592         (TLS_DEFINE_INIT_TP): Likewise.
1593         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1594         TCB.
1595         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1596         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1597         calculation.
1598         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1599         transactoion is lock elision is built and TCB tm_capable is set.
1600         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1602         (INTERNAL_SYSCALL_NCS): Likewise.
1603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1604         (INTERNAL_SYSCALL_NCS): Likewise.
1605         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1607         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1608         for powerpc.
1609         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1610         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1611         and remove it for 32 bits case.
1612         [pthread_rwlock_t] (__rwelision): New field for lock elision.
1613         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1614         initialization.
1615         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1616         Disable lock elision with rdlocks if elision is not available.
1618         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1619         (sysdep_routines): Add lock elision objects.
1620         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1621         [pthread_mutex_t] (__spins): Rework to add lock elision field.
1622         [pthread_mutex_t] (__elision): Add field.
1623         [__PTHREAD_SPINS]: Adjust to init lock elision field.
1624         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1625         elision definitions for powerpc.
1626         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1627         implementation of lock elision for powerpc.
1628         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1629         implementation of timed lock elision for powerpc.
1630         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1631         implementation of trylock with lock elision for powerpc.
1632         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1633         implementaion of unlock for lock elision for powerpc.
1634         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1635         automatic enable lock elision for mutexes.
1636         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1637         transaction execution definitions for powerpc.
1638         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1639         definitions.
1640         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1641         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1642         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1643         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1644         * NEWS: Update.
1646 2015-01-09  Roland McGrath  <roland@hack.frob.com>
1648         * sysdeps/posix/shm-directory.c: Use <> rather than ""
1649         for #include of <shm-directory.h>.
1651 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
1653         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1654         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1656 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
1658         [BZ #17791]
1659         * NEWS: Mention bug fix.
1660         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1661         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1662         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1664 2015-01-09  Torvald Riegel <triegel@redhat.com>
1666         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1668 2015-01-09  Torvald Riegel <triegel@redhat.com>
1670         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
1672 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1674         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
1675         pointer and cast to uintptr_t.
1677 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1679         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
1680         removed.
1681         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
1683 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1685         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
1686         of 0.
1688 2015-01-08  Roland McGrath  <roland@hack.frob.com>
1690         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1691         <nptl/pthreadP.h> instead.
1692         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1694         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1695         already defined.
1696         [__SIGRTMIN] (init): Function removed.
1697         [__SIGRTMIN] (initialized): Variable removed.
1698         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1699         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1700         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1701         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1702         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1703         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1704         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1705         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1706         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1707         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1708         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1709         * sysdeps/nptl/allocrtsig.c: New file.
1710         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1711         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1712         * sysdeps/generic/testrtsig.h: File removed.
1714         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1715         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1717         * nptl/nptl-init.c (pthread_functions): Conditionalize
1718         .ptr__nptl_setxid initialization on [SIGSETXID].
1720         * sysdeps/nptl/sys/procfs.h: New file.
1721         * nptl_db/Makefile (headers): Add it.
1722         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1724         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1725         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1726         * nptl/pthread_attr_setaffinity.c: Include it.
1727         * nptl/pthread_setattr_default_np.c: Likewise.
1728         * nptl/check-cpuset.h: New file.
1730 2015-01-08  Richard Henderson  <rth@redhat.com>
1732         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1733         (CFLAGS-tst-execstack-prog.c): Likewise.
1734         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1736 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1737             Sandra Loosemore  <sandra@codesourcery.com>
1738             Andrew Jenner  <andrew@codesourcery.com>
1739             Joseph Myers  <joseph@codesourcery.com>
1740             Nathan Sidwell  <nathan@codesourcery.com>
1742         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1743         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1744         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1745         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1746         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1747         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1748         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1749         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1750         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1751         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1752         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1753         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1754         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1755         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1756         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1757         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1758         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1760 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1762         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1763         timespec struct member in syscall macro.
1764         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1765         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1766         first timeval struct member in syscall macro.
1767         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1769 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1771         [BZ #17748]
1772         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1773         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1774         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1775         __feupdateenv and define as weak alias of __feupdateenv.  Use
1776         libm_hidden_weak.
1777         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1778         libm_hidden_def.
1779         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1780         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1781         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1782         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1783         libm_hidden_def.
1784         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1785         __feupdateenv and define as weak alias of __feupdateenv.  Use
1786         libm_hidden_weak.
1787         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1788         libm_hidden_def.
1789         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1790         __feupdateenv and define as weak alias of __feupdateenv.  Use
1791         libm_hidden_weak.
1792         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1793         libm_hidden_def.
1794         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1795         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1796         (__feupdateenv): Likewise.
1797         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1798         __feupdateenv and define as weak alias of __feupdateenv.  Use
1799         libm_hidden_weak.
1800         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1801         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1802         libm_hidden_def.
1803         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1804         function.
1805         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1806         libm_hidden_def.
1807         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1808         __feupdateenv instead of feupdateenv.
1809         (default_libc_feupdateenv_test): Likewise.
1810         (libc_feresetround_ctx): Likewise.
1812 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1814         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1815         prototype.
1817 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1819         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1820         COLL_SYM in a couple of places to avoid uninitialized variable
1821         wanings on tilegx gcc 4.8.2.
1823 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1825         * sysdeps/aarch64/strcpy.S: New file.
1826         * sysdeps/aarch64/stpcpy.S: New file.
1827         * NEWS: Updated.
1829 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1831         * sysdeps/aarch64/strrchr.S: New file.
1832         * NEWS: Updated.
1834 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1836         [BZ #17658]
1837         * stdlib/setenv.c: Fix memory leak when setting large,
1838         duplicate string.
1840 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1842         [BZ #17273]
1843         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1844         and tabs from buffer before parsing fstab entry.
1845         * misc/tst-mntent.c (main): Add test for mount entry with
1846         trailing spaces and tabs.
1848 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1850         [BZ #17748]
1851         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1852         * math/fesetround.c (fesetround): Rename to __fesetround and
1853         define as weak alias of __fesetround.  Use libm_hidden_weak.
1854         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1855         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1856         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1857         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1858         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1859         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1860         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1861         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1862         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1863         __fesetround_inline.
1864         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1865         __fesetround_inline instead of __fesetround.
1866         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1867         __fesetround and define as weak alias of __fesetround.  Use
1868         libm_hidden_weak.  Call __fesetround_inline instead of
1869         __fesetround.
1870         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1871         __fesetround and define as weak alias of __fesetround.  Use
1872         libm_hidden_weak.
1873         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1874         Likewise.
1875         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1876         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1877         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1878         * sysdeps/tile/math_private.h (__fesetround): New inline function.
1879         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1880         __fesetround and define as weak alias of __fesetround.  Use
1881         libm_hidden_weak.
1882         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1883         __fesetround instead of fesetround.
1884         (default_libc_feholdexcept_setround): Likewise.
1885         (libc_feholdsetround_ctx): Likewise.
1886         (libc_feholdsetround_noex_ctx): Likewise.
1888         [BZ #17748]
1889         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1890         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1891         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1892         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1893         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1894         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1895         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1896         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1897         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1898         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1899         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1900         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1901         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1902         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1903         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1904         libm_hidden_def.
1905         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1906         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1907         Likewise.
1908         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1909         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1910         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1911         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1912         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1913         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1914         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1915         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1916         __fesetenv instead of fesetenv.
1917         (libc_feresetround_noex_ctx): Likewise.
1918         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1919         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1920         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1921         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1922         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1923         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1924         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1925         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1926         (__feupdateenv): Likewise.
1927         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1928         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1929         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1930         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1932 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1934         [BZ #17806]
1935         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1936         addresses have been freed.
1938 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1940         * resolv/res_init.c (__res_vinit): Improve comments about nserv
1941         and nservall.
1943 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
1945         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1946         Clean up check_pf allocation pattern. addresses
1948 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1950         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1951         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1952         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1953         * nptl/pthread_exit.c (__pthread_exit): Likewise.
1954         * nptl/pthread_join.c (pthread_join): Likewise.
1955         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1956         * sysdeps/posix/waitid.c (__waitid): Likewise.
1957         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1958         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1959         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1960         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1961         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1962         Likewise.
1963         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1964         (__libc_pread64): Likewise.
1965         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1966         (__libc_pwrite): Likewise.
1967         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1968         (__libc_pwrite64): Likewsie.
1969         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1970         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1971         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1972         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1973         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1974         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1975         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1977         Likewise.
1978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1979         (__libc_pread64): Likewise.
1980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1981         Likewise.
1982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1983         (__libc_pwrite64): Likewise.
1984         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1985         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1986         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1987         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1988         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1989         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1990         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1991         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1992         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1993         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1994         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1995         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1996         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1997         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1998         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1999         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2000         Likewise.
2002 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2004         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2005         (CFLAGS-test-double.c): Likewise.
2006         (CFLAGS-test-ldouble.c): Likewise.
2007         (CPPFLAGS-test-ifloat.c): Likewise.
2008         (CPPFLAGS-test-idouble.c): Likewise.
2009         (CPPFLAGS-test-ildoubl.c): Likewise.
2010         (CFLAGS-test-test-fenv.c): Remove variable.
2011         (CFLAGS-test-misc.c): Likewise.
2013 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2015         [BZ #17797]
2016         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2017         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2018         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2019         CLOCKS_PER_SEC == 1000000.
2020         * time/clocktest.c (main): Replace %ld with %jd and cast to
2021         intmax_t.
2023 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2025         * sysdeps/generic/unwind-resume.h: New file.
2026         * sysdeps/gnu/unwind-resume.c: Include it.
2027         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2028         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2029         argument list.
2030         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2031         global rather than static.
2032         (_Unwind_Resume): Update user.
2033         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2034         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
2035         rather than static.  Add __attribute__ ((cold)).
2036         (_Unwind_Resume, __gcc_personality_v0): Update callers.
2037         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2038         * sysdeps/arm/arm-unwind-resume.S: New file.
2039         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2040         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2041         * sysdeps/arm/Makefile [$(subdir) = csu]
2042         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2043         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2044         Add rt-arm-unwind-resume.
2045         [$(subdir) = nptl]
2046         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2047         Add pt-arm-unwind-resume.
2048         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2049         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2051 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2053         [BZ #17748]
2054         * include/fenv.h (__feholdexcept): Declare.  Use
2055         libm_hidden_proto.
2056         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2057         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
2058         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2059         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2060         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2061         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2062         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2063         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2064         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2065         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2066         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2067         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2068         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2069         (feholdexcept): Likewise.
2070         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2071         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2072         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2073         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2074         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2075         __feholdexcept instead of feholdexcept.
2076         (default_libc_feholdexcept_setround): Likewise.
2078 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2080         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2081         to avoid using stl/str to align destination.
2083 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2085         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2087 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2089         [BZ #17796]
2090         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2091         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2092         Define as weak alias not strong alias.
2094 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2096         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2097         bltzal with addiupc.
2098         (RTLD_START): Ditto.
2100 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
2102         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2103         for __vdso_* functions in declarations.
2104         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2105         definitions.
2106         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2107         INTERNAL_VSYSCALL): Use struct return types to check for error.
2109         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2110         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2111         function with cast from llround().
2112         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2113         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2114         Define.
2116 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2118         [BZ #17793]
2119         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2120         Define as weak alias not strong alias.
2122         [BZ #17635]
2123         * ctype/ctype-c99.c: New file.  isblank implementation moved from
2124         ...
2125         * ctype/ctype-extn.c: ... here.
2126         (__isblank_l): Move to ...
2127         * ctype/ctype-c99_l.c: ... here.  New file.
2128         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2129         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2130         Remove variable.
2131         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2132         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2133         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2134         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2135         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2137         [BZ #17777]
2138         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2139         (posix_fadvise64): Define as weak alias not strong alias.
2140         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2141         (posix_fallocate64): Likewise.
2142         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2143         Remove variable.
2144         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2145         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2146         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2147         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2148         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2150 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2152         [BZ #16191]
2153         * NEWS: Mention bug fix.
2154         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2155         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2156         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2157         (HOST_STACK_END_ADDR): Likewise.
2159 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2161         [BZ #17748]
2162         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2163         * math/fegetround.c (fegetround): Rename to __fegetround and
2164         define as weak alias of __fegetround.  Use libm_hidden_weak.
2165         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2166         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2167         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2168         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2169         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2170         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2171         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2172         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2173         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2174         Undefine after rather than before function definition; use
2175         parentheses around function name in definition.
2176         (__fegetround): Also undefine macro after function definition.
2177         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2178         __fegetround and define as weak alias of __fegetround.  Use
2179         libm_hidden_weak.  Do not undefine as macro.
2180         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2181         Likewise.
2182         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2183         __fegetround and define as weak alias of __fegetround.  Use
2184         libm_hidden_weak.
2185         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2186         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2187         * sysdeps/tile/math_private.h (__fegetround): New inline function.
2188         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2189         __fegetround and define as weak alias of __fegetround.  Use
2190         libm_hidden_weak.
2191         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2192         __fegetround instead of fegetround.
2194         [BZ #17782]
2195         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2196         Condition macro definition on [__USE_MISC].
2198         [BZ #17781]
2199         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2200         (struct sigaction): Change type of sa_flags field to int.
2202         [BZ #17780]
2203         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2204         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2205         __glibc_reserved0.
2207         * nptl/version.c (banner): Use single year in copyright notice.
2209         * NEWS: Update copyright dates.
2210         * catgets/gencat.c (print_version): Likewise.
2211         * csu/version.c (banner): Likewise.
2212         * debug/catchsegv.sh: Likewise.
2213         * debug/pcprofiledump.c (print_version): Likewise.
2214         * debug/xtrace.sh (do_version): Likewise.
2215         * elf/ldconfig.c (print_version): Likewise.
2216         * elf/ldd.bash.in: Likewise.
2217         * elf/pldd.c (print_version): Likewise.
2218         * elf/sotruss.sh: Likewise.
2219         * elf/sprof.c (print_version): Likewise.
2220         * iconv/iconv_prog.c (print_version): Likewise.
2221         * iconv/iconvconfig.c (print_version): Likewise.
2222         * locale/programs/locale.c (print_version): Likewise.
2223         * locale/programs/localedef.c (print_version): Likewise.
2224         * login/programs/pt_chown.c (print_version): Likewise.
2225         * malloc/memusage.sh (do_version): Likewise.
2226         * malloc/memusagestat.c (print_version): Likewise.
2227         * malloc/mtrace.pl: Likewise.
2228         * manual/libc.texinfo: Likewise.
2229         * nptl/version.c (banner): Likewise.
2230         * nscd/nscd.c (print_version): Likewise.
2231         * nss/getent.c (print_version): Likewise.
2232         * nss/makedb.c (print_version): Likewise.
2233         * posix/getconf.c (main): Likewise.
2234         * scripts/test-installation.pl: Likewise.
2235         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2237 2015-01-02  Will Newton  <will.newton@linaro.org>
2239         * sysdeps/arm/armv7/configure: Removed.
2240         * sysdeps/arm/armv7/configure.ac: Likewise.
2242 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2244         * All files with FSF copyright notices: Update copyright dates
2245         using scripts/update-copyrights.
2246         * intl/plural.c: Regenerated.
2247         * locale/programs/charmap-kw.h: Likewise.
2248         * locale/programs/locfile-kw.h: Likewise.
2250 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2252         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2254 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2256         [BZ #17748]
2257         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2258         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2259         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2260         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2261         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2262         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2263         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2264         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2265         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2266         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2267         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2268         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2269         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2270         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2271         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2272         libm_hidden_def.
2273         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2274         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2275         Likewise.
2276         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2277         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2278         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2279         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2280         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2281         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2282         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2283         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2284         __fegetenv instead of fegetenv.
2285         (libc_feholdsetround_noex_ctx): Likewise.
2287 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2289         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2290         (Elf_MIPS_ABIFlags_v0): New structure.
2291         (EF_MIPS_FP64): Define.
2292         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2293         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2294         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2295         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2296         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2297         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2298         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2299         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2300         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2301         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2302         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2303         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2304         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2305         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2306         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2307         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2308         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2309         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2310         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2311         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2312         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2313         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2314         field.
2315         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2316         EF_MIPS_FP64.
2317         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2318         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2319         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2320         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2321         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2322         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2323         * sysdeps/mips/tst-abi-interlink.c: Likewise.
2324         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2325         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2326         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2327         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2328         record the current FP ABI extension.
2329         (mips-mode-switch): Define to show if kernel headers support mode
2330         switching.
2331         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2332         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2333         supported SYSV ABI version to 3.
2334         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2335         feature.
2337 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2338             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2340         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2341         path.
2342         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2344 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2346         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2347         __fegetround and redefine to call __fegetround.  Remove condition
2348         on [!__NO_MATH_INLINES].
2349         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2350         function.
2351         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2352         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2353         Remove macro.
2354         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2355         instead of <fenv_libc.h>.
2356         (__llrintl): Call fegetround instead of __fegetround.
2357         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2358         instead of <fenv_libc.h>.
2359         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2360         (__lrintl): Call fegetround instead of __fegetround.
2361         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2362         instead of <fenv_libc.h>.
2363         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2364         (__rintl): Call fegetround instead of __fegetround.
2366 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
2368         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2369         arrays.
2371 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2373         [BZ #17775]
2374         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2375         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2376         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2378 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2380         * sysdeps/i386/tls-macros.h: Include <features.h>.
2381         (TLS_LE): Use non-PIC version for GCC >= 5.0.
2382         (TLS_IE): Likewise.
2383         (TLS_LD): Likewise.
2384         (TLS_GD): Likewise.
2385         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2386         define for GCC >= 5.0.
2388 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
2390         * math/test-fenv.c (test_single_exception, set_single_exc,
2391         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2392         feexcp_mask_test, feenable_test, fe_single_test): Add
2393         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2394         case where they are not used.
2395         * math/libm-test.inc: Likewise.
2396         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2397         unused in the absence of FP rounding/exception support.
2398         * stdio-common/tst-printf-round.c: Likewise.
2399         * stdlib/tst-strtod-round.c: Likewise.
2400         * stdlib/tst-strtod-underflow.c: Likewise.
2402 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
2404         [BZ #17723]
2405         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2406         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2407         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2408         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2409         libm_hidden_weak.
2410         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2411         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2412         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2413         libm_hidden_def.
2414         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2415         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2416         libm_hidden_weak.
2417         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2418         Likewise.
2419         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2420         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2421         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2422         libm_hidden_weak.
2423         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2424         libm_hidden_def.
2425         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2426         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2427         (__feraiseexcept): Likewise.
2428         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2429         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2430         libm_hidden_weak.
2431         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2432         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2433         libm_hidden_def.
2434         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2435         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2436         Use libm_hidden_def.
2437         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2438         libm_hidden_def.
2439         (feraiseexcept): Define as weak not strong alias.  Use
2440         libm_hidden_weak.
2441         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2442         New inline function.  Factored out of ...
2443         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
2444         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2445         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2446         feraiseexcept.
2447         * math/w_acos.c (__acos): Likewise.
2448         * math/w_asin.c (__asin): Likewise.
2449         * math/w_ilogb.c (__ilogb): Likewise.
2450         * math/w_j0.c (y0): Likewise.
2451         * math/w_j1.c (y1): Likewise.
2452         * math/w_jn.c (yn): Likewise.
2453         * math/w_log.c (__log): Likewise.
2454         * math/w_log10.c (__log10): Likewise.
2455         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2456         * sysdeps/aarch64/fpu/math_private.h
2457         (libc_feupdateenv_test_aarch64): Likewise.
2458         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2459         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2460         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2461         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2462         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2463         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2464         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2465         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2466         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2467         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2469 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2471         [BZ #17732]
2472         * io/test-utime.c (main): Replace %ld with %jd and cast to
2473         intmax_t.
2474         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2475         * nptl/tst-mutex5.c: Include <stdint.h>.
2476         (do_test): Replace %ld with %jd and cast to intmax_t.
2477         * posix/tst-regex.c (run_test): Likewise.
2478         (run_test_backwards): Likewise.
2479         * rt/tst-clock.c: Include <stdint.h>.
2480         (clock_test): Replace %ld with %jd and cast to intmax_t.
2481         * rt/tst-cpuclock1.c: Include <stdint.h>.
2482         (do_test): Replace %lu with %ju and cast to uintmax_t.
2483         * rt/tst-cpuclock2.c: Include <stdint.h>.
2484         (do_test): Replace %lu with %ju and cast to uintmax_t.
2485         * rt/tst-mqueue1.c: Include <stdint.h>.
2486         (check_attrs): Replace %ld with %jd and cast to intmax_t.
2487         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2488         intmax_t.
2489         * rt/tst-mqueue4.c (do_test): Likewise.
2490         * rt/tst-timer4.c: Include <stdint.h>.
2491         (check_ts): Replace %ld with %jd and cast to intmax_t.
2492         (do_test): Likewise.
2493         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2494         and cast to intmax_t.
2495         * sysdeps/pthread/tst-timer.c (main): Likewise.
2496         * time/clocktest.c (main): Likewise.
2497         * time/tst-posixtz.c (do_test): Likewise.
2498         * timezone/tst-timezone.c (main): Likewise.
2500 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2501             H.J. Lu  <hongjiu.lu@intel.com>
2503         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2504         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2505         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2506         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2507         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2508         version if bit_Fast_Unaligned_Load is set.
2509         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2510         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2511         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2512         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2513         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2514         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2515         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2516         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2517         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2518         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2519         to 4.
2520         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2521         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2522         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2523         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2525 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
2527         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2528         instead of #if to avoid a Wundef warning.
2529         * stdlib/tst-limits.c (do_test): Likewise.
2531         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2532         parallel other exception macros.
2533         (fegetenv): Convert from macro to extern inline so that it applies
2534         retroactively to inline functions already seen by the compiler.
2535         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2537         * posix/Makefile (before-compile): Use $(objpfx) for
2538         posix-conf-vars-def.h.
2540 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2542         * posix/getconf.c (main): Use size_t for type of I.
2543         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2544         NSPEC.
2546         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2547         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2548         * posix/posix-envs.def: Likewise.
2549         * sysdeps/posix/sysconf.c: Likewise.
2550         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2551         (specs): Remove array.
2552         * scripts/gen-posix-conf-vars.awk: Support generation of specs
2553         array.
2555         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2556         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2557         (__sysconf): Use CONF_IS_* macros.
2559         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2560         ($(objpfx)posix-conf-vars-def.h): New target.
2561         * posix/posix-conf-vars.list: New file.
2562         * posix/posix-conf-vars.h: New file.
2563         * posix/confstr.c: Include posix-conf-vars.h.
2564         (confstr): Use CONF_IS_* macros.
2565         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
2566         CONF_IS_* macros.
2567         * scripts/gen-posix-conf-vars.awk: New file.
2569 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2571         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2572         fegetround): Add no-op macros to avoid linknamespace issues.
2574         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2575         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2577         * sysdeps/unix/sysv/linux/tile/sysdep.h
2578         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2579         assembly-specific section to avoid a redefinition warning.
2581         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2582         long before casting to pointer to avoid a cast warning.
2584 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
2586         * sysdeps/tile/tilegx/Implies: New file.
2588 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
2590         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2592 2014-12-23  Florian Weimer  <fweimer@redhat.com>
2594         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2596 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2598         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2599         not define.
2600         * sysdeps/unix/sysv/linux/utimes.c: Do not include
2601         <kernel-features.h>.
2602         (__utimes) [__NR_utimes]: Make code unconditional.
2603         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2604         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2605         (__ASSUME_UTIMES): Do not undefine.
2606         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2607         (__ASSUME_UTIMES): Likewise.
2608         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2609         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2610         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2611         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2613 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2615         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2617 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2619         [BZ #17747]
2620         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2621         alias to weak alias for j0l, y0l.
2622         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2623         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2625         [BZ #17746]
2626         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2627         conversion.
2629 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2631         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2632         to zero if not already defined.
2634 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2636         [BZ #17724]
2637         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2638         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
2639         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
2640         (char *) casts added.
2641         * sysdeps/ieee754/k_standardf.c: New file.
2642         * sysdeps/ieee754/k_standardl.c: Likewise.
2643         * math/Makefile (libm-support): Remove k_standard.
2644         (libm-calls): Add k_standard.
2646 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2648         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2649         Optimize to avoid an unnecessary FPCR read.
2651 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2653         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2654         Optimize to reduce FPCR/FPSR accesses.
2656 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2658         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2659         Call libc_fetestexcept_aarch64.
2661 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2663         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2664         Call libc_fesetround_aarch64.
2666 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2668         [BZ #17733]
2669         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2670         (__bind): Do not define as weak alias.
2671         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
2672         define.
2673         (__getsockname): Do not define as weak alias.
2675 2014-12-22  Will Newton  <will.newton@linaro.org>
2677         * manual/install.texi: Document that we require bison 2.7
2678         or above.
2679         * INSTALL: Regenerate.
2680         * configure.ac: Use AC_CHECK_PROG_VER instead of
2681         AC_PATH_PROG when checking for bison and check for
2682         version 2.7 or above.
2683         * configure: Regenerate.
2685 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
2687         [BZ #17745]
2688         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
2689         * sysdeps/tile/ffsll.c (ffsll): To here.
2691         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2693 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2695         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2696         if not defined.
2697         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2698         definition.
2699         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2700         hidden ___tls_get_addr.
2701         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2702         hidden __tls_get_addr.
2703         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2704         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2705         Likewise.
2707 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2709         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2710         _dl_init call.
2712 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2714         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2715         from "call _dl_init@PLT".
2716         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2718 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2720         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2721         guarantees.
2723 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2725         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2727 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2729         [BZ #17744]
2730         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2731         strnlen.
2733 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2735         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2736         of multu on MIPSr6.
2737         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2738         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2739         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2740         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2741         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2743 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2745         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2746         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2747         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2748         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2749         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2750         mips32r6/mips64r6.
2751         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2753 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2755         * string/strncat.c (STRNCAT): Simplify implementation.
2757 2014-12-19  David S. Miller  <davem@davemloft.net>
2759         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2760         access the quad as both a long double and as a series of 4 words.
2762         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2763         link_map->l_info array access.
2765 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2767         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2769         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2770         * math/atest-exp2.c (TIMEOUT): Likewise.
2771         * math/atest-sincos.c (TIMEOUT): Likewise.
2773 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2775         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2776         -Wno-error with -fno-builtin-lround.
2778 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2780         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2781         Contains futex constants and functions moved over from ...
2782         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2783         <lowlevellock-futex.h>.
2784         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2785         (lll_timedwait_tid): Add comments and parentheses around macro
2786         arguments.
2788 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2790         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2791         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2792         (__lll_private_flag): Remove.
2793         (lll_futex_wait): Likewise.
2794         (lll_futex_timed_wait): Likewise.
2795         (lll_futex_wake): Likewise.
2796         (lll_futex_requeue): Likewise.
2797         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2798         (__lll_timedwait_tid): Spell out argument names.
2799         (lll_timedwait_tid): Add comments and parentheses around macro
2800         arguments.
2801         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2802         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2804 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2806         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2807         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2808         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2809         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2810         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2811         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2812         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2813         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2814         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2815         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2816         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2817         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2818         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2819         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2820         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2821         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2822         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2823         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2824         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2826 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2828         * sysdeps/x86_64/x32/Makefile: New file.
2830 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2832         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2833         1L with (mp_limb_t) 1.
2835 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2837         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2838         * nptl/libc_pthread_init.c: ... here.
2839         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2840         * nptl/register-atfork.c: ... here.
2842         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2843         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2844         Use assert_perror to check its return value.
2845         (__gai_create_helper_thread): Likewise.
2847         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2849         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2851 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2853         [BZ #17725]
2854         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2855         __profil_counter.
2856         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2857         Likewise.
2858         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2859         Likewise.
2860         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2861         Likewise.
2862         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2863         (profil_counter): Likewise.
2864         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2865         (profil_counter): Likewise.
2866         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2867         Likewise.
2868         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2869         Likewise.
2870         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2871         (profil_counter): Likewise.
2872         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2873         Likewise.
2874         [!__profil_counter] (profil_counter): Define as weak alias of
2875         __profil_counter.
2876         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2877         (profil_counter): Rename to __profil_counter.
2878         [!__profil_counter] (profil_counter): Define as weak alias of
2879         __profil_counter.
2880         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2881         (profil_counter): Rename to __profil_counter.
2882         [!__profil_counter] (profil_counter): Define as weak alias of
2883         __profil_counter.
2884         * sysdeps/posix/profil.c: Update comment referring to
2885         profil_counter.
2886         (__profil): Use __profil_counter instead of profil_counter.
2887         * sysdeps/posix/sprofil.c (profil_counter): Rename to
2888         __profil_counter.  Use __profil_counter_ushort and
2889         __profil_counter_uint in definitions.
2890         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2891         instead of profil_counter_uint and profil_counter_ushort.
2893         [BZ #17722]
2894         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2895         define as weak alias of __inet_makeaddr.
2896         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2897         as weak alias of __inet_addr.
2898         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2899         as weak alias of __inet_pton.  Use libc_hidden_weak.
2900         * include/arpa/inet.h (__inet_pton): Declare.  Use
2901         libc_hidden_proto.
2902         (inet_makeaddr): Don't use libc_hidden_proto.
2903         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
2904         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2905         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
2906         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2907         Remove variable.
2908         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2909         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2911 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
2913         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2915 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2917         * stdio-common/bug-vfprintf-nargs.c (do_test):
2918         Cast value to intptr_t to avoid format warning
2919         for usage with PRIdPTR printing macro.
2921 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2923         * libio/tst-widetext.c (do_test):
2924         Use format type %td instead of %Zd for ptrdiff_t
2925         in order to avoid format warning.
2927 2014-12-17  Andreas Schwab  <schwab@suse.de>
2929         * nscd/mem.c (gc): Add size_t cast to match printf format.
2931 2014-12-16  Roland McGrath  <roland@hack.frob.com>
2933         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2934         (init): Apply PTR_MANGLE to pointers before storing them.
2935         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2936         before using them.
2938 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
2940         [BZ #17719]
2941         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2942         define as weak alias of __memrchr.
2943         (__memrchr): Do not define as strong alias of memrchr.
2944         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2945         Remove variable.
2946         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2947         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2948         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2950         [BZ #17717]
2951         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2952         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
2953         (if_indextoname): Rename to __if_indextoname and define as weak
2954         alias of __if_indextoname.  Use libc_hidden_weak.
2955         (if_freenameindex): Rename to __if_freenameindex and define as
2956         weak alias of __if_freenameindex.
2957         (if_nameindex): Rename to __if_nameindex and define as weak alias
2958         of __if_nameindex.
2959         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2960         __if_nametoindex and define as weak alias of __if_nametoindex.
2961         Use libc_hidden_weak.
2962         (if_freenameindex): Rename to __if_freenameindex and define as
2963         weak alias of __if_freenameindex.
2964         (if_nameindex): Rename to __if_nameindex and define as weak alias
2965         of __if_nameindex.
2966         (if_indextoname): Rename to __if_indextoname and define as weak
2967         alias of __if_indextoname.  Use libc_hidden_weak.
2968         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2969         __if_nametoindex and define as weak alias of __if_nametoindex.
2970         Use libc_hidden_weak.
2971         (if_freenameindex): Rename to __if_freenameindex and define as
2972         weak alias of __if_freenameindex.  Use libc_hidden_weak.
2973         (if_nameindex_netlink): Use __if_freenameindex instead of
2974         if_freenameindex.
2975         (if_nameindex): Rename to __if_nameindex and define as weak alias
2976         of __if_nameindex.  Use libc_hidden_weak.
2977         (if_indextoname): Rename to __if_indextoname and define as weak
2978         alias of __if_indextoname.  Use libc_hidden_weak.
2979         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2980         libc_hidden_proto.
2981         [!_ISOMAC] (__if_freenameindex): Likewise.
2982         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2983         if_nametoindex.
2984         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2985         variable.
2986         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2987         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2988         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2989         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2990         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2991         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2992         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2994         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2995         Remove variable.
2996         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2997         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2999 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3001         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3002         subscript above bounds'
3004         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3005         bounds.
3007 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3009         * libio/tst-fopenloc.c: Use test-skeleton.c.
3011         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3012         (entry): Rename to ITEM.
3013         (do_test, comp): Adjust.
3015         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3017 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3019         * string/tester.c: Include <libc-internal.h>.
3020         (test_memset): Ignore -Wmemset-transposed-args.
3022 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3024         * misc/tst-mntent2.c (do_test): Fix warning.
3026 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3028         * elf/tst-unique4lib.cc(a): Mark as used.
3030 2014-12-16  Florian Weimer  <fweimer@redhat.com>
3032         [BZ #17630]
3033         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3034         names.
3036 2014-12-16  Allan McRae  <allan@archlinux.org>
3038         * stdio-common/Makefile (tests): Re-add bug26.
3040 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
3042         [BZ #17657]
3043         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3044         static array.
3046 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3048         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3049         (__lll_lock_wait): Likewise.
3050         (__lll_timedlock_wait): Likewise.
3051         (__lll_timedwait_tid): Likewise.
3052         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3053         (__lll_robust_timedlock_wait): Likewise.
3054         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3055         (lll_cond_trylock): Likewise.
3056         (__lll_lock): Likewise.
3057         (__lll_robust_lock): Likewise.
3058         (__lll_cond_lock): Likewise.
3059         (lll_robust_cond_lock): Likewise.
3060         (__lll_timedlock): Likewise.
3061         (__lll_robust_timedlock): Likewise.
3062         (__lll_unlock): Likewise.
3063         (__lll_robust_unlock): Likewise.
3064         (lll_wait_tid): Likewise.
3065         (lll_timedwait_tid): Likewise.
3067 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3069         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3071 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3073         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3075 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3077         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3078         * stdio-common/tst-sprintf.c: Likewise.
3080 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3082         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3084 2014-12-15  Jeff Law  <law@redhat.com>
3086         [BZ #16617]
3087         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3088         on the heap.  (CVE-2012-3406)
3089         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3090         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
3091         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3093 2014-12-15  Will Newton  <will.newton@linaro.org>
3095         * manual/install.texi: Bump required version of texinfo
3096         to 4.7 from 4.5.
3097         * INSTALL: Regenerated.
3098         * configure.ac: Check for makeinfo version 4.7 and above.
3099         * configure: Regenerated.
3101 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3103         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3104         PREFIX, string constant to insert between directory and name.
3105         * sysdeps/posix/shm_open.c: Update caller.
3106         * sysdeps/posix/shm_unlink.c: Likewise.
3107         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3108         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3109         (SEM_SHM_PREFIX): New macro.
3110         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3111         [$(have-thread-library) = no].
3112         * nptl/Makefile (libpthread-routines): Add shm-directory.
3113         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3114         * sysdeps/nptl/shm-directory.h: New file.
3115         * sysdeps/posix/shm-directory.c
3116         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3117         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3118         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3119         INTERNAL_SYSCALL.
3120         (__where_is_shmfs): Function removed.
3121         (mountpoint, defaultmount, defaultdir, __namedsem_once):
3122         Variables removed.
3123         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3124         Use SHM_GET_NAME.
3125         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
3127         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3128         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3129         unconditional for use inside libpthread.
3130         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3132 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3134         * nptl/pthread_getaffinity.c: New file.
3135         * nptl/pthread_setaffinity.c: New file.
3136         * nptl/pthread_getname.c: New file.
3137         * nptl/pthread_setname.c: New file.
3139         * nptl/pthread_create.c (START_THREAD_DEFN)
3140         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3142 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3143             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3145         * resolv/res_send.c (send_vc): Disable warning resplen may
3146         be used uninitialized.
3148 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3150         * nptl/tst-mutex6.c
3151         (ATTR_NULL): New define checks ATTR against NULL.
3152         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3153         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3155 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3157         [BZ #17581]
3158         * malloc/hooks.c
3159         (mem2mem_check): Revert my previous change.
3160         (malloc_check_get_size): Revert my previous change.
3161         (mem2chunk_check): Revert my previous change.
3163 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3165         * sysdeps/posix/shm-directory.c: New file.
3166         * sysdeps/posix/shm-directory.h: New file.
3167         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3168         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3169         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3170         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3171         Transmute EPERM to EACCES.
3172         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3173         from ...
3174         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3175         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3177 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3179         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3180         pointer and cast to uintptr_t.
3181         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3182         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3183         Add cast to avoid warning.
3184         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3186 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3188         * nptl/semaphore.h: Move to ...
3189         * sysdeps/pthread/semaphore.h: ... here.
3190         * Makefile (installed-headers): Change nptl/semaphore.h to
3191         sysdeps/pthread/semaphore.h.
3193 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3195         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3196         generated error format strings.
3198         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3199         -Wformat-extra-args warnings for scanf formats.
3200         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3201         test of zero-length format (duh).
3202         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3203         corner-case scanf format test.
3204         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3205         generated fprintf format string.
3206         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3207         corner-case sprintf format tests.
3208         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3209         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3210         -Wformat-extra-args warnings throughout.
3211         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3212         (CFLAGS-scanf4.c): Likewise.
3213         (CFLAGS-scanf7.c): Likewise.
3214         (CFLAGS-tst-sprintf.c): Likewise.
3215         (CFLAGS-tst-printf.c): Likewise.
3216         (CFLAGS-tst-printfsz.c): Likewise.
3218 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3220         * include/cpio.h: New file.
3221         * include/fmtmsg.h: Likewise.
3223         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3224         corresponding format argument to size_t.
3225         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3226         arguments.
3227         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
3228         corresponding format argument to size_t.
3229         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
3230         arguments.
3231         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
3232         corresponding format argument to size_t.
3233         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3234         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3235         (CFLAGS-tst-mbswcs2.c): Likewise.
3236         (CFLAGS-tst-mbswcs3.c): Likewise.
3237         (CFLAGS-tst-mbswcs4.c): Likewise.
3238         (CFLAGS-tst-mbswcs5.c): Likewise.
3239         (CFLAGS-tst-trans.c): Likewise
3241 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3243         * posix/regexbug1.c (main): Use "%s" format with regerror results,
3244         rather than assuming they won't contain any '%'s.
3246 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
3248         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3249         inhibit_loop_to_libcall to avoid recursive calls.
3250         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3251         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3253 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3255         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3256         prototype.
3258 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3260         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3261         integer value instead of boolean.
3263 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3265         * malloc/malloc.c: Fix powerof2 check.
3267 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3269         * locale/programs/locfile.h (maybe_swap_uint32):
3270         Remove inline and add unused attribute.
3272 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3274         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3275         Truncating assembler expression to a .long expression.
3277 2014-12-11  Andreas Schwab  <schwab@suse.de>
3279         * elf/rtld.c (struct map_args): Constify str member.
3280         (do_preload): Constify fname argument.
3282 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3284         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3285         constants definition.
3287 2014-12-11  Andreas Schwab  <schwab@suse.de>
3289         [BZ #16657]
3290         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3291         FORCE_ELISION instead of DO_ELISION.
3292         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3293         Remove.
3294         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3295         Likewise.
3297         * iconvdata/gconv-modules: Remove duplicate entry.
3299 2014-12-11  Will Newton  <will.newton@linaro.org>
3301         Merge gettext 0.19.3 into intl/.
3303         This involves a number of cosmetic changes to comments
3304         and ANSI function definitions and prototypes throughout
3305         all the files. The gettext copyright header is used but
3306         with the date ranges taken from the glibc copy.
3308         * NEWS: Add gettext merge to 2.21.
3309         * intl/bindtextdom.c: Switch to gettext copyright.
3310         Use ANSI definitions and prototypes.
3311         Use gl_* locking primitives rather than __libc_* ones.
3312         Use __builtin_expect rather than __glibc_likely/unlikely.
3313         * intl/dcgettext.c: Switch to gettext copyright.
3314         Use ANSI definitions and prototypes.
3315         * intl/dcigettext.c: Switch to gettext copyright.
3316         Use ANSI definitions and prototypes.
3317         (INTDIV0_RAISES_SIGFPE): New define.
3318         Use gl_* locking primitives rather than __libc_* ones.
3319         Include eval-plural.h instead of plural-eval.c.
3320         Use __builtin_expect rather than __glibc_likely/unlikely.
3321         * intl/dcngettext.c: Switch to gettext copyright.
3322         Use ANSI definitions and prototypes.
3323         * intl/dgettext.c: Likewise.
3324         * intl/dngettext.c: Likewise.
3325         * intl/plural-eval.c: Renamed to...
3326         * intl/eval-plural.h: ...this.
3327         * intl/explodename.c: Switch to gettext copyright.
3328         Use ANSI definitions and prototypes.
3329         (_nl_explode_name): Use strchr instead of __rawmemchr.
3330         * intl/finddomain.c: Switch to gettext copyright.
3331         Use ANSI definitions and prototypes.
3332         Use gl_* locking primitives rather than __libc_* ones.
3333         (_nl_find_domain): Use malloc rather than alloca for
3334         allocation of temporary locale name.
3335         * intl/gettext.c: Switch to gettext copyright.
3336         Use ANSI definitions and prototypes.
3337         * intl/gettextP.h: Switch to gettext copyright.
3338         Use ANSI definitions and prototypes.
3339         Use gl_* locking primitives rather than __libc_* ones.
3340         * intl/gmo.h: Switch to gettext copyright.
3341         (struct sysdep_string): Move struct segment_pair outside of
3342         struct definition.
3343         * intl/hash-string.c: Use ANSI definitions and prototypes.
3344         * intl/hash-string.h: Switch to gettext copyright.
3345         Use ANSI definitions and prototypes.
3346         * intl/l10nflist.c: Switch to gettext copyright.
3347         Use ANSI definitions and prototypes.
3348         (_nl_normalize_codeset): Avoid integer overflow.
3349         * intl/loadinfo.h: Switch to gettext copyright.
3350         Use ANSI definitions and prototypes.
3351         (LIBINTL_DLL_EXPORTED): New define.
3352         (PATH_SEPARATOR): New define.
3353         * intl/loadmsgcat.c: Switch to gettext copyright.
3354         * intl/localealias.c: Switch to gettext copyright.
3355         Use ANSI definitions and prototypes.
3356         (_nl_expand_alias): Use PATH_SEPARATOR.
3357         * intl/ngettext.c: Switch to gettext copyright.
3358         Use ANSI definitions and prototypes.
3359         * intl/plural-exp.c: Likewise.
3360         * intl/plural-exp.h: Switch to gettext copyright.
3361         Use ANSI definitions and prototypes.
3362         (struct expression): Move definition of enum operator outside
3363         of struct definition.
3364         * intl/plural.c: Regenerate.
3365         * intl/plural.y: Switch to gettext copyright.
3366         Use ANSI definitions and prototypes.
3367         Port to bison 3.0.
3368         * intl/textdomain.c: Switch to gettext copyright.
3369         Use ANSI definitions and prototypes.
3370         Use gl_* locking primitives rather than __libc_* ones.
3372 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
3374         * debug/warning-nop.c: Add used atrribute.
3376 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3378         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3380         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3381         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3382         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3384 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3385             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3387         [BZ #17634]
3388         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3389         Undefine after defining function.  Define as weak alias of
3390         __wcschr.  Use libc_hidden_weak.
3391         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
3392         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3393         (libc_hidden_def): Also define __GI___wcschr alias.
3394         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3395         __wcschr and define as weak alias of __wcschr.
3396         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3397         __wcschr.
3398         [!WCSCHR] (DEFAULT_WCSCHR): Define.
3399         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3400         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
3401         libc_hidden_weak.  Do not use libc_hidden_def.
3402         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3403         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3404         __GI___wcschr alias.
3405         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3406         [IS_IN (libc)] (wcschr): Define as macro expanding to
3407         __redirect_wcschr.
3408         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3409         [IS_IN (libc)] (__wcschr_power6): Likewise.
3410         [IS_IN (libc)] (__wcschr_power7): Likewise.
3411         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
3412         instead of wcschr.
3413         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3414         __libc_wcschr.
3415         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3416         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3417         __wcschr and define as weak alias of __wcschr.  Use
3418         libc_hidden_builtin_def.
3419         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3420         as weak alias of __wcschr.  Use libc_hidden_weak.
3421         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3422         wcschr.
3423         * time/era.c (_nl_init_era_entries): Likewise.
3424         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3425         variable.
3426         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3427         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3429 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3431         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3432         format for long int variable.
3434 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
3436         [BZ #10672]
3437         * manual/search.texi: (Array Sort Function): Remove claim how to make
3438         qsort stable.
3440 2014-12-10  Andreas Schwab  <schwab@suse.de>
3442         [BZ #12847]
3443         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3444         user-controlled locks.
3446 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3448         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3449         register.
3451 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3453         * configure.ac (--disable-werror): New configure option.
3454         (enable_werror): New AC_SUBST.
3455         * configure: Regenerated.
3456         * config.make.in (enable-werror): New variable.
3457         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3458         -Wno-error=undef.
3459         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3460         * manual/install.texi (Configuring and compiling): Document
3461         --disable-werror.
3462         * INSTALL: Regenerated.
3463         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3464         (CFLAGS-tst-chk2.c): Likewise.
3465         (CFLAGS-tst-chk3.c): Likewise.
3466         (CFLAGS-tst-chk4.cc): Likewise.
3467         (CFLAGS-tst-chk5.cc): Likewise.
3468         (CFLAGS-tst-chk6.cc): Likewise.
3469         (CFLAGS-tst-lfschk1.c): Likewise.
3470         (CFLAGS-tst-lfschk2.c): Likewise.
3471         (CFLAGS-tst-lfschk3.c): Likewise.
3472         (CFLAGS-tst-lfschk4.cc): Likewise.
3473         (CFLAGS-tst-lfschk5.cc): Likewise.
3474         (CFLAGS-tst-lfschk6.cc): Likewise.
3476         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3477         (main): Disable -Wdeprecated-declarations around calls to
3478         register_printf_function.
3480         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3481         (do_test): Disable -Wdiv-by-zero around some calls to
3482         fwrite_unlocked and fread_unlocked.
3484         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3485         (DIAG_POP_NEEDS_COMMENT): Likewise.
3486         (_DIAG_STR1): Likewise.
3487         (_DIAG_STR): Likewise.
3488         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3489         * stdio-common/bug21.c: Include <libc-internal.h>.
3490         (do_test): Disable -Wformat around call to sscanf.
3491         * stdio-common/scanf14.c: Include <libc-internal.h>.
3492         (main): Disable -Wformat around some calls to scanf functions.
3494 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3496         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3498 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3500         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3501         stack variable alignment.
3503 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
3505         [BZ #17682]
3506         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3507         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3508         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3509         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3510         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3511         __getrlimit instead of getrlimit.
3512         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3513         __gettimeofday instead of gettimeofday.
3514         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3515         Likewise.
3516         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3517         Likewise.
3518         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3519         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3520         Remove variable.
3521         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3522         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3524 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3526         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3527         for wide-character tests.
3529 2014-12-04  Roland McGrath  <roland@hack.frob.com>
3531         * io/openat64.c: #include <libc-internal.h>
3532         (__openat64): Prototypify.  Use ignore_value on MODE.
3533         * io/openat.c: Likewise.
3534         * misc/reboot.c: #include <libc-internal.h>
3535         (reboot): Prototypify.  Use ignore_value on HOWTO.
3536         * misc/ptrace.c: #include <libc-internal.h>
3537         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
3539 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3541         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3542         XPG4, UNIX98 and XOPEN2K.
3543         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3544         Remove variable.
3545         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3547 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3549         * libio/fileops.c: Use ISO C style for function definitions.
3550         * libio/iofopen.c: Likewise.
3551         * libio/wfileops.c: Likewise.
3553         [BZ #17653]
3554         * libio/fileops.c (_IO_new_file_underflow): Unset cached
3555         offset on EOF.
3556         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3557         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3558         (fgets_func): Function pointer to fgets and fgetws.
3559         (do_ftell_test): Add test to verify ftell value after read
3560         EOF.
3561         (do_test): Set fgets_func.
3563         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3564         O_TRUNC flag for w and w+ modes.
3565         (do_rewind_test): Likewise.
3566         (do_ftell_test): Likewise.
3567         (do_write_test): Likewise.
3569         [BZ #17647]
3570         * libio/fileops.c (do_ftell): Seek only when there are
3571         unflushed writes.
3572         * libio/wfileops.c (do_ftell_wide): Likewise.
3573         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3574         test case.
3575         (do_one_test): Call it.
3577 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
3579         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3580         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3581         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3582         Remove variable.
3583         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3584         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3585         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3587 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3589         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3590         Remove variable.
3591         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3593         [BZ #17668]
3594         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3595         as weak alias of __getifaddrs.  Use libc_hidden_weak.
3596         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3597         __freeifaddrs.  Use libc_hidden_weak.
3598         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3599         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
3600         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3601         __freeifaddrs.  Use libc_hidden_weak.
3602         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3603         __getifaddrs and define as weak alias of __getifaddrs.  Use
3604         libc_hidden_weak.
3605         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3606         __freeifaddrs.  Use libc_hidden_weak.
3607         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3608         Remove variable.
3609         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3610         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3612 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
3614         [BZ #17601]
3615         * sysdeps/mips/start.S (__start): Use indirect jump to call
3616         __libc_start_main.
3618 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3620         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3622         * nptl/tst-mutex1.c: Include <stdbool.h>.
3623         [!ATTR] (ATTR_NULL): New macro.
3624         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3625         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3626         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3628         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3629         to char *.
3631         [BZ #17665]
3632         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3633         Change conditional to [__USE_MISC].
3635         [BZ #17664]
3636         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3637         fgets_unlocked.
3638         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3639         __fgets_unlocked.
3640         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3641         fgets_unlocked.
3642         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3643         Remove variable.
3644         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3645         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3646         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3647         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3648         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3649         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3650         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3651         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3652         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3654         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3656 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3658         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3659         Remove strpbrk objects.
3660         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3661         (__libc_ifunc_impl_list): Remove strpbrk implementation.
3662         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3663         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3664         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3665         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3667         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3668         Remove strcspn objects.
3669         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3670         (__libc_ifunc_impl_list): Remove strcspn implementation.
3671         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
3672         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
3673         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
3674         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
3676         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3677         Remove strspn objetcs.
3678         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3679         (__libc_ifunc_impl_list): Remove strspn implementation.
3680         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
3681         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3682         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
3683         * sysdeps/powerpc/powerpc64/strspn.S: New file.
3685 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
3687         [BZ #17581]
3688         * malloc/hooks.c
3689         (mem2mem_check): Add a terminator to the chain of checking blocks.
3690         (malloc_check_get_size): Use it here.
3691         (mem2chunk_check): Ditto.
3693 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3695         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3696         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3698 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3700         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3702         * nptl/nptl-init.c: Include libc-internal.h.
3703         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3705         * elf/ldconfig.c (search_dir): Expand comment.
3707 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3709         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3710         variable.
3711         (linknamespace-symlist-stdlibs-tests): Likewise.
3712         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3713         instead of $(objpfx)symlist-stdlibs.
3714         (linknamespace-libs-isoc): New variable.
3715         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3716         (linknamespace-libs-ISO): New variable.
3717         (linknamespace-libs-ISO99): Likewise.
3718         (linknamespace-libs-ISO11): Likewise.
3719         (linknamespace-libs-XPG3): Likewise.
3720         (linknamespace-libs-XPG4): Likewise.
3721         (linknamespace-libs-POSIX): Likewise.
3722         (linknamespace-libs-UNIX98): Likewise.
3723         (linknamespace-libs-XOPEN2K): Likewise.
3724         (linknamespace-libs-POSIX2008): Likewise.
3725         (linknamespace-libs-XOPEN2K8): Likewise.
3726         ($(objpfx)symlist-stdlibs): Replace by
3727         $(linknamespace-symlist-stdlibs-tests).  Use
3728         $(linknamespace-libs-$*) as set of libraries.
3729         ($(linknamespace-header-tests)): Update dependencies.  Use
3730         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3731         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3732         * conform/linknamespace.pl: Remove comment about considering
3733         definitions of symbols from irrelevant libraries.
3735 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3737         [BZ #13862]
3738         * elf/dl-tls.c: Include <atomic.h>.
3739         (oom): Remove #ifdef SHARED/#endif.
3740         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3741         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3742         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3743         big enough.
3744         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3745         * nptl/Makefile (tests): Add tst-stack4.
3746         (modules-names): Add tst-stack4mod.
3747         ($(objpfx)tst-stack4): New.
3748         (tst-stack4mod.sos): Likewise.
3749         ($(objpfx)tst-stack4.out): Likewise.
3750         ($(tst-stack4mod.sos)): Likewise.
3751         (clean): Likewise.
3752         * nptl/tst-stack4.c: New file.
3753         * nptl/tst-stack4mod.c: Likewise.
3755 2014-11-27  J. Brown  <jb999@gmx.de>
3757         * sysdeps/x86/bits/string.h: Add recent CPUs.
3759 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3761         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3762         sigblock.
3764         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3765         feof.
3767         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3768         variable.
3770 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3772         * nscd/connections.c: Include libc-internal.h because of macro
3773         usage ignore_value.
3775 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3777         * string/bits/string3.h (__warn_memset_zero_len): Don't
3778         declare for gcc newer than 5.0.
3779         (memset): Don't test for zero-length __LEN for gcc newer than
3780         5.0.
3782 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3784         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3785         size_t for %zu format.
3787         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3788         difference, not %ju.
3790 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3792         * include/libc-internal.h (ignore_value): New macro.
3793         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3794         with ignore_value.
3796         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3797         definition.
3799         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3800         pthread_cleanup_push to void *.
3802         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3803         Undefine.
3805         [BZ #16619]
3806         [BZ #16740]
3807         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3808         instead of 1L << 52.
3810         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3811         * libio/bug-rewind2.c (do_test): Likewise.
3813         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3814         * debug/test-strcpy_chk-ifunc.c: Likewise.
3815         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3816         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3817         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3818         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3819         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3820         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3821         * Rules [$(multi-arch) = no] (tests): Do not filter out
3822         $(tests-ifunc).
3823         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3824         * debug/Makefile (tests-ifunc): Remove variable.
3825         (tests): Do not add $(tests-ifunc).
3826         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3827         (tests): Do not add $(tests-ifunc).
3828         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3829         [TEST_IFUNC]: Remove conditionals.
3830         * string/test-string.h (TEST_IFUNC): Remove macro.
3831         [TEST_IFUNC]: Remove conditionals.
3833         * string/test-strchr.c [!WIDE] (L): New macro.
3834         [WIDE] (L): Likewise.
3835         (check1): Use CHAR instead of char.  Use L on string and character
3836         constants.
3838 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3840         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3841         tests.
3842         * sysdeps/powerpc/bits/atomic.h
3843         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3844         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3845         (atomic_exchange_and_add_acq): Likewise.
3846         (atomic_exchange_and_add_rel): Likewise.
3847         * sysdeps/powerpc/powerpc32/bits/atomic.h
3848         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3849         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3850         * sysdeps/powerpc/powerpc64/bits/atomic.h
3851         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3852         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3854 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3856         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3857         Change synchronization of __sched_fifo_min_prio and
3858         __sched_fifo_max_prio.
3859         * nptl/pthread_mutexattr_getprioceiling.c
3860         (pthread_mutexattr_getprioceiling): Likewise.
3861         * nptl/pthread_mutexattr_setprioceiling.c
3862         (pthread_mutexattr_setprioceiling): Likewise.
3863         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3864         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3865         Likewise.
3867 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3869         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3870         void.
3872 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3874         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3875         third argument const.
3877 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3879         fnmatch: work around GCC compiler warning bug with uninit var
3880         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3881         This works around a bug with x86-64 GCC 4.9.2 and earlier
3882         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3883         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3884         used uninitialized in this function [-Wmaybe-uninitialized]".
3886 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3888         * posix/bug-regex31.c (main): Return RES not 0.
3890 2014-11-25  Anton Blanchard <anton@samba.org>
3892         * sysdeps/powerpc/bits/atomic.h
3893         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3895 2014-11-24  Sterling Augustine  <saugustine@google.com>
3897         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3899 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
3901         [BZ #17608]
3902         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3904 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
3906         [BZ #17633]
3907         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3908         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3909         variable.
3910         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3911         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3913 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3915         * string/strncpy.c (strncpy): Improve performance by using memset.
3917 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3919         * string/strcpy.c (strcpy):
3920         Improve performance by using strlen and memcpy.
3922 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
3924         * string/strcoll_l.c (get_next_seq): __always_inline.
3925         * string/strcoll_l.c (do_compare): __always_inline.
3927 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3929         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3930         defined.
3931         * include/mqueue.h: Likewise.
3932         * include/stdlib.h: Likewise.
3934         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3935         (get_null_defines): Adjust.
3936         * sunrpc/Makefile: Adjust comment.
3937         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3938         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3939         (CFLAGS-interp.c): Likewise.
3940         (CFLAGS-ldconfig.c): Likewise.
3941         (CPPFLAGS-.os): Likewise.
3942         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3943         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3944         * extra-modules.mk (extra-modules.mk): Likewise.
3945         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3946         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3947         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3948         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3949         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3950         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3951         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3952         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3953         * iconvdata/Makefile (CPPFLAGS): Likewise.
3954         (cpp-srcs-left): Add libof for all iconvdata routines.
3955         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3956         * include/assert.h: Likewise.
3957         * include/ctype.h: Likewise.
3958         * include/errno.h: Likewise.
3959         * include/libc-symbols.h: Likewise.
3960         * include/math.h: Likewise.
3961         * include/netdb.h: Likewise.
3962         * include/resolv.h: Likewise.
3963         * include/stdio.h: Likewise.
3964         * include/stdlib.h: Likewise.
3965         * include/string.h: Likewise.
3966         * include/sys/stat.h: Likewise.
3967         * include/wctype.h: Likewise.
3968         * intl/l10nflist.c: Likewise.
3969         * libidn/idn-stub.c: Likewise.
3970         * libio/libioP.h: Likewise.
3971         * nptl/libc_multiple_threads.c: Likewise.
3972         * nptl/pthreadP.h: Likewise.
3973         * posix/regex_internal.h: Likewise.
3974         * resolv/res_hconf.c: Likewise.
3975         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3976         * sysdeps/arm/memmove.S: Likewise.
3977         * sysdeps/arm/sysdep.h: Likewise.
3978         * sysdeps/generic/_itoa.h: Likewise.
3979         * sysdeps/generic/symbol-hacks.h: Likewise.
3980         * sysdeps/gnu/errlist.awk: Likewise.
3981         * sysdeps/gnu/errlist.c: Likewise.
3982         * sysdeps/i386/i586/memcpy.S: Likewise.
3983         * sysdeps/i386/i586/memset.S: Likewise.
3984         * sysdeps/i386/i686/memcpy.S: Likewise.
3985         * sysdeps/i386/i686/memmove.S: Likewise.
3986         * sysdeps/i386/i686/mempcpy.S: Likewise.
3987         * sysdeps/i386/i686/memset.S: Likewise.
3988         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3989         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3990         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3991         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3992         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3993         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3994         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3995         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3996         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3997         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3998         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3999         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4000         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4001         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4002         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4003         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4004         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4005         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4006         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4007         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4008         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4009         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4010         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4011         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4012         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4013         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4014         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4015         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4016         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4017         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4018         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4019         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4020         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4021         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4022         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4023         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4024         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4025         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4026         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4027         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4028         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4029         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4030         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4031         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4032         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4033         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4034         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4035         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4036         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4037         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4038         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4039         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4040         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4041         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4042         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4043         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4044         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4045         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4046         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4047         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4048         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4049         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4050         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4051         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4052         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4053         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4054         * sysdeps/posix/closedir.c: Likewise.
4055         * sysdeps/posix/opendir.c: Likewise.
4056         * sysdeps/posix/readdir.c: Likewise.
4057         * sysdeps/posix/rewinddir.c: Likewise.
4058         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4059         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4060         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4061         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4062         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4063         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4064         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4065         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4066         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4067         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4068         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4069         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4070         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4071         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4072         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4073         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4074         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4075         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4076         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4077         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4078         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4079         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4080         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4081         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4082         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4083         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4084         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4085         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4086         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4087         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4088         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4089         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4090         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4091         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4092         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4093         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4094         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4095         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4096         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4097         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4098         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4099         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4100         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4101         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4102         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4103         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4104         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4105         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4106         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4107         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4108         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4109         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4110         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4111         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4112         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4113         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4114         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4115         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4116         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4117         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4118         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4119         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4120         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4121         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4122         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4123         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4124         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4125         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4126         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4127         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4128         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4129         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4130         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4131         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4132         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4133         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4134         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4135         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4136         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4137         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4138         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4139         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4140         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4141         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4142         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4143         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4144         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4145         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4146         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4147         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4148         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4149         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4150         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4151         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4152         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4153         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4154         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4155         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4156         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4157         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4158         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4159         * sysdeps/unix/alpha/sysdep.S: Likewise.
4160         * sysdeps/unix/alpha/sysdep.h: Likewise.
4161         * sysdeps/unix/make-syscalls.sh: Likewise.
4162         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4163         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4164         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4165         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4166         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4167         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4168         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4169         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4170         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4171         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4172         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4173         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4174         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4175         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4176         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4177         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4178         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4179         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4180         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4181         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4182         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4183         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4184         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4185         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4186         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4187         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4188         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4191         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4192         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4193         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4194         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4195         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4196         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4197         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4198         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4199         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4200         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4201         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4202         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4203         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4204         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4205         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4206         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4207         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4208         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4209         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4210         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4211         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4212         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4213         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4214         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4215         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4216         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4217         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4218         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4219         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4220         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4221         * sysdeps/x86_64/memcpy.S: Likewise.
4222         * sysdeps/x86_64/memmove.c: Likewise.
4223         * sysdeps/x86_64/memset.S: Likewise.
4224         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4225         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4226         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4227         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4228         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4229         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4230         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4231         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4232         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4233         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4234         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4235         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4236         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4237         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4238         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4239         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4240         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4241         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4242         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4243         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4244         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4245         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4246         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4247         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4248         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4249         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4250         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4251         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4252         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4253         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4254         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4255         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4256         * sysdeps/x86_64/strcmp.S: Likewise.
4258         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4260         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4261         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4262         * elf/rtld-Rules: Likewise.
4263         * elf/setup-vdso.h: Likewise.
4264         * include/assert.h: Likewise.
4265         * include/bits/stdlib-float.h: Likewise.
4266         * include/errno.h: Likewise.
4267         * include/sys/stat.h: Likewise.
4268         * include/unistd.h: Likewise.
4269         * sysdeps/aarch64/setjmp.S: Likewise.
4270         * sysdeps/alpha/setjmp.S: Likewise.
4271         * sysdeps/arm/__longjmp.S: Likewise.
4272         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4273         * sysdeps/arm/setjmp.S: Likewise.
4274         * sysdeps/arm/sysdep.h: Likewise.
4275         * sysdeps/generic/_itoa.h: Likewise.
4276         * sysdeps/generic/dl-sysdep.h: Likewise.
4277         * sysdeps/generic/ldsodefs.h: Likewise.
4278         * sysdeps/i386/dl-tls.h: Likewise.
4279         * sysdeps/i386/setjmp.S: Likewise.
4280         * sysdeps/m68k/setjmp.c: Likewise.
4281         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4282         * sysdeps/mach/hurd/opendir.c: Likewise.
4283         * sysdeps/posix/getcwd.c: Likewise.
4284         * sysdeps/posix/opendir.c: Likewise.
4285         * sysdeps/posix/profil.c: Likewise.
4286         * sysdeps/powerpc/dl-procinfo.h: Likewise.
4287         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4288         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4289         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4290         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4291         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4292         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4293         * sysdeps/s390/dl-tls.h: Likewise.
4294         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4295         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4296         * sysdeps/sh/sh3/setjmp.S: Likewise.
4297         * sysdeps/sh/sh4/setjmp.S: Likewise.
4298         * sysdeps/unix/alpha/sysdep.h: Likewise.
4299         * sysdeps/unix/arm/sysdep.S: Likewise.
4300         * sysdeps/unix/i386/sysdep.S: Likewise.
4301         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4302         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4303         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4304         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4305         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4306         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4307         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4308         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4309         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4310         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4311         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4312         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4313         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4316         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4317         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4318         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4319         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4320         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4321         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4322         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4323         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4324         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4325         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4326         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4327         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4328         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4329         * sysdeps/x86_64/setjmp.S: Likewise.
4331         * include/math.h: Use IS_IN instead of IS_IN_libm.
4332         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4333         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4334         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4335         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4336         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4337         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4338         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4339         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4340         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4341         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4342         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4343         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4344         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4345         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4346         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4347         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4348         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4349         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4350         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4351         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4352         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4353         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4354         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4355         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4356         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4357         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4358         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4359         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4360         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4361         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4362         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4363         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4364         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4366         Likewise.
4367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4368         Likewise.
4369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4370         Likewise.
4371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4372         Likewise.
4373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4374         Likewise.
4375         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4376         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4377         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4378         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4379         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4380         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4383         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4385         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4386         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4387         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4388         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4389         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4390         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4391         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4392         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4393         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4394         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4395         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4396         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4397         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4398         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4399         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4400         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4401         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4403         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4404         * nptl/pthreadP.h: Likewise.
4405         * nptl_db/structs.def: Likewise.
4406         * sysdeps/arm/sysdep.h: Likewise.
4407         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4408         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4409         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4410         * sysdeps/unix/alpha/sysdep.h: Likewise.
4411         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4412         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4413         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4414         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4415         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4416         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4417         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4418         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4419         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4420         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4421         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4422         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4423         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4424         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4427         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4428         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4429         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4430         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4431         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4432         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4433         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4434         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4435         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4436         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4438         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4439         * nptl/pthreadP.h: Likewise.
4440         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4441         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4442         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4443         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4444         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4445         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4446         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4447         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4448         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4449         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4450         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4451         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4453         Likewise.
4454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4455         Likewise.
4456         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4457         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4458         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4459         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4460         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4461         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4462         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4463         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4465         * dlfcn/dladdr.c: Use IS_IN.
4466         * dlfcn/dladdr1.c: Likewise.
4467         * dlfcn/dlclose.c: Likewise.
4468         * dlfcn/dlerror.c: Likewise.
4469         * dlfcn/dlinfo.c: Likewise.
4470         * dlfcn/dlmopen.c: Likewise.
4471         * dlfcn/dlopen.c: Likewise.
4472         * dlfcn/dlsym.c: Likewise.
4473         * dlfcn/dlvsym.c: Likewise.
4475         * include/ifaddrs.h: Use IS_IN.
4476         * inet/check_pf.c: Likewise.
4477         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4478         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4480         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4481         IS_IN_ldconfig.
4482         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4483         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4485         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4486         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4487         IS_IN (libc).
4489         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4491         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4492         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4493         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4494         * include/libc-symbols.h (IS_IN_LIB): New macro.
4495         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4496         * include/netdb.h: Likewise.
4497         * include/stap-probe.h: Remove all uses of IN_LIB.
4499         * Makeconfig (module-cppflags-real): Define MODULE_NAME
4500         instead of IN_MODULE.
4501         * include/libc-symbols.h (IN_MODULE): Define using
4502         MODULE_NAME.
4503         (PASTE_NAME, PASTE_NAME1): New macros.
4504         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4505         of IN_LIB.
4506         (STAP_PROBE_ASM): Likewise.
4508 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4510         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4511         __mach_init in dlopened libc.
4513 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
4515         * sysdeps/arm/preconfigure.ac: Delete EABI check.
4516         * sysdeps/arm/preconfigure: Regenerate.
4518 2014-11-21  Roland McGrath  <roland@hack.frob.com>
4520         * nptl/pthread_create.c (__pthread_create_2_1): Set
4521         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4522         when copying values from IATTR into PD.
4524 2014-11-21  Will Newton  <will.newton@linaro.org>
4525             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4527         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4528         Refactor inline-asm.  Also add comment.
4530         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4531         ElfW macro instead of hardcoded Elf64 types.
4532         (la_aarch64_gnu_pltenter): Likewise.
4533         * sysdeps/aarch64/dl-machine.h
4534         (elf_machine_runtime_setup): Use ElfW(Addr).
4536         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4537         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4538         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4539         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4540         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4541         (R_AARCH64_TLS_DTPMOD64): Rename to ..
4542         (R_AARCH64_TLS_DTPMOD): This.
4543         (R_AARCH64_TLS_DTPREL64): Rename to ...
4544         (R_AARCH64_TLS_DTPREL): This.
4545         (R_AARCH64_TLS_TPREL64): Rename to ...
4546         (R_AARCH64_TLS_TPREL): This.
4547         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4548         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4549         R_AARCH64_TLS_TPREL64.
4550         (elf_machine_rela): Likewise.
4552 2014-11-21  Torvald Riegel  <triegel@redhat.com>
4554         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4555         by setting it to 0.  64b atomics are not supported currently.
4557 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4559         [BZ #16469]
4560         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4561         search domain names.
4563 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4565         [BZ #16469]
4566         * NEWS: Update.
4567         * resolv/res_query.c (__libc_res_nquerydomain): Retain
4568         trailing dot.
4569         * posix/tst-getaddrinfo5.c: New.
4570         * posix/Makefile (tests): Add it.
4572 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4574         [BZ #14498]
4575         * NEWS: Fixed.
4576         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4577         after parsing line but before break_if_match.
4578         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4579         if there is a protocol mismatch.
4581 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4583         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4584         because the potential race is on the user-supplied stream.
4586 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4588         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4589         string literal if not passed a buffer.
4590         * manual/job.texi (ctermid): Update reasoning, note deviation
4591         from posix, suggest mtasurace when not passed a buffer, for
4592         future non-preliminary safety notes.
4594 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4596         * manual/users.texi (cuserid): Fix MT-Safety note for the case
4597         of not passing it a buffer.
4598         Reported by Peng Haitao.
4600 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4602         * manual/Makefile ($(objpfx)stamp-summary): Require
4603         check-safety.sh to pass.
4604         * manual/check-safety.sh: Wish for verification that every
4605         @deftypefn and @deftypefun is followed by a @safety remark.
4607 2014-11-20  Roland McGrath  <roland@hack.frob.com>
4609         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4611         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4612         PTHREAD_CANCEL_ASYNCHRONOUS.
4613         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4614         send SIGCANCEL.
4616         * nptl/default-sched.h: New file.
4617         * sysdeps/unix/sysv/linux/default-sched.h: New file.
4618         * nptl/pthread_create.c: Include it.
4619         (__pthread_create_2_1): Use collect_default_sched instead of making
4620         Linux syscalls here directly.
4622 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4624         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4625         __pthread_once): Use C11 atomics.
4627 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4629         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4631 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4633         * include/atomic.h (__atomic_link_error, __atomic_check_size,
4634         atomic_thread_fence_acquire, atomic_thread_fence_release,
4635         atomic_thread_fence_seq_cst, atomic_load_relaxed,
4636         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4637         atomic_compare_exchange_weak_relaxed,
4638         atomic_compare_exchange_weak_acquire,
4639         atomic_compare_exchange_weak_release,
4640         atomic_exchange_acquire, atomic_exchange_release,
4641         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4642         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4643         atomic_fetch_and_acquire,
4644         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4646 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4648         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4649         USE_ATOMIC_COMPILER_BUILTINS): Define.
4650         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4651         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4652         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4653         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4654         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4655         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4656         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4657         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4658         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4659         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4660         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4661         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4662         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4663         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4664         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4665         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4666         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4667         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4668         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4669         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4670         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4671         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4672         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4673         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4674         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
4675         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4676         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4677         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4678         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
4679         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4680         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
4681         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4682         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
4683         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4684         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
4685         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4686         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
4687         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4688         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
4689         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4691 2014-11-19  Roland McGrath  <roland@hack.frob.com>
4693         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4694         the sched_priority value here.  It was already checked when the user
4695         called pthread_attr_setschedparam.
4697         * nptl/tst-bad-schedattr.c: New file.
4698         * nptl/Makefile (tests): Add it.
4700 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4701             Florian Weimer  <fweimer@redhat.com>
4702             Joseph Myers  <joseph@codesourcery.com>
4703             Adam Conrad  <adconrad@0c3.net>
4704             Andreas Schwab  <schwab@suse.de>
4705             Brooks  <bmoses@google.com>
4707         [BZ #17625]
4708         * wordexp-test.c (__dso_handle): Add prototype.
4709         (__register_atfork): Likewise.
4710         (__app_register_atfork): New function.
4711         (registered_forks): New global.
4712         (register_fork): New function.
4713         (test_case): Add 3 new tests for WRDE_CMDSUB.
4714         (main): Call __app_register_atfork.
4715         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4716         fork count is non-zero fail the test.
4717         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4718         is set.
4719         (parse_dollars): Remove check for WRDE_NOCMD.
4720         (parse_dquote): Likewise.
4722 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4724         * Makeconfig (built-modules): List non-library modules to be
4725         built.
4726         (module-cppflags): Include libc-modules.h for
4727         everything except shlib-versions.v.i.
4728         (CPPFLAGS): Use it.
4729         (before-compile): Add libc-modules.h.
4730         ($(common-objpfx)libc-modules.h,
4731         $(common-objpfx)libc-modules.stmp): New targets.
4732         (common-generated): Add libc-modules.h and libc-modules.stmp.
4733         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4734         * include/libc-symbols.h: Don't include libc-modules.h.
4735         * include/libc-modules.h: Remove file.
4736         * scripts/gen-libc-modules.awk: New script to generate
4737         libc-modules.h.
4738         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4739         Depend on libc-modules.stmp.
4741         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4743         * Makeconfig (in-module): Get value of libof set for the
4744         translation unit.
4745         (CPPFLAGS): Use $(in-module).
4746         * Makerules: Don't suffix routine names for nonlib.
4747         * include/libc-modules.h: New file.
4748         * include/libc-symbols.h: Include libc-modules.h
4749         (IS_IN): New macro to replace IS_IN_* macros.
4750         * elf/Makefile: Set libof-* for each routine.
4751         * elf/rtld-Rules: Likewise.
4752         * extra-modules.mk: Likewise.
4753         * iconv/Makefile: Likewise.
4754         * iconvdata/Makefile: Likewise.
4755         * locale/Makefile: Likewise.
4756         * malloc/Makefile: Likewise.
4757         * nss/Makefile: Likewise.
4758         * sysdeps/gnu/Makefile: Likewise.
4759         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4760         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4761         * sysdeps/s390/s390-64/Makefile: Likewise.
4762         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4763         CPPFLAGS for nscd instead of nonlib.
4765 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4767         * nptl/createthread.c: New file.
4769         * nptl/createthread.c: Moved ...
4770         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4772         * nptl/createthread.c: Add proper top-line comment.
4773         (do_clone): Folded into ...
4774         (create_thread): ... here.  Take new arguments STOPPED_START and
4775         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4776         increment __nptl_threads, do event-reporting logic, do
4777         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4778         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4779         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4780         just send SIGCANCEL.
4781         * nptl/pthread_create.c: Forward-declare create_thread before
4782         including createthread.c.
4783         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4784         declaration, and new macro START_THREAD_SELF to replace argument.
4785         Remove return statement.
4786         (report_thread_creation): New function.
4787         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4788         synchronization logic, and __nptl_nthreads increment here, around
4789         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4790         PD->parent_cancelhandling here, before create_thread.  When
4791         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4792         __deallocate_stack, and ENOMEM translation here.
4794 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4796         [BZ #17616]
4797         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4798         (mptwo): Rename to __mptwo.
4799         (__inv): Use __mptwo instead of mptwo.
4800         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4801         (mptwo): Rename to __mptwo.
4802         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4803         of mpone and __mptwo instead of mptwo.
4804         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4805         instead of mpone.
4806         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4807         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4808         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4809         of mpone and __mptwo instead of mptwo.
4810         (__mpranred): Use __mpone instead of mpone.
4811         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4812         variable.
4813         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4814         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4815         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4816         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4817         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4818         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4819         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4820         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4821         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4822         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4823         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4824         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4825         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4826         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4827         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4828         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4829         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4830         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4831         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4833 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4835         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4836         replace BSD Handler xref with BSD Signal Handling.
4838 2014-11-17  Richard Henderson  <rth@redhat.com>
4840         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4841         (_FP_PACK_RAW_2): Remove.
4842         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4843         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4844         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4845         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4846         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4847         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4848         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4849         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4850         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4851         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4852         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4853         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4854         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4855         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4856         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4857         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4859 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4861         * signal/signal.h [__USE_MISC]
4862         (struct sigvec): Remove type.
4863         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4864         (sigvec): Remove declaration.
4865         * sysdeps/posix/sigvec.c: Moved ...
4866         * signal/sigvec.c: ... here, replacing old file.
4867         (struct sigvec): New type, copied from old signal.h definition.
4868         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4869         (__sigvec): Convert definition to prototype.
4870         (sigvec): Replace weak_alias with compat_symbol.
4871         * signal/Versions (libc: GLIBC_2.21): New version set.
4872         * include/signal.h: Remove __sigvec declaration.
4873         * sysdeps/unix/bsd/sigvec.c: Remove file.
4874         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4875         * manual/signal.texi (BSD Handler): Remove subsection.
4876         Move siginterrupt up to ...
4877         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
4878         (Blocking in BSD): Fold subsection into its parent.
4879         * NEWS: Mention sigvec removal.
4881 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4883         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4884         (DLA_FMS): Make definition conditional only on [__FMA4__].
4885         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4886         definition.
4888         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4889         Make definition conditional only on [PROF].
4890         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4891         definition.
4892         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4893         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4895         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4896         !__GNUC__].
4897         * include/signal.h (__sigpause): Move declaration above call to
4898         libc_hidden_proto.
4899         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4900         variable.
4901         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4902         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4904 2014-11-14  David S. Miller  <davem@davemloft.net>
4906         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4907         Define before including <string/memcpy.c> and <string/mempcpy.c>.
4909 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4911         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4912         * configure: Regenerated.
4913         * manual/install.texi (Tools for Compilation): Document a
4914         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4915         compiler verified to work.
4916         * INSTALL: Regenerated.
4918         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4919         redeclare with asm name.
4920         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4921         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4922         including <string.h>.
4923         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4924         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4925         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4926         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4927         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4928         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4929         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4931 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
4933         * stdlib/strtol.c (__strtol): Use prototype definition.
4935         [BZ #17594]
4936         * stdlib/strtol.c (SYM__): New macro.
4937         (SYM__1): Likewise.
4938         (__strtol): Likewise.
4939         (strtol): Rename to __strtol and define as weak alias of
4940         __strtol.  Use libc_hidden_weak.
4942 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4944         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4945         Use numbered labels in inline assembly.
4947 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4949         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4950         Add setjmp LIBC_PROBE.
4951         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4952         Likewise.
4953         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4954         Add longjmp, longjmp_target LIBC_PROBE.
4955         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4956         Likewise.
4958 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4960         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4961         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4962         to get rid of unused variable warning.
4964 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4966         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4967         Check for unwind_backtrace ==  NULL only in SHARED case.
4968         (__backchain_backtrace): Compile only in SHARED case.
4969         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4970         Likewise.
4971         (__backchain_backtrace): Declare as static.
4973 2014-11-12  Roland McGrath  <roland@hack.frob.com>
4975         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4976         (__libc_multiple_threads_ptr): Variable moved ...
4977         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4979 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
4981         * conform/GlibcConform.pm: New file.
4982         * conform/conformtest.pl: Use GlibcConform module.
4983         * conform/linknamespace.pl: New file.
4984         * conform/list-header-symbols.pl: Likewise.
4985         * conform/Makefile (linknamespace-symlists-base): New variable.
4986         (linknamespace-symlists-tests): Likewise.
4987         (linknamespace-header-base): Likewise.
4988         (linknamespace-header-tests): Likewise.
4989         (tests-special): Add new tests.
4990         ($(linknamespace-symlists-tests)): New rule.
4991         (linknamespace-libs): New variable.
4992         ($(objpfx)symlist-stdlibs): New rule.
4993         ($(linknamespace-header-tests)): Likewise.
4994         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4995         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4996         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4997         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4998         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4999         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5000         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5001         (test-xfail-ISO/math.h/linknamespace): Likewise.
5002         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5003         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5004         (test-xfail-ISO/time.h/linknamespace): Likewise.
5005         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5006         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5007         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5008         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5009         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5010         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5011         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5012         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5013         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5014         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5015         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5016         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5017         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5018         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5019         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5020         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5021         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5022         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5023         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5024         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5025         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5026         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5027         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5028         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5029         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5030         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5031         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5032         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5033         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5034         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5035         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5036         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5037         (test-xfail-XPG4/search.h/linknamespace): Likewise.
5038         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5039         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5040         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5041         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5042         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5043         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5044         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5045         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5046         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5047         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5048         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5049         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5050         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5051         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5052         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5053         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5054         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5055         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5056         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5057         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5058         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5059         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5060         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5061         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5062         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5063         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5064         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5065         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5066         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5067         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5068         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5069         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5070         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5071         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5072         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5073         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5074         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5075         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5076         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5077         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5078         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5079         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5080         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5081         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5082         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5083         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5084         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5085         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5086         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5087         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5088         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5089         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5090         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5091         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5092         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5093         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5094         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5095         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5096         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5097         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5098         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5099         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5100         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5101         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5102         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5103         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5104         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5105         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5106         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5107         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5108         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5109         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5110         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5111         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5112         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5113         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5114         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5115         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5116         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5117         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5118         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5119         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5120         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5121         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5122         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5123         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5124         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5125         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5126         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5127         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5128         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5129         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5130         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5131         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5132         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5133         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5134         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5135         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5136         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5137         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5138         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5139         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5140         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5141         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5142         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5143         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5144         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5145         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5146         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5147         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5148         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5149         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5150         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5151         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5152         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5153         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5154         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5156         [BZ #17589]
5157         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5158         of fgets_unlocked.
5160         [BZ #17585]
5161         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5162         (memmem): Rename to __memmem and define as weak alias of
5163         __memmem.  Use libc_hidden_weak.
5164         (__memmem): Use libc_hidden_def.
5165         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5166         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5167         memmem.
5169         [BZ #17582]
5170         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5171         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5172         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5173         and define as weak alias of __fgets_unlocked.  Use
5174         libc_hidden_weak.
5175         (__fgets_unlocked): Use libc_hidden_def.
5176         * include/stdio.h (__fgets_unlocked): Declare.  Use
5177         libc_hidden_proto.
5178         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5179         __fgets_unlocked instead of fgets_unlocked.
5180         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5181         (GET_NPROCS_CONF_PARSER): Likewise.
5182         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5183         (GET_NPROCS_CONF_PARSER): Likewise.
5185         [BZ #17574]
5186         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5187         weak alias of __wmemset.  Use libc_hidden_weak.
5188         (__wmemset): Use libc_hidden_def.
5189         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
5190         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5191         of wmemset.
5193         [BZ #17573]
5194         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5195         with asm name __mempcpy.
5196         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5198         [BZ #17572]
5199         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5200         and define as weak alias of __rawmemchr.
5201         (__rawmemchr): Do not define as strong alias of rawmemchr.
5203         [BZ #17571]
5204         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5205         alias of __qsort_r.
5206         (qsort): Call __qsort_r instead of qsort_r.
5207         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5208         (__qsort_r): Declare.  Call libc_hidden_proto.
5209         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5210         instead of qsort_r.
5211         * nscd/gai.c (__qsort_r): Define to qsort_r.
5212         * posix/tst-rfc3484.c (__qsort_r): Likewise.
5213         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5214         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5216         [BZ #17570]
5217         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5218         define as weak alias of __malloc_info.
5220         [BZ #17584]
5221         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5222         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5223         (__rewinddir): Use libc_hidden_def.
5224         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5225         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5226         (__rewinddir): Use libc_hidden_def.
5227         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5228         weak alias of __rewinddir.  Don't use libc_hidden_def.
5229         (__rewinddir): Use libc_hidden_def.
5230         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5231         (__rewinddir): Use libc_hidden_proto.
5232         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5233         rewinddir.
5234         (__getcwd): Use __rewinddir instead of rewinddir.
5236         [BZ #17583]
5237         * libio/fileno.c (fileno): Rename to __fileno and define as weak
5238         alias of __fileno.  Use libc_hidden_weak.
5239         (__fileno): Use libc_hidden_def.
5240         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5241         * libio/ftello.c (ftello): Rename to __ftello and define as weak
5242         alias of __ftello.
5243         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5244         __ftello.
5245         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5246         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
5247         libc_hidden_def.
5248         (fread_unlocked): Don't use libc_hidden_ver.
5249         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5250         and define as weak alias of __fread_unlocked.  Don't use
5251         libc_hidden_def.
5252         (__fread_unlocked): Use libc_hidden_def.
5253         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
5254         (ftello): Don't use libc_hidden_proto.
5255         (__ftello): Declare.  Use libc_hidden_proto.
5256         (fread_unlocked): Don't use libc_hidden_proto.
5257         (__fread_unlocked): Declare.  Use libc_hidden_proto.
5258         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5259         and __ftello instead of fileno, fread_unlocked and ftello.
5261 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5263         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5264         GOT12.
5265         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5266         Likewise.
5267         (_dl_start_user): Likewise.
5268         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5270 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
5271             Siddhesh Poyarekar  <siddhesh@redhat.com>
5273         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5274         Move argv and envp down instead of moving argc up.
5275         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5277 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
5279         [BZ #17506]
5280         * test-skeleton.c (main): Return successful if one of
5281         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5282         * string/tst-strcoll-overflow.c: Define expected status.
5284 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
5286         [BZ #17475]
5287         * locale/iso-639.def: Define Bhili and Tulu language codes.
5289 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
5291         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5293 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
5295         [BZ #17555]
5296         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5298 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
5300         * configure.ac: Updated check of minimal required version to
5301         2.22.
5302         * manual/install.texi (Tools for Compilation): Updated version
5303         number.
5304         * configure: Regenerated.
5305         * INSTALL: Likewise.
5307 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
5309         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5310         __tls_get_addr.
5312 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
5314         * include/sys/wait.h (__libc_waitpid): Remove declaration.
5315         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5316         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5317         libc_hidden_weak.
5318         (waitpid): Define as alias of __waitpid.
5319         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5320         __waitpid.
5321         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5322         libc_hidden_weak.
5323         (waitpid): Define as alias of __waitpid.
5324         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5325         __libc_waitpid alias.
5326         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5327         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5328         Likewise.
5329         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5330         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5331         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5332         alias.
5333         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5334         __waitpid.
5335         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5336         libc_hidden_weak.
5337         (waitpid): Define as alias of __waitpid.
5339 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
5341         * manual/llio.texi: Add comment that write safety has been
5342         fixed in Linux.
5344         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5345         (localplt-build-dso): Add elf/ld.so.
5346         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5347         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5348         and free for ld.so.
5349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5350         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5352         Likewise.
5353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5354         Likewise.
5355         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5356         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5357         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5358         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5359         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5360         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5361         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5362         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5363         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5364         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5365         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5367 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
5369         [BZ #14132]
5370         * include/libc-symbols.h (INTUSE): Remove macro.
5371         (INTDEF): Likewise.
5372         (INTVARDEF): Likewise.
5373         (_INTVARDEF): Likewise.
5374         (INTDEF2): Likewise.
5375         (INTVARDEF2): Likewise.
5376         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5377         rtld_hidden_def instead of INTVARDEF.
5378         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5379         (_dl_starting_up_internal): Remove declaration.
5380         (_dl_starting_up): Use rtld_hidden_proto.
5381         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5382         declaration.
5383         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5384         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5385         _dl_starting_up.
5386         * elf/dl-writev.h (_dl_writev): Likewise.
5387         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5388         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5389         _dl_starting_up_internal.
5391 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5393         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5394         test-skeleton.c.
5396 2014-11-05  Will Newton  <will.newton@linaro.org>
5398         * benchtests/Makefile: (bench-malloc): Add malloc thread
5399         scalability benchmark.
5400         * benchtests/bench-malloc-threads.c: New file.
5402 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
5404         * sysdeps/aarch64/strchrnul.S: New file.
5406 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5408         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5409         definition.
5410         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5411         Likwise.
5412         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5413         Likewise.
5414         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5415         Likewise.
5416         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5417         Likewise.
5418         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5419         Likewise.
5421 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
5423         * catgets/test-gencat.c: Use test-skeleton.c.
5424         * catgets/tst-catgets.c: Likewise.
5425         * csu/tst-empty.c: Likewise.
5426         * elf/tst-audit2.c: Likewise.
5427         * elf/tst-global1.c: Likewise.
5428         * elf/tst-pathopt.c: Likewise.
5429         * elf/tst-piemod1.c: Likewise.
5430         * elf/tst-tls10.c: Likewise.
5431         * elf/tst-tls11.c: Likewise.
5432         * elf/tst-tls12.c: Likewise.
5433         * gnulib/tst-gcc.c: Likewise.
5434         * iconvdata/tst-e2big.c: Likewise.
5435         * iconvdata/tst-loading.c: Likewise.
5436         * iconv/tst-iconv1.c: Likewise.
5437         * iconv/tst-iconv2.c: Likewise.
5438         * inet/test-inet6_opt.c: Likewise.
5439         * inet/tst-gethnm.c: Likewise.
5440         * inet/tst-network.c: Likewise.
5441         * inet/tst-ntoa.c: Likewise.
5442         * intl/tst-codeset.c: Likewise.
5443         * intl/tst-gettext2.c: Likewise.
5444         * intl/tst-gettext3.c: Likewise.
5445         * intl/tst-ngettext.c: Likewise.
5446         * intl/tst-translit.c: Likewise.
5447         * io/test-stat.c: Likewise.
5448         * libio/test-fmemopen.c: Likewise.
5449         * libio/tst-freopen.c: Likewise.
5450         * libio/tst-sscanf.c: Likewise.
5451         * libio/tst-ungetwc1.c: Likewise.
5452         * libio/tst-ungetwc2.c: Likewise.
5453         * libio/tst-widetext.c: Likewise.
5454         * localedata/tst-ctype.c: Likewise.
5455         * localedata/tst-digits.c: Likewise.
5456         * localedata/tst-leaks.c: Likewise.
5457         * localedata/tst-mbswcs1.c: Likewise.
5458         * localedata/tst-mbswcs2.c: Likewise.
5459         * localedata/tst-mbswcs3.c: Likewise.
5460         * localedata/tst-mbswcs4.c: Likewise.
5461         * localedata/tst-mbswcs5.c: Likewise.
5462         * localedata/tst-setlocale.c: Likewise.
5463         * localedata/tst-trans.c: Likewise.
5464         * localedata/tst-wctype.c: Likewise.
5465         * localedata/tst-xlocale1.c: Likewise.
5466         * login/tst-grantpt.c: Likewise.
5467         * malloc/tst-calloc.c: Likewise.
5468         * malloc/tst-malloc.c: Likewise.
5469         * malloc/tst-mallocstate.c: Likewise.
5470         * malloc/tst-mcheck.c: Likewise.
5471         * malloc/tst-mtrace.c: Likewise.
5472         * malloc/tst-obstack.c: Likewise.
5473         * math/atest-exp2.c: Likewise.
5474         * math/atest-exp.c: Likewise.
5475         * math/atest-sincos.c: Likewise.
5476         * math/test-matherr.c: Likewise.
5477         * math/test-misc.c: Likewise.
5478         * math/test-powl.c: Likewise.
5479         * math/tst-definitions.c: Likewise.
5480         * misc/tst-dirname.c: Likewise.
5481         * misc/tst-efgcvt.c: Likewise.
5482         * misc/tst-fdset.c: Likewise.
5483         * misc/tst-hsearch.c: Likewise.
5484         * misc/tst-mntent2.c: Likewise.
5485         * nptl/tst-sem7.c: Likewise.
5486         * nptl/tst-sem8.c: Likewise.
5487         * nptl/tst-sem9.c: Likewise.
5488         * nss/test-netdb.c: Likewise.
5489         * posix/tst-fnmatch.c: Likewise.
5490         * posix/tst-getlogin.c: Likewise.
5491         * posix/tst-gnuglob.c: Likewise.
5492         * posix/tst-mmap.c: Likewise.
5493         * pwd/tst-getpw.c: Likewise.
5494         * resolv/tst-inet_ntop.c: Likewise.
5495         * rt/tst-timer.c: Likewise.
5496         * stdio-common/test-fseek.c: Likewise.
5497         * stdio-common/test-popen.c: Likewise.
5498         * stdio-common/test-vfprintf.c: Likewise.
5499         * stdio-common/tst-cookie.c: Likewise.
5500         * stdio-common/tst-fileno.c: Likewise.
5501         * stdio-common/tst-gets.c: Likewise.
5502         * stdio-common/tst-obprintf.c: Likewise.
5503         * stdio-common/tst-perror.c: Likewise.
5504         * stdio-common/tst-sprintf2.c: Likewise.
5505         * stdio-common/tst-sprintf3.c: Likewise.
5506         * stdio-common/tst-sprintf.c: Likewise.
5507         * stdio-common/tst-swprintf.c: Likewise.
5508         * stdio-common/tst-tmpnam.c: Likewise.
5509         * stdio-common/tst-unbputc.c: Likewise.
5510         * stdio-common/tst-wc-printf.c: Likewise.
5511         * stdlib/tst-environ.c: Likewise.
5512         * stdlib/tst-fmtmsg.c: Likewise.
5513         * stdlib/tst-limits.c: Likewise.
5514         * stdlib/tst-rand48-2.c: Likewise.
5515         * stdlib/tst-rand48.c: Likewise.
5516         * stdlib/tst-random2.c: Likewise.
5517         * stdlib/tst-random.c: Likewise.
5518         * stdlib/tst-strtol.c: Likewise.
5519         * stdlib/tst-strtoll.c: Likewise.
5520         * stdlib/tst-tls-atexit.c: Likewise.
5521         * stdlib/tst-xpg-basename.c: Likewise.
5522         * string/test-ffs.c: Likewise.
5523         * string/tst-bswap.c: Likewise.
5524         * string/tst-inlcall.c: Likewise.
5525         * string/tst-strtok.c: Likewise.
5526         * string/tst-strxfrm.c: Likewise.
5527         * sysdeps/x86_64/tst-audit10.c: Likewise.
5528         * sysdeps/x86_64/tst-audit3.c: Likewise.
5529         * sysdeps/x86_64/tst-audit4.c: Likewise.
5530         * sysdeps/x86_64/tst-audit5.c: Likewise.
5531         * time/tst-ftime_l.c: Likewise.
5532         * time/tst-getdate.c: Likewise.
5533         * time/tst-mktime3.c: Likewise.
5534         * time/tst-mktime.c: Likewise.
5535         * time/tst-posixtz.c: Likewise.
5536         * time/tst-strptime2.c: Likewise.
5537         * time/tst-strptime3.c: Likewise.
5538         * wcsmbs/tst-btowc.c: Likewise.
5539         * wcsmbs/tst-mbrtowc.c: Likewise.
5540         * wcsmbs/tst-mbsrtowcs.c: Likewise.
5541         * wcsmbs/tst-wchar-h.c: Likewise.
5542         * wcsmbs/tst-wcpncpy.c: Likewise.
5543         * wcsmbs/tst-wcrtomb.c: Likewise.
5544         * wcsmbs/tst-wcsnlen.c: Likewise.
5545         * wcsmbs/tst-wcstof.c: Likewise.
5547 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
5549         [BZ #14132]
5550         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5551         INTDEF.
5552         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5553         declaration.
5554         (_dl_mcount): Use rtld_hidden_proto.
5555         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5556         _dl_mcount.
5557         * elf/rtld.c (_rtld_global_ro): Likewise.
5559         [BZ #14132]
5560         * elf/dl-init.c (_dl_init): Don't use INTDEF.
5561         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5562         of _dl_init_internal.
5563         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5564         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5565         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5566         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5567         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5568         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5569         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5570         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5571         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5572         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5573         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5574         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5575         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5576         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5577         * sysdeps/tile/dl-start.S (_start): Likewise.
5578         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5579         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5581         [BZ #14132]
5582         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5583         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5584         (rtld_progname): Make macro definition unconditional.
5585         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5586         INTDEF.
5587         (dlmopen_doit): Do not use INTUSE with _dl_argv.
5588         (dl_main): Likewise.
5589         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5590         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5591         instead of _dl_argv_internal.
5592         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5593         __GI__dl_argv instead of INTUSE(_dl_argv).
5594         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5595         __GI__dl_argv instead of _dl_argv_internal.
5597         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5598         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5599         macro.
5600         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5601         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5602         New macro.
5603         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5604         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5605         macro.
5606         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5607         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5609 2014-11-04  Andreas Schwab  <schwab@suse.de>
5611         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5613 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5615         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5616         mtvsrd instruction in binary form.
5618 2014-11-03  Andreas Schwab  <schwab@suse.de>
5620         [BZ #17522]
5621         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5622         for less than MB_LEN_MAX use a local buffer of that size.
5623         * libio/tst-fputws.c: New file.
5624         * libio/Makefile (tests): Add tst-fputws.
5626 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
5628         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5629         the size of the fpu_fr.fpu_dregs[] array.
5631 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
5633         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5634         (__nanosleep): Do not define as alias.
5635         (nanosleep): Define as alias of __nanosleep.
5636         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5637         __libc_nanosleep name.
5639 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5641         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5642         install.texi in comment.
5644 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5646         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5647         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5648         ... add here and use lwsync or sync ...
5649         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5650         ... and add here using lwsync.
5652 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
5654         * elf/dl-machine-reject-phdr.h: New file.
5655         * elf/dl-load.c: #include that.
5656         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5657         if that returned true.
5659 2014-10-31  Roland McGrath  <roland@hack.frob.com>
5661         [BZ #17496]
5662         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5663         gen-as-const-headers chunk.  Add a big scare comment after the last
5664         safe place to touch before-compile.
5666 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5668         * manual/install.texi (Tools for Compilation): Update autoconf
5669         version requirements.
5670         * INSTALL: Regenerated.
5672         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
5673         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5674         (__libc_pselect): Likewise.
5676         [BZ #14138]
5677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
5678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5682 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5684         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
5685         correct barrier instruction.
5686         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
5687         Likewise.
5688         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
5689         Likewise.
5691 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5693         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5694         after defining inlines.  Instead, just use parens to defeat macro
5695         expansion of __isctype in its declaration.
5697 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5699         * include/sys/uio.h (__libc_readv): Remove declaration.
5700         (__libc_writev): Likewise.
5701         * misc/readv.c (__libc_readv): Rename to __readv.
5702         (__readv): Do not define as alias.
5703         (readv): Define as alias of __readv.
5704         * misc/writev.c (__libc_writev): Rename to __writev.
5705         (__writev): Do not define as alias.
5706         (writev): Define as alias of __writev.
5707         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5708         (__readv): Do not define as alias.
5709         (readv): Define unconditionally as alias of __readv.
5710         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5711         (__writev): Do not define as alias.
5712         (writev): Define unconditionally as alias of __writev.
5713         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5714         name.
5715         (writev): Do not define __libc_writev name.
5717 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5719         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5720         (convert_charseq): New function, broken out of ...
5721         (use_from_charmap): ... here.  Call it.
5722         (use_to_charmap): Use convert_charseq and free instead of duplicating
5723         its code with a variable-length stack struct.
5725 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5727         * include/fcntl.h (__libc_creat): Remove declaration.
5728         * io/creat.c (__libc_creat): Rename to creat.
5729         (creat): Do not define as alias.
5730         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5731         of creat instead of __libc_creat.
5732         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5733         to creat.
5734         (creat): Do not define as alias.
5735         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5736         __libc_creat.
5737         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5738         __libc_creat name.
5739         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5740         Likewise.
5742 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5744         * manual/llio.texi: Add comments discussing why write() may be
5745         considered MT-unsafe on Linux.
5747 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5749         * dl-load.c (local_strdup): Remove.
5750         (expand_dynamic_string_token): Use __strdup.
5751         (decompose_rpath): Likewise.
5752         (_dl_map_object): Likewise.
5754 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5756         [BZ #14132]
5757         * sysdeps/generic/unwind-dw2-fde.c
5758         (__register_frame_info_bases_internal): Do not declare.
5759         (__register_frame_info_table_bases_internal): Likewise.
5760         (__deregister_frame_info_bases_internal): Likewise.
5761         (__register_frame_info_bases): Declare and use hidden_proto before
5762         definition.  Use hidden_def instead of INTDEF.
5763         (__register_frame_info_table_bases): Likewise.
5764         (__deregister_frame_info_bases): Likewise.
5765         (__register_frame_info): Do not use INTUSE.
5766         (__register_frame): Likewise.
5767         (__register_frame_info_table): Likewise.
5768         (__register_frame_table): Likewise.
5769         (__deregister_frame_info): Likewise.
5770         (__deregister_frame): Likewise.
5772 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5774         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5775         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5776         not undefine.
5777         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5778         Likewise.
5779         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5780         Likewise.
5782 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5784         [BZ #14138]
5785         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5786         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5787         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5788         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5789         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5790         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5791         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5792         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5793         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5794         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5795         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5796         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5797         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5798         syscall.
5799         (setfsuid): Likewise.
5800         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5801         (setfsuid): Likewise.
5802         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5803         (setfsuid): Likewise.
5804         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5805         Likewise.
5806         (setfsuid): Likewise.
5807         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5808         (setfsuid): Likewise.
5809         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5810         Likewise.
5811         (setfsuid): Likewise.
5813 2014-10-27  Andreas Schwab  <schwab@suse.de>
5815         [BZ #17501]
5816         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5817         check for Slow_SSE4_2 feature bit.
5818         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5819         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5820         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5821         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5823 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5825         * configure.ac: Validate compiler version with a empirical test of
5826         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5827         $CC -v output.
5828         * configure: Regenerated.
5830         * inet/htons.c (htons): Prototypify.
5831         * inet/htonl.c (htonl): Likewise.
5833 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5835         * string/strncat.c (strncat): Improve performance by using strlen.
5837 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5839         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5841 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5843         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5844         Call libc_fetestexcept_aarch64.
5846 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5848         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5849         Call libc_feholdexcept_aarch64.
5851 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5853         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5854         Call get_rounding_mode.
5856 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5858         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5859         Simplify logic.
5861 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5863         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5864         Simplify logic.
5866 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
5868         [BZ #14138]
5869         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5870         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5871         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5872         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5873         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5874         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5875         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5876         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5877         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5878         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5879         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5880         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5881         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5882         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5883         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5884         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5885         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5886         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5887         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5888         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5889         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5890         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5891         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5892         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5893         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5894         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5895         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5896         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5897         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5898         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5899         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5900         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5901         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5902         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5903         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5904         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5905         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5906         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5907         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5908         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5909         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5910         syscall.
5911         (geteuid): Likewise.
5912         (getgid): Likewise.
5913         (getuid): Likewise.
5914         (getresgid): Likewise.
5915         (getresuid): Likewise.
5916         (getgroups): Likewise.
5917         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5918         (geteuid): Likewise.
5919         (getgid): Likewise.
5920         (getuid): Likewise.
5921         (getresgid): Likewise.
5922         (getresuid): Likewise.
5923         (getgroups): Likewise.
5924         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5925         (geteuid): Likewise.
5926         (getgid): Likewise.
5927         (getuid): Likewise.
5928         (getresgid): Likewise.
5929         (getresuid): Likewise.
5930         (getgroups): Likewise.
5931         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5932         Likewise.
5933         (geteuid): Likewise.
5934         (getgid): Likewise.
5935         (getuid): Likewise.
5936         (getresgid): Likewise.
5937         (getresuid): Likewise.
5938         (getgroups): Likewise.
5939         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5940         (geteuid): Likewise.
5941         (getgid): Likewise.
5942         (getuid): Likewise.
5943         (getresgid): Likewise.
5944         (getresuid): Likewise.
5945         (getgroups): Likewise.
5946         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5947         Likewise.
5948         (geteuid): Likewise.
5949         (getgid): Likewise.
5950         (getuid): Likewise.
5951         (getgroups): Likewise.
5953         [BZ #14138]
5954         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5955         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5956         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5957         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5958         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5959         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5960         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5961         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5962         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5963         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5964         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5965         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5966         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5967         __chown.
5968         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5969         (lchown): Likewise.
5970         (fchown): Likewise.
5971         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5972         Likewise.
5973         (lchown): Likewise.
5974         (fchown): Likewise.
5975         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5976         (lchown): Likewise.
5977         (fchown): Likewise.
5978         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5979         Likewise.
5980         (lchown): Likewise.
5981         (fchown): Likewise.
5983 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5985         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5986         Simplify logic.
5988 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5990         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5991         Cleanup logic.
5993 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5995         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5996         Remove unused include.
5998 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6000         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6001         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6002         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6003         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6005 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6006             Helge Deller <deller@gmx.de>
6008         [BZ #17508]
6009         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6010         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6011         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6013 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6015         [BZ #14132]
6016         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6017         Remove macro definition.
6018         (__ashrdi3_v_glibc20): Likewise.
6019         (__lshrdi3_v_glibc20): Likewise.
6020         (__cmpdi2_v_glibc20): Likewise.
6021         (__ucmpdi2_v_glibc20): Likewise.
6022         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6023         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6024         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6025         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6026         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6027         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6029 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6031         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6032         old GNU extension [0] syntax.
6033         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6034         alloca rather than an array member with variable length.
6035         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6036         * nscd/nscd.c (invalidate_db): New function, broken out of ...
6037         (parse_opt): ... here.  Likewise use alloca there.
6038         Validate the -i argument before checking for rootness.
6039         (send_shutdown): New function, broken out of ...
6040         (parse_opt): ... here.
6042 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6044         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6045         macro to get at the _rt_local_ro field.
6046         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6047         ([PIC] case) or _dl_hwcap ([!PIC] case).
6048         * sysdeps/arm/setjmp.S: Likewise.
6050         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6051         * sysdeps/arm/configure.ac: New check to define it.
6052         * sysdeps/arm/configure: Regenerated.
6053         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6054         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6055         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6056         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6057         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6058         Use move/movt pair instead of a load.
6059         (LDST_GLOBAL): Macro removed.
6060         (LDR_GLOBAL): New macro replaces it.
6061         (LDR_HIDDEN): New macro.
6062         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6063         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6065         * setjmp/tst-setjmp-static.c: New file.
6066         * setjmp/Makefile (tests): Add it.
6067         (tests-static): New variable.
6069 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
6071         [BZ #17485]
6072         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6074 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
6076         [BZ #14132]
6077         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6079 2014-10-21  Roland McGrath  <roland@hack.frob.com>
6081         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6083 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6085         * io/fts.c (dirent_not_directory): New function.
6086         (fts_build): Call it.
6088 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6090         * nptl/version.c (__nptl_main): Use normal __write rather than
6091         INTERNAL_SYSCALL.
6092         (banner): Update copyright years.
6094         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6095         gettimeofday.
6096         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6097         * nptl/pthread_cond_timedwait.c: Likewise.
6098         * nptl/pthread_mutex_timedlock.c: Likewise.
6099         * nptl/sem_timedwait.c: Likewise.
6101         * sysdeps/nptl/bits/libc-lock.h
6102         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6103         (__libc_lock_init_recursive): Return void, not 0.
6104         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6105         (__libc_rwlock_init): Likewise.
6106         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6108 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6110         [BZ #15215]
6111         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6112         (__pthread_once_slow): ... here.
6113         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6114         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6116 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6118         [BZ #15215]
6119         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6120         __PTHREAD_ONCE_FORK_GEN_INCR): New.
6121         * sysdeps/nptl/fork.c (__libc_fork): Use them.
6122         * nptl/pthread_once.c (__pthread_once): Likewise.
6123         Update comments.
6125 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
6127         [BZ #14138]
6128         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6129         name.
6130         (writev): Use __libc_writev as strong name.
6131         * sysdeps/unix/sysv/linux/readv.c: Remove file.
6132         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6134 2014-10-17  Roland McGrath  <roland@hack.frob.com>
6136         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6138         * sysdeps/i386/nptl/tls.h
6139         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6140         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6141         New macros.
6142         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6143         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6144         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6145         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6146         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6147         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6149         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6150         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6151         on [__NR_futex].
6152         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6153         broken out of ...
6154         (__pthread_mutex_init): ... here.  Call it.
6155         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6156         Conditionalize PI cases on [__NR_futex].
6157         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6158         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6159         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6161         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6162         conditional on [SIGSETXID].
6163         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6164         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6165         is defined.  Likewise for SIGSETXID.
6166         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6167         Conditionalize definitions on [SIGSETXID].
6168         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6169         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6170         unblocking on [SIGCANCEL].
6172         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6173         [__NR_set_robust_list].
6175 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6177         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6178         (do_compare): Likewise.
6180 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6182         [BZ #15884]
6183         * string/strcoll_l.c: Don't include stdio.h.
6184         (coll_seq): Remove members idxarr and rulearr.
6185         (get_next_seq_cached): Remove function.
6186         (get_next_seq): Likewise.
6187         (get_next_seq_nocache): Rename to get_next_seq.
6188         (do_compare): Remove function.
6189         (do_compare_nocache): Rename to do_compare.
6190         (STRCOLL): Remove weight and rules cache.
6192 2014-10-16  Roland McGrath  <roland@hack.frob.com>
6194         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6195         * sysdeps/arm/sfp-machine.h: ... to here.
6196         * sysdeps/arm/Implies: Remove arm/soft-fp.
6198 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
6200         * conform/data/sys/utsname.h-data (*_t): Allow.
6201         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6202         [POSIX] (WEXITED): Do not expect constant.
6203         [POSIX] (WSTOPPED): Likewise.
6204         [POSIX] (WNOHANG): Likewise.
6205         [POSIX] (WNOWAIT): Likewise.
6206         [POSIX] (siginfo_t): Do not expect type or elements.
6207         [POSIX] (pid_t): Do not expect type.
6208         [POSIX] (signal.h): Do not allow header.
6209         [POSIX] (sys/resource.h): Likewise.
6210         [POSIX] (si_*): Do not allow pattern.
6211         [POSIX] (W*): Likewise.
6212         [POSIX] (P_*): Likewise.
6213         [POSIX] (BUS_*): Likewise.
6214         [POSIX] (CLD_*): Likewise.
6215         [POSIX] (FPE_*): Likewise.
6216         [POSIX] (ILL_*): Likewise.
6217         [POSIX] (POLL_*): Likewise.
6218         [POSIX] (SEGV_*): Likewise.
6219         [POSIX] (SI_*): Likewise.
6220         [POSIX] (TRAP_*): Likewise.
6221         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6222         variable.
6224 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6226         [BZ #12926]
6227         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6228         infinite loop when __recvmsg returns 0.
6230 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
6232         * CANCEL-FCT-WAIVE: Remove file.
6233         * CANCEL-FILE-WAIVE: Likewise.
6235         [BZ #14132]
6236         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6237         instead of INTVARDEF.
6238         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6239         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6240         rtld_hidden_data_def instead of INTVARDEF.
6241         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6242         * elf/dl-deps.c (expand_dst): Likewise.
6243         * elf/dl-load.c (_dl_dst_count): Likewise.
6244         (_dl_dst_substitute): Likewise.
6245         (decompose_rpath): Likewise.
6246         (_dl_init_paths): Likewise.
6247         (open_path): Likewise.
6248         (_dl_map_object): Likewise.
6249         * elf/rtld.c (dl_main): Likewise.
6250         (process_dl_audit): Likewise.
6251         (process_envvars): Likewise.
6252         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6253         Remove declaration.
6254         (__libc_enable_secure): Use rtld_hidden_proto.
6256 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6258         * elf/dl-load.c
6259         (add_path): New function broken out of _dl_rtld_di_serinfo.
6260         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
6262 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6264         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6265         parentheses around macro arguments.
6266         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6267         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6268         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6269         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6270         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6271         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6272         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6273         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6274         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6275         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6276         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6277         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6278         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6279         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6280         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6281         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6282         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6283         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6284         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6285         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6286         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6287         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6288         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6289         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6290         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6291         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6292         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6293         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6294         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6295         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6296         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6297         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6298         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6299         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6300         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6301         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6302         Likewise.
6303         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6304         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6305         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6306         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6307         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6308         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6309         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6310         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6311         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6312         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6313         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6314         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6315         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6316         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6317         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6318         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6319         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6320         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6321         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6322         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6323         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6324         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6325         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6326         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6327         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6328         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6329         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6330         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6331         (_FP_FRAC_SRS_1): Likewise.
6332         (_FP_FRAC_CLZ_1): Likewise.
6333         (_FP_MUL_MEAT_1_imm): Likewise.
6334         (_FP_MUL_MEAT_1_wide): Likewise.
6335         (_FP_MUL_MEAT_1_hard): Likewise.
6336         (_FP_SQRT_MEAT_1): Likewise.
6337         (_FP_FRAC_ASSEMBLE_1): Likewise.
6338         (_FP_FRAC_DISASSEMBLE_1): Likewise.
6339         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6340         (__FP_CLZ_2): Likewise.
6341         (_FP_MUL_MEAT_2_wide): Likewise.
6342         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6343         (_FP_MUL_MEAT_2_gmp): Likewise.
6344         (_FP_MUL_MEAT_2_120_240_double): Likewise.
6345         (_FP_SQRT_MEAT_2): Likewise.
6346         (_FP_FRAC_ASSEMBLE_2): Likewise.
6347         (_FP_FRAC_DISASSEMBLE_2): Likewise.
6348         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6349         (_FP_FRAC_CLZ_4): Likewise.
6350         (_FP_MUL_MEAT_4_wide): Likewise.
6351         (_FP_MUL_MEAT_4_gmp): Likewise.
6352         (_FP_SQRT_MEAT_4): Likewise.
6353         (_FP_FRAC_ASSEMBLE_4): Likewise.
6354         (_FP_FRAC_DISASSEMBLE_4): Likewise.
6355         * soft-fp/op-common.h (_FP_CMP): Likewise.
6356         (_FP_CMP_EQ): Likewise.
6357         (_FP_CMP_UNORD): Likewise.
6358         (_FP_TO_INT): Likewise.
6359         (_FP_FROM_INT): Likewise.
6360         [!__FP_CLZ] (__FP_CLZ): Likewise.
6361         (_FP_DIV_HELP_imm): Likewise.
6362         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6363         Likewise.
6364         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6365         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6366         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6367         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6368         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6369         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6370         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6371         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6372         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6373         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6374         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6375         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6376         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6377         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6378         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6379         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6380         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6381         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6382         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6383         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6384         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6385         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6386         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6387         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6388         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6389         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6390         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6391         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6392         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6393         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6394         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6395         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6396         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6397         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6398         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6399         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6400         (FP_UNPACK_RAW_SP): Likewise.
6401         (FP_PACK_RAW_S): Likewise.
6402         (FP_PACK_RAW_SP): Likewise.
6403         (FP_UNPACK_S): Likewise.
6404         (FP_UNPACK_SP): Likewise.
6405         (FP_UNPACK_SEMIRAW_S): Likewise.
6406         (FP_UNPACK_SEMIRAW_SP): Likewise.
6407         (FP_PACK_S): Likewise.
6408         (FP_PACK_SP): Likewise.
6409         (FP_PACK_SEMIRAW_S): Likewise.
6410         (FP_PACK_SEMIRAW_SP): Likewise.
6411         (_FP_SQRT_MEAT_S): Likewise.
6412         (FP_CMP_S): Likewise.
6413         (FP_CMP_EQ_S): Likewise.
6414         (FP_CMP_UNORD_S): Likewise.
6415         (FP_TO_INT_S): Likewise.
6416         (FP_FROM_INT_S): Likewise.
6418         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6420         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6421         (FP_EX_INVALID_IMZ): Likewise.
6422         (FP_EX_INVALID_IMZ_FMA): Likewise.
6423         (FP_EX_INVALID_ISI): Likewise.
6424         (FP_EX_INVALID_ZDZ): Likewise.
6425         (FP_EX_INVALID_IDI): Likewise.
6426         (FP_EX_INVALID_SQRT): Likewise.
6427         (FP_EX_INVALID_CVI): Likewise.
6428         (FP_EX_INVALID_VC): Likewise.
6429         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6430         "invalid" exceptions.
6431         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6432         (_FP_ADD_INTERNAL): Likewise.
6433         (_FP_MUL): Likewise.
6434         (_FP_FMA): Likewise.
6435         (_FP_DIV): Likewise.
6436         (_FP_CMP_CHECK_NAN): Likewise.
6437         (_FP_SQRT): Likewise.
6438         (_FP_TO_INT): Likewise.
6439         (FP_EXTEND): Likewise.
6441 2014-10-09  Allan McRae  <allan@archlinux.org>
6443         * po/fr.po: Update French translation from translation project.
6445 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6447         [BZ #14132]
6448         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6449         of INTDEF.
6450         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6451         (__cxa_atexit): Use libc_hidden_proto.
6452         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6454         [BZ #14132]
6455         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6456         declaration.
6457         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6458         [!_ISOMAC] (__iswspace_l_internal): Likewise.
6459         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6460         [!_ISOMAC] (__iswctype_internal): Likewise.
6461         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6462         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6463         alias.
6464         (fcntl): Remove __fcntl_internal alias.
6465         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6466         __connect_internal alias.
6467         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6468         Likewise.
6470         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6471         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6472         FP_DENORM_ZERO.
6473         (_FP_CHECK_FLUSH_ZERO): New macro.
6474         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6475         (_FP_CMP): Likewise.
6476         (_FP_CMP_EQ): Likewise.
6477         (_FP_TO_INT): Do not set inexact for subnormal arguments if
6478         FP_DENORM_ZERO.
6479         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6480         (FP_TRUNC): Likewise.
6482         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6483         treated as invalid conversion, not as normal exponent.
6485         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6486         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
6487         (_FP_CMP_EQ): Likewise.
6488         (_FP_CMP_UNORD): Likewise.
6489         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6490         (FP_CMP_EQ_D): Likewise.
6491         (FP_CMP_UNORD_D): Likewise.
6492         * soft-fp/extended.h (FP_CMP_E): Likewise.
6493         (FP_CMP_EQ_E): Likewise.
6494         (FP_CMP_UNORD_E): Likewise.
6495         * soft-fp/quad.h (FP_CMP_Q): Likewise.
6496         (FP_CMP_EQ_Q): Likewise.
6497         (FP_CMP_UNORD_Q): Likewise.
6498         * soft-fp/single.h (FP_CMP_S): Likewise.
6499         (FP_CMP_EQ_S): Likewise.
6500         (FP_CMP_UNORD_S): Likewise.
6501         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6502         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6503         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6504         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6505         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6506         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6507         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6508         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6509         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6510         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6511         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6512         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6513         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6514         to FP_CMP_Q.
6515         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6516         FP_CMP_Q.
6517         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6518         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6519         FP_CMP_EQ_Q.
6520         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6521         FP_CMP_Q.
6522         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6523         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6524         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6525         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6526         FP_CMP_EQ_Q.
6527         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6528         FP_CMP_Q.
6529         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6530         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6531         FP_CMP_EQ_Q.
6532         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6533         FP_CMP_Q.
6534         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6535         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6536         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6537         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6538         FP_CMP_EQ_Q.
6540         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6541         a subnormal result, set the underflow exception if trapping on
6542         underflow is enabled.
6543         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6544         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6545         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6546         redefine to 0.
6547         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6548         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6549         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6550         * soft-fp/extendxftf2.c (__extendxftf2): Use
6551         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6553         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6554         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6555         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6556         FP_HANDLE_EXCEPTIONS.
6557         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6558         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6559         FP_HANDLE_EXCEPTIONS.
6560         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6561         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6562         FP_HANDLE_EXCEPTIONS.
6563         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6564         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6565         FP_HANDLE_EXCEPTIONS.
6567 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
6569         [BZ #14132]
6570         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6571         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6572         use INTUSE.
6573         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6574         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6575         Remove alias.
6576         (__adjtimex): Define using libc_hidden_ver.
6577         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6578         Remove declaration.
6579         (ntp_gettime): Call __adjtimex directly.
6580         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6581         Remove declaration.
6582         (ntp_gettimex): Call __adjtimex directly.
6583         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6584         __adjtimex_internal alias.
6586 2014-10-08  Roland McGrath  <roland@hack.frob.com>
6588         [BZ #17460]
6589         * nscd/nscd.c (more_help): Rewrite list of tables collection
6590         using xstrdup and asprintf.
6592         * nscd/nscd_conf.c: Remove local xstrdup declaration.
6594 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6595             Roland McGrath  <roland@hack.frob.com>
6597         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6598         (do_lookup_unique): ... local function 'enter' here; update callers.
6600 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
6602         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6603         compat_symbol calls on [SHARED].
6604         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6605         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6606         Remove.
6607         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6608         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6609         (oldsetrlimit): Remove.
6610         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6612         (lchown): New syscall entry.
6613         (oldsetrlimit): Remove.
6614         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6615         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6616         (oldsetrlimit): Remove.
6617         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6619         [BZ #14138]
6620         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6621         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6622         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6623         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6624         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6625         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6626         (fchown): Likewise.
6627         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6628         (fchown): Likewise.
6629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6630         Likewise.
6632 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6634         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6635         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6636         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6637         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6638         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6639         Likewise.
6640         (__old_sem_post): Likewise.
6642 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
6644         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6645         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6646         HAVE_CLOCK_GETTIME_VSYSCALL macros.
6647         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6648         Use INLINE_VSYSCALL macro.
6649         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6650         __vdso_clock_gettime.
6651         * sysdeps/unix/sysv/linux/tile/init-first.c
6652         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6653         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6654         __vdso_clock_gettime.
6656         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6657         to set up frame more cleanly.
6659         * sysdeps/tile/memcmp.c: New file.
6661         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6663         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6664         * sysdeps/tile/tilegx/strcasestr.c: New file.
6665         * sysdeps/tile/tilegx/strnlen.c: New file.
6666         * sysdeps/tile/tilegx/strstr.c: New file.
6668         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6670 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
6672         * nptl/tst-setuid3.c: Write errors to stdout.
6674 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6676         * elf/dl-deps.c
6677         (preload): New functions broken out of _dl_map_object_deps.
6678         (_dl_map_object_deps):  Remove a nested function. Update call sites.
6680 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
6682         [BZ #14138]
6683         * sysdeps/unix/sysv/linux/execve.c: Remove file.
6684         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
6686 2014-10-01  Steve Ellcey  <sellcey@mips.com>
6688         * sysdeps/mips/strcmp.S: New.
6690 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
6692         [BZ #14138]
6693         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6694         (linkat): Likewise.
6695         (mkdirat): Likewise.
6696         (readlinkat): Likewise.
6697         (renameat): Likewise.
6698         (symlinkat): Likewise.
6699         (unlinkat): Likewise.
6700         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6701         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6702         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6703         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6704         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6705         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6706         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6708 2014-09-30  Will Newton  <will.newton@linaro.org>
6710         * math/math.h: Define long double math functions if
6711         _LIBC_TEST is defined.
6712         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6714         * localedata/Makefile: Move assignment to tests-special
6715         into an ifdef testing run-built-tests.
6716         * timezone/Makefile: Likewise.
6718 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6720         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6721         with $(BASH) not $(SHELL).
6723 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6724             Matthew LeGendre  <legendre1@llnl.gov>
6726         [BZ #17411]
6727         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6728         l_reloc_result.
6730 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6732         * stdio-common/printf_fp.c
6733         (hack_digit): New function, broken out of ...
6734         (__printf_fp): ... local function here.  Update call sites.
6735         hack_digit now takes an additional parameter that is a pointer
6736         to a struct of the referenced locals.  Those locals moved inside
6737         the struct and references updated.
6739 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6741         * aclocal.m4: Require autoconf 2.69.
6742         * configure: Regenerated.
6743         * sysdeps/aarch64/configure: Likewise.
6744         * sysdeps/alpha/configure: Likewise.
6745         * sysdeps/arm/armv7/configure: Likewise.
6746         * sysdeps/arm/configure: Likewise.
6747         * sysdeps/ia64/configure: Likewise.
6748         * sysdeps/mach/configure: Likewise.
6749         * sysdeps/mips/configure: Likewise.
6750         * sysdeps/s390/configure: Likewise.
6751         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6754         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6755         file.
6756         * sysdeps/ia64/configure.ac: Likewise.
6758 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6761         specify symbol version for ld.so.  Do not include entry for
6762         libpthread.
6763         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6764         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6765         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6767         [BZ #14171]
6768         * Makeconfig [$(build-shared) = yes]
6769         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6770         makefiles.
6771         [$(build-shared) = yes && $(soversions.mk-done) = t]
6772         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6773         [$(build-shared) = yes && $(soversions.mk-done) = t]
6774         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6775         to Makerules.
6776         [$(build-shared) = yes && $(soversions.mk-done) = t]
6777         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6778         here.
6779         [$(build-shared) = yes && $(soversions.mk-done) = t]
6780         (common-generated): Don't append gnu/lib-names.h and
6781         gnu/lib-names.stmp here.
6782         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6783         (lib-names-h-abi): New variable.
6784         [$(build-shared) = yes && $(soversions.mk-done) = t]
6785         (lib-names-stmp-abi): Likewise.
6786         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6787         abi-variants] (before-compile): Append
6788         $(common-objpfx)$(lib-names-h-abi).
6789         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6790         abi-variants] (common-generated): Append gnu/lib-names.h.
6791         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6792         abi-variants] (install-others-nosubdir): Depend on
6793         $(inst_includedir)/$(lib-names-h-abi).
6794         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6795         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6796         [$(build-shared) = yes && $(soversions.mk-done) = t]
6797         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6798         [$(build-shared) = yes && $(soversions.mk-done) = t]
6799         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6800         [$(build-shared) = yes && $(soversions.mk-done) = t]
6801         (common-generated): Append $(lib-names-h-abi) and
6802         $(lib-names-stmp-abi).
6803         * scripts/lib-names.awk: Do not handle multi being set.
6804         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6805         Remove variable.
6806         (abi-lp64_be-ld-soname): Likewise.
6807         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6808         Likewise.
6809         (abi-hard-ld-soname): Likewise.
6810         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6811         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6812         Remove variable.
6813         (abi-o32_hard-ld-soname): Likewise.
6814         (abi-o32_soft_2008-ld-soname): Likewise.
6815         (abi-o32_hard_2008-ld-soname): Likewise.
6816         (abi-n32_soft-ld-soname): Likewise.
6817         (abi-n32_hard-ld-soname): Likewise.
6818         (abi-n32_soft_2008-ld-soname): Likewise.
6819         (abi-n32_hard_2008-ld-soname): Likewise.
6820         (abi-n64_soft-ld-soname): Likewise.
6821         (abi-n64_hard-ld-soname): Likewise.
6822         (abi-n64_soft_2008-ld-soname): Likewise.
6823         (abi-n64_hard_2008-ld-soname): Likewise.
6824         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6825         Likewise.
6826         (abi-64-v2-ld-soname): Likewise.
6827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6828         ld.so entries.
6829         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6830         variable.
6831         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6832         entry.
6833         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6834         variable.
6835         (abi-64-ld-soname): Likewise.
6836         (abi-x32-ld-soname): Likewise.
6837         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6838         entry.
6839         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6841 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6843         [BZ #14138]
6844         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6845         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6846         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6847         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6848         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6849         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6850         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6851         syscall entry for GLIBC_2.2 symbol version.
6852         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6853         Likewise.
6854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6855         (setrlimit): Likewise.
6856         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6857         Likewise.
6859 2014-09-23  Will Newton  <will.newton@linaro.org>
6861         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6862         _LINUX_ARM_SYSDEP_H include guard too.
6863         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6864         define.
6866 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6868         * sysdeps/unix/sysv/linux/eventfd.c:
6869         Make first argument unsigned.
6870         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6871         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6873 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
6875         * socket/recvmmsg.c (recvmmsg): Drop const argument.
6876         * socket/sys/socket.h: Likewise
6877         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6879 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6881         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6883 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
6885         * time/tst-ftime.c: New test.
6886         * time/Makefile (tests): Add tst-ftime.
6888 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
6890         * soft-fp/extended.h: Fix comment formatting.
6891         * soft-fp/op-1.h: Likewise.
6892         * soft-fp/op-2.h: Likewise.
6893         * soft-fp/op-4.h: Likewise.
6894         * soft-fp/op-8.h: Likewise.
6895         * soft-fp/op-common.h: Likewise.
6896         * soft-fp/soft-fp.h: Likewise.
6898         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6900 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
6902         [BZ #6652]
6903         * Makeconfig (soversions-default-setname): Remove variable.
6904         ($(common-objpfx)soversions.i): Don't pass default_setname to
6905         soversions.awk.
6906         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6907         oldest_abi to abi-versions.awk.
6908         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6909         * config.make.in (oldest-abi): Remove variable.
6910         * configure.ac (--enable-oldest-abi): Remove configure option.
6911         * configure: Regenerated.
6912         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6913         text.
6914         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6915         * scripts/soversions.awk: Do not handle default_setname variable.
6916         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6917         variable.
6918         * sysdeps/mach/hurd/configure: Regenerated.
6919         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6920         variable.
6921         * sysdeps/unix/sysv/linux/configure: Regenerated.
6923 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6925         * elf/Makefile (CFLAGS-interp.c): Remove.
6926         ($(elf-objpfx)runtime-linker.h): Generate header with linker
6927         path string.
6928         * elf/interp.c: Include generated runtime-linker.h
6930         * Makerules (lib%.so): Don't include $(+interp) in
6931         prerequisites.
6932         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6933         * dlfcn/eval.c: Remove file.
6935         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6936         macros.
6938         [BZ #17266]
6939         * misc/sys/cdefs.h: Define __extern_always_inline for clang
6940         4.2 and newer.
6942         [BZ #17370]
6943         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6945 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6946             Jakub Jelinek  <jakub@redhat.com>
6948         [BZ #17266]
6949         * libio/stdio.h: Check definition of __fortify_function
6950         instead of __extern_always_inline to include bits/stdio2.h.
6951         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6952         check if __extern_always_inline is defined.
6953         [__USE_MISC || __USE_XOPEN]: Likewise.
6954         [__USE_ISOC99] Likewise.
6955         * misc/sys/cdefs.h (__fortify_function): Define only if
6956         __extern_always_inline is defined.
6957         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6958         __extern_always_inline and __extern_inline only for g++-4.3
6959         and newer or a compatible gcc.
6961 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
6963         [BZ #17371]
6964         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6965         last change to handle zero prefix length.
6967 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6969         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6970         _SC_REGEX_VERSION.
6972         * posix/getconf.c (vars): Add _POSIX_IPV6 and
6973         _POSIX_RAW_SOCKETS.
6975 2014-09-13  Allan McRae  <allan@archlinux.org>
6977         * po/ru.po: Update Russian translation from translation project.
6979 2014-09-12  Roland McGrath  <roland@hack.frob.com>
6981         * locale/programs/locale.c (show_locale_vars): Inline local function
6982         into its sole call site.  Clean up some style nits.
6983         (print_item): New function, broken out of ...
6984         (show_info): ... local function here.  Clean up style nits.
6986         * locale/programs/ld-ctype.c (set_one_default): New function, broken
6987         out of ...
6988         (set_class_defaults): ... local function set_default here.
6989         Define set_default as a macro locally to pass constant parameters.
6990         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6991         rather than a shared local.
6993         * stdlib/rpmatch.c (try): New function, broken out of ...
6994         (rpmatch): ... local function here.  Also, prototypify definition.
6996 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
6998         * scripts/soversions.awk: Do not handle configuration names.
6999         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7000         vendor and os variables to soversions.awk.
7001         * configure.ac: Do not modify gnu-* host_os.
7002         * configure: Regenerated
7003         * shlib-versions: Remove first column with configuration names.
7004         * nptl/shlib-versions: Likewise.
7005         * nptl_db/shlib-versions: Likewise.
7006         * sysdeps/hppa/shlib-versions: Likewise.
7007         * sysdeps/m68k/shlib-versions: Likewise.
7008         * sysdeps/mach/hurd/shlib-versions: Likewise.
7009         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7010         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7011         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7012         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7013         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7014         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7015         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7016         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7018         Likewise.
7019         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7020         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7021         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7022         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7023         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7024         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7025         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7026         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7029         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7031         Regenerated.
7032         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7034         Condition symbol version definitions on [HAVE_ELFV2_ABI].
7036         * shlib-versions: Remove OS-specific entries.  Moved to files in
7037         sysdeps.
7038         * sysdeps/mach/hurd/shlib-versions: New file.
7039         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7041         * nptl/shlib-versions: Remove architecture-specific entries.
7042         Moved to files in sysdeps.
7043         * shlib-versions: Likewise.
7044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7045         file.
7046         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7047         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7048         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7049         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7051         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7052         (UDP_NO_CHECK6_RX): Likewise.
7054 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7056         * sysdeps/posix/sysconf.c (__sysconf): Spell
7057         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7059 2014-08-12  Florian Weimer  <fweimer@redhat.com>
7061         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7062         loading.
7063         * iconv/Versions (__gconv_transliterate): Export for use from
7064         gconv modules.
7065         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7066         (struct __gconv_trans_data, __gconv_trans_fct,
7067         __gconv_trans_context_fct, __gconv_trans_query_fct,
7068         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7069         definitions.
7070         (struct __gconv_step_data): Remove __trans member.
7071         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
7072         longer hidden.  Remove unused trans_data argument.
7073         * iconv/gconv_int.h (struct trans_struct): Remove definition.
7074         (__gconv_translit_find): Remove declaration.
7075         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
7076         prototype.
7077         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7078         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7079         trans_data argument.  Add hidden definition.
7080         (__gconv_translit_find): Remove.
7081         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7082         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7083         * iconv/skeleton.c: Remove transliteration initialization.
7084         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7085         __gconv_step_data initialization.
7086         * libio/iofwide.c (__libio_translit_): Remove.
7087         (_IO_fwide): Adjust struct __gconv_step_data initialization.
7088         * wcsmbs/btowc.c (__btowc): Likewise.
7089         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7090         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7091         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7092         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7093         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7094         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7095         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7096         * wcsmbs/wctob.c (wctob): Likewise.
7098 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7100         [BZ #16194]
7101         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7102         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
7103         register usage.
7104         * sysdeps/x86/Makefile: Adjust.
7106 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7107             Roland McGrath  <roland@hack.frob.com>
7109         * locale/weight.h: Add include guard.
7110         (findidx): Make static rather than auto; take new parameters
7111         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7112         * locale/weightwc.h: Likewise.
7113         * posix/fnmatch_loop.c
7114         (FCT): Change type of EXTRA from int32_t to wint_t.
7115         Don't include either header inside the function.
7116         Call FINDIDX rather than findidx, and pass new arguments.
7117         #undef FINDIDX at the end of the file.
7118         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7119         FINDIDX before including fnmatch_loop.c for the non-wide version.
7120         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7121         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7122         for the wide version.
7123         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7124         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7125         Pass new arguments to findidx.
7126         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7127         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7128         Don't #include it inside the function.  Pass new arguments to findidx.
7129         * posix/regex_internal.h
7130         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7131         (re_string_elem_size_at): Don't #include it inside the function.
7132         Pass new arguments to findidx.
7133         * string/strcoll_l.c: #include WEIGHT_H at top level.
7134         (get_next_seq): Don't #include it inside the function.
7135         Pass new arguments to findidx.
7136         (get_next_seq_nocache): Likewise.
7137         * string/strxfrm_l.c: #include WEIGHT_H at top level.
7138         (STRXFRM): Don't #include it inside the function.
7139         Pass new arguments to findidx.
7141 2014-09-11  Florian Weimer  <fweimer@redhat.com>
7143         [BZ #17344]
7144         * malloc/malloc.c (unlink): Turn asserts into a call to
7145         malloc_printerr.
7147 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7149         [BZ #17370]
7150         * libio/wfileops (do_ftell_wide): Free OUT.
7152 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7154         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7156 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7158         [BZ #17363]
7159         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7160         group if the current group is empty.
7162 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7164         * benchtests/bench-memset.c (test_main): Add more test from size
7165         from 32 to 512 bytes.
7166         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7167         Add POWER8 memset object.
7168         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7169         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7170         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7171         implementation.
7172         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7173         Likewise.
7174         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7175         multiarch POWER8 memset optimization.
7176         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7177         POWER8 memset optimization.
7179         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7180         Remove bzero multiarch objects.
7181         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7182         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7183         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7184         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7185         Remove define.
7186         [__bzero]: Redefine to specific name.
7187         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7188         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7189         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7190         define.
7191         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7192         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7194 2014-09-10  Florian Weimer  <fweimer@redhat.com>
7196         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7197         warnings into errors.
7199         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7200         __cxa_thread_atexit_impl prototype.
7202 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7204         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7205         Fix capitalization of error message.
7207 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7209         * sysdeps/mips/preconfigure: Modify ABI tests.
7211 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
7213         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7215 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7216             Carlos O'Donell  <carlos@systemhalted.org>
7218         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7219         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7220         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7221         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7222         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7223         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7224         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7225         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7226         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7227         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7228         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7229         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7230         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7231         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7232         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7233         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7234         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7235         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7236         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7237         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7238         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7239         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7240         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7241         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7242         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7243         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7244         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7245         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7246         Deconditionalize the code that was previously under [RESET_PID].
7247         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7248         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7249         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7250         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7251         include sysdep.h.
7253 2014-09-08  Allan McRae  <allan@archlinux.org>
7255         * version.h (RELEASE): Set to "development".
7256         (VERSION): Set to "2.20.90"
7258 2014-09-07  Allan McRae  <allan@archlinux.org
7260         * version.h (RELEASE): Set to "stable".
7261         (VERSION): Set to "2.20"
7262         * include/features.h (__GLIBC_MINOR__): Set to 20.
7264         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7265         Liebler.
7267         * po/ko.po: Update Korean translation from translation project.
7269 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
7271         [BZ #17354]
7272         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7273         macro for handling signed relocations.
7275 2014-09-03  Florian Weimer  <fweimer@redhat.com>
7277         [BZ #17325]
7278         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7279         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7280         assert.
7281         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7282         * iconvdata/ibm935.c (BODY): Likewise.
7283         * iconvdata/ibm937.c (BODY): Likewise.
7284         * iconvdata/ibm939.c (BODY): Likewise.
7285         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7286         assert.
7287         * iconvdata/Makefile (iconv-test.out): Pass module list to test
7288         script.
7289         * iconvdata/run-iconv-test.sh: New test loop for checking for
7290         decoder crashers.
7292 2014-09-02  Khem Raj  <raj.khem@gmail.com>
7294         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7295         libm_hidden_ver.
7297 2014-09-01  Allan McRae  <allan@archlinux.org>
7299         * po/eo.po: Update Esperanto translation from translation project.
7301         * po/ca.po: Update Catalan translation from translation project.
7303 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7305         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7306         __proc_dostop call.
7308 2014-08-27  Mark Wielaard  <mjw@redhat.com>
7310         [BZ #17319]
7311         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7312         to call set_thread_area instead of hand written asm.
7313         (__NR_set_thread_area): Removed define.
7314         (TLS_FLAG_WRITABLE): Likewise.
7315         (__ASSUME_SET_THREAD_AREA): Remove check.
7316         (TLS_EBX_ARG): Remove define.
7317         (TLS_LOAD_EBX): Likewise.
7319 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7321         Simplify atomicity of socket creation in bind.
7323         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7324         looking up the name after linking the file.
7326 2014-08-27  Allan McRae  <allan@archlinux.org>
7328         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7330 2014-08-26  Florian Weimer  <fweimer@redhat.com>
7332         [BZ #17187]
7333         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7334         trans_compare, open_translit, __gconv_translit_find):
7335         Remove module loading code.
7337 2014-08-26  Allan McRae  <allan@archlinux.org>
7339         * po/vi.po: Update Vietnamese translation from translation project.
7341         * po/uk.po: Update Ukrainian translation from translation project.
7343         * po/fr.po: Update French translation from translation project.
7345         * po/ru.po: Update Russian translation from translation project.
7347         * po/pl.po: Update Polish translation from translation project.
7349         * po/cs.po: Update Czech translation from translation project.
7351         * po/de.po: Update German translation from translation project.
7353         * po/bg.po: Update Bulgarian translation from translation project.
7355         * po/sv.po: Update Sweedish translation from translation project.
7357         * po/nl.po: Update Dutch translation from translation project.
7359         * po/es.po: Update Spanish translation from translation project.
7361 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7363         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7365         * catgets/Makefile (CPPFLAGS-gencat): Remove.
7366         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7367         (CPPFLAGS-iconvconfig): Likewise.
7368         * timezone/Makefile (CPPFLAGS-zic): Likewise.
7370         * include/libc-symbols.h: Remove unnecessary check for
7371         NOT_IN_libc.
7372         * nptl/pthreadP.h: Likewise.
7373         * sysdeps/aarch64/setjmp.S: Likewise.
7374         * sysdeps/alpha/setjmp.S: Likewise.
7375         * sysdeps/arm/sysdep.h: Likewise.
7376         * sysdeps/i386/setjmp.S: Likewise.
7377         * sysdeps/m68k/setjmp.c: Likewise.
7378         * sysdeps/posix/getcwd.c: Likewise.
7379         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7380         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7381         * sysdeps/s390/s390-32/setjmp.S: Likewise.
7382         * sysdeps/s390/s390-64/setjmp.S: Likewise.
7383         * sysdeps/sh/sh3/setjmp.S: Likewise.
7384         * sysdeps/sh/sh4/setjmp.S: Likewise.
7385         * sysdeps/unix/alpha/sysdep.h: Likewise.
7386         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7387         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7388         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7389         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7392         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7393         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7394         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7395         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7396         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7397         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7398         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7399         * sysdeps/x86_64/setjmp.S: Likewise.
7401 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
7403         [BZ #17263]
7404         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7405         <stdint.h>.
7406         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7407         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7409 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7411         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7413         [BZ #17262]
7414         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7415         and __x86_64__ when disabling x87 inline functions.
7417 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
7419         [BZ #17259]
7420         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7421         asm statement with __cpuid_count.
7423 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
7425         * configure.ac: Change __ehdr_start code to dereference the struct.
7426         Run readelf on the output to look for relocations.
7427         * configure: Regenerated.
7429 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
7431         [BZ #17261]
7432         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7433         value to 0.
7434         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7436 2014-08-12  Roland McGrath  <roland@hack.frob.com>
7438         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7440 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
7442         [BZ #16892]
7443         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7444         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7446 2014-08-12  Sean Anderson  <seanga2@gmail.com>
7448         * malloc/malloc.c: Fix typo in comment.
7450 2014-08-09  Allan McRae  <allan@archlinux.org>
7452         * Regenerate libc.po.
7454 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
7456         * intl/tst-gettext2.sh: Check every lang file for creation.
7458 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7460         * sysdeps/aarch64/fpu/math_private.h
7461         (libc_feholdsetround_noex_aarch64_ctx): New function.
7463 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7465         * sysdeps/arm/armv6/strcpy.S (strcpy):
7466         Fix performance issue in misaligned cases.
7468 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7470         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7471         Move definition from termios.h.
7472         (struct termio): Likewise.
7473         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7474         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7475         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7476         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7477         Likewise.
7478         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7479         Move definition to ioctl-types.h
7480         (struct termio): Likewise.
7481         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7482         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7483         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7484         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7485         Likewise.
7487 2014-08-05  Richard Henderson  <rth@redhat.com>
7489         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7490         exceptions.
7491         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7492         Add fraiseexcpt.
7493         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7494         Use __feraiseexcept.
7495         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7496         Protect libm symbols with IS_IN_libm.
7498         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7500 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
7502         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7504 2014-08-04  Will Newton  <will.newton@linaro.org>
7506         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7507         file.
7509 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
7511         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7512         variants for each function.
7514 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7516         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7517         appended ...
7518         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7519         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7520         appended ...
7521         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7522         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7523         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7524         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7525         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7526         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7527         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7528         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7529         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7530         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7531         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7532         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7533         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7534         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7535         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7536         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7537         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7538         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7539         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7540         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7541         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7542         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7543         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7544         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7545         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7546         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7547         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7548         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7549         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7550         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7551         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7552         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7553         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7554         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7555         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7556         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7557         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7558         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7559         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7560         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7561         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7562         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7563         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7564         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7565         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7566         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7567         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7568         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7569         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7570         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7571         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7572         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7573         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7574         Update #include.
7575         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7576         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7578 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7580         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7581         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7582         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7583         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7584         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7585         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7587 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7589         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7590         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7591         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7592         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7594 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7596         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7597         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7598         (__libc_vfork): Define function under this name.
7599         (__vfork): Define as an alias.
7600         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7601         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7603 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7605         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7606         that was previously under [RESET_PID].
7607         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7609 2014-08-04  Andreas Schwab  <schwab@suse.de>
7611         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7613 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
7615         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7616         (main): Likewise.
7618 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7620         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7622 2014-08-01  Richard Henderon  <rth@redhat.com>
7624         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7625         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7626         typo in exact zero test.
7627         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7628         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7629         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7631 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7633         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7634         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7635         * sysdeps/arm/sysdep.h: ... here.
7636         [!__ASSEMBLER__]: Include <stdint.h>.
7638 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7640         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7641         (HAVE_WCTYPE_H): Likewise.
7642         (HAVE_ISWCTYPE): Likewise.
7643         (ENABLE_NLS): Likewise.
7644         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7645         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7647         * posix/regex_internal.c: Check if DEBUG is defined and is
7648         set.
7650         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7651         (HAVE_MBSRTOWCS): Likewise.
7652         * posix/fnmatch.c: Include string.h unconditionally.
7654 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7656         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7657         reversal.
7659 2014-07-31  Roland McGrath  <roland@hack.frob.com>
7661         * sysdeps/generic/safe-fatal.h: New file.
7662         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7663         * nptl/forward.c: Include it.
7664         (__pthread_unwind): Use __safe_fatal as default action, rather
7665         than a bogus use of INTERNAL_SYSCALL that could never work.
7667         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7668         * configure.ac (libc_cv_builtin_trap): New test.
7669         * configure: Regenerated.
7670         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7671         (ABORT_INSTRUCTION): Define using __builtin_trap.
7673         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
7674         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
7675         * sysdeps/nptl/nptl-signals.h: New file.
7676         * nptl/pthreadP.h: Include <nptl-signals.h>.
7678 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7680         * sysdeps/s390/s390-64/utf16-utf32-z9.c
7681         (ONE_DIRECTION): Define.
7682         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7683         (ONE_DIRECTION): Define.
7684         * sysdeps/s390/s390-64/utf8-utf32-z9.c
7685         (ONE_DIRECTION): Define.
7687 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7689         * sysdeps/s390/Makefile: Delete file.
7690         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7691         * sysdeps/s390/__longjmp.c: Delete file.
7692         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7693         Remove fields __flags and __reserved.
7694         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7695         and add versioning.
7696         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7697         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7698         * sysdeps/s390/rtld-setjmp.S: Likewise.
7699         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7700         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7701         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7702         * sysdeps/s390/s390-32/setjmp.S: ... here.
7703         Add versioning.
7704         (__sigsetjmp): Remove setting __flags field.
7705         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7706         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7707         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7708         * sysdeps/s390/s390-64/setjmp.S: ... here.
7709         Add versioning.
7710         (__sigsetjmp): Remove setting __flags field.
7711         * sysdeps/s390/setjmp.S: Delete file.
7712         * sysdeps/s390/sigjmp.c: Likewise.
7713         * sysdeps/s390/v1-longjmp.c: Likewise.
7714         * sysdeps/s390/v1-setjmp.h: Likewise.
7715         * sysdeps/s390/v1-sigjmp.c: Likewise.
7716         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7717         Remove v1-longjmp_chk.
7718         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7719         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7720         Include debug/longjmp_chk.c and add versioning.
7721         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7722         Include nptl/pt-longjmp.c and add versioning.
7723         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7724         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7725         Include __longjmp.c.
7726         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7727         Move to ...
7728         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7729         (__getcontext): Remove setting __flags field.
7730         Add versioning.
7731         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7732         Don't restore upper high grps.
7733         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7734         Likewise.
7735         (__swapcontext): Remove setting uc_flags field.
7736         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7737         Delete file.
7738         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7739         Include __longjmp.c.
7740         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7741         Move to ...
7742         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7743         (__getcontext): Remove setting __flags field.
7744         Add versioning.
7745         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7746         (__swapcontext): Remove setting uc_flags field.
7747         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7748         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7749         Remove fields uc_high_gprs and __reserved.
7750         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7751         New file with reverted content.
7752         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7753         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7754         Regenerated.
7755         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7756         Regenerated.
7758 2014-07-31  Andreas Schwab  <schwab@suse.de>
7760         * config.h.in (HAVE_IFUNC): Define to 0.
7761         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7762         definedness.
7764 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7766         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7767         memmove-avx-unaligned, memcpy-avx-unaligned and
7768         mempcpy-avx-unaligned.
7769         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7770         Add tests for AVX memcpy functions.
7771         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7772         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7773         memcpy_chk.
7774         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7775         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7776         memmove_chk.
7777         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7778         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7779         mempcpy_chk.
7780         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7781         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7782         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7784 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7786         [BZ #17213]
7787         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7788         powerpc64le.
7790 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7792         [BZ #16839]
7793         * manual/llio.texi: Add section about open file description locks.
7794         * manual/examples/ofdlocks.c: Example of open file description
7795         lock usage.
7796         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7797         F_OFD_SETLK, and F_OFD_SETLKW.
7799 2014-07-23  Allan McRae  <allan@archlinux.org>
7801         * po/es.po: Update Spanish translation from translation project.
7803 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7805         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7807 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7809         [BZ #17078]
7810         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7811         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7812         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7814 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7816         [BZ #17088]
7817         * math/fesetenv.c (__fesetenv)
7818         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7819         * math/feupdateenv.c (__feupdateenv)
7820         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7822         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7823         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7824         (__ASSUME_SOCKETCALL): Do not define.
7826         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7827         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7828         (__ASSUME_SOCKETCALL): Do not define.
7829         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7830         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7831         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7832         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7833         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7834         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7835         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7836         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7838         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7839         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7840         (__ASSUME_SOCKETCALL): Do not define.
7841         (__ASSUME_IPC64): Define unconditionally.
7842         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7843         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7844         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7845         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7846         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7847         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7848         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7849         Likewise.
7851         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7852         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7853         (__ASSUME_SOCKETCALL): Do not define.
7854         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7855         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7856         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7857         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7858         (__ASSUME_REQUEUE_PI): Define unconditionally.
7859         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7860         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7861         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7862         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7863         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7864         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7866         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7867         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7868         (__ASSUME_SOCKETCALL): Do not define.
7869         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7870         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7871         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7872         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7873         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7874         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7876         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7877         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7878         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7879         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7880         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7881         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7882         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7883         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7884         (__ASSUME_GETCPU_SYSCALL): Likewise.
7886         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7887         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
7888         cases for individual architectures.
7889         * sysdeps/gnu/configure: Regenerated.
7890         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7891         LIBC_SLIBDIR_RTLDDIR.
7892         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7893         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7894         LIBC_SLIBDIR_RTLDDIR.
7895         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7897         LIBC_SLIBDIR_RTLDDIR.
7898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7899         Regenerated.
7900         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7901         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7902         file.
7903         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7904         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7905         file.
7906         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7907         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7908         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7909         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7911         * sysdeps/aarch64/shlib-versions: Move to ...
7912         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7913         * sysdeps/alpha/shlib-versions: Move to ...
7914         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7915         * sysdeps/arm/shlib-versions: Move to ...
7916         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7917         * sysdeps/hppa/shlib-versions: Move all contents except for
7918         libgcc_s entry to ...
7919         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
7920         entry from ...
7921         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
7922         * sysdeps/ia64/shlib-versions: Move to ...
7923         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
7924         entry from ...
7925         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
7926         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7927         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7928         * sysdeps/microblaze/shlib-versions: Move to ...
7929         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7930         * sysdeps/mips/shlib-versions: Move to ...
7931         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
7932         entry from ...
7933         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
7934         * sysdeps/tile/shlib-versions: Move to ...
7935         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7936         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7937         from ...
7938         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
7939         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7940         entry from ...
7941         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
7943 2014-07-17  Will Newton  <will.newton@linaro.org>
7945         * sysdeps/arm/bits/atomic.h
7946         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7947         (__arch_compare_and_exchange_bool_16_int): Likewise.
7948         (__arch_compare_and_exchange_bool_64_int): Likewise.
7950         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7951         into an #else block.
7953 2014-07-16  Roland McGrath  <roland@hack.frob.com>
7955         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7956         just Linux configurations.  Test empirically that the compiler sets
7957         __ARM_EABI__, rather than using the tuple to decide.
7958         * sysdeps/arm/preconfigure: Regenerated.
7959         * sysdeps/unix/sysv/linux/arm/configure: File removed.
7960         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7961         contents appended ...
7962         * sysdeps/arm/configure.ac: ... here.
7963         * sysdeps/arm/configure: Regenerated.
7965 2014-07-15  Roland McGrath  <roland@hack.frob.com>
7967         * nptl/pthread_kill.c: New file.
7968         * nptl/pthread_sigmask.c: New file.
7969         * nptl/pthread_sigqueue.c: New file.
7971         * sysdeps/nptl/lowlevellock.h: New file.
7972         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7973         * sysdeps/nptl/lowlevellock-futex.h: New file.
7975         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7976         Remove dead declarations.
7978 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
7980         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7981         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7982         config-cflags-avx2.
7983         * sysdeps/x86_64/configure.ac: Likewise.
7984         * sysdeps/i386/configure: Regenerated.
7985         * sysdeps/x86_64/configure: Likewise.
7986         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7987         memset-avx2 only if config-cflags-avx2 is yes.
7988         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7989         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7990         defined.
7991         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7992         only if HAVE_AVX2_SUPPORT is defined.
7993         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7995 2014-07-14  Alan Modra  <amodra@gmail.com>
7997         [BZ #17153]
7998         * elf/elf.h (DT_PPC64_NUM): Correct value.
7999         * NEWS: Add to fixed bug list.
8001 2014-07-13  Jim Meyering  <meyering@fb.com>
8003         [BZ 17150]
8004         regex: don't deref NULL upon heap allocation failure
8005         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8006         failure in one more place.
8007         To trigger the segfault, configure grep -with-included-regex,
8008         build it, and run these commands:
8009         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8011 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8013         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8015 2014-07-11  Richard Henderson  <rth@redhat.com>
8017         * sysdeps/aarch64/libm-test-ulps: Update.
8019 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8021         [BZ #17135]
8022         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8023         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8024         (__nptl_setxid): Initialize error member.  Call
8025         __nptl_setxid_error.
8026         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8027         * nptl/descr.h (struct xid_command): Add error member.
8028         * nptl/tst-setuid3.c: New file.
8029         * nptl/Makefile (tests): Add it.
8031 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8033         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8034         New define.
8035         (__lll_trylock): Use __lll_base_trylock.
8036         (__lll_cond_trylock): Likewise.
8038 2014-07-10  Roland McGrath  <roland@hack.frob.com>
8040         * nptl/pthread_create.c (start_thread): Use atomic_or and
8041         lll_futex_wake directly rather than lll_robust_dead.
8042         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8043         (lll_robust_dead): Macro removed.
8044         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8045         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8046         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8047         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8048         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8049         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8050         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8051         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8052         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8053         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8054         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8055         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8056         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8057         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8058         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8060         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8061         Use atomic_compare_and_exchange_val_acq directly rather than
8062         lll_robust_trylock.
8063         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8064         (__lll_robust_trylock, lll_robust_trylock): Removed.
8065         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8066         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8067         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8068         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8069         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8070         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8071         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8072         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8073         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8074         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8075         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8076         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8077         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8078         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8080 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8082         * manual/locale.texi (Locale Names): New section documenting
8083         locale name syntax.  Adjust menu and node chaining accordingly.
8084         (Choosing Locale): Reference Locale Names, Locale Categories.
8085         Mention setting LC_ALL=C.  Reflect that name syntax is now
8086         documented.
8087         (Locale Categories): New section title.  Reference Locale Names.
8088         LC_ALL is an environment variable, but not a category.
8089         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8090         description, now in Locale Name.  Reference that section.  Locale
8091         name syntax is now documented.
8093 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8095         [BZ #17137]
8096         * locale/findlocale.c (name_present, valid_locale_name): New
8097         functions.
8098         (_nl_find_locale): Use the loc_name variable to store name
8099         candidates.  Call name_present and valid_locale_name to check and
8100         validate locale names.  Return an error if the locale is invalid.
8102 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8104         * locale/setlocale.c (setlocale): Use strdup for allocating
8105         composite name copy.
8107 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8109         Sync up with gnulib.
8110         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8111         [!_LIBC && ENABLE_NLS]: Include gettext.h.
8112         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8113         and _GL_ARG_NONNULL.
8114         [USE_UNLOCKED_IO]: Include unlocked-io.h.
8115         [!_LIBC]: Include code for Windows and Cygwin.
8116         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8117         Include prototype for int strerror_r.
8118         [!_LIBC] (is_open): New function.
8119         (flush_stdout): New function.
8120         (print_errno_message): Use it.
8121         (error): Likewise.
8122         (error_at_line): Likewise.
8123         (error_tail) Add function attribute macros.  Use
8124         __builtin_expect.
8126         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8128         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8130         * io/ftw.c: Include sys/param.h unconditionally.
8132         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8134         [BZ #17125]
8135         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8136         libc_freeres_ptr.
8137         (freecache): New function to free CACHE on exit.
8139         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8140         initialization.
8142 2014-07-09  David S. Miller  <davem@davemloft.net>
8144         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8146         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8147         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8148         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8149         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8150         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8151         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8152         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8153         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8154         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8155         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8156         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8157         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8158         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8160 2014-07-09  Andreas Schwab  <schwab@suse.de>
8162         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8163         output.
8164         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8165         (do_test): Likewise.
8167         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8169 2014-07-09  Will Newton  <will.newton@linaro.org>
8171         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8172         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8173         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8174         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8175         * sysdeps/hppa/start.S (_start): Likewise.
8177 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8179         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8181         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8182         defined.
8184 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8186         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8187         after checking that it is non-NULL.
8189         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8191 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8193         * sysdeps/powerpc/memmove.c: Remove file.
8194         * sysdeps/powerpc/powerpc32/power4/memcopy.h
8195         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8196         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8197         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8198         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8199         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8200         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8201         string memmove instead of removed powerpc one.
8203         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8204         [weak_alias]: Fix compiler warning due trailing data.
8205         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8206         [weak_alias]: Likewise.
8207         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8208         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8210         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8211         (__libc_ifunc_impl_list): Add memmove functions.
8213 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8215         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8216         Remove code.
8217         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8218         Likewise
8219         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8220         Likewise
8221         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8222         Likewise
8223         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8224         Likewise
8225         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8226         Likewise
8227         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8228         Likewise
8229         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8230         Likewise
8231         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8232         Likewise
8233         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8234         Likewise
8235         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8236         Likewise
8237         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8238         Likewise
8239         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8240         Likewise
8241         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8242         Likewise
8243         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8244         Likewise
8245         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8246         Likewise
8247         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8248         Likewise
8250 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8252         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8253         to avoid alignment traps in non-cacheable memory.
8254         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8256         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8257         multiarch objects.
8258         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8259         file: multiarch power7 memmove.
8260         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8261         multiarch default memmove.
8262         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8263         multiarch memove for powerpc32/power4.
8265         * string/bcopy.c: Use full path to include memmove.c.
8266         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8267         multiarch objects.
8268         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8269         bcopy for powerpc64.
8270         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8271         bcopy for powerpc64.
8272         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8273         and memmove implementations.
8274         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8275         optimized multiarch memmove for POWER7/powerpc64.
8276         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8277         default multiarch memmove for powerpc64.
8278         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8279         multiarch for powerpc64.
8280         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8281         for POWER7/powerpc64.
8282         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8283         memmove for POWER7/powerpc64.
8285         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8286         glibc default one.
8288         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8289         __ELF_NATIVE_CLASS equal to 64.
8291 2014-07-07  Roland McGrath  <roland@hack.frob.com>
8293         * sysdeps/nptl/lowlevellock.h: File removed.
8295         * NEWS: NPTL is no longer an add-on!
8296         * nptl/internaltypes.h: Moved ...
8297         * sysdeps/nptl/internaltypes.h: ... here.
8298         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8299         * sysdeps/nptl/fork.c: Likewise.
8300         * sysdeps/nptl/gai_misc.h: Likewise.
8301         * sysdeps/nptl/librt-cancellation.c: Likewise.
8302         * sysdeps/nptl/jmp-unwind.c: Likewise.
8303         * sysdeps/nptl/setxid.h: Likewise.
8304         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8305         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8306         * sysdeps/unix/sysv/linux/arm/Implies: New file.
8307         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8308         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8309         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8310         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8311         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8312         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8313         * sysdeps/unix/sysv/linux/mips/Implies: New file.
8314         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8315         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8316         * sysdeps/unix/sysv/linux/sh/Implies: New file.
8317         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8318         * sysdeps/unix/sysv/linux/tile/Implies: New file.
8319         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8320         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8321         * nptl/Makeconfig: Moved ...
8322         * sysdeps/nptl/Makeconfig: ... here.
8323         * nptl/configure: File removed.
8324         * nptl/ANNOUNCE: File removed.
8325         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8326         * sysdeps/unix/sysv/linux/configure: Regenerated.
8328         * nptl/Makefile (routines): Add libc_pthread_init,
8329         libc_multiple_threads, register-atfork and unregister-atfork.
8330         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8331         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8332         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8333         pthread-pi-defines.sym, structsem.sym.
8334         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8335         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8336         [$(subdir) = nptl] (tests): Add tst-setgetname.
8337         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8338         * sysdeps/unix/sysv/linux/sigaction.c: Just include
8339         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8340         [!LIBC_SIGACTION]: Remove aliases.
8341         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8342         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8343         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8344         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8345         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8346         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8347         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8348         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8349         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8350         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8351         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8352         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8353         __libc_allocate_rtsig_private.
8354         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8355         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8356         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8357         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8358         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8359         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8360         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8361         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8362         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8363         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8364         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8365         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8366         * nptl/internaltypes.h: ... here.
8367         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8368         * sysdeps/nptl/jmp-unwind.c: ... here.
8369         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8370         * nptl/libc-lowlevellock.c: ... here.
8371         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8372         * nptl/libc_multiple_threads.c: ... here.
8373         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8374         * nptl/libc_pthread_init.c: ... here.
8375         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8376         * nptl/lowlevelbarrier.sym: ... here.
8377         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8378         * nptl/lowlevelcond.sym: ... here.
8379         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8380         * nptl/lowlevellock.c: ... here.
8381         * nptl/lowlevellock.h: Moved ...
8382         * sysdeps/nptl/lowlevellock.h: ... here.
8383         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8384         * nptl/lowlevelrobustlock.c: ... here.
8385         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8386         * nptl/lowlevelrobustlock.sym: ... here.
8387         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8388         * nptl/lowlevelrwlock.sym: ... here.
8389         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8390         * nptl/pt-fork.c: ... here.
8391         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8392         * nptl/pthread-pi-defines.sym: ... here.
8393         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8394         * nptl/pthread_attr_getaffinity.c: ... here.
8395         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8396         * nptl/pthread_attr_setaffinity.c: ... here.
8397         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8398         * nptl/pthread_mutex_cond_lock.c: ... here.
8399         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8400         Update #include.
8401         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8402         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8403         * nptl/pthread_once.c: ... here, replacing old file.
8404         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8405         * nptl/pthread_yield.c: ... here.
8406         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8407         * nptl/register-atfork.c: ... here.
8408         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8409         * nptl/sem_post.c: ... here.
8410         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8411         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8412         * nptl/sem_timedwait.c: ... here.
8413         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8414         * nptl/sem_trywait.c: ... here.
8415         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8416         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8417         * nptl/sem_wait.c: ... here.
8418         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8419         * nptl/structsem.sym: ... here.
8420         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8421         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8422         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8423         * nptl/unregister-atfork.c: ... here.
8424         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8425         * nptl/unwindbuf.sym: ... here.
8426         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8427         * sysdeps/nptl/fork.c: ... here.
8428         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8429         * sysdeps/nptl/fork.h: ... here.
8430         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8431         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8432         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8433         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8434         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8435         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8436         * sysdeps/unix/sysv/linux/getpid.c: ... here.
8437         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8438         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8439         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8440         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8441         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8442         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8443         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8444         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8445         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8446         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8447         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8448         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8449         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8450         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8451         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8452         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8453         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8454         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8455         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8456         * sysdeps/unix/sysv/linux/raise.c: ... here.
8457         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8458         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8459         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8460         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8461         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8462         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8463         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8464         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8465         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8466         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8467         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8468         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8469         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8470         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8471         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8473 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8475         * sysdeps/generic/memcopy.h: Add comment for
8476         MEMCPY_OK_FOR_FWD_MEMMOVE.
8478 2014-07-04  Will Newton  <will.newton@linaro.org>
8480         * string/memchr.c: Merge from gnulib.
8481         [_LIBC]: Remove conditionals.
8482         (__ptr_t): Remove define.
8483         (LONG_MAX_32_BITS): Likewise.
8484         (LONG_MAX): Likewise.
8485         (MEMCHR): Use ANSI prototype and optimize algorithm.
8487         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8489 2014-07-03  Roland McGrath  <roland@hack.frob.com>
8491         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8492         (lll_futex_timed_wait_bitset): Fix syscall argument count.
8494         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8495         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8496         in a bare environment with no <stdlib.h> installed.
8497         * sysdeps/nptl/configure: Regenerated.
8499         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8501         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8502         AC_EGREP_CPP for kernel header checks, so they only succeed if
8503         including <linux/version.h> actually works right.
8504         * sysdeps/unix/sysv/linux/configure: Regenerated.
8506         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8507         value so it's not diagnosed as unused.
8509         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8510         thing) with "ifeq ($(subdir),rt)".
8512 2014-07-03  Richard Henderson  <rth@redhat.com>
8514         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8515         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8516         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8518         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8519         (math_force_eval): New.
8521         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8522         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8524         * sysdeps/alpha/fpu/s_round.c: Remove file.
8525         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8527         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8528         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8529         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8530         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8531         (_dl_start, print_statistics): Likewise.
8532         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8533         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8535         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8536         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8537         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8538         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8539         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8540         (HP_SMALL_TIMING_AVAIL): Define.
8541         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8542         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8543         (HP_SMALL_TIMING_AVAIL): Define.
8544         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8545         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8547         * sysdeps/aarch64/hp-timing.h: New file.
8549         * sysdeps/generic/hp-timing.h: Remove dead comment.
8550         * sysdeps/generic/hp-timing-common.h: New file.
8551         * sysdeps/alpha/hp-timing.h: Include it.
8552         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8553         * sysdeps/i386/i686/hp-timing.h: Likewise.
8554         * sysdeps/ia64/hp-timing.h: Likewise.
8555         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8556         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8557         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8558         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8559         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8560         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8561         (hp_timing_t): New.
8563         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8564         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8565         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8566         * elf/rtld.c (_dl_start_final): Likewise.
8567         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8568         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8569         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8570         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8571         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8572         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8573         (HP_TIMING_DIFF_INIT): Remove.
8574         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8575         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8576         (HP_TIMING_DIFF_INIT): Remove.
8577         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8578         * sysdeps/i386/i686/hp-timing.c: Remove file.
8579         * sysdeps/x86_64/hp-timing.c: Remove file.
8580         * sysdeps/ia64/hp-timing.c: Remove file.
8581         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8582         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8583         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8584         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8586         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8587         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8588         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8589         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8590         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8591         (HP_TIMING_ACCUM): Remove.
8592         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8593         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8594         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8596         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8597         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8598         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8599         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8600         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8601         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8602         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8603         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8605         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8607 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
8609         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8611 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8613         Sync up with gettext.
8614         * intl/loadmsgcat.c: Define O_BINARY if not defined.
8615         [_MSC_VER]: Include malloc.h
8616         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8617         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8618         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
8619         TEMP_FAILURE_RETRY.  Cast return of alloca.
8620         [!_LIBC] Call gl_rwlock_init.
8621         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8623 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8625         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8626         before checking its value.
8628 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8630         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8632         * debug/memcpy_chk.c: Don't include pagecopy.h.
8633         * debug/mempcpy_chk.c: Likewise.
8634         * string/memcpy.c: Likewise.
8635         * string/memmove.c: Likewise.
8636         * sysdeps/powerpc/memmove.c: Likewise.
8637         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
8638         definition of PAGE_COPY_FWD_MAYBE here...
8639         * sysdeps/generic/pagecopy.h: ... from here.
8640         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8642 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8643             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8645         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8646         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8647         optimizations.
8648         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8649         (__libc_ifunc_impl_list): Likewise.
8650         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8651         multiarch strcat for PPC64.
8652         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8653         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8655 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8657         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8659 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8661         * intl/loadmsgcat.c: Remove declaration of
8662         get_sysdep_segment_value.
8663         (get_sysdep_segment_value): Use ISO C style.
8664         (_nl_load_domain): Use ISO C style.  Get rid of redundant
8665         semicolon.  Fix typo and formatting in comment.
8666         (_nl_unload_domain): Use ISO C style.
8668         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8670 2014-07-02  Will Newton  <will.newton@linaro.org>
8672         * malloc/obstack.c: Merge from gnulib master.
8673         [HAVE_CONFIG_H]: Remove conditional code.
8674         [!_LIBC]: Include config.h.
8675         [!ELIDE_CODE]: Don't include inttypes.h, include
8676         stdint.h unconditionally.
8677         (print_and_abort): Mark as _Noreturn.
8678         (_obstack_allocated_p): Mark as __attribute_pure__.
8679         (obstack_free): Rename to __obstack_free.
8680         [!__attribute__]: Remove conditional code.
8681         * malloc/obstack.h: Merge from gnulib master.
8682         [__cplusplus]: Move conditional down.
8683         [!__attribute_pure__]: Define __attribute_pure__ here
8684         if it is not already defined.
8685         (_obstack_memory_used): Mark as __attribute_pure__.
8686         [!__obstack_free]: Define as obstack_free.
8687         [__GNUC__]: Remove check for ancient NeXT gcc.
8689 2014-07-02  Will Newton  <will.newton@linaro.org>
8690             Paul Eggert  <eggert@cs.ucla.edu>
8692         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8694 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8696         * resolv/gethnamaddr.c: Add comment warning that the file is
8697         not maintained.
8699 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8701         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8702         entries.
8704         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8705         entry for aio_cancel and aio_cancel64.
8706         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8707         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8708         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8709         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8710         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8711         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8712         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8713         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8714         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8715         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8716         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8717         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8718         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8720 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8722         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8723         * nptl/pthread_mutex_lock.c: Likewise.
8724         * nptl/pthread_mutex_timedlock.c: Likewise.
8725         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8727 2014-07-01  Richard henderson  <rth@redhat.com>
8729         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8730         (__isnan, __isnanl): Remove.
8731         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8733         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8735 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8737         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8739 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8741         * resolv/nss_dns/dns-host.c (getanswer_r)
8742         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8744 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8746         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8747         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8748         undefine.
8749         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8750         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8752 2014-07-01  Roland McGrath <roland@hack.frob.com>
8754         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8755         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8757         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8758         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8760         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8761         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8762         ... here.
8763         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8764         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8766         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8767         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8768         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8769         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8771         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8772         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8773         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8774         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8775         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8776         Moved ...
8777         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8778         ... here.
8779         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8780         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8781         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8782         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8783         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8784         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8785         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8786         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8787         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8788         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8789         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8790         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8791         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8792         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8793         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8794         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8795         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8796         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8797         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8798         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8799         ... here.
8800         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8801         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8802         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8803         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8804         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8805         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8806         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8807         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8809 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8811         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8812         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8813         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8814         Add sysdep.
8816 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8818         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8820 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8822         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8823         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8825         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8827         * sysdeps/arm/libm-test-ulps: Regenerated.
8829 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8830             Roland McGrath <roland@hack.frob.com>
8832         * test-skeleton.c (signal_handler): Kill the whole process group
8833         before killing the child individually.
8834         (main): Report any failure on `setpgid'.
8836 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8838         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8839         from _TLS_H to _ARM_NPTL_TLS_H.
8840         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8841         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8843 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8845         [BZ #16539]
8846         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8847         (__expm1l): Return argument unchanged when small but not
8848         subnormal.
8850         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8851         include macro name.
8852         (_FP_UNPACK_RAW_1_P): Likewise.
8853         (_FP_PACK_RAW_1): Likewise.
8854         (_FP_PACK_RAW_1_P): Likewise.
8855         (_FP_MUL_MEAT_1_wide): Likewise.
8856         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8857         (_FP_MUL_MEAT_1_hard): Likewise.
8858         (_FP_DIV_MEAT_1_imm): Likewise.
8859         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8860         (_FP_DIV_MEAT_1_udiv): Likewise.
8861         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8862         (_FP_UNPACK_RAW_2): Likewise.
8863         (_FP_UNPACK_RAW_2_P): Likewise.
8864         (_FP_PACK_RAW_2): Likewise.
8865         (_FP_PACK_RAW_2_P): Likewise.
8866         (_FP_MUL_MEAT_DW_2_wide): Likewise.
8867         (_FP_MUL_MEAT_2_wide): Likewise.
8868         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8869         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8870         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8871         (_FP_MUL_MEAT_2_gmp): Likewise.
8872         (_FP_DIV_MEAT_2_udiv): Likewise.
8873         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8874         (_FP_FRAC_SRL_4): Likewise.
8875         (_FP_FRAC_SRST_4): Likewise.
8876         (_FP_FRAC_SRS_4): Likewise.
8877         (_FP_UNPACK_RAW_4): Likewise.
8878         (_FP_UNPACK_RAW_4_P): Likewise.
8879         (_FP_PACK_RAW_4): Likewise.
8880         (_FP_PACK_RAW_4_P): Likewise.
8881         (_FP_MUL_MEAT_DW_4_wide): Likewise.
8882         (_FP_MUL_MEAT_4_wide): Likewise.
8883         (_FP_MUL_MEAT_4_gmp): Likewise.
8884         (umul_ppppmnnn): Likewise.
8885         (_FP_DIV_MEAT_4_udiv): Likewise.
8886         (__FP_FRAC_ADD_4): Likewise.
8887         (__FP_FRAC_SUB_3): Likewise.
8888         (__FP_FRAC_SUB_4): Likewise.
8889         (__FP_FRAC_DEC_3): Likewise.
8890         (__FP_FRAC_DEC_4): Likewise.
8891         (__FP_FRAC_ADDI_4): Likewise.
8892         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8893         (_FP_FRAC_SRL_8): Likewise.
8894         (_FP_FRAC_SRS_8): Likewise.
8896         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8897         include macro name.
8898         (FP_UNPACK_RAW_EP): Likewise.
8899         (FP_PACK_RAW_E): Likewise.
8900         (FP_PACK_RAW_EP): Likewise.
8901         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8902         (_FP_ISSIGNAN): Likewise.
8903         (_FP_ADD_INTERNAL): Likewise.
8904         (_FP_FMA): Likewise.
8905         (_FP_CMP): Likewise.
8906         (_FP_SQRT): Likewise.
8907         (_FP_TO_INT): Likewise.
8908         (_FP_FROM_INT): Likewise.
8909         (FP_EXTEND): Likewise.
8910         (_FP_DIV_MEAT_N_loop): Likewise.
8912 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8914         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8915         throughout.
8917 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
8919         [BZ #17097]
8920         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8921         result with correct sign in case of exponents that produce
8922         overflow except for X very close to 1.
8924 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
8926         mktime: merge #if/#ifdef usage from glibc
8927         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8928         as that works with both Glibc's and Gnulib's style.
8929         See thread starting at Siddhesh Poyarekar's bug report at:
8930         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8932 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8934         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8935         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8936         * sysdeps/tile/tilegx/memmove.c: Remove file.
8938 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8940         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8941         abi-name definition.
8942         * scripts/soversions.awk: Do not handle or generate ABI lines.
8943         * shlib-versions: Remove ABI entries.
8944         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8945         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8947 2014-06-27  Roland McGrath  <roland@hack.frob.com>
8949         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8950         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8951         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8952         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8953         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8954         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8955         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8956         Moved ...
8957         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8958         ... here.
8959         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8960         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8961         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8962         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8963         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8964         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8965         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8966         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8967         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8968         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8969         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8970         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8971         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8972         Moved ...
8973         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8974         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8975         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8976         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8977         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8978         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8979         Moved ...
8980         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8981         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8982         Moved ...
8983         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8984         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8985         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8986         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8987         Moved ...
8988         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8989         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8990         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8991         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8992         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8993         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8994         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8995         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8996         Moved ...
8997         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8998         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8999         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9000         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9001         Moved ...
9002         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9003         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9004         Moved ...
9005         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9006         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9007         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9008         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9009         Moved ...
9010         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9011         ... here.
9012         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9013         Identical file removed.
9014         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9015         Moved ...
9016         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9017         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9018         Identical file removed.
9019         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9020         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9021         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9022         Moved ...
9023         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9024         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9025         Identical file removed.
9026         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9027         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9028         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9029         Identical file removed.
9030         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9031         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9032         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9033         Identical file removed.
9034         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9035         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9036         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9037         Identical file removed.
9038         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9039         Moved ...
9040         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9041         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9042         Identical file removed.
9043         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9044         Moved ...
9045         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9046         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9047         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9048         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9049         Identical file removed.
9050         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9051         Moved ...
9052         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9053         ... here.
9054         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9055         Identical file removed.
9056         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9057         Moved ...
9058         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9059         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9060         Identical file removed.
9061         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9062         Moved ...
9063         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9064         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9065         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9066         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9067         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9068         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9069         Moved ...
9070         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9071         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9072         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9074         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9075         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9076         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9077         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9078         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9080 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
9082         [BZ #17092]
9083         * nscd/nscd.c (monitor_child): Return exit status of child
9084         instead of return value from wait syscall.
9086 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9088         * configure.ac (libc_commonpagesize): Remove variable.
9089         (libc_relro_required): Likewise.
9090         (libc_cv_z_relro): Remove configure test.
9091         * configure: Regenerated.
9092         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9093         variable.
9094         (libc_relro_required): Likewise.
9095         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9096         (libc_relro_required): Likewise.
9097         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9098         (libc_relro_required): Likewise.
9099         * sysdeps/arm/preconfigure: Regenerated.
9100         * sysdeps/ia64/preconfigure: Remove file.
9101         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9102         variable.
9103         (libc_relro_required): Likewise.
9105         [BZ #16561]
9106         [BZ #16562]
9107         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9108         (__ieee754_yn): Set FE_TONEAREST mode internally and then
9109         recompute overflowing results in original rounding mode.
9110         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9111         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9112         recompute overflowing results in original rounding mode.
9113         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9114         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9115         recompute overflowing results in original rounding mode.
9116         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9117         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9118         recompute overflowing results in original rounding mode.
9119         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9120         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9121         recompute overflowing results in original rounding mode.
9122         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9123         (libc_feholdsetround_ctx): New macro.
9124         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9125         * sysdeps/i386/fpu/libm-test-ulps: Update.
9126         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9128 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9130         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9131         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9132         corresponding .cpsetup call.
9134 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9136         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9137         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9138         * sysdeps/arm/Makefile [$(subdir) = csu]
9139         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9140         (static-only-routines): Add aeabi_read_tp here.
9141         (shared-only-routines): Add libc-aeabi_read_tp here.
9142         (CFLAGS-libc-start.c): Add -fexceptions here.
9143         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9144         (sysdep_routines, static-only-routines, shared-only-routines):
9145         Don't add to these here.
9146         (CFLAGS-libc-start.c): Likewise.
9148         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9149         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9150         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9151         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9152         * sysdeps/arm/Makefile [$(subdir) = rt]
9153         (librt-sysdep_routines, librt-shared-only-routines):
9154         Append rt-aeabi_unwind_cpp_pr1 here.
9155         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9156         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9157         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9158         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9159         Append nptl-aeabi_unwind_cpp_pr1 here.
9160         (tests): Filter out tst-cleanupx4 here.
9161         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9162         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9163         Don't do those here.
9165 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9167         * scripts/list-sources.sh: Do not handle ports specially.
9169 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9171         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9172         * sysdeps/arm/feupdateenv.c: Likewise.
9174         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9176 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9178         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9179         trailing whitespace removed.
9180         * scripts/config.guess: Update to version 2014-03-23.
9181         * scripts/config.sub: Update to version 2014-05-01
9182         * scripts/install-sh: Update to version 2013-12-25.23.
9183         * scripts/move-if-change: Update from gnulib.
9185 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9187         * debug/memmove_chk.c: Remove pagecopy.h include.
9189 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9191         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
9192         identical to gnulib mktime.
9194 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9196         * configure.ac: Do not test for machine being rs6000.  Do not test
9197         for powerpc*-*soft.
9198         * configure: Regenerated.
9200         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9201         test.
9202         * configure: Regenerated.
9203         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9204         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9205         Remove configure test.
9206         * sysdeps/arm/configure: Regenerated.
9207         * sysdeps/nptl/configure.ac: Do not check
9208         libc_cv_asm_cfi_directives.
9209         * sysdeps/nptl/configure: Regenerated.
9210         * sysdeps/x86_64/nptl/configure.ac: Remove file.
9211         * sysdeps/x86_64/nptl/configure: Remove generated file.
9212         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9213         unconditional.
9214         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9216 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9218         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9219         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9220         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9221         it is defined.
9223         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9224         instead of whether it is defined.
9225         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9226         * sysdeps/hppa/dl-machine.h: Likewise.
9227         * sysdeps/ia64/dl-machine.h: Likewise.
9228         * sysdeps/m68k/dl-machine.h: Likewise.
9229         * sysdeps/microblaze/dl-machine.h: Likewise.
9230         * sysdeps/mips/dl-machine.: Likewise.
9231         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9232         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9233         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9234         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9235         * sysdeps/sh/dl-machine.h: Likewise.
9236         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9237         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9238         * sysdeps/tile/dl-machine.h: Likewise.
9239         * sysdeps/x86_64/dl-machine.h: Likewise.
9241         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9242         code.
9243         (verify_persistent_db): Likewise.
9245 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9247         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9248         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9249         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9250         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9251         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9252         Moved ...
9253         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9254         ... here.
9255         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9256         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9257         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9258         Identical file removed.
9259         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9260         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9261         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9262         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9263         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9264         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9265         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9266         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9267         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9268         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9269         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9270         Moved ...
9271         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9272         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9273         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9274         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9275         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9276         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9277         Moved ...
9278         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9279         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9280         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9281         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9282         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9283         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9284         Identical file removed.
9285         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9286         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9287         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9288         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9289         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9290         Moved ...
9291         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9292         ... here.
9293         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9294         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9295         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9296         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9297         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9298         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9299         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9300         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9301         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9302         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9303         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9304         Moved ...
9305         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9306         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9307         Moved ...
9308         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9309         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9310         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9311         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9312         Moved ...
9313         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9314         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9315         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9317         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9318         folded into ...
9319         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9320         * sysdeps/unix/sysv/linux/s390/Versions
9321         (libpthread: GLIBC_2.19): New version set.
9322         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9323         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9324         (librt: GLIBC_2.3.3): New version set.
9325         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9326         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9327         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9328         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9329         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9330         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9331         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9332         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9333         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9334         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9335         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9336         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9337         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9338         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9339         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9340         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9341         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9342         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9343         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9344         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9345         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9346         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9347         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9348         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9349         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9350         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9351         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9352         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9353         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9354         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9355         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9356         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9357         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9358         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9359         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9360         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9361         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9362         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9363         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9364         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9365         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9366         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9367         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9368         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9369         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9371         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9372         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9373         (__libc_vfork): Define the function under this name.
9374         [!NOT_IN_libc] (__vfork): Make this an alias.
9375         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9376         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9377         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9378         (__libc_vfork): Define the function under this name.
9379         [!NOT_IN_libc] (__vfork): Make this an alias.
9380         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9381         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9382         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9383         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9384         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9385         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9387         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9388         code that was previously under [RESET_PID].
9389         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9390         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9391         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9393         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9394         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9395         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9396         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9397         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9398         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9399         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9400         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9401         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9402         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9403         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9404         Moved ...
9405         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9406         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9407         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9408         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9409         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9410         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9411         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9412         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9413         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9414         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9415         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9416         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9417         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9418         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9419         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9420         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9421         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9422         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9423         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9424         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9425         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9426         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9427         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9428         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9429         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9430         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9431         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9432         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9433         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9435 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9437         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9438         that was previously under [RESET_PID].
9439         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9441 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9443         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9444         not undefine and redefine.
9445         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9446         [O_CLOEXEC]: Make code unconditional.
9447         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9448         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9449         <kernel-features.h>.
9450         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9451         conditional variable definition.
9452         (shm_open) [O_CLOEXEC]: Make code unconditional.
9453         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9454         code.
9456         * configure.ac (USE_REGPARMS): Don't define here.
9457         * configure: Regenerated.
9458         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9459         * sysdeps/i386/configure: Regenerated.
9461         * nptl/createthread.c: Don't include kernel-features.h.
9462         * nptl/pthread_cancel.c: Likewise.
9463         * nptl/pthread_condattr_setclock.c: Likewise.
9464         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9465         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9466         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9467         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9468         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9469         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9470         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9471         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9472         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9473         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9474         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9475         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9476         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9477         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9478         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9479         * nscd/gai.c: Likewise.
9480         * nss/nss_db/db-open.c: Likewise.
9481         * sysdeps/generic/ldsodefs.h: Likewise.
9482         * sysdeps/sh/nptl/tls.h: Likewise.
9483         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9484         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9485         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9486         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9487         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9488         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9489         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9490         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9491         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9492         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9493         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9494         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9495         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9496         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9497         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9498         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9499         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9500         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9501         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9502         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9503         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9504         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9505         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9506         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9507         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9508         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9509         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9510         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9511         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9512         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9513         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9514         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9515         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9516         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9517         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9518         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9519         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9520         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9521         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9522         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9523         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9524         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9525         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9526         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9527         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9528         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9529         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9530         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9531         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9532         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9533         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9534         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9535         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9536         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9537         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9538         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9539         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9540         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9563         * sysdeps/unix/sysv/linux/pread.c: Likewise.
9564         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9565         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9566         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9567         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9568         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9569         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9570         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9571         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9572         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9573         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9574         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9575         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9576         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9577         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9578         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9579         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9580         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9581         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9582         * sysdeps/unix/sysv/linux/system.c: Likewise.
9583         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9584         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9585         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9586         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9587         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9588         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9589         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9591         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9592         * configure: Regenerated.
9593         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9595         * configure.ac (base_machine): Do not set specially for particular
9596         machines here.
9597         * configure: Regenerated.
9598         * sysdeps/powerpc/preconfigure: Move machine and base_machine
9599         settings from configure.ac.
9600         * sysdeps/i386/preconfigure: New file.
9601         * sysdeps/s390/preconfigure: Likewise.
9602         * sysdeps/sh/preconfigure: Likewise.
9603         * sysdeps/sparc/preconfigure: Likewise.
9605 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9607         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9608         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9609         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9610         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9611         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9612         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9613         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9614         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9615         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9616         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9617         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9618         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9619         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9620         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9621         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9622         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9623         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9624         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9625         * sysdeps/sparc/sparc64/Makefile: ... appended here.
9627         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9628         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9629         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9630         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9631         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9632         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9633         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9634         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9635         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9636         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9637         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9638         * sysdeps/sparc/sparc32/sem_post.c: ... here.
9639         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9640         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9641         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9642         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9643         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9644         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9645         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9646         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9647         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9648         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9649         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9650         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9651         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9652         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9653         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9654         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9655         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9656         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9657         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9658         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9659         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9660         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9661         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9662         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9663         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9664         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9666         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9667         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9668         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9669         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9670         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
9671         Moved ...
9672         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
9673         ... here.
9674         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
9675         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
9676         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
9677         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
9678         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
9679         Moved ...
9680         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
9681         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
9682         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
9683         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
9684         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
9685         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
9686         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
9687         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
9688         Moved ...
9689         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9690         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9691         Moved ...
9692         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9693         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9694         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9695         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9696         Moved ...
9697         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9698         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9699         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9700         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9701         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9702         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9703         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9704         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9705         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9706         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9707         Moved ...
9708         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9709         ... here.
9710         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9711         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9712         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9713         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9714         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9715         Moved ...
9716         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9717         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9718         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9719         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9720         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9721         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9722         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9723         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9724         Moved ...
9725         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9726         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9727         Moved ...
9728         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9729         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9730         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9731         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9732         Moved ...
9733         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9734         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9735         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9736         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9737         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9739 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9741         * timezone/checktab.awk: Update from tzcode 2014e.
9742         * timezone/private.h: Likewise.
9743         * timezone/tzfile.h: Likewise.
9744         * timezone/zdump.c: Likewise.
9745         * timezone/zic.c: Likewise.
9747         * sysdeps/unix/sysv/linux/kernel-features.h
9748         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9749         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9750         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9751         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9752         Remove conditional code.
9754 2014-06-25  Will Newton  <will.newton@linaro.org>
9756         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9757         (_dl_arm_cap_flags): Add HWCAP2 values.
9758         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9759         (_DL_HWCAP_COUNT): Increase to 37.
9760         (_DL_HWCAP_LAST): New define.
9761         (_DL_HWCAP2_LAST): New define.
9762         (_dl_procinfo): Add support for printing
9763         AT_HWCAP2 entries.
9764         (_dl_string_hwcap): Use _dl_hwcap_string.
9766 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9768         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9770 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9772         * README: Do not mention ports directory.
9774         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9775         Remove macro.
9776         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9777         <kernel-features.h>.
9778         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9779         conditional variable definition.
9780         (__futimes): Update comment.
9781         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9782         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9784         [BZ #16560]
9785         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9786         arguments close to 0.
9787         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9788         Likewise.
9789         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9790         Likewise.
9791         * math/auto-libm-test-in: Add more tests of exp10.
9792         * math/auto-libm-test-out: Regenerated.
9793         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9795         * sysdeps/unix/sysv/linux/kernel-features.h
9796         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9797         * sysdeps/unix/sysv/linux/readv.c: Do not include
9798         <kernel-features.h>.
9799         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9800         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9801         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9802         unconditional.
9803         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9804         conditional code.
9805         * sysdeps/unix/sysv/linux/writev.c: Do not include
9806         <kernel-features.h>.
9807         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9808         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9809         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9810         unconditional.
9811         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9812         conditional code.
9814 2014-06-25  Will Newton  <will.newton@linaro.org>
9816         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9817         comment changes throughout the file.  Remove checks
9818         for HAVE_*_H definitions that are not required.
9819         (__gen_tempname): Call abort if an unknown kind value is
9820         passed.
9822 2014-06-25  Andreas Schwab  <schwab@suse.de>
9824         [BZ #17086]
9825         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9826         scalbln, scalblnf, scalblnl in libc.
9828 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9830         [BZ #17086]
9831         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9832         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9833         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9835 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9837         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9838         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9839         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9840         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9841         Update #include.
9842         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9843         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9844         Update #include.
9845         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9846         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9847         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9848         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9849         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9850         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9851         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9852         * sysdeps/x86/bits/semaphore.h: ... here.
9853         * sysdeps/x86/nptl/elide.h: Moved ...
9854         * sysdeps/x86/elide.h: ... here.
9855         * sysdeps/x86_64/nptl/Implies: File removed.
9856         * sysdeps/i386/nptl/Implies: File removed.
9858 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9860         [BZ #16539]
9861         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9862         return the argument for normal arguments with exponent below -64.
9863         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9864         Likewise.
9865         * math/auto-libm-test-in: Add another test of expm1.
9866         * math/auto-libm-test-out: Regenerated.
9868         [BZ #16287]
9869         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9870         calling __erfcl for arguments at least 16.
9871         * math/auto-libm-test-in: Add more tests of erf.
9872         * math/auto-libm-test-out: Regenerated.
9874         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9875         individual architectures.
9876         * sysdeps/unix/sysv/linux/configure: Regenerated.
9877         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9878         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9879         * sysdeps/unix/sysv/linux/powerpc/configure.ac
9880         (ldd_rewrite_script): Define variable.
9881         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9883         file.
9884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9885         generated file.
9886         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9887         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9888         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9889         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9890         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9891         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9892         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9893         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9895 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9897         [BZ #17084]
9898         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9899         Rename member __data.d to __data.__elision_data.
9901 2014-06-24  Wilco  <wdijkstr@arm.com>
9903         * NEWS: Add 16918 to fixed bug list.
9905 2014-06-24  Wilco  <wdijkstr@arm.com>
9907         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9909 2014-06-24  Wilco  <wdijkstr@arm.com>
9911         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9912         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9913         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9914         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9915         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9916         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9917         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9918         Use _FPU_MASK_RM.
9920 2014-06-24  Wilco  <wdijkstr@arm.com>
9922         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9924 2014-06-24  Wilco  <wdijkstr@arm.com>
9926         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9927         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9928         * sysdeps/arm/fesetround.c (fesetround): Remove space.
9929         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9931 2014-06-24  Wilco  <wdijkstr@arm.com>
9933         [BZ #16918]
9934         * sysdeps/arm/feupdateenv.c (feupdateenv):
9935         Rewrite to reduce FPSCR accesses and fix return value.
9937 2014-06-24  Wilco  <wdijkstr@arm.com>
9939         * sysdeps/arm/fclrexcpt.c (feclearexcept):
9940         Optimize to avoid unnecessary FPSCR writes.
9941         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9942         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9943         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9944         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9946 2014-06-24  Wilco  <wdijkstr@arm.com>
9948         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9949         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9950         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9951         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9952         Call libc_fetestexcept_vfp.
9953         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9954         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9955         __SOFTFP__ ifdef so that they can be built for softfp.
9957 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9959         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9960         argument type signed char.
9962         * Makerules (check-abi): Dump diff of symlist if the test
9963         fails.
9965 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9967         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9968         using abort.
9970         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9971         Remove unused variable ST.
9973 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9975         [BZ #16354]
9976         [BZ #17061]
9977         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9978         small arguments before calling __expm1.
9979         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9980         small arguments before calling __expm1f.
9981         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9982         small arguments before calling __expm1l.
9983         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9984         Likewise.
9985         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9986         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
9987         spurious underflow for some cosh tests.
9988         * math/auto-libm-test-out: Regenerated.
9989         * sysdeps/i386/fpu/libm-test-ulps: Update.
9991         [BZ #17050]
9992         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9993         (__ieee754_y1): Set errno if return value overflows.
9994         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9995         (__ieee754_y1f): Set errno if return value overflows.
9996         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9997         (__ieee754_y1l): Set errno if return value overflows.
9998         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9999         (__ieee754_y1l): Set errno if return value overflows.
10000         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10001         * math/auto-libm-test-out: Regenerated.
10003         * math/gen-auto-libm-tests.c: Document use of
10004         ignore-zero-inf-sign.
10005         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10006         (input_flags): Add ignore-zero-inf-sign.
10007         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10008         * math/gen-libm-test.pl (generate_testfile): Handle
10009         ignore-zero-inf-sign.
10010         * math/auto-libm-test-in: Mark some cpow tests with
10011         ignore-zero-inf-sign and some with xfail-rounding.
10012         * math/auto-libm-test-out: Regenerated.
10013         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10014         * sysdeps/i386/fpu/libm-test-ulps: Update.
10015         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10017         [BZ #16315]
10018         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10019         overflowing or underflowing operations take place with sign of
10020         result.
10021         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10022         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10023         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10024         (__ieee754_pow): Recompute overflowing and underflowing results in
10025         original rounding mode.
10026         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10027         (__powl_helper): Allow negative argument X and scale negated value
10028         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10029         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10030         overflowing or underflowing operations take place with sign of
10031         result.
10032         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10033         Include <math.h>.
10034         * math/auto-libm-test-in: Add more tests of pow.
10035         * math/auto-libm-test-out: Regenerated.
10036         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10037         (pow_tonearest_test_data): Remove.
10038         (pow_test_tonearest): Likewise.
10039         (pow_towardzero_test_data): Likewise.
10040         (pow_test_towardzero): Likewise.
10041         (pow_downward_test_data): Likewise.
10042         (pow_test_downward): Likewise.
10043         (pow_upward_test_data): Likewise.
10044         (pow_test_upward): Likewise.
10045         (main): Don't call removed functions.
10046         * sysdeps/i386/fpu/libm-test-ulps: Update.
10047         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10049 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10052         Moved ...
10053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10055         Moved ...
10056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10058         Moved ...
10059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10061         Moved ...
10062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10064         File removed.
10065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10066         File removed.
10067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10068         File removed.
10069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10070         File removed.
10071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10072         File removed.
10073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10074         File removed.
10075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10076         File removed.
10077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10078         File removed.
10079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10080         File removed.
10081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10082         File removed.
10083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10084         File removed.
10085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10086         File removed.
10087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10088         Moved ...
10089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10091         Moved ...
10092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10093         ... here.
10094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10095         Moved ...
10096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10098         Moved ...
10099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10101         Moved ...
10102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10104         Moved ...
10105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10107         Moved ...
10108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10110         Moved ...
10111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10112         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10113         Moved ...
10114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10117         ... here.
10118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10119         Moved ...
10120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10122         Moved ...
10123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10124         ... here.
10125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10126         Moved ...
10127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10128         ... here.
10129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10130         Moved ...
10131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10132         ... here.
10133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10134         Moved ...
10135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10137         Moved ...
10138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10142         Moved ...
10143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10144         ... here.
10145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10146         Moved ...
10147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10148         ... here.
10149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10150         Moved ...
10151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10153         Moved ...
10154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10156         Moved ...
10157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10159         Moved ...
10160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10162         Moved ...
10163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10164         ... here.
10165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10166         Moved ...
10167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10169         Moved ...
10170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10172         Moved ...
10173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10175         Moved ...
10176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10180         Moved ...
10181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10183         Moved ...
10184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10186         Moved ...
10187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10188         ... here.
10189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10190         Moved ...
10191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10192         ... here.
10193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10194         Moved ...
10195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10196         ... here.
10197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10198         Moved ...
10199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10201         Moved ...
10202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10204         Moved ...
10205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10207         Moved ...
10208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10209         ... here.
10210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10211         Moved ...
10212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10213         ... here.
10214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10215         Moved ...
10216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10217         ... here.
10218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10219         Moved ...
10220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10222         Moved ...
10223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10225 2014-06-23  Will Newton  <will.newton@linaro.org>
10226             Wilco  <wdijkstr@arm.com>
10228         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10229         implementation.  Include get-rounding-mode.h.
10230         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10231         [!libc_feholdsetround_noex_ctx]: Define
10232         libc_feholdsetround_noex_ctx.
10233         [!libc_feholdsetround_noexf_ctx]: Define
10234         libc_feholdsetround_noexf_ctx.
10235         [!libc_feholdsetround_noexl_ctx]: Define
10236         libc_feholdsetround_noexl_ctx.
10237         (libc_feholdsetround_ctx): New function.
10238         (libc_feresetround_ctx): New function.
10239         (libc_feholdsetround_noex_ctx): New function.
10240         (libc_feresetround_noex_ctx): New function.
10242 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10244         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10245         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10246         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10247         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10248         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10249         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10251         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10252         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10253         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10254         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10255         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10256         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10257         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10258         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10259         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10260         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10261         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10262         Moved ...
10263         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10264         ... here.
10265         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10266         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10267         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10268         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10269         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10270         Moved ...
10271         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10272         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10273         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10274         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10275         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10276         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10277         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10278         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10279         Moved ...
10280         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10281         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10282         Moved ...
10283         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10284         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10285         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10286         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10287         Moved ...
10288         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10289         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10290         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10291         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10292         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10293         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10294         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10295         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10296         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10297         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10298         Moved ...
10299         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10300         ... here.
10301         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10302         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10303         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10304         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10305         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10306         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10307         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10308         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10309         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10310         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10311         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10312         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10313         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10314         Moved ...
10315         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10316         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10317         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10318         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10319         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10320         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10321         Moved ...
10322         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10323         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10324         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10325         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10326         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10328         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10329         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10330         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10331         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10332         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10333         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10334         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10335         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10336         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10337         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10338         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10339         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10340         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10341         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10342         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10343         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10344         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10345         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10346         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10347         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10348         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10349         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10350         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10351         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10352         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10353         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10354         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10355         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10357 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10359         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10360         (FALLOC_FL_COLLAPSE_RANGE): New macro.
10361         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10362         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10363         (IPV6_PMTUDISC_INTERFACE): Likewise.
10364         (IPV6_PMTUDISC_OMIT): Likewise.
10366 2014-06-23  Andreas Schwab  <schwab@suse.de>
10368         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10369         Remove unused errout label.
10371 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10373         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10374         macro: hardware supports Vector Crypto instructions.
10376 2014-06-23  Will Newton  <will.newton@linaro.org>
10378         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10379         rather than __builtin_expect.
10381         * elf/dl-lookup.c (undefined_msg): Remove variable.
10382         (_dl_lookup_symbol_x): Replace undefined_msg with string
10383         literal.
10385         * elf/dl-lookup.c (do_lookup_unique): New function.
10386         (do_lookup_x): Move STB_GNU_UNIQUE handling code
10387         to a separate function.
10389 2014-06-23  Andreas Schwab  <schwab@suse.de>
10391         [BZ #17079]
10392         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10393         before reading the next line.
10395 2014-06-23  Will Newton  <will.newton@linaro.org>
10397         * test-skeleton.c (signal_handler): Use printf and %m
10398         rather than perror.  Use printf rather than fprintf to
10399         stderr.  Use puts rather than fputs to stderr.
10400         (main): Likewise.
10402 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
10404         * nscd/nscd.c (thread_info_t): Remove typedef.
10405         (thread_info): Remove variable.
10407 2014-06-21  Allan McRae  <allan@archlinux.org>
10409         * NEWS: Mention CVE-2014-4043.
10411 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10413         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10414         * nptl/smp.h: ... here.
10416         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10418         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10419         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10420         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10421         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10423         * nptl/allocatestack.c: Include <stack-aliasing.h>.
10424         * nptl/stack-aliasing.h: New file.
10425         * sysdeps/i386/i686/stack-aliasing.h: New file.
10426         * sysdeps/i386/i686/nptl/Makefile: File removed.
10427         * sysdeps/x86_64/stack-aliasing.h: New file.
10428         * sysdeps/x86_64/nptl/Makefile
10429         (CFLAGS-pthread_create.c): Variable removed.
10431         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10432         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10433         old file.
10434         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10435         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10436         old file.
10438 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
10440         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10441         (__ASSUME_SIGFRAME_V2): Remove macro.
10442         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10443         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10444         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10445         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10446         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10447         Declare as function.  Remove conditional macro definitions.
10448         (__default_rt_sa_restorer): Likewise.
10449         (__default_sa_restorer_v1): Remove declaration.
10450         (__default_sa_restorer_v2): Likewise.
10451         (__default_rt_sa_restorer_v1): Likewise.
10452         (__default_rt_sa_restorer_v2): Likewise.
10453         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10454         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10455         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10457 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10459         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10460         (libpthread-routines): Add sysdep.
10461         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10462         * sysdeps/unix/sysv/linux/sparc/Versions
10463         (libpthread: GLIBC_2.3.3): New version set.
10464         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10465         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10466         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10467         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10468         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
10469         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10470         Moved ...
10471         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10472         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10473         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10474         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10475         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10476         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10477         * sysdeps/sparc/nptl/sem_init.c: ... here.
10478         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10479         * sysdeps/sparc/nptl/sem_post.c: ... here.
10480         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10481         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10482         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10483         * sysdeps/sparc/nptl/sem_wait.c: ... here.
10484         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10485         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10486         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10487         (libpthread-routines): Add cpu_relax.
10488         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10489         File removed.
10490         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10491         (librt: GLIBC_2.3.3): New version set.
10492         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10493         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10494         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10495         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10496         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10497         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10498         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10499         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10500         Moved ...
10501         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10502         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10503         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10504         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10505         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10506         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10507         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10508         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10509         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10510         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10511         Moved ...
10512         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10513         Update #include.
10514         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10515         Moved ...
10516         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10517         Update #include.
10518         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10519         Moved ...
10520         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10521         Update #include.
10522         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10523         Moved ...
10524         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10525         Update #include.
10526         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10527         Moved ...
10528         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10529         Update #include.
10530         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10531         Moved ...
10532         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10533         Update #include.
10534         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10535         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10536         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10537         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10538         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10539         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10540         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10541         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10542         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10543         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10544         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10545         Moved ...
10546         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10547         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10548         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10549         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10550         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10552 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10554         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10555         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10556         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10557         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10558         * nscd/nscd.c: Likewise.
10559         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10560         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10561         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10562         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10564         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10565         <kernel-features.h>.
10566         (init_mq_netlink): Remove conditional have_sock_cloexec
10567         definitions.  Remove code conditional on have_sock_cloexec < 0.
10568         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10569         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10570         * sysdeps/unix/sysv/linux/opensock.c: Do not include
10571         <kernel-features.h>.
10572         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10573         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10575 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10577         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10578         Add tests for memset_chk and memset.
10580         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10581         with AVX2_Usable.
10583 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10585         [BZ #16046]
10586         * elf/tst-dl-iter-static.c: New file.
10587         * elf/Makefile (tests-static): Add tst-dl-iter-static.
10589         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10590         error.
10592 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10594         * sysdeps/unix/sysv/linux/kernel-features.h
10595         (__ASSUME_F_GETOWN_EX): Remove macro.
10596         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10597         <kernel-features.h>.
10598         (miss_F_GETOWN_EX): Remove variable or macro.
10599         (do_fcntl): Do not check miss_F_GETOWN_EX.
10600         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10602         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10603         Remove macro.
10604         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10605         [!__ASSUME_AT_RANDOM]: Remove conditional code.
10606         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10608         * sysdeps/unix/sysv/linux/kernel-features.h
10609         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10610         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10611         [ADJ_OFFSET_SS_READ]: Make code unconditional.
10612         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10614 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10616         [BZ #17075]
10617         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10618         Fix calculation of the symbol's value.
10619         * sysdeps/arm/tst-armtlsdescloc.c: New file.
10620         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10621         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10622         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10623         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10624         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10625         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10626         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10627         (modules-names): Add `tst-armtlsdescmod',
10628         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10629         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10630         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10631         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10632         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10633         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10634         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10635         ($(objpfx)tst-armtlsdescloc): New dependency.
10636         ($(objpfx)tst-armtlsdescextnow): Likewise.
10637         ($(objpfx)tst-armtlsdescextlazy): Likewise.
10638         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10639         TLS scheme support.
10640         * sysdeps/arm/configure: Regenerate.
10642 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10644         * include/fcntl.h (__atfct_seterrno): Remove prototype.
10645         (__atfct_seterrno_2): Likewise.
10646         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10647         <kernel-features.h>.
10648         (__ASSUME_ATFCTS): Do not undefine and redefine.
10649         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10650         (__have_atfcts): Remove conditional definition.
10651         (__fxstatat([__NR_fstatat64]: Make code unconditional.
10652         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10653         unreachable if [__ASSUME_ATFCTS].
10654         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10655         not undefine and redefine.
10656         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10657         <kernel-features.h>.
10658         (faccessat) [__NR_faccessat]: Make code unconditional.
10659         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10660         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10661         <kernel-features.h>.
10662         (fchmodat) [__NR_fchmodat]: Make code unconditional.
10663         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10664         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10665         <kernel-features.h>.
10666         (fchownat) [__NR_fchownat]: Make code unconditional.
10667         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10668         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10669         <kernel-features.h>.
10670         (futimesat) [__NR_futimesat]: Make code unconditional.
10671         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
10672         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10673         <kernel-features.h>.
10674         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10675         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10676         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10677         <kernel-features.h>.
10678         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
10679         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10680         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
10681         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10682         <kernel-features.h>.
10683         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
10684         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10685         * sysdeps/unix/sysv/linux/linkat.c: Do not include
10686         <kernel-features.h>.
10687         (linkat) [__NR_linkat]: Make code unconditional.
10688         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10689         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10690         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10691         <kernel-features.h>.
10692         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10693         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10694         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10695         <kernel-features.h>.
10696         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10697         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10698         * sysdeps/unix/sysv/linux/openat.c: Do not include
10699         <kernel-features.h>.
10700         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10701         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10702         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10703         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10704         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10705         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10706         <kernel-features.h>.
10707         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10708         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10709         result of INLINE_SYSCALL directly, not via int variable.
10710         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10711         <kernel-features.h>.
10712         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10713         (renameat) [__NR_renameat]: Make code unconditional.
10714         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10715         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10716         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10717         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10718         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10719         (__ASSUME_ATFCTS): Do not undefine and redefine.
10720         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10721         <kernel-features.h>.
10722         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10723         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10724         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10725         <kernel-features.h>.
10726         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10727         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10728         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10729         (__ASSUME_ATFCTS): Do not undefine and redefine.
10730         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10731         <kernel-features.h>.
10732         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10733         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10734         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10735         <kernel-features.h>.
10736         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10737         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10739 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10741         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10743 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10745         [BZ #17069]
10746         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10747         constructed tree before returning error.
10748         * posix/bug-regexp36.c: Expand test case.
10750 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10752         [BZ #6803]
10753         * math/libm-test.inc (scalbln_test_date):
10754         Add errno expectations.
10755         * math/w_scalblnf.c: New File.
10756         Add wrapper which checks for setting errno to ERANGE.
10757         Add weak_alias for corresponding scalbln function.
10758         * math/w_scalbln.c: Likewise.
10759         * math/w_scalblnl.c: Likewise.
10760         * math/Makefile (libm-calls): Add w_scalbln.
10761         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10762         Remove weak_alias for corresponding scalbln function.
10763         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10764         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10765         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10766         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10767         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10768         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10769         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10770         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10771         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10772         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10773         Remove long_double_symbol for scalblnl function in libm, libc.
10774         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10775         Add wrapper which checks for setting errno to ERANGE.
10776         Add long_double_symbol for scalblnl function in libm, libc.
10777         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10778         Remove long_double_symbol for scalblnl in libm.
10779         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10780         Add wrapper which checks for setting errno to ERANGE.
10781         Add long_double_symbol for scalblnl function in libm.
10782         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10783         Do not use wrapper because of own implementation.
10785 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10787         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10788         3 bytes for __pad1 for x32.
10789         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10791 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10792             H.J. Lu  <hongjiu.lu@intel.com>
10794         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10795         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10796         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10797         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10798         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10800 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10802         [BZ #17069]
10803         * posix/regcomp.c (parse_expression): Deallocate partially
10804         constructed tree before returning error.
10805         * posix/Makefile.c (tests): Add bug-regex36.
10806         (generated): Add bug-regex36.mtrace.
10807         (tests-special): Add $(objpfx)bug-regex36-mem.out
10808         (bug-regex36-ENV): New variable.
10809         ($(objpfx)bug-regex36-mem.out): New rule.
10810         * posix/bug-regex36.c: New file.
10812 2014-06-19  Will Newton  <will.newton@linaro.org>
10814         * malloc/malloc.c (systrim): If extra is zero then return
10815         early.
10817 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10819         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10821 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10823         * sysdeps/aarch64/strchr.S: New file.
10825 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10827         [BZ #17022]
10828         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10829         from arguments -2 or below.
10830         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10831         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10833 2014-06-18  Andreas Schwab  <schwab@suse.de>
10835         [BZ #17062]
10836         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10837         of a bracket expr not to run off the end of the string.
10838         * posix/Makefile (tests): Add tst-fnmatch3.
10839         * posix/tst-fnmatch3.c: New file.
10841 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10843         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10844         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10845         [$(cross-compiling) = no]: Likewise.
10846         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10847         [$(cross-compiling) = no]: Likewise.
10849 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10851         [BZ #17031]
10852         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10853         double, adjusted for any remainder from the high double.
10854         * math/libm-test.inc (nearbyint): Add tests.
10855         (rint): Likewise.
10857 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10859         * nptl/sysdeps/powerpc/Makefile: Moved ...
10860         * sysdeps/powerpc/nptl/Makefile: ... here.
10861         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10862         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10863         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10864         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10865         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10866         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10867         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10868         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10869         * nptl/sysdeps/powerpc/tls.h: Moved ...
10870         * sysdeps/powerpc/nptl/tls.h: ... here.
10872 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
10874         [BZ #16681]
10875         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10876         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10877         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10878         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10879         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10880         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10881         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10882         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10883         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10885 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
10887         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10889 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10891         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10892         defined operator.
10894         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10895         $TIMEOUTFACTOR.
10897 2014-06-16  Florian Weimer  <fweimer@redhat.com>
10899         [BZ #17058]
10900         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10901         non-executed part of the test.
10903 2014-06-16  Andreas Schwab  <schwab@suse.de>
10905         * string/bits/string2.h (strdup, strndup): Update feature guard.
10907 2014-06-14  David S. Miller  <davem@davemloft.net>
10909         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10911 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10913         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10914         that was previously under [RESET_PID].
10915         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10917         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10918         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10919         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10920         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10921         (__libc_vfork): New strong alias.
10922         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10924 2014-06-14 Andi Kleen  <ak@linux.intel.com>
10926         * sysdeps/generic/elide.h: New file.
10928 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
10930         * Makefile (installed-headers): Adjust path of pthread.h header.
10932 2014-06-13  Roland McGrath  <roland@hack.frob.com>
10934         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10935         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10936         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10937         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10939         * nptl/sysdeps/s390/Makefile: Moved ...
10940         * sysdeps/s390/nptl/Makefile: ... here.
10941         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10942         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10943         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10944         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10945         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10946         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10947         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10948         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10949         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10950         * sysdeps/s390/nptl/pthreaddef.h: ... here.
10951         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10952         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10953         * nptl/sysdeps/s390/tls.h: Moved ...
10954         * sysdeps/s390/nptl/tls.h: ... here.
10956         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10957         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10959 2014-06-13  David S. Miller  <davem@davemloft.net>
10961         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10962         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10963         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10964         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10965         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10966         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10967         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10968         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10969         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10970         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10971         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10972         Remove RESET_PID cpp guards.
10973         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10974         Remove RESET_PID cpp guards.
10975         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10977 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
10979         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10980         __sp to uintptr_t.
10982 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10984         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10985         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10986         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10987         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10988         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10989         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10990         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10991         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10992         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10993         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10994         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10995         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10996         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10997         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10998         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10999         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11000         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11001         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11002         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11003         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11005         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11006         (pthread_rwlock_rdlock): Add elision.
11007         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11008         (pthread_rwlock_wrlock): Add elision.
11009         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11010         (pthread_rwlock_trywrlock): Add elision.
11011         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11012         (pthread_rwlock_tryrdlock): Add elision.
11013         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11014         (pthread_rwlock_tryrdlock): Add elision unlock.
11015         * nptl/sysdeps/pthread/pthread.h:
11016         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11017         (PTHREAD_RWLOCK_INITIALIZER,
11018         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11019         Handle new elision field.
11020         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11021         * sysdeps/arm/nptl/bits/pthreadtypes.h
11022         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11023         * sysdeps/sh/nptl/bits/pthreadtypes.h
11024         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11025         * sysdeps/tile/nptl/bits/pthreadtypes.h
11026         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11027         * sysdeps/a/nptl/bits/pthreadtypes.h
11028         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11029         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11030         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11031         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11032         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11033         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11034         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11035         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11036         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11037         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11038         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11039         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11040         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11041         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11042         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11043         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11044         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11045         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11046         (elision_init): Set try_xbegin to zero when no RTM.
11047         * sysdeps/x86/nptl/bits/pthreadtypes.h
11048         (pthread_rwlock_t): Change __pad1 to __rwelision.
11049         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11051 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11053         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11054         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11055         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11056         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11058 2014-06-13  Meador Inge  <meadori@codesourcery.com>
11060         [BZ #16996]
11061         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11062         that the cached result has been set before returning it.
11064 2014-06-12  Roland McGrath  <roland@hack.frob.com>
11066         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11067         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11068         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11069         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11070         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11071         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11073         * nptl/sysdeps/sparc/Makefile: Moved ...
11074         * sysdeps/sparc/nptl/Makefile: ... here.
11075         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11076         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11077         * nptl/sysdeps/sparc/tls.h: Moved ...
11078         * sysdeps/sparc/nptl/tls.h: ... here.
11079         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11080         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11081         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11082         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11083         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11084         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11085         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11086         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11087         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11088         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11089         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11090         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11091         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11092         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11093         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11094         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11095         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11096         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11097         Update #include.
11098         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11099         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11100         Update #include.
11101         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11102         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11103         Update #include.
11104         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11105         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11106         Update #include.
11108         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11110         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11111         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11113         * sysdeps/pthread/posix-timer.h: Include <list.h>.
11114         (struct list_links): Type removed.
11115         (struct thread_node, struct timer_node): Replace struct list_links
11116         with struct list_head.
11117         (list_unlink_ip): Likewise.
11118         * sysdeps/pthread/timer_routines.c
11119         (timer_free_list, thread_free_list, thread_active_list): Likewise.
11120         (list_append, list_insbefore): Likewise.
11121         (list_init): Function removed.
11122         (thread_init, init_module): Use INIT_LIST_HEAD instead.
11123         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11124         * sysdeps/pthread/Makefile: ... here, new file.
11126         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11127         * sysdeps/nptl/Implies: ... here.
11128         * sysdeps/unix/sysv/linux/Implies: Add nptl.
11129         * nptl/sysdeps/pthread/list.h: Moved ...
11130         * include/list.h: ... here.
11131         * nptl/sysdeps/pthread/createthread.c: Moved ...
11132         * nptl/createthread.c: ... here.
11133         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11134         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11135         * nptl/pt-longjmp.c: ... here.
11136         * nptl/sysdeps/pthread/Makefile: Moved ...
11137         * sysdeps/nptl/Makefile: ... here.
11138         * nptl/sysdeps/pthread/Subdirs: Moved ...
11139         * sysdeps/nptl/Subdirs: ... here.
11140         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11141         * sysdeps/nptl/aio_misc.h: ... here.
11142         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11143         * sysdeps/nptl/bits/libc-lock.h: ... here.
11144         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11145         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11146         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11147         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11148         * nptl/sysdeps/pthread/configure: Moved ...
11149         * sysdeps/nptl/configure: ... here.
11150         * nptl/sysdeps/pthread/configure.ac: Moved ...
11151         * sysdeps/nptl/configure.ac: ... here.
11152         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11153         * sysdeps/nptl/gai_misc.h: ... here.
11154         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11155         * sysdeps/nptl/librt-cancellation.c: ... here.
11156         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11157         * sysdeps/nptl/malloc-machine.h: ... here.
11158         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11159         * sysdeps/nptl/pthread-functions.h: ... here.
11160         * nptl/sysdeps/pthread/pthread.h: Moved ...
11161         * sysdeps/nptl/pthread.h: ... here.
11162         * nptl/sysdeps/pthread/setxid.h: Moved ...
11163         * sysdeps/nptl/setxid.h: ... here.
11164         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11165         * sysdeps/nptl/sigfillset.c: ... here.
11166         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11167         * sysdeps/nptl/tcb-offsets.h: ... here.
11168         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11169         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11170         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11171         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11172         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11173         * sysdeps/pthread/allocalim.h: ... here.
11174         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11175         * sysdeps/pthread/bits/sigthread.h: ... here.
11176         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11177         * sysdeps/pthread/flockfile.c: ... here.
11178         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11179         * sysdeps/pthread/ftrylockfile.c: ... here.
11180         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11181         * sysdeps/pthread/funlockfile.c: ... here.
11182         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11183         * sysdeps/pthread/posix-timer.h: ... here.
11184         * nptl/sysdeps/pthread/timer_create.c: Moved ...
11185         * sysdeps/pthread/timer_create.c: ... here.
11186         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11187         * sysdeps/pthread/timer_delete.c: ... here.
11188         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11189         * sysdeps/pthread/timer_getoverr.c: ... here.
11190         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11191         * sysdeps/pthread/timer_gettime.c: ... here.
11192         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11193         * sysdeps/pthread/timer_routines.c: ... here.
11194         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11195         * sysdeps/pthread/timer_settime.c: ... here.
11196         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11197         * sysdeps/pthread/tst-timer.c: ... here.
11198         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11199         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11201         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11202         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11204         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11205         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11206         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11207         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11208         Update #include target.
11209         * nptl/sysdeps/i386/i686/Makefile: Moved ...
11210         * sysdeps/i386/i686/nptl/Makefile: ... here.
11211         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11212         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11213         Update #include target.
11214         * nptl/sysdeps/i386/i686/tls.h: Moved ...
11215         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11216         * nptl/sysdeps/i386/Makefile: Moved ...
11217         * sysdeps/i386/nptl/Makefile: ... here.
11218         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11219         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11220         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11221         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11222         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11223         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11224         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11225         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11226         * sysdeps/i386/nptl/pthreaddef.h: ... here.
11227         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11228         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11229         * nptl/sysdeps/i386/tls.h: Moved ...
11230         * sysdeps/i386/nptl/tls.h: ... here.
11232         * sysdeps/sh/Makefile [$(subdir) = csu]
11233         (gen-as-const-headers): Add tcb-offsets.sym.
11234         * nptl/sysdeps/sh/Makefile: File removed.
11235         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11236         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11237         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11238         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11239         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11240         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11241         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11242         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11243         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11244         * sysdeps/sh/nptl/pthreaddef.h: ... here.
11245         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11246         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11247         * nptl/sysdeps/sh/tls.h: Moved ...
11248         * sysdeps/sh/nptl/tls.h: ... here.
11249         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11250         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11251         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11252         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11253         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11254         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11255         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11256         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11257         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11258         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11259         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11260         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11261         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11262         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11263         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11264         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11265         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11266         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11267         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11268         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11269         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11270         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11271         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11272         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11273         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11274         Moved ...
11275         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11276         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11277         Moved ...
11278         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11279         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11280         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11281         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11282         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11283         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11284         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11285         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11286         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11287         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11288         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11289         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11290         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11291         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11292         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11293         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11294         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11295         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11296         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11298 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
11300         * posix/spawn_faction_addopen.c: Include string.h.
11302 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11304         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11305         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11306         * nptl/sysdeps/x86_64/Makefile: Moved ...
11307         * sysdeps/x86_64/nptl/Makefile: ... here.
11308         * nptl/sysdeps/x86_64/configure: Moved ...
11309         * sysdeps/x86_64/nptl/configure: ... here.
11310         * nptl/sysdeps/x86_64/configure.ac: Moved ...
11311         * sysdeps/x86_64/nptl/configure.ac: ... here.
11312         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11313         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11314         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11315         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11316         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11317         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11318         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11319         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11320         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11321         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11322         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11323         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11324         * nptl/sysdeps/x86_64/tls.h: Moved ...
11325         * sysdeps/x86_64/nptl/tls.h: ... here.
11326         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11327         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11328         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11329         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11331         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11333 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11335         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11337 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
11339         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11340         type.
11341         [POSIX] (off_t): Likewise.
11342         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11343         [POSIX] (S_ISBLK): Require macro.
11344         [POSIX] (S_ISCHR): Likewise.
11345         [POSIX] (S_ISDIR): Likewise.
11346         [POSIX] (S_ISFIFO): Likewise.
11347         [POSIX] (S_ISREG): Likewise.
11348         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11349         optional-macro.
11350         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11351         type.
11352         [POSIX] (time_t): Likewise.
11353         [POSIX] (timer_t): Likewise.
11355 2014-06-11  Florian Weimer  <fweimer@redhat.com>
11357         [BZ #17048]
11358         * posix/spawn_int.h (struct __spawn_action): Make the path string
11359         non-const to support deallocation.
11360         * posix/spawn_faction_addopen.c
11361         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11362         * posix/spawn_faction_destroy.c
11363         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
11364         path in all spawn_do_open actions.
11365         * posix/tst-spawn.c (do_test): Exercise the copy operation in
11366         posix_spawn_file_actions_addopen.
11368 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
11370         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11371         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11372         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11373         conditional code always true.
11374         (__libc_vfork): New alias.
11376 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11378         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11379         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11381         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11383         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11384         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11386         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11387         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11389         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11390         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11392 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11394         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11395         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11396         multiarch strcmp for PPC64.
11397         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11398         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11399         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11400         multiarch optimizations.
11401         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11402         (__libc_ifunc_impl_list): Likewise.
11404 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11406         * benchtests/scripts/validate_benchout.py: New script.
11407         * benchtests/Makefile (bench-func): Call it.
11408         * benchtests/scripts/benchout.schema.json: New file.
11410 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
11412         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11413         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11414         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11415         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11416         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11417         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11418         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11419         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11420         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11421         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11422         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11423         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11424         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11425         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11426         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11427         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11428         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11429         Moved ...
11430         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11431         ... here.
11432         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11433         Moved ...
11434         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11435         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11436         Moved ...
11437         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11438         ... here.
11439         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11440         Moved ...
11441         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11442         ... here.
11443         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11444         Moved ...
11445         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11446         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11447         Moved ...
11448         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11449         ... here.
11450         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11451         Moved ...
11452         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11453         ... here.
11454         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11455         Moved ...
11456         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11457         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11458         Moved ...
11459         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11460         ... here.
11461         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11462         Moved ...
11463         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11464         ... here.
11465         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11466         Moved ...
11467         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11468         ... here.
11469         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11470         Moved ...
11471         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11472         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11473         Moved ...
11474         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11475         ... here.
11476         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11477         Moved ...
11478         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11479         ... here.
11480         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11481         Moved ...
11482         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11483         ... here.
11484         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11485         Moved ...
11486         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11487         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11488         Moved ...
11489         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11490         ... here.
11491         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11492         Moved ...
11493         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11494         ... here.
11495         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11496         Moved ...
11497         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11498         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11499         Moved ...
11500         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11501         ... here.
11502         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11503         Moved ...
11504         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11505         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11506         Moved ...
11507         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11508         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11509         Moved ...
11510         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11511         ... here.
11512         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11513         Moved ...
11514         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11515         ... here.
11516         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11517         Moved ...
11518         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11519         ... here.
11520         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11521         Moved ...
11522         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11523         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11524         Moved ...
11525         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11526         ... here.
11527         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11528         Moved ...
11529         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11530         ... here.
11531         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11532         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11533         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11534         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11535         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11536         Moved ...
11537         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11538         ... here.
11539         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11540         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11541         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11542         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11543         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11544         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11545         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11546         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11547         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11548         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11549         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11550         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11551         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11552         Moved ...
11553         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11554         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11555         Moved ...
11556         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11557         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11558         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11559         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11560         Moved ...
11561         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11562         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11563         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11564         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11565         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11566         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11567         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11569 2014-06-10  Wilco  <wdijkstr@arm.com>
11571         * math/test-fenv-return.c: New file.
11572         * math/Makefile: Add new test test-fenv-return.
11574 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
11576         [BZ #17042]
11577         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11578         when x - 1 is zero.
11579         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11580         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11581         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11582         0.0L for an argument of 1.0L.
11583         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11584         Likewise.
11585         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11586         value when x - 1 is zero.
11587         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11588         * sysdeps/i386/fpu/libm-test-ulps: Update.
11589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11591 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
11593         [BZ #15119]
11594         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11596 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11598         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11599         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11601 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11603         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11604         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11606         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11607         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11609         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11610         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11612         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11613         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11615         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11616         if not already defined.
11617         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11618         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11619         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11620         (TLS_INIT_TP): Use it.
11621         (TLS_DEFINE_INIT_TP): New macro.
11622         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11624 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
11626         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11627         constant.
11628         [POSIX] (IXANY): Likewise.
11629         [POSIX] (OLCUC): Likewise.
11630         [POSIX || POSIX2008] (CBAUD): Do not allow.
11631         [POSIX || POSIX2008] (DEFECHO): Likewise.
11632         [POSIX || POSIX2008] (ECHOCTL): Likewise.
11633         [POSIX || POSIX2008] (ECHOKE): Likewise.
11634         [POSIX || POSIX2008] (ECHOPRT): Likewise.
11635         [POSIX || POSIX2008] (EXTA): Likewise.
11636         [POSIX || POSIX2008] (EXTB): Likewise.
11637         [POSIX || POSIX2008] (FLUSHO): Likewise.
11638         [POSIX || POSIX2008] (LOBLK): Likewise.
11639         [POSIX || POSIX2008] (PENDIN): Likewise.
11640         [POSIX || POSIX2008] (SWTCH): Likewise.
11641         [POSIX || POSIX2008] (VDISCARD): Likewise.
11642         [POSIX || POSIX2008] (VDSUSP): Likewise.
11643         [POSIX || POSIX2008] (VLNEXT): Likewise.
11644         [POSIX || POSIX2008] (VREPRINT): Likewise.
11645         [POSIX || POSIX2008] (VSTATUS): Likewise.
11646         [POSIX || POSIX2008] (VWERASE): Likewise.
11647         (B*): Change to B[0123456789]*.
11648         * conform/data/time.h-data [POSIX || UNIX98]
11649         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11650         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11651         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11652         [POSIX] (tm_*): Do not allow.
11654 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
11656         * Makefile (install): Don't set LANGUAGE.
11657         * Makefile.in (install): Likewise.
11658         * assert/Makefile (test-assert-ENV): Remove variable.
11659         (test-assert-perr-ENV): Likewise.
11660         * elf/Makefile (neededtest4-ENV): Likewise.
11661         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11662         [$(cross-compiling) = no]: Don't set LANGUAGE.
11663         * io/ftwtest-sh (LANG): Remove variable.
11664         * libio/Makefile (tst-widetext-ENV): Likewise.
11665         * manual/install.texi (Running make install): Don't refer to
11666         environment settings for make install.
11667         * INSTALL: Regenerated.
11668         * nptl/tst-tls6.sh: Don't set LANG.
11669         * posix/globtest.sh (LANG): Remove variable.
11670         * string/Makefile (tester-ENV): Likewise.
11671         (inl-tester-ENV): Likewise.
11672         (noinl-tester-ENV): Likewise.
11673         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11674         [$(cross-compiling) = no]: Don't set LANGUAGE.
11675         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
11676         without explicit environment settings.
11678 2014-06-06  Roland McGrath  <roland@hack.frob.com>
11680         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
11681         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
11682         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
11683         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
11685 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
11687         * crypt/crypt-private.h [DOS]: Add some includes taken from the
11688         other files in the crypt directory.
11689         * crypt/crypt.c: Remove duplicate includes.
11690         * crypt/crypt-entry.c: Likewise.
11691         * crypt/crypt_util.c: Likewise.
11693 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
11695         * Makeconfig (run-program-env): New variable.
11696         (run-program-prefix-before-env): Likewise.
11697         (run-program-prefix-after-env): Likewise.
11698         (run-program-prefix): Define in terms of new variables.
11699         (built-program-cmd-before-env): New variable.
11700         (built-program-cmd-after-env): Likewise.
11701         (built-program-cmd): Define in terms of new variables.
11702         (test-program-prefix-before-env): New variable.
11703         (test-program-prefix-after-env): Likewise.
11704         (test-program-prefix): Define in terms of new variables.
11705         (test-program-cmd-before-env): New variable.
11706         (test-program-cmd-after-env): Likewise.
11707         (test-program-cmd): Define in terms of new variables.
11708         * Rules (make-test-out): Use $(run-program-env).
11709         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11710         (help): Do not mention environment variables.  Mention
11711         --timeoutfactor option.
11712         (timeoutfactor): New variable.
11713         (blacklist_exports): Remove function.
11714         (exports): Remove variable.
11715         (command): Do not include ${exports}.
11716         * manual/install.texi (Configuring and compiling): Do not mention
11717         test wrappers preserving environment variables.  Mention that last
11718         assignment to a variable must take precedence.
11719         * INSTALL: Regenerated.
11720         * benchtests/Makefile (run-bench): Use $(run-program-env).
11721         * catgets/Makefile ($(objpfx)test1.cat): Use
11722         $(built-program-cmd-before-env), $(run-program-env) and
11723         $(built-program-cmd-after-env).
11724         ($(objpfx)test2.cat): Do not specify environment variables
11725         explicitly.
11726         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11727         $(run-program-env) and $(built-program-cmd-after-env).
11728         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11729         $(run-program-env) and $(test-program-cmd-after-env).
11730         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11731         explicitly.
11732         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11733         run_program_env and test_program_cmd_after_env arguments.
11734         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11735         * elf/tst-pathopt.sh: Use run_program_env argument.
11736         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11737         $(test-wrapper-env) and $(run-program-env).
11738         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11739         run_program_env arguments.
11740         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11741         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11742         $(test-program-prefix-before-env), $(run-program-env) and
11743         $(test-program-prefix-after-env).
11744         ($(objpfx)tst-gettext2.out): Likewise.
11745         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11746         run_program_env and test_program_prefix_after_env arguments.
11747         * intl/tst-gettext2.sh: Likewise.
11748         * intl/tst-gettext4.sh: Do not set environment variables
11749         explicitly.
11750         * intl/tst-gettext6.sh: Likewise.
11751         * intl/tst-translit.sh: Likewise.
11752         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11753         $(test-program-prefix-before-env), $(run-program-env) and
11754         $(test-program-prefix-after-env).
11755         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11756         run_program_env and test_program_prefix_after_env arguments.
11757         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11758         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11759         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11760         explicitly with each use of ${test_wrapper_env}.
11761         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11762         $(test-program-prefix-before-env), $(run-program-env) and
11763         $(test-program-prefix-after-env).
11764         * posix/tst-getconf.sh: Do not set environment variables
11765         explicitly.
11766         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11767         run_program_env and test_program_prefix_after_env arguments.
11768         * stdio-common/tst-printf.sh: Do not set environment variables
11769         explicitly.
11770         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11771         $(test-program-prefix-before-env), $(run-program-env) and
11772         $(test-program-prefix-after-env).
11773         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11774         run_program_env and test_program_prefix_after_env arguments.
11775         Split $test calls into $test_pre and $test.
11776         * timezone/Makefile (build-testdata): Use
11777         $(built-program-cmd-before-env), $(run-program-env) and
11778         $(built-program-cmd-after-env).
11780 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11782         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11783         strlen for non SHARED builds.
11785 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11787         * nptl/allocatestack.c (check_list): Inlined function...
11788         (__reclaim_stacks): ... here.
11790 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11792         [BZ #15698]
11793         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11794         memory overrun.
11796 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11798         * Rules (make-test-out): Include
11799         LOCPATH=$(common-objpfx)localedata in default environment.
11800         * debug/Makefile (tst-chk1-ENV): Remove variable.
11801         (tst-chk2-ENV): Likewise.
11802         (tst-chk3-ENV): Likewise.
11803         (tst-chk4-ENV): Likewise.
11804         (tst-chk5-ENV): Likewise.
11805         (tst-chk6-ENV): Likewise.
11806         (tst-lfschk1-ENV): Likewise.
11807         (tst-lfschk2-ENV): Likewise.
11808         (tst-lfschk3-ENV): Likewise.
11809         (tst-lfschk4-ENV): Likewise.
11810         (tst-lfschk5-ENV): Likewise.
11811         (tst-lfschk6-ENV): Likewise.
11812         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11813         (tst-iconv7-ENV): Likewise.
11814         * intl/Makefile (LOCPATH-ENV): Likewise.
11815         (tst-codeset-ENV): Likewise.
11816         (tst-gettext3-ENV): Likewise.
11817         (tst-gettext5-ENV): Likewise.
11818         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11819         (tst-fopenloc-ENV): Likewise.
11820         (tst-fgetws-ENV): Remove variable.
11821         (tst-ungetwc1-ENV): Likewise.
11822         (tst-ungetwc2-ENV): Likewise.
11823         (bug-ungetwc2-ENV): Likewise.
11824         (tst-swscanf-ENV): Likewise.
11825         (bug-ftell-ENV): Likewise.
11826         (tst-fgetwc-ENV): Likewise.
11827         (tst-fseek-ENV): Likewise.
11828         (tst-ftell-partial-wide-ENV): Likewise.
11829         (tst-ftell-active-handler-ENV): Likewise.
11830         (tst-ftell-append-ENV): Likewise.
11831         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11832         (tst-regexloc-ENV): Likewise.
11833         (bug-regex1-ENV): Likewise.
11834         (tst-regex-ENV): Likewise.
11835         (tst-regex2-ENV): Likewise.
11836         (bug-regex5-ENV): Likewise.
11837         (bug-regex6-ENV): Likewise.
11838         (bug-regex17-ENV): Likewise.
11839         (bug-regex18-ENV): Likewise.
11840         (bug-regex19-ENV): Likewise.
11841         (bug-regex20-ENV): Likewise.
11842         (bug-regex22-ENV): Likewise.
11843         (bug-regex23-ENV): Likewise.
11844         (bug-regex25-ENV): Likewise.
11845         (bug-regex26-ENV): Likewise.
11846         (bug-regex30-ENV): Likewise.
11847         (bug-regex32-ENV): Likewise.
11848         (bug-regex33-ENV): Likewise.
11849         (bug-regex34-ENV): Likewise.
11850         (bug-regex35-ENV): Likewise.
11851         (tst-rxspencer-ENV): Likewise.
11852         (tst-rxspencer-no-utf8-ENV): Likewise.
11853         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11854         (tst-sscanf-ENV): Likewise.
11855         (tst-swprintf-ENV): Likewise.
11856         (tst-swscanf-ENV): Likewise.
11857         (test-vfprintf-ENV): Likewise.
11858         (scanf13-ENV): Likewise.
11859         (bug14-ENV): Likewise.
11860         (tst-grouping-ENV): Likewise.
11861         * stdlib/Makefile (tst-strtod-ENV): Likewise.
11862         (tst-strtod3-ENV): Likewise.
11863         (tst-strtod4-ENV): Likewise.
11864         (tst-strtod5-ENV): Likewise.
11865         (testmb2-ENV): Likewise./
11866         * string/Makefile (tst-strxfrm-ENV): Likewise.
11867         (tst-strxfrm2-ENV): Likewise.
11868         (bug-strcoll1-ENV): Likewise.
11869         (test-strcasecmp-ENV): Likewise.
11870         (test-strncasecmp-ENV): Likewise.
11871         * time/Makefile (tst-strptime-ENV): Likewise.
11872         (tst-ftime_l-ENV): Likewise.
11873         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11874         (tst-mbrtowc-ENV): Likewise.
11875         (tst-wcrtomb-ENV): Likewise.
11876         (tst-mbrtowc2-ENV): Likewise.
11877         (tst-c16c32-1-ENV): Likewise.
11878         (tst-mbsnrtowcs-ENV): Likewise.
11880 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11882         * manual/resource.texi (How to get information about the memory
11883         subsystem?): Fix typo.
11884         Reported by Peon de la Parra Ivan <peon@keba.com>
11886 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
11888         [BZ #16882]
11889         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11890         (pthread_spin_lock): Branch out of spin loop to proper location.
11891         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11892         (pthread_spin_lock): Likewise.
11894         * nptl/tst-spin4.c: New test.
11895         * nptl/Makefile (tests): Add tst-spin4.
11897 2014-06-03  Andreas Schwab  <schwab@suse.de>
11899         [BZ #15946]
11900         * resolv/res_send.c (send_dg): Reload file descriptor after
11901         calling reopen.
11903 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
11905         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11907 2014-06-03  Richard Henderson  <rth@redhat.com>
11909         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11910         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11911         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11912         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
11913         in the SAVE_PID block.
11914         (__libc_vfork): New alias.
11915         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11917         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11918         child in registers, not on the stack.  Remove RESET_PID conditionals.
11919         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11921 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11923         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11925 2014-06-03  Wilco  <wdijkstr@arm.com>
11927         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11928         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11929         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11930         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11931         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11932         Likewise.
11934 2014-06-03  Wilco  <wdijkstr@arm.com>
11936         * sysdeps/aarch64/fpu/math_private.h
11937         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11938         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11939         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11940         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11941         Fix declarations.
11943 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11945         * crypt/crypt-private.h: Include ufc-crypt.h.
11946         (__b64_from_24bit): Declare extern.
11947         * crypt/crypt_util.c(__b64_from_24bit): New function.
11948         (b64t): New static const variable.
11949         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11950         (b64t): Remove variable.
11951         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11952         * crypt/sha256-crypt.c: Include crypt-private.h.
11953         (b64t): Remove variable.
11954         (__sha256_crypt_r): Remove b64_from_24bit and replace
11955         with __b64_from_24bit.
11956         * crypt/sha512-crypt.c: Likewise.
11958 2014-06-02  Roland McGrath  <roland@hack.frob.com>
11960         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11961         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11962         Label the code __libc_vfork rather than __vfork.
11963         [!NOT_IN_libc] (vfork): Define as weak alias.
11964         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11965         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11966         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11968 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11970         * malloc/malloc.c (malloc_info): Fix format specifier for
11971         n_mmaps.
11973 2014-06-02  Wilco  <wdijkstr@arm.com>
11975         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11976         FPCR write.
11978 2014-06-02  Wilco  <wdijkstr@arm.com>
11980         [BZ #17009]
11981         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11982         Rewrite to reduce FPCR/FPSR accesses.
11984 2014-06-01  David S. Miller  <davem@davemloft.net>
11986         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11988 2014-05-31  David S. Miller  <davem@davemloft.net>
11990         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11991         to occur in round to nearest mode when |x| >= 2.0
11993 2014-05-30  Richard Henderson  <rth@twiddle.net>
11995         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11996         (PSEUDO_RET_NOERRNO): Remove.
11997         (ret): Don't redefine.
11998         (ret_NOERRNO): Define in terms of ret.
11999         (ret_ERRVAL): Likewise.
12001         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12002         use of PSEUDO_RET; perform the error check directly.
12004 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12006         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12007         with __int128_t.
12009 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12011         * malloc/malloc (malloc_info): Fix formatting.
12013 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12014             Roland McGrath  <roland@hack.frob.com>
12016         * malloc/malloc (malloc_info): Also print mmapped statistics.
12018 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12020         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12021         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12023 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12025         * malloc/malloc.c (malloc_info): Inline mi_arena.
12027 2014-05-29  Richard Henderson  <rth@twiddle.net>
12029         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12030         Remove comma before expanding ASM_ARGS_##nr.
12031         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12032         Make _x0 a strict output; make _x8 a strict input; adjust expansion
12033         of ASM_ARGS_##nr.
12034         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12035         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12036         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12037         (ASM_ARGS_1): Add leading comma.
12039         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12040         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12041         to __errno_location.
12042         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12043         Remove the expected plt for __errno_location.
12045         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12046         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12047         call to __read_tp.
12049         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12050         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
12051         it and break it down.
12052         (DOCARGS_0, DOCARGS_1): Do nothing.
12053         (DOCARGS_2): Update to store into the new stack frame.
12054         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12055         (UNDOCARGS_1): Update to restore from the new stack frame.
12056         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12057         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12059         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12060         (SINGLE_THREAD_P): New parameter for result regno.
12061         (PSEUDO): Update to match; use cbz instead of beq.
12063         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12064         Use ENTRY to define the _nocancel entry point.  Share the syscall
12065         and syscall error check paths with the cancel path.
12066         (PSEUDO_END): New.
12068         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12069         whitespace; tabs before and after asm mnemonics.
12071 2014-05-29  Eric Wong  <normalperson@yhbt.net>
12073         [BZ #15132]
12074         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12075         Call fstat64 or stat64 internally, depending on arguments passed.
12076         Replace stat buffer argument with file descriptor argument.
12077         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12078         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12079         Pass fd to __internal_statvfs instead of calling fstat64.
12080         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12081         Pass fd to __internal_statvfs64 instead of calling fstat64.
12082         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12083         Pass -1 to __internal_statvfs instead of calling stat64.
12084         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12085         Pass -1 to __internal_statvfs64 instead of calling stat64.
12087 2014-05-28  Roland McGrath  <roland@hack.frob.com>
12089         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12090         that was previously under [RESET_PID].
12091         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12093         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12094         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12096 2014-05-27  Roland McGrath  <roland@hack.frob.com>
12098         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12100         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12101         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12103 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
12105         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12107 2014-05-27  Andreas Schwab  <schwab@suse.de>
12109         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12110         TLS_INIT_TP macro.
12111         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12112         * elf/rtld.c (init_tls, dl_main): Likewise.
12113         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12114         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12115         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12116         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12117         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12118         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12119         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12120         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12121         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12122         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12123         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12124         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12125         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12126         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12127         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12128         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12129         * sysdeps/generic/tls.h: Update description.
12131 2014-05-27  Will Newton  <will.newton@linaro.org>
12133         [BZ #16990]
12134         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12135         and restore r2 rather than just restoring.
12137 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12139         [BZ #16724]
12140         * libio/tst-ftell-append.c: New test case.
12141         * libio/Makefile (tests): Add test case.
12142         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12143         append mode.
12144         * libio/wfileops.c (do_ftell_wide): Likewise.
12146 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12148         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12150         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12151         ...
12152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12154         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12155         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12156         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12157         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12158         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12159         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12160         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12161         Moved ...
12162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12163         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12164         Moved ...
12165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12166         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12167         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12168         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12169         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12170         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12171         ...
12172         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12173         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12174         Moved ...
12175         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12176         here.
12177         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12178         ...
12179         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12180         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12181         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12183         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12184         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12185         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12186         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12188         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12189         merge into ...
12190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12191         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12192         ...
12193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12194         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12195         ...
12196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12197         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12198         Moved ...
12199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12200         here.
12201         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12202         Moved ...
12203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12204         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12205         Moved ...
12206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12209         conditional [RESET_PID].
12210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12211         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12212         removed.
12213         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12214         removed.
12216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12217         <tcb-offsets.h>.
12218         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12219         (__libc_vfork): New strong alias.
12220         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12221         removed.
12222         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12223         Removed.
12225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12226         <tcb-offsets.h>.
12227         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12228         (__libc_vfork): New strong alias.
12229         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12230         removed.
12231         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12232         removed.
12234 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
12236         * malloc/malloc.c (mi_arena): New function.
12237         (malloc_info): Remove nested function mi_arena. Call non-nosted
12238         function mi_arena.
12240 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12242         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12243         by insrwi.
12244         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12245         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12246         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12247         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12248         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12249         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12250         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12252 2014-05-26  Andreas Schwab  <schwab@suse.de>
12254         [BZ #16984]
12255         * locale/programs/repertoire.c (repertoire_read): Add slash
12256         between I18NPATH element and file name.
12257         * locale/programs/locfile.c (locfile_read): Likewise.
12259 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12261         * nptl/pthread_mutexattr_settype.c
12262         (__pthread_mutexattr_settype):
12263         Disable lock elision for PTHREAD_MUTEX_NORMAL.
12265 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12267         * nptl/tst-mutex5 (do_test):
12268         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12270 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12272         * benchtests/README: Document 'init' directive.
12273         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12274         BENCH_INIT.
12275         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12276         (parse_file): Recognize 'init' directive.
12278 2014-05-26  Kyle McMartin  <kyle@redhat.com>
12280         [BZ #16796]
12281         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12282         alignment of struct pthread.
12284 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12286         [BZ #16878]
12287         * nscd/netgroupcache.c (addgetnetgrentX): Look for
12288         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12289         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12290         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12292 2014-05-25  Richard Henderson  <rth@twiddle.net>
12294         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12295         (SINGLE_THREAD_P_PIC): Remove.
12296         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12297         (SINGLE_THREAD_P_PIC): Remove.
12299         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12300         branch to syscall error ...
12301         (PSEUDO): ... here.
12302         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12303         from __local_syscall_error to .Lsyscall_error.
12304         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12305         (SYSCALL_ERROR): Update label name.
12307         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12308         Do not use DOARGS/UNDOARGS.
12309         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12310         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12311         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12312         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12313         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12315         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12316         block comment.
12318         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12319         define if !NOT_IN_libc.
12320         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12321         define with non-default symbol versions.
12323 2014-05-23  Richard Henderson  <rth@twiddle.net>
12325         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12326         (vfork, __vfork): Define via compat_symbol.
12328         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12329         [!HAVE_IFUNC] (vfork_compat): Remove.
12330         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12332 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12334         [BZ #16978]
12335         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12336         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12337         variable.
12339 2014-05-23  Richard Henderson  <rth@twiddle.net>
12341         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12342         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12343         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12344         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12346         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12347         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12348         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12349         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12350         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12351         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12352         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12353         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12354         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12355         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12356         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12357         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12358         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12359         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12360         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12361         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12362         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12363         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12364         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12365         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12366         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12367         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12368         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12369         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12370         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12371         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12372         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12373         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12374         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12375         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12376         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12377         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12378         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12379         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12380         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12381         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12382         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12383         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12384         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12385         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12386         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12387         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12388         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12389         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12390         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12391         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12392         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12393         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12394         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12395         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12396         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12397         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12398         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12399         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12400         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12401         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12403         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12404         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12405         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
12406         before exiting on error.
12407         (__libc_vfork): New strong alias.
12408         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12409         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12411         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12412         that was previously under [RESET_PID].
12413         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12415         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12417 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12419         [BZ #16977]
12420         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12421         value when x - 1 is zero.
12422         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12423         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12424         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12425         0.0L for an argument of 1.0L.
12426         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12427         Likewise.
12428         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12429         value when x - 1 is zero.
12430         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12431         * sysdeps/i386/fpu/libm-test-ulps: Update.
12432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12434 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12436         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12437         alphasort and versionsort.
12439 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12441         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12442         macro.
12443         [copysignf]: Likewise.
12445 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12447         * crypt/md5-crypt.c: Fix formatting.
12449 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12451         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12452         (b64_from_24bit): New function.
12454 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12456         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12457         libc_hidden_builtin_def to ifunc.
12458         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12459         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12461 2014-05-21  Roland McGrath  <roland@hack.frob.com>
12463         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12464         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12466 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
12468         * nscd/Depend (linuxthreads): Remove.
12469         (nptl): Add.
12470         * resolv/Depend (linuxthreads): Remove.
12471         * rt/Depend (linuxthreads): Remove.
12473         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12474         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12475         $(common-objpfx)elf/.
12476         (link-libc-before-gnulib): Likewise.
12477         (elfobjdir): Remove variable.
12478         * Makefile (install): Use $(elf-objpfx) instead of
12479         $(common-objpfx)elf/.
12480         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12481         $(elfobjdir)/.
12482         (link-libc-deps): Likewise.
12483         ($(common-objpfx)libc.so): Likewise.
12484         ($(common-objpfx)linkobj/libc.so): Likewise.
12485         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12486         instead of $(common-objpfx)elf/.
12487         (symbolic-link-list): Likewise.
12488         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12489         [$(cross-compiling) = no]: Likewise.
12490         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12491         $(elfobjdir)/.
12492         (static-gnulib-arch): Likewise.
12493         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12494         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12495         $(common-objpfx)elf/.
12497 2014-05-21  Richard Henderson  <rth@redhat.com>
12499         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12500         (SINGLE_THREAD_P): Use the correct width load.  Fold
12501         into the ldr offset.
12503         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12504         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12506 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
12508         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12509         (libgcc_s_resume): Use __attribute_used__.
12510         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12511         Likewise.
12513 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12515         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12516         optimization when used with float constants.
12518         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12520 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
12522         [BZ #16915]
12523         * locale/nl_langinfo_l.c: Make direct reference to every
12524         _nl_current_CATEGORY symbol.
12525         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12526         (tests-static): Add tst-langinfo-static.
12527         (tests-special): Add tst-langinfo-static.out.
12528         ($(objpfx)tst-langinfo.out): Redirect output.
12529         ($(objpfx)tst-langinfo-static.out): New.
12530         * localedata/tst-langinfo.sh: Send output to stdout.
12531         * localedata/tst-langinfo-static.c: New file.
12533         [BZ #16965]
12534         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12535         when the shift amount is modulo the limb size.
12537 2014-05-20  Richard Henderson  <rth@redhat.com>
12539         [BZ #16967]
12540         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12541         Change type of sa_flags from unsigned int to int.
12543         [BZ #16966]
12544         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12546         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12548 2014-05-20  Will Newton  <will.newton@linaro.org>
12550         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12551         Test the return value of the system call in the nocancel case.
12553 2014-05-20  Will Newton  <will.newton@linaro.org>
12554             Yvan Roux  <yvan.roux@linaro.org>
12556         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12557         #include of asm/ptrace.h.
12558         (PTRACE_GET_THREAD_AREA): Remove #undef.
12559         (PTRACE_GETHBPREGS): Likewise.
12560         (PTRACE_SETHBPREGS): Likewise.
12561         (struct user_regs_struct): New structure.
12562         (struct user_fpsimd_struct): New structure.
12563         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12564         #include of asm/ptrace.h and second #include of sys/user.h.
12565         (PTRACE_GET_THREAD_AREA): Remove #undef.
12566         (PTRACE_GETHBPREGS): Likewise.
12567         (PTRACE_SETHBPREGS): Likewise.
12568         (ELF_NGREG): Use new struct user_regs_struct.
12569         (elf_fpregset_t): Use new struct user_fpsimd_struct.
12571 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12573         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12574         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12576 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12578         [BZ #16958]
12579         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12580         membar to avoid block loads/stores to overlap previous stores.
12582 2014-05-17  Richard Henderson  <rth@redhat.com>
12584         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12585         Create the __##syscall_name##_nocancel entry point.
12586         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12587         Remove; let the sysdep-cancel.h code create it.
12589 2014-05-17  David S. Miller  <davem@davemloft.net>
12591         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12592         Protect with __USE_GNU.
12593         (TIOCSET_TEMPT): Likewise.
12594         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12595         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12596         these are already provided in bits/ioctl-types.h
12598 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12600         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12601         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12603         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12604         Use wait4 regardless of [__NR_waitpid].
12606 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12608         PR libgcc/60166
12609         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12610         (_FP_NANSIGN_Q): Set the quiet bit.
12612 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
12614         * benchtests/Makefile
12615         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12616         not $(common-objpfx)math/libm.so.
12617         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12618         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12619         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12620         $(common-objpfx)dlfcn/libdl.so.
12621         ($(objpfx)tst-audit8): Depend on $(libm), not
12622         $(common-objpfx)math/libm.so.
12623         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12624         not $(common-objpfx)dlfcn/libdl.so.
12625         * math/Makefile
12626         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12627         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
12628         [$(build-shared) = yes].
12629         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12630         $(common-objpfx)nptl/libpthread.so.
12631         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12632         $(common-objpfx)math/libm.so$(libm.so-version) or
12633         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12634         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12635         $(common-objpfx)dlfcn/libdl.so.
12636         * setjmp/Makefile (link-libm): Remove variable.
12637         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12638         * stdio-common/Makefile (link-libm): Remove variable.
12639         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12640         * stdlib/Makefile (link-libm): Remove variable.
12641         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12642         ($(objpfx)tst-strtod-round): Likewise.
12643         ($(objpfx)tst-tininess): Likewise.
12644         ($(objpfx)tst-strtod-underflow): Likewise.
12645         ($(objpfx)tst-strtod6): Likewise.
12646         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12647         $(libdl), not $(common-objpfx)nptl/libpthread.so and
12648         $(common-objpfx)dlfcn/libdl.so.
12650 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12652         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12653         BSD terminal modes definitions.
12655 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12657         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12658         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12660         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12661         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12662         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12663         Don't do #include_next.
12664         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12665         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12666         Don't do #include_next.
12667         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12668         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12669         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12670         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
12672 2014-05-16  Allan McRae  <allan@archlinux.org>
12674         * po/sv.po: Update Swedish translation from translation project.
12676         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
12677         in sed expression.
12679 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
12681         [BZ #16917]
12682         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
12683         errno if the TIOCGPTN ioctl fails with an error different than
12684         EINVAL.
12685         * login/tst-ptsname.c: New file.
12686         * login/Makefile (tests): Add tst-ptsname.
12688         [BZ #16943]
12689         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12690         and prlimit64.
12692 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12694         [BZ #16849]
12695         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12696         herrno to return EAI_AGAIN.
12698 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12700         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12701         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12702         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12703         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12704         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12705         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12706         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12707         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12708         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12709         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12710         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12711         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12712         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12713         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12714         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12715         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12716         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12717         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12718         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12719         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12720         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12721         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12722         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12723         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12724         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12725         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12726         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12727         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12728         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12729         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12730         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12731         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12732         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12733         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12734         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12735         Moved ...
12736         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12737         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12738         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12739         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12740         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12741         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12742         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12743         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12744         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12745         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12746         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12747         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12748         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12749         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12750         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12751         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12752         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12753         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12754         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12755         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12756         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12757         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12758         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12759         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12760         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12761         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12762         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12763         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12764         Moved ...
12765         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12766         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12767         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12768         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12769         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12770         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12771         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12772         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12773         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12774         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12775         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12776         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12777         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12778         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12779         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12780         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12781         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12782         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12783         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12784         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12785         Moved ...
12786         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12787         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12788         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12790         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12791         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12792         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12793         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12794         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12795         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12796         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12797         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12798         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12799         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12800         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12801         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12802         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12803         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12804         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12805         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12806         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12807         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12808         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12809         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12810         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12811         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12812         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12813         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12814         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12815         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12816         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12817         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12818         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12819         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12820         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12822         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12823         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12825         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12826         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12827         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12828         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12829         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12830         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12831         Moved ...
12832         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12833         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12834         Moved ...
12835         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12836         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12837         Moved ...
12838         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12839         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12840         Moved ...
12841         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12842         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12843         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12844         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12845         Moved ...
12846         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12847         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12848         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12849         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12850         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12851         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12852         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12853         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12854         Moved ...
12855         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12856         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12857         Moved ...
12858         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12859         ... here.
12860         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12861         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12862         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12863         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12864         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12865         Moved ...
12866         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12867         ... here.
12868         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12869         Moved ...
12870         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12871         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12872         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12873         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12874         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12875         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12876         Moved ...
12877         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12878         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12879         Moved ...
12880         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12881         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12882         Moved ...
12883         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12884         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12885         Moved ...
12886         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12887         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12888         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12889         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12890         Moved ...
12891         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12892         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12893         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12894         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12895         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12896         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12897         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12898         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12899         Moved ...
12900         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12901         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12902         Moved ...
12903         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12904         ... here.
12905         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12906         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12907         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12908         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12909         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12910         Moved ...
12911         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12912         ... here.
12913         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12914         Moved ...
12915         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12916         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12917         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12918         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12919         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12920         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12921         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12922         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12923         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12924         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12925         Moved ...
12926         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12927         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12928         Moved ...
12929         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12930         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12931         Moved ...
12932         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12933         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12934         Moved ...
12935         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12936         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12937         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12938         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12939         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12940         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12941         Moved ...
12942         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12943         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12944         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12945         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12946         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12947         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12948         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12949         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12950         Moved ...
12951         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12952         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12953         Moved ...
12954         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12955         ... here.
12956         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12957         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12958         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12959         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12960         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12961         Moved ...
12962         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12963         ... here.
12964         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12965         Moved ...
12966         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12967         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12968         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12969         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12970         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12971         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12972         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12973         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12974         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12975         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12976         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12978         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12979         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12981         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12982         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12984         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12985         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12986         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12987         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12988         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12989         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12990         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12991         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12992         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12993         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12994         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12995         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12996         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12997         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12998         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12999         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13000         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13001         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13002         Moved ...
13003         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13004         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13005         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13006         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13007         Moved ...
13008         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13009         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13010         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13011         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13012         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13013         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13014         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13015         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13016         Moved ...
13017         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13018         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13019         Moved ...
13020         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13021         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13022         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13023         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13024         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13025         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13026         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13027         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13028         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13029         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13030         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13031         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13032         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13033         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13034         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13035         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13036         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13038         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13039         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13040         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13041         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13042         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13044         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13045         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13046         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13047         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13048         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13049         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13050         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13051         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13052         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13053         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13055         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13056         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13058         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13059         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13060         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13061         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13062         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13063         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13064         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13065         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13066         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13067         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13068         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13069         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13070         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13071         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13072         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13073         Update #include.
13074         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13075         Likewise.
13076         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13077         Likewise.
13078         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13079         Likewise.
13080         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13081         Likewise.
13082         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13083         Likewise.
13084         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13085         Likewise.
13086         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13087         Likewise.
13088         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13089         Likewise.
13090         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13091         Likewise.
13092         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13093         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13094         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13095         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13096         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13097         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13098         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13099         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13100         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13101         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13102         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13103         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13104         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13105         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
13106         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
13108         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13109         that was previously under [RESET_PID].
13110         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13111         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13112         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13114         * sysdeps/i386/nptl/Implies: New file.
13115         * sysdeps/x86_64/nptl/Implies: New file.
13116         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13117         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13118         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13119         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13121         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13122         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13123         (__libc_vfork): New strong alias.
13124         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13125         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13127         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13128         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13129         (__libc_vfork): New strong alias.
13130         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13131         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13133         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13134         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13135         (__libc_vfork): New strong alias.
13136         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13137         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13138         * nptl/pt-vfork.c: New file.
13139         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13140         (libpthread: GLIBC_2.20): New version set (empty).
13142 2014-05-14  Will Newton  <will.newton@linaro.org>
13144         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13145         rather than #if.
13147 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13149         [BZ #16564]
13150         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13151         arguments with exponent 65 or above.
13152         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13153         arguments 0x1p113L or above.
13154         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13155         to arguments 0x1p107L or above.
13156         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13157         positive arguments with exponent 65 or above.
13158         * math/auto-libm-test-in: Add more tests of log1p.
13159         * math/auto-libm-test-out: Regenerated.
13161         [BZ #16928]
13162         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13163         non-finite arguments is +0.
13164         * math/s_cacosf.c (__cacosf): Likewise.
13165         * math/s_cacosl.c (__cacosl): Likewise.
13166         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13167         * sysdeps/i386/fpu/libm-test-ulps: Update.
13168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13170         [BZ #16927]
13171         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13172         value.
13173         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13174         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13175         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13176         for explicit high bit of mantissa when testing for argument equal
13177         to 1.
13178         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13179         * sysdeps/i386/fpu/libm-test-ulps: Update.
13180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13182         [BZ #16516]
13183         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13184         (__erf): Scale by 16 instead of 8 in potentially underflowing
13185         case.  Ensure exception if result actually underflows.
13186         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13187         (__erff): Scale by 16 instead of 8 in potentially underflowing
13188         case.  Ensure exception if result actually underflows.
13189         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13190         (efx8): Remove variable.
13191         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13192         case.  Ensure exception if result actually underflows.
13193         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13194         (efx8): Remove variable.
13195         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13196         case.  Ensure exception if result actually underflows.
13197         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13198         (efx8): Remove variable.
13199         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13200         case.  Ensure exception if result actually underflows.
13201         * math/auto-libm-test-in: Add more tests of erf.
13202         * math/auto-libm-test-out: Regenerated.
13204 2014-05-14  Andreas Schwab  <schwab@suse.de>
13206         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13207         Remove code conditionalized on USE___THREAD.
13209         * config.h.in (HAVE_PT_CHOWN): Define as 0.
13210         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13211         not definedness.
13213 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13215         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13216         Define unconditionally.
13217         (__ASSUME_O_CLOEXEC): Likewise.
13218         (__ASSUME_SOCK_CLOEXEC): Likewise.
13219         (__ASSUME_IN_NONBLOCK): Likewise.
13220         (__ASSUME_PIPE2): Likewise.
13221         (__ASSUME_EVENTFD2): Likewise.
13222         (__ASSUME_SIGNALFD4): Likewise.
13223         (__ASSUME_DUP3): Likewise.
13224         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13225         (__ASSUME_DUP3): Do not define.
13226         (__ASSUME_EVENTFD2): Likewise.
13227         (__ASSUME_IN_NONBLOCK): Likewise.
13228         (__ASSUME_O_CLOEXEC): Likewise.
13229         (__ASSUME_PIPE2): Likewise.
13230         (__ASSUME_SIGNALFD4): Likewise.
13231         (__ASSUME_SOCK_CLOEXEC): Likewise.
13232         (__ASSUME_UTIMES): Undefine.
13233         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13234         (__ASSUME_UTIMES): Do not define.
13235         (__ASSUME_O_CLOEXEC): Likewise.
13236         (__ASSUME_SOCK_CLOEXEC): Likewise.
13237         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13238         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13239         0x020621].
13240         (__ASSUME_PIPE2): Likewise.
13241         (__ASSUME_EVENTFD2): Likewise.
13242         (__ASSUME_SIGNALFD4): Likewise.
13243         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13244         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13245         Do not define.
13246         (__ASSUME_EVENTFD2): Likewise.
13247         (__ASSUME_SIGNALFD4): Likewise.
13248         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13249         (__ASSUME_32BITUIDS): Likewise.
13250         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13251         (__ASSUME_IPC64): Likewise.
13252         (__ASSUME_ST_INO_64_BIT): Likewise.
13253         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13254         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13255         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13256         (__ASSUME_UTIMES): Do not define.
13257         (__ASSUME_PSELECT): Likewise.
13258         (__ASSUME_PPOLL): Likewise.
13259         (__ASSUME_O_CLOEXEC): Likewise.
13260         (__ASSUME_SOCK_CLOEXEC): Likewise.
13261         (__ASSUME_IN_NONBLOCK): Likewise.
13262         (__ASSUME_PIPE2): Likewise.
13263         (__ASSUME_EVENTFD2): Likewise.
13264         (__ASSUME_SIGNALFD4): Likewise.
13265         (__ASSUME_DUP3): Likewise.
13266         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13267         (__ASSUME_UTIMES): Likewise.
13268         (__ASSUME_O_CLOEXEC): Likewise.
13269         (__ASSUME_SOCK_CLOEXEC): Likewise.
13270         (__ASSUME_IN_NONBLOCK): Likewise.
13271         (__ASSUME_PIPE2): Likewise.
13272         (__ASSUME_EVENTFD2): Likewise.
13273         (__ASSUME_SIGNALFD4): Likewise.
13274         (__ASSUME_DUP3): Likewise.
13275         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13276         (__ASSUME_UTIMES): Likewise.
13277         (__ASSUME_O_CLOEXEC): Likewise.
13278         (__ASSUME_SOCK_CLOEXEC): Likewise.
13279         (__ASSUME_IN_NONBLOCK): Likewise.
13280         (__ASSUME_PIPE2): Likewise.
13281         (__ASSUME_EVENTFD2): Likewise.
13282         (__ASSUME_SIGNALFD4): Likewise.
13283         (__ASSUME_DUP3): Likewise.
13284         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13285         Likewise.
13286         (__ASSUME_UTIMES): Likewise.
13287         (__ASSUME_EVENTFD2): Likewise.
13288         (__ASSUME_SIGNALFD4): Likewise.
13289         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13290         (__ASSUME_O_CLOEXEC): Likewise.
13291         (__ASSUME_SOCK_CLOEXEC): Likewise.
13292         (__ASSUME_IN_NONBLOCK): Likewise.
13293         (__ASSUME_PIPE2): Likewise.
13294         (__ASSUME_EVENTFD2): Likewise.
13295         (__ASSUME_SIGNALFD4): Likewise.
13296         (__ASSUME_DUP3): Likewise.
13297         (__ASSUME_UTIMES): Undefine.
13299         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13300         feclearexcept.  Remove symbol versioning code.
13301         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
13302         symbol versioning code.
13303         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
13304         symbol versioning code.
13305         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13306         feupdateenv.  Remove symbol versioning code.
13307         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13308         fegetexceptflag.  Remove symbol versioning code.
13309         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13310         fesetexceptflag.  Remove symbol versioning code.
13311         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13312         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
13313         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13314         (__posix_fadvise64_l32): Remove prototype.
13315         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13316         code.
13318 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13320         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13321         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13322         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13323         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13325 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
13327         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13328         current working directory
13330 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13332         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13333         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13334         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13335         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13336         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13337         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13338         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13339         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13340         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13341         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13342         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13343         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13344         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13345         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13346         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13347         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13348         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13349         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13350         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13351         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13352         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13353         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13354         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13355         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13356         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13357         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13358         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13359         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13360         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13361         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13362         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13363         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13364         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13365         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13366         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13367         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13368         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13369         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13370         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13371         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13372         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13373         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13375         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13376         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13378         * sysdeps/unix/sysv/linux/arm/Makefile
13379         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13380         Add rt-aeabi_unwind_cpp_pr1.
13381         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13382         Add nptl-aeabi_unwind_cpp_pr1.
13383         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13384         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13385         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13386         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13387         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13388         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13390         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13391         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13392         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13393         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13395         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13396         Deconditionalize the code that was previously under [RESET_PID].
13397         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13399         * sysdeps/generic/exit-thread.h: New file.
13400         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13401         * include/unistd.h (__exit_thread): Remove declaration.
13402         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13403         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13404         * csu/libc-start.c: Include <exit-thread.h>.
13405         (LIBC_START_MAIN): Pass no argument to __exit_thread.
13406         * nptl/pthread_create.c: Include <exit-thread.h>.
13407         (start_thread): Call __exit_thread in place of __exit_thread_inline.
13408         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13409         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13410         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13411         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13412         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13413         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13414         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13415         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13416         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13417         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13418         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13419         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13420         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13421         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13422         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13423         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13425 2014-05-13  Andreas Schwab  <schwab@suse.de>
13427         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13429 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
13431         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13432         (__ASSUME_UTIMES): Do not condition on kernel version.
13433         (__ASSUME_PSELECT): Define unconditionally.
13434         (__ASSUME_PPOLL): Likewise.
13435         (__ASSUME_ATFCTS): Likewise.
13436         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13437         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13438         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13439         (__ASSUME_UTIMENSAT): Define unconditionally.
13440         (__ASSUME_PRIVATE_FUTEX): Likewise.
13441         (__ASSUME_FALLOCATE): Likewise.
13442         (__ASSUME_O_CLOEXEC): Likewise.
13443         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13444         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13445         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13446         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13447         (__ASSUME_IN_NONBLOCK): Likewise.
13448         (__ASSUME_PIPE2): Likewise.
13449         (__ASSUME_EVENTFD2): Likewise.
13450         (__ASSUME_SIGNALFD4): Likewise.
13451         (__ASSUME_DUP3): Likewise.
13452         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13453         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13454         (__ASSUME_AT_RANDOM): Likewise.
13455         (__ASSUME_PREADV): Likewise.
13456         (__ASSUME_PWRITEV): Likewise.
13457         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13458         (__ASSUME_F_GETOWN_EX): Define unconditionally.
13459         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13460         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13461         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13462         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13463         (__ASSUME_O_CLOEXEC): Define unconditionally.
13464         (__ASSUME_PSELECT): Do not undefine conditionally.
13465         (__ASSUME_PPOLL): Likewise.
13466         (__ASSUME_ATFCTS): Likewise.
13467         (__ASSUME_SET_ROBUST_LIST): Likewise.
13468         (__ASSUME_UTIMENSAT): Likewise.
13469         (__ASSUME_FDATASYNC): Define unconditionally.
13470         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13471         (__ASSUME_SIGFRAME_V2): Likewise.
13472         )__ASSUME_EVENTFD2): Likewise.
13473         (__ASSUME_SIGNALFD4): Likewise.
13474         (__ASSUME_PSELECT): Do not undefine conditionally.
13475         (__ASSUME_PPOLL): Likewise.
13476         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13477         (__ASSUME_PSELECT): Define unconditionally.
13478         (__ASSUME_PPOLL): Likewise.
13479         (__ASSUME_O_CLOEXEC): Likewise.
13480         (__ASSUME_SOCK_CLOEXEC): Likewise.
13481         (__ASSUME_IN_NONBLOCK): Likewise.
13482         (__ASSUME_PIPE2): Likewise.
13483         (__ASSUME_EVENTFD2): Likewise.
13484         (__ASSUME_SIGNALFD4): Likewise.
13485         (__ASSUME_DUP3): Likewise.
13486         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13487         (__ASSUME_O_CLOEXEC): Likewise.
13488         (__ASSUME_SOCK_CLOEXEC): Likewise.
13489         (__ASSUME_IN_NONBLOCK): Likewise.
13490         (__ASSUME_PIPE2): Likewise.
13491         (__ASSUME_EVENTFD2): Likewise.
13492         (__ASSUME_SIGNALFD4): Likewise.
13493         (__ASSUME_DUP3): Likewise.
13494         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13495         (__ASSUME_EVENTFD2): Likewise.
13496         (__ASSUME_SIGNALFD4): Likewise.
13497         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13499 2014-05-12  Andreas Schwab  <schwab@suse.de>
13501         [BZ #16932]
13502         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13503         (_nss_nis_gethostbyname4_r): Return error if item length is larger
13504         than maximum RPC packet size.
13505         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13506         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13507         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13508         (_nss_nis_getservbyport_r): Likewise.
13510 2014-05-12  Will Newton  <will.newton@linaro.org>
13512         * malloc/Makefile (tests): Add tst-mallopt.
13513         * malloc/tst-mallopt.c: New file.
13515 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13517         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13518         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13520 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13522         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13523         (tst-tlsmod6.so): Likewise.
13525 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13527         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13529 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
13531         [BZ #16064]
13532         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13533         and <dl-procinfo.h>.
13534         (__fegetenv): Save SSE state in envp->__eip if supported.
13535         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13536         envp->__eip if supported.
13537         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13538         and <dl-procinfo.h>.
13539         (__fesetenv): Always set __eip, __cs_selector, __opcode,
13540         __data_offset and __data_selector in environment to 0.  Set SSE
13541         state if supported.
13542         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13543         test-fenv-sse.
13544         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13545         -mfpmath=sse.
13546         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13548 2014-05-09  Will Newton  <will.newton@linaro.org>
13550         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13551         and libc_relro_required for ARM.
13552         * sysdeps/arm/preconfigure: Regenerate.
13554 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13555             Stefan Liebler  <stli@linux.vnet.ibm.com>
13557         * config.make.in (enable-lock-elision): New Makefile variable.
13558         * configure.ac: Likewise.
13559         * configure: Regenerate.
13560         * sysdeps/s390/configure.ac:
13561         Add check for gcc transactions support.
13562         * sysdeps/s390/configure: Regenerate.
13563         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13564         Build elision files if enabled.
13565         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13566         Add lock elision support for s390.
13567         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13568         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13569         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13570         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13571         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13572         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13573         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13574         Likewise.
13575         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13576         Likewise.
13577         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13578         Likewise.
13579         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13580         Likewise.
13581         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13582         (__lll_timedlock_elision, __lll_lock_elision)
13583         (__lll_unlock_elision, __lll_trylock_elision)
13584         (lll_timedlock_elision, lll_lock_elision)
13585         (lll_unlock_elision, lll_trylock_elision): Add.
13586         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13587         (pthread_mutex_t): Add lock elision support for s390.
13589 2014-05-14  Wilco  <wdijkstr@arm.com>
13591         * sysdeps/arm/fclrexcpt.c: Cleanup.
13592         * sysdeps/arm/fedisblxcpt.c: Cleanup.
13593         * sysdeps/arm/feenablxcpt.c: Cleanup.
13594         * sysdeps/arm/fegetenv.c: Cleanup.
13595         * sysdeps/arm/fegetexcept.c: Cleanup.
13596         * sysdeps/arm/fegetround.c: Cleanup.
13597         * sysdeps/arm/feholdexcpt.c: Cleanup.
13598         * sysdeps/arm/fesetenv.c: Cleanup.
13599         * sysdeps/arm/fesetround.c: Cleanup.
13600         * sysdeps/arm/feupdateenv.c: Cleanup.
13601         * sysdeps/arm/fgetexcptflg.c: Cleanup.
13602         * sysdeps/arm/fraiseexcpt.c: Cleanup.
13603         * sysdeps/arm/fsetexcptflg.c: Cleanup.
13604         * sysdeps/arm/ftestexcept.c: Cleanup.
13605         * sysdeps/arm/get-rounding-mode.h: Cleanup.
13606         * sysdeps/arm/setfpucw.c: Cleanup.
13608 2014-05-09  Will Newton  <will.newton@linaro.org>
13610         * sysdeps/arm/armv7/strcmp.S: New file.
13611         * NEWS: Mention addition of ARMv7 optimized strcmp.
13613 2014-05-08  Roland McGrath  <roland@hack.frob.com>
13615         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13616         look for %.ac rather than %.in.
13618         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13619         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13620         * sysdeps/mach/hurd/configure: Regenerated.
13621         * sysdeps/unix/sysv/linux/configure: Regenerated.
13623         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13625 2014-05-07  Steve Ellcey  <sellcey@mips.com>
13627         [BZ# 16922]
13628         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13629         (LONG_SUB): Ditto.
13630         (PTR_SUB): Ditto.
13632 2014-05-07  Andreas Schwab  <schwab@suse.de>
13634         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13635         when skipping over non-matching result from nscd.
13637 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
13639         [BZ #16876]
13640         * nptl/sockperf.c (client): Check socket return value.
13642         [BZ #16877]
13643         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13644         nscd security class.
13646 2014-05-06  Roland McGrath  <roland@hack.frob.com>
13648         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13649         * sysdeps/arm/unwind.h: ... here.
13651 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
13653         [BZ# 16916]
13654         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13655         Define.
13657 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13659         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13660         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13661         multiarch strncpy for PPC64.
13662         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13663         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13664         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13665         multiarch optimizations.
13666         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13667         (__libc_ifunc_impl_list): Likewise.
13668         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13669         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13670         multiarch stpncpy for PPC64.
13671         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
13672         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
13674 2014-05-06  Andreas Schwab  <schwab@suse.de>
13676         [BZ #16912]
13677         * gmon/mcount.c (_MCOUNT_DECL): Use
13678         atomic_compare_and_exchange_bool_acq instead of
13679         catomic_compare_and_exchange_bool_acq.
13681 2014-05-05  Roland McGrath  <roland@hack.frob.com>
13683         * elf/Makefile (others, install-bin): Remove pldd.
13684         (pldd-modules): Variable removed.
13685         ($(objpfx)pldd): Target removed.
13686         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
13687         (others, install-bin): Append pldd here.
13688         ($(objpfx)pldd): New target.
13690         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13691         to 0, so the first #if test emitted later doesn't see it undefined.
13692         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13693         * sysdeps/gnu/errlist.c: Regenerated.
13695 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13697         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13698         [libc_hidden_builtin_def]: Define to empty value.
13699         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13700         [libc_hidden_builtin_def]: Likewise.
13701         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13702         [libc_hidden_builtin_def]: Likewise.
13703         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13704         [libc_hidden_builtin_def]: Likewise.
13705         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13706         __redirect_memcpy and define ifunc as default hidden symbol.
13707         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13708         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13710 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13712         * locale/iso-4217.def: Reintroduce XDR currency.
13714 2014-05-04  Allan McRae  <allan@archlinux.org>
13716         * po/eo.po: Update Esperanto translation from translation project.
13718 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13720         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13721         and FEATURE_INDEX_MAX to 1.
13722         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13724 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13726         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13727         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13728         * iconvdata/big5.c (ONE_DIRECTION): Define.
13729         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13730         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13731         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13732         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13733         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13734         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13735         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13736         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13737         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13738         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13739         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13740         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13741         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13742         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13743         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13744         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13745         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13746         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13747         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13748         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13749         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13750         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13751         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13752         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13753         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13754         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13755         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13756         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13757         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13758         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13759         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13760         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13761         * iconvdata/johab.c (ONE_DIRECTION): Define.
13762         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13763         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13764         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13765         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13766         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13767         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13768         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13769         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13770         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13771         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13773 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13775         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13776         (_IO_JUMPS_OFFSET): Define to 0.
13778         * nptl/sysdeps/pthread/bits/libc-lock.h
13779         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13780         (__libc_lock_define_initialized_recursive): Always define using
13781         initializer.  Modern compilers treat uninitialized (implicit zero) and
13782         explicit zero initializers the same (i.e. put the datum in bss).
13784 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13786         * nscd/nscd-client.h: Include <string.h>.
13788 2014-05-01  David S. Miller  <davem@davemloft.net>
13790         [BZ #16885]
13791         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13792         multiple zero bytes exist at the end of a string.
13793         Reported by Aurelien Jarno <aurelien@aurel32.net>
13795         * string/test-strcmp.c (check): Add explicit test for situations where
13796         there are multiple zero bytes after the first.
13798 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13800         [BZ #16890]
13801         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13802         when compiling wprintf.
13803         * stdio-common/tstdiomisc.c (t3): New function.
13804         (main): Call it.
13806 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13808         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13809         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13810         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13811         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13813 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13815         * stdlib/longlong.h: Updated from GCC.
13817 2014-05-01  Will Newton  <will.newton@linaro.org>
13818             Bernard Ogden  <bernie.ogden@linaro.org>
13820         * NEWS: Update fixed bug list.
13822         [BZ #15119]
13823         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13825 2014-04-30  David S. Miller  <davem@davemloft.net>
13827         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13828         (libc_feholdexcept_setround_sparc_ctx): New function.
13829         (libc_fesetenv_sparc_ctx): Likewise.
13830         (libc_feupdateenv_sparc_ctx): Likewise.
13831         (libc_feholdsetround_sparc_ctx): Likewise.
13832         (libc_feholdexcept_setround_ctx): Define.
13833         (libc_feholdexcept_setroundf_ctx): Likewise.
13834         (libc_feholdexcept_setroundl_ctx): Likewise.
13835         (libc_fesetenv_ctx): Likewise.
13836         (libc_fesetenvf_ctx): Likewise.
13837         (libc_fesetenvl_ctx): Likewise.
13838         (libc_feupdateenv_ctx): Likewise.
13839         (libc_feupdateenvf_ctx): Likewise.
13840         (libc_feupdateenvl_ctx): Likewise.
13841         (libc_feresetround_ctx): Likewise.
13842         (libc_feresetroundf_ctx): Likewise.
13843         (libc_feresetroundl_ctx): Likewise.
13844         (libc_feholdsetround_ctx): Likewise.
13845         (libc_feholdsetroundf_ctx): Likewise.
13846         (libc_feholdsetroundl_ctx): Likewise.
13848         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13849         with __USE_GNU instead of XOPEN cpp guards.
13851         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13852         0.
13854         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13855         with XOPEN cpp guards.
13857 2014-04-30  Julian Brown  <julian@codesourcery.com>
13859         [BZ #16888]
13860         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13861         handling.
13863 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
13865         [BZ #9894]
13866         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13867         Change to 2.6.32.
13868         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13869         * sysdeps/unix/sysv/linux/configure: Regenerated.
13870         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13871         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13872         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13873         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13874         * README: Update reference to required Linux kernel version.
13875         * manual/install.texi (Linux): Update reference to required Linux
13876         kernel headers version.
13877         * INSTALL: Regenerated.
13879         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13880         header inclusion.
13881         [POSIX] (limits.h): Likewise.
13882         [POSIX] (math.h): Likewise.
13883         [POSIX] (sys/wait.h): Likewise.
13884         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13885         function.
13886         [POSIX] (stddef.h): Do not allow header inclusion.
13888 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13890         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13892 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
13894         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13895         Return immediately after lll_futex_wake.
13897 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13899         [BZ #16791]
13900         * nscd/nscd-client.h (datahead_init_common): Initialize entire
13901         structure.
13902         (datahead_init_pos): Call datahead_init_common early.
13903         (datahead_init_neg): Likewise.
13905         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13906         datahead_init_neg): New functions.
13907         * nscd/aicache.c (addhstaiX): Use them.
13908         * nscd/grpcache.c (cache_addgr): Likewise.
13909         * nscd/hstcache.c (cache_addhst): Likewise.
13910         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13911         * nscd/netgroupcache.c (do_notfound): Likewise.
13912         (addgetnetgrentX): Likewise.
13913         (addinnetgrX): Likewise.
13914         * nscd/pwdcache.c (cache_addpw): Likewise.
13915         * nscd/servicescache.c (cache_addserv): Likewise.
13917 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13918             Atsushi Onoe  <atsushi@onoe.org>
13920         [BZ #14308]
13921         [BZ #12994]
13922         [BZ #13651]
13923         * resolv/res_query.c (__libc_res_nsearch): Return if at least
13924         one response is valid.
13925         * resolv/res_send.c (send_dg): Check for validity of other
13926         response if the current response is a referral.
13928 2014-04-29  Steve Ellcey  <sellcey@mips.com>
13930         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13932 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
13934         [BZ #16823]
13935         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13936         Always divide by positive zero when computing -Inf result.
13937         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13938         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13940 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13942         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13943         FPSCR if value do not change.
13944         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13945         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13946         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13947         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13948         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13949         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13950         function.
13952 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
13954         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13955         * sysdeps/unix/sysv/linux/hppa: Move directory from
13956         ports/systeps/unix/sysv/linux/hppa.
13957         * README: Update listing for hppa-*-linux-gnu.
13959 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
13961         [BZ #16754]
13962         * manual/stdio.texi (Hook functions): Fix types of stream hook
13963         functions.
13964         [BZ #16854]
13965         * socket/sys/socket.h: Fix typo in comment.
13967 2014-04-28  Wilco  <wdijkstr@arm.com>
13969         * sysdeps/arm/fenv_private.h: New file.
13970         * sysdeps/arm/math_private.h: New file.
13971         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13973 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
13975         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13976         with __int128_t.
13977         (La_x86_64_retval): Likewise.
13979 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
13981         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13982         fpsr if value didn't change.
13983         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13984         to fpcr if value didn't change.
13985         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13986         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13987         fpsr or fpcr if value didn't change.
13988         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13989         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13990         fpcr if value didn't change.
13991         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13992         to fpsr if value didn't change.
13994 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
13996         * nptl/tst-sem3.c: Use test-skeleton.c
13997         (main): Rename to do_test.  Use return instead of
13998         exit.
13999         * nptl/tst-sem4.c: Use test-skeleton.c
14000         (main): Rename to do_test.
14002 2014-04-22  David S. Miller  <davem@davemloft.net>
14004         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14005         (struct sigaction): New struct member __glibc_reserved0, change
14006         type of sa_flags to int.
14008 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14010         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14011         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14013 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14015         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14016         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14018 2014-04-22  Will Newton  <will.newton@linaro.org>
14019             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14021         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14022         (__longjmp): Add longjmp and longjmp_target SystemTap
14023         probes.
14024         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14025         (__sigsetjmp): Add setjmp SystemTap probe.
14027 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14029         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14030         match manual order.
14032 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14034         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14036         * sysdeps/powerpc/fpu/fenv_private.h
14037         (libc_feholdexcept_setroundl_ctx): Define to
14038         libc_feholdexcept_setround_ppc_ctx.
14039         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14040         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14041         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14042         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14044 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14046         * sysdeps/aarch64/math-tests.h: New file.
14048 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
14050         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14051         New.
14052         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14053         Check and set bit_AVX2_Usable.
14054         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14055         macro.
14056         (bit_AVX2): Likewise.
14057         (index_AVX2_Usable): Likewise.
14058         (CPUID_AVX2): Likewise.
14059         (HAS_AVX2): Likewise.
14061 2014-04-17  Will Newton  <will.newton@linaro.org>
14063         * manual/setjmp.texi (System V contexts): Add note that
14064         calling setcontext on a context created by a call to a
14065         signal handler is undefined.  Update text to note that
14066         setcontext from a signal handler is possible but not
14067         recommended.
14069         [BZ #16629]
14070         * stdlib/tst-setcontext.c: Include signal.h.
14071         (main): Check that the signal stack before and
14072         after swapcontext is the same.
14074         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14075         Re-implement to restore registers in user code and avoid
14076         rt_sigreturn system call.
14078 2014-04-17  Wilco  <wdijkstr@arm.com>
14080         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14081         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14082         * math/test-fenv.c: Skip exception trap tests on targets which only
14083         support non-stop mode.
14085 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14086             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14088         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14089         (libc_feholdsetround_aarch64_ctx)
14090         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14091         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14092         (libc_feresetround_ctx, libc_feresetroundf_ctx)
14093         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14094         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14095         (libc_feresetround_noexl_ctx): Define.
14097 2014-04-16  Richard Henderson  <rth@redhat.com>
14099         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14101         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14102         unwind tables.
14104         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14105         const from the non-libc, non-ldso copy.
14107         * sysdeps/alpha/libm-test-ulps: Regenerate.
14109 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
14110             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14112         * sysdeps/aarch64/fpu/math_private.h: New file.
14114 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14116         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14118 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
14120         [BZ #16275]
14121         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14122         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14123         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14124         Intel MPX bound registers before _dl_profile_fixup.
14125         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14126         registers after _dl_profile_fixup.  Save and restore bound
14127         registers bnd0/bnd1 when calling _dl_call_pltexit.
14128         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14129         (LR_BND_OFFSET): Likewise.
14130         (LRV_BND0_OFFSET): Likewise.
14131         (LRV_BND1_OFFSET): Likewise.
14133 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14135         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14136         to...
14137         * sysdeps/mach/hurd/i386/tls.h: ... here.
14138         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14139         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14140         fields.
14142 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14144         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14146 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14148         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14150 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14152         [BZ #14770]
14153         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14154         * sysdeps/s390/configure: Regenerate.
14156         [BZ #16824]
14157         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14158         Set round-to-nearest internally to reduce error accumulation.
14160 2014-04-16  Alan Modra  <amodra@gmail.com>
14162         [BZ #16740]
14163         [BZ #16619]
14164         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14165         * math/libm-test.inc (frexp_test_data): Add tests.
14166         * NEWS: Update fixed bug list.
14168 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14170         * benchtests/Makefile: Depend on libraries in build directory.
14171         (bench-math): Separate out math tests.
14172         (bench-pthread): Separate out pthread tests.
14173         (bench): Include math and pthread tests.
14175 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14177         [BZ #16831]
14178         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14179         _dl_debug_initialize.
14181         * configure.ac: Remove SELinux header check.
14182         * configure: Regenerate.
14183         * nscd/selinux.c (perms): Array of const char* to permission names.
14184         (nscd_request_avc_has_perm): Call security_deny_unknown to find
14185         default policy. Call string_to_security_class and string_to_av_perm to
14186         translate strings. Enforce default policy and call avs_has_perm with
14187         results of translated strings.
14189 2014-04-13  David S. Miller  <davem@davemloft.net>
14191         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14193 2014-04-12  Allan McRae  <allan@archlinux.org>
14195         [BZ #16838]
14196         * manual/string.texi (Collation Functions): Fix qsort argument
14197         order in example.
14198         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14200 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
14202         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14203         Make the test a no-op if there are no exceptions defined.
14205 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14207         * elf/Makefile (tests): make tst-dlopen-aout conditional on
14208         enable-hardcoded-path-in-tests
14210 2014-04-11  Will Newton  <will.newton@linaro.org>
14212         * benchtests/Makefile (extra-objs): Add json-lib.o.
14213         (bench-func): Tidy up JSON output.
14214         * benchtests/bench-skeleton.c: Include json-lib.h.
14215         (main): Use JSON library functions to do output of
14216         benchmark results.
14217         * benchtests/bench-timing-type.c (main): Output the
14218         timing type simply, leaving formatting to the user.
14219         * benchtests/json-lib.c: New file.
14220         * benchtests/json-lib.h: Likewise.
14222 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14224         [BZ #15215]
14225         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14226         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
14227         memory barriers.  Add comments.
14228         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14229         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14230         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14231         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14232         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14233         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14235 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14237         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14238         * sysdeps/s390/s390-64/configure.ac: ... this ...
14239         * sysdeps/s390/configure.ac: ... to here.
14240         * sysdeps/s390/s390-32/configure: Delete file.
14241         * sysdeps/s390/s390-64/configure: Delete file.
14242         * sysdeps/s390/configure: Regenerate.
14244 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
14246         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14248 2014-04-11  Will Newton  <will.newton@linaro.org>
14250         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14251         to zero if it is not defined elsewhere.  (mtrim): Test
14252         the value of MALLOC_DEBUG with #if rather than #ifdef.
14254 2014-04-10 Torvald Riegel  <triegel@redhat.com>
14256         * benchtests/pthread_once-inputs: New file.
14257         * benchtests/pthread_once-source.c: New file.
14258         * benchtests/README: Update documentation.
14260 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
14261             H.J. Lu  <hongjiu.lu@intel.com>
14263         [BZ #16275]
14264         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14265         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14266         * sysdeps/x86_64/configure: Regenerated.
14267         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14268         macro.
14269         (REGISTER_SAVE_RAX): Likewise.
14270         (REGISTER_SAVE_RCX): Likewise.
14271         (REGISTER_SAVE_RDX): Likewise.
14272         (REGISTER_SAVE_RSI): Likewise.
14273         (REGISTER_SAVE_RDI): Likewise.
14274         (REGISTER_SAVE_R8): Likewise.
14275         (REGISTER_SAVE_R9): Likewise.
14276         (REGISTER_SAVE_BND0): Likewise.
14277         (REGISTER_SAVE_BND1): Likewise.
14278         (REGISTER_SAVE_BND2): Likewise.
14279         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
14280         bound registers when calling _dl_fixup.
14282 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14284         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14285         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14286         of its definition.
14287         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14288         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14289         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14290         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14291         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14292         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14293         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14295 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
14297         [BZ #15514]
14298         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14299         pathconf(_PC_NAME_MAX).
14301 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14303         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14304         Remove macro usage.
14305         (__PTHREAD_SPINS): Move definition to ...
14306         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14307         (__PTHREAD_SPINS): ... here.
14308         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14309         (__PTHREAD_SPIN): Likewise.
14310         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14311         (__PTHREAD_SPIN): Likewise.
14312         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14313         (__PTHREAD_SPIN): Likewise.
14314         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14315         (__PTHREAD_SPIN): Likewise.
14316         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14317         (__PTHREAD_SPIN): Likewise.
14318         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14319         (__PTHREAD_SPIN): Likewise.
14320         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14321         (__PTHREAD_SPIN): Likewise.
14322         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14323         (__PTHREAD_SPIN): Likewise.
14324         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14325         (__PTHREAD_SPIN): Likewise.
14326         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14327         (__PTHREAD_SPIN): Likewise.
14328         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14329         (__PTHREAD_SPIN): Likewise.
14330         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14331         (__PTHREAD_SPIN): Likewise.
14333         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14334         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14335         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14336         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14337         imply folder.
14338         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14339         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14340         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14341         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14342         correct imply path.
14343         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14344         strlen symbol for non multi-arch builds.
14345         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14346         missing hidden_def and weak_alias.
14348 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
14350         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14352 2014-04-07  Will Newton  <will.newton@linaro.org>
14354         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14355         and contents.  [!_LIBC] Remove #ifndef and contents.
14356         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
14357         * string/memccpy.c (__memccpy): Use ANSI prototype.
14358         * string/memfrob.c (memfrob): Likewise.
14359         * string/strcoll.c (STRCOLL): Likewise.
14360         * string/strlen.c (strlen): Likewise.
14361         * string/strtok.c (STRTOK): Likewise.
14362         * string/strcat.c: Remove unused #include of memcopy.h.
14363         (strcat): Use ANSI prototype.
14364         * string/strchr.c: Remove unused #include of memcopy.h.
14365         (strchr): Use ANSI prototype.
14366         * string/strcmp.c: Remove unused #include of memcopy.h.
14367         (strcmp): Use ANSI prototype.
14368         * string/strcpy.c: Remove unused #include of memcopy.h.
14369         (strcpy): Use ANSI prototype.
14371 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14373         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14374         * config.make.in (config-extra-cppflags): Set it from
14375         libc_extra_cppflags.
14376         * configure.ac (libc_extra_cflags): Make it accumulate over
14377         configure fragments.
14378         (libc_extra_cppflags): New flag.
14379         * configure. Regenerate.
14380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14381         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14382         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14385         [BZ #16815]
14386         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14387         result for FE_DOWNWARD rounding mode.
14388         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14389         Likewise.
14390         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14392 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
14394         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14395         in function argument name.
14397 2014-04-03  David Svoboda  <svoboda@cert.org>
14399         [BZ #5666]
14400         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14401         explicitly.
14403 2014-04-03  Roland McGrath  <roland@hack.frob.com>
14405         * elf/dl-unmap-segments.h: New file.
14406         * sysdeps/generic/ldsodefs.h
14407         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14408         * elf/dl-close.c: Include <dl-unmap-segments.h>.
14409         * elf/dl-fptr.c: Likewise.
14410         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14411         * sysdeps/aarch64/tlsdesc.c: Likewise.
14412         * sysdeps/arm/tlsdesc.c: Likewise.
14413         * sysdeps/i386/tlsdesc.c: Likewise.
14414         * sysdeps/tile/dl-runtime.c: Likewise.
14415         * sysdeps/x86_64/tlsdesc.c: Likewise.
14416         * elf/dl-load.h: New file.
14417         * elf/dl-load.c: Include it.
14418         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14419         Macros moved to dl-load.h.
14420         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14421         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14422         Use _dl_unmap_segments in place of __munmap.
14423         Break out segment-mapping loop into ...
14424         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14426 2014-04-03  Will Newton  <will.newton@linaro.org>
14428         * elf/dl-lookup.c (do_lookup_x): Remove comment
14429         referring to nested function and move variable
14430         declarations down to before first use.
14432 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
14434         [BZ #16799]
14435         [BZ #16800]
14436         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14437         with 0 numerator.
14438         * math/s_catanf.c (__catanf): Likewise.
14439         * math/s_catanh.c (__catanh): Likewise.
14440         * math/s_catanhf.c (__catanhf): Likewise.
14441         * math/s_catanhl.c (__catanhl): Likewise.
14442         * math/s_catanl.c (__catanl): Likewise.
14443         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14444         by positive zero when computing -Inf result.
14445         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14446         (catanh_test): Likewise.
14447         * sysdeps/i386/fpu/libm-test-ulps: Update.
14448         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14450         [BZ #16789]
14451         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14452         instead of using underflowing value in computing result.
14453         * math/s_clog10.c (__clog10): Likewise.
14454         * math/s_clog10f.c (__clog10f): Likewise.
14455         * math/s_clog10l.c (__clog10l): Likewise.
14456         * math/s_clogf.c (__clogf): Likewise.
14457         * math/s_clogl.c (__clogl): Likewise.
14458         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14459         (clog10_test): Likewise.
14460         * sysdeps/i386/fpu/libm-test-ulps: Update.
14461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14463 2014-04-02  Alan Modra  <amodra@gmail.com>
14465         [BZ #16739]
14466         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14467         output when value is near a power of two.  Use int64_t for lx and
14468         remove casts.  Use decimal rather than hex exponent constants.
14469         Don't use long double multiplication when double will suffice.
14470         * math/libm-test.inc (nextafter_test_data): Add tests.
14471         * NEWS: Add 16739 and 16786 to bug list.
14473         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14475         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14477 2014-04-01  Will Newton  <will.newton@linaro.org>
14479         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14480         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
14482 2014-04-01  Florian Weimer  <fweimer@redhat.com>
14484         [BZ #13347]
14485         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14486         * nptl/tst-setuid2.c: New file.
14487         * nptl/Makefile (xtests): Add tst-setuid2.
14489 2014-04-01  Alan Modra  <amodra@gmail.com>
14491         [BZ #16786]
14492         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14494 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14496         [BZ #6803]
14497         [BZ #6804]
14498         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14499         set errno as appropriate.
14500         * math/w_scalbf.c (__scalbf): Likewise.
14501         * math/w_scalbl.c (__scalbl): Likewise.
14502         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14503         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14504         * math/libm-test.inc (scalb_test_data): Add errno expectations.
14505         Add more NaN tests.
14507         [BZ #16349]
14508         * math/w_atan2.c: Include <errno.h>.
14509         (__atan2): Set errno for result underflowing to zero.
14510         * math/w_atan2f.c: Include <errno.h>.
14511         (__atan2f): Set errno for result underflowing to zero.
14512         * math/w_atan2l.c: Include <errno.h>.
14513         (__atan2l): Set errno for result underflowing to zero.
14514         * math/auto-libm-test-in: Don't allow missing errno for some atan2
14515         tests.
14516         * math/auto-libm-test-out: Regenerated.
14518 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14520         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14521         Encode instruction correctly in little endian.
14522         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14523         Likewise.
14524         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14525         Likewise.
14526         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14527         Likewise.
14528         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14529         Likewise.
14531 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14533         [BZ #9894]
14534         * sysdeps/unix/sysv/linux/kernel-features.h
14535         [__sparc__ && !__arch64__ && !__sparc_v9__]
14536         (__ASSUME_SET_ROBUST_LIST): Do not define.
14537         [__sparc__ && !__arch64__ && !__sparc_v9__]
14538         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14539         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14540         Likewise.
14541         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14542         (__ASSUME_FUTEX_LOCK_PI): Undefine.
14543         (__ASSUME_REQUEUE_PI): Likewise.
14544         (__ASSUME_SET_ROBUST_LIST): Likewise.
14545         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14546         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14547         Undefine.
14548         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14549         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14550         Likewise.
14551         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14552         Likewise.
14553         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14554         Likewise.
14555         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14556         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14557         Undefine.
14558         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14559         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14560         Likewise.
14562         [BZ #16648]
14563         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14564         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14565         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14567 2014-03-31  Will Newton  <will.newton@linaro.org>
14569         * benchtests/Makefile (bench): Add ffs and ffsll to list
14570         of tests.
14571         * benchtests/ffs-inputs: New file.
14572         * benchtests/ffsll-inputs: Likewise.
14574 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
14576         [BZ #16770]
14577         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14578         too large before casting to int.
14579         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14580         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14581         * math/libm-test.inc (scalb_test_data): Add more tests.
14583 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14585         * benchtests/Makefile (DETAILED_OPT): New make option.
14586         (bench-func): Run benchmark program with -d if DETAILED_OPT is
14587         set.
14588         * benchtests/bench-skeleton.c: Include stdbool.h.
14589         (main): Store and print timings per input.
14590         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14591         member to each argument value.
14592         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14593         (_print_arg_data): Initialize per-input timing to 0.
14595         * benchtests/Makefile (timing-type): New binary.
14596         (bench-clean): Also remove bench-timing-type.
14597         (bench): New target for timing-type.
14598         (bench-func): Print output in JSON format.
14599         * benchtests/bench-skeleton.c (main): Print output in JSON
14600         format.
14601         * benchtests/bench-timing-type.c: New file.
14602         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14603         (TIMING_PRINT_STATS): Remove.
14604         * benchtests/scripts/bench.py (_print_arg_data): Store variant
14605         name separately.
14607         * benchtests/bench-modf.c: Remove.
14608         * benchtests/modf-inputs: New inputs file.
14610 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
14612         [BZ #16362]
14613         * math/s_clog10.c (M_PI_LOG10E): New macro.
14614         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14615         imaginary parts are 0.
14616         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14617         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14618         imaginary parts are 0.
14619         * math/s_clog10l.c (M_PI_LOG10El): New macro.
14620         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14621         imaginary parts are 0.
14622         * math/libm-test.inc (clog10_test_data): Update expected results
14623         for when real and imaginary parts are 0.
14625 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
14627         * elf/dl-load.c: Finish conversion of __builtin_expect into
14628         __glibc_{un}likely.
14630 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
14632         [BZ #16348]
14633         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14634         1+x for argument with exponent below -67.
14635         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14636         Likewise.
14637         * math/auto-libm-test-in: Add more tests of exp.
14638         * math/auto-libm-test-out: Regenerated.
14640 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14642         [BZ #16759]
14643         * inet/getnetgrent_r.c (get_nonempty_val): New function.
14644         (nscd_getnetgrent): Use it.
14646         [BZ #16760]
14647         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14648         of stpcpy.
14650 2014-03-27  Andi Kleen  <ak@linux.intel.com>
14652         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14653         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14654         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14655         (lll_robust_unlock): Remove out of line section. Use cfi
14656         intrinsics.
14657         (LLL_STUB_UNWIND_INFO*): Remove.
14658         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14659         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14660         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14661         (lll_robust_unlock): Remove out of line section. Use cfi
14662         intrinsics.
14663         (LLL_STUB_UNWIND_INFO*): Remove.
14665 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14667         [BZ #16758]
14668         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14669         blank values.
14671 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
14673         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
14675 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
14677         [BZ #16198]
14678         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
14679         fnstenv.
14680         * math/test-fenv-preserve.c: New file.
14681         * math/Makefile (tests): Add test-fenv-preserve.
14683 2014-03-26  Will Newton <will.newton@linaro.org>
14685         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
14687 2014-03-25  Roland McGrath  <roland@hack.frob.com>
14689         * scripts/versionlist.awk: Partition the version sets and emit all
14690         GLIBC_* (sorted) before all others (sorted).
14692 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14694         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14695         GLIBC_2.2.5 version.
14697 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14699         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14700         calls.
14702         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14703         previous change.
14705         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14707 2014-03-25  Andreas Schwab  <schwab@suse.de>
14709         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14710         label to be used after in6ailist is initialized.
14712 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14714         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14715         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14717 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14719         [BZ #16357]
14720         [BZ #16599]
14721         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14722         min_plus_half.
14723         (fp_formats): Update initializers.
14724         (init_fp_formats): Initialize new field.
14725         (output_for_one_input_case): Allow underflow for results up to
14726         min_plus_half.
14727         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14728         * math/auto-libm-test-in: Don't mark some underflows from asin and
14729         atanh as spurious.
14730         * math/auto-libm-test-out: Regenerated.
14731         * sysdeps/i386/fpu/libm-test-ulps: Update.
14732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14734 2014-03-25  Andreas Schwab  <schwab@suse.de>
14736         * libio/Makefile (tst-ftell-partial-wide-ENV)
14737         (tst-ftell-active-handler-ENV): Define.
14739 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14741         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14743 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14745         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14747 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14749         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14750         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14751         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14753 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14755         [BZ #16634]
14756         * elf/dl-load.c (open_verify): Add mode parameter.
14757         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14758         (open_path): Change from boolean 'secure' to complete flag 'mode'
14759         (_dl_map_object): Adjust.
14760         * elf/Makefile (tests): Add tst-dlopen-aout.
14761         * elf/tst-dlopen-aout.c: New test.
14763 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14765         [BZ #16714]
14766         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14767         (struct stat): Rename member pad0 to __glibc_reserved0.
14769         [BZ #16712]
14770         * sysdeps/s390/s390-32/bits/wordsize.h
14771         (__WORDSIZE32_SIZE_ULONG): New define.
14772         * sysdeps/s390/s390-64/bits/wordsize.h
14773         (__WORDSIZE32_SIZE_ULONG): Likewise.
14774         * sysdeps/generic/stdint.h (SIZE_MAX):
14775         Define as UL if __WORDSIZE32_SIZE_ULONG.
14777         [BZ #16713]
14778         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14779         (__glibc_reserved0): New variable.
14780         (sa_flags): Change type to int.
14782         * posix/Makefile (before-compile): Use += before-compile instead
14783         of a :=.
14785         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14786         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14788 2014-03-20  Andreas Schwab  <schwab@suse.de>
14790         [BZ #16743]
14791         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14792         non-matching result from nscd.
14794 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14796         * scripts/bench.py: Moved to ...
14797         * benchtests/scripts/bench.py: ... here.
14798         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14800 2014-03-24  Andreas Schwab  <schwab@suse.de>
14802         [BZ #16002]
14803         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14804         alloca_account and account alloca use for struct in6ailist.
14806 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14808         [BZ #16284]
14809         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14810         rounding mode to recompute results that overflow to infinity or
14811         underflow to zero.
14812         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14813         bug 16284.
14814         * math/auto-libm-test-out: Regenerated.
14815         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14816         (ccosh_test): Likewise.
14817         (csin_test_data): Use plus_oflow.
14818         (csin_test): Use ALL_RM_TEST.
14819         (csinh_test_data): Use plus_oflow.
14820         (csinh_test): Use ALL_RM_TEST.
14821         * sysdeps/i386/fpu/libm-test-ulps: Update.
14822         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14824 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14826         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14827         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14828         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14830         [BZ #16731]
14831         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14832         when x - 1 is zero.
14833         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14834         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14835         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14836         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14837         argument is 1.
14838         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14839         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14840         zero.
14841         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14842         * sysdeps/i386/fpu/libm-test-ulps: Update.
14843         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14845 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14847         * scripts/bench.pl: Remove file.
14848         * scripts/bench.py: New benchmark script.
14849         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14850         * benchtests/README: Mention python dependency.
14851         * scripts/pylintrc: New file.
14852         * scripts/pylint: New file.
14854         * bits/mathdef.h: Use #ifdef instead of #if.
14855         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14856         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14857         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14858         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14859         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14860         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14862 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14863             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14865         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14866         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14867         and strpbrk-ppc64 objects.
14868         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14869         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14870         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14871         multiarch strpbrk for POWER7.
14872         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14873         multiarch strpbrk for PPC64.
14874         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14875         ifunc selector.
14876         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14877         strpbrk for POWER7.
14879 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14881         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14882         (atan_test): Likewise.
14883         (atanh_test_data): Use NO_TEST_INLINE for two tests.
14884         (atanh_test): Use ALL_RM_TEST.
14885         (atan2_test_data): Likewise.
14886         (cabs_test): Likewise.
14887         (cacosh_test): Likewise.
14888         (carg_test): Likewise.
14889         (casin_test): Likewise.
14890         (casinh_test): Likewise.
14891         (cbrt_test): Likewise.
14892         (csqrt_test): Likewise.
14893         (erf_test): Likewise.
14894         (erfc_test): Likewise.
14895         (pow10_test): Likewise.
14896         (exp2_test): Likewise.
14897         (hypot_test): Likewise.
14898         (j0_test): Likewise.
14899         (j1_test): Likewise.
14900         (lgamma_test): Likewise.
14901         (gamma_test): Likewise.
14902         (sincos_test): Likewise.
14903         (tanh_test): Likewise.
14904         (y0_test): Likewise.
14905         (y1_test): Likewise.
14906         * sysdeps/i386/fpu/libm-test-ulps: Update.
14907         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14909 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14911         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14912         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14913         and strcspn-ppc64 objects.
14914         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14915         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14916         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14917         multiarch strcspn for POWER7.
14918         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14919         multiarch strcspn for PPC64.
14920         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14921         ifunc selector.
14922         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14923         strcspn for POWER7.
14925 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14927         * math/gen-libm-test.pl (generate_testfile): Expect only function
14928         name as argument to AUTO_TESTS_* and pass results for all rounding
14929         modes to parse_args.
14930         (parse_auto_input): Separate inputs of automatic tests from
14931         outputs before storing in %auto_tests.
14932         * math/libm-test.inc (acos_test_data): Update call to
14933         AUTO_TESTS_f_f.
14934         (acos_test): Use ALL_RM_TEST.
14935         (acos_tonearest_test_data): Remove.
14936         (acos_test_tonearest): Likewise.
14937         (acos_towardzero_test_data): Likewise.
14938         (acos_test_towardzero): Likewise.
14939         (acos_downward_test_data): Likewise.
14940         (acos_test_downward): Likewise.
14941         (acos_upward_test_data): Likewise.
14942         (acos_test_upward): Likewise.
14943         (acosh_test_data): Update call to AUTO_TESTS_f_f.
14944         (asin_test_data): Likewise.
14945         (asin_test): Use ALL_RM_TEST.
14946         (asin_tonearest_test_data): Remove.
14947         (asin_test_tonearest): Likewise.
14948         (asin_towardzero_test_data): Likewise.
14949         (asin_test_towardzero): Likewise.
14950         (asin_downward_test_data): Likewise.
14951         (asin_test_downward): Likewise.
14952         (asin_upward_test_data): Likewise.
14953         (asin_test_upward): Likewise.
14954         (asinh_test_data): Update call to AUTO_TESTS_f_f.
14955         (atan_test_data): Likewise.
14956         (atanh_test_data): Likewise.
14957         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14958         (cabs_test_data): Update call to AUTO_TESTS_c_f.
14959         (carg_test_data): Likewise.
14960         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14961         (ccos_test_data): Update call to AUTO_TESTS_c_c.
14962         (ccosh_test_data): Likewise.
14963         (cexp_test_data): Likewise.
14964         (clog_test_data): Likewise.
14965         (clog10_test_data): Likewise.
14966         (cos_test_data): Update call to AUTO_TESTS_f_f.
14967         (cos_test): Use ALL_RM_TEST.
14968         (cos_tonearest_test_data): Remove.
14969         (cos_test_tonearest): Likewise.
14970         (cos_towardzero_test_data): Likewise.
14971         (cos_test_towardzero): Likewise.
14972         (cos_downward_test_data): Likewise.
14973         (cos_test_downward): Likewise.
14974         (cos_upward_test_data): Likewise.
14975         (cos_test_upward): Likewise.
14976         (cosh_test_data): Update call to AUTO_TESTS_f_f.
14977         (cosh_test): Use ALL_RM_TEST.
14978         (cosh_tonearest_test_data): Remove.
14979         (cosh_test_tonearest): Likewise.
14980         (cosh_towardzero_test_data): Likewise.
14981         (cosh_test_towardzero): Likewise.
14982         (cosh_downward_test_data): Likewise.
14983         (cosh_test_downward): Likewise.
14984         (cosh_upward_test_data): Likewise.
14985         (cosh_test_upward): Likewise.
14986         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14987         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14988         (ctan_test_data): Likewise.
14989         (ctan_test): Use ALL_RM_TEST.
14990         (ctan_tonearest_test_data): Remove.
14991         (ctan_test_tonearest): Likewise.
14992         (ctan_towardzero_test_data): Likewise.
14993         (ctan_test_towardzero): Likewise.
14994         (ctan_downward_test_data): Likewise.
14995         (ctan_test_downward): Likewise.
14996         (ctan_upward_test_data): Likewise.
14997         (ctan_test_upward): Likewise.
14998         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14999         (ctanh_test): Use ALL_RM_TEST.
15000         (ctanh_tonearest_test_data): Remove.
15001         (ctanh_test_tonearest): Likewise.
15002         (ctanh_towardzero_test_data): Likewise.
15003         (ctanh_test_towardzero): Likewise.
15004         (ctanh_downward_test_data): Likewise.
15005         (ctanh_test_downward): Likewise.
15006         (ctanh_upward_test_data): Likewise.
15007         (ctanh_test_upward): Likewise.
15008         (erf_test_data): Update call to AUTO_TESTS_f_f.
15009         (erfc_test_data): Likewise.
15010         (exp_test_data): Likewise.
15011         (exp_test): Use ALL_RM_TEST.
15012         (exp_tonearest_test_data): Remove.
15013         (exp_test_tonearest): Likewise.
15014         (exp_towardzero_test_data): Likewise.
15015         (exp_test_towardzero): Likewise.
15016         (exp_downward_test_data): Likewise.
15017         (exp_test_downward): Likewise.
15018         (exp_upward_test_data): Likewise.
15019         (exp_test_upward): Likewise.
15020         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15021         (exp10_test): Use ALL_RM_TEST.
15022         (exp10_tonearest_test_data): Remove.
15023         (exp10_test_tonearest): Likewise.
15024         (exp10_towardzero_test_data): Likewise.
15025         (exp10_test_towardzero): Likewise.
15026         (exp10_downward_test_data): Likewise.
15027         (exp10_test_downward): Likewise.
15028         (exp10_upward_test_data): Likewise.
15029         (exp10_test_upward): Likewise.
15030         (exp2_test_data): Update call to AUTO_TESTS_f_f.
15031         (expm1_test_data): Likewise.
15032         (expm1_test): Use ALL_RM_TEST.
15033         (expm1_tonearest_test_data): Remove.
15034         (expm1_test_tonearest): Likewise.
15035         (expm1_towardzero_test_data): Likewise.
15036         (expm1_test_towardzero): Likewise.
15037         (expm1_downward_test_data): Likewise.
15038         (expm1_test_downward): Likewise.
15039         (expm1_upward_test_data): Likewise.
15040         (expm1_test_upward): Likewise.
15041         (fma_test_data): Update call to AUTO_TESTS_fff_f.
15042         (fma_test): Use ALL_RM_TEST.
15043         (fma_towardzero_test_data): Remove.
15044         (fma_test_towardzero): Likewise.
15045         (fma_downward_test_data): Likewise.
15046         (fma_test_downward): Likewise.
15047         (fma_upward_test_data): Likewise.
15048         (fma_test_upward): Likewise.
15049         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15050         (j0_test_data): Update call to AUTO_TESTS_f_f.
15051         (j1_test_data): Likewise.
15052         (jn_test_data): Update call to AUTO_TESTS_if_f.
15053         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15054         (log_test_data): Update call to AUTO_TESTS_f_f.
15055         (log10_test_data): Likewise.
15056         (log1p_test_data): Likewise.
15057         (log2_test_data): Likewise.
15058         (pow_test_data): Update call to AUTO_TESTS_ff_f.
15059         (pow_tonearest_test_data): Likewise.
15060         (sin_test_data): Update call to AUTO_TESTS_f_f.
15061         (sin_test): Use ALL_RM_TEST.
15062         (sin_tonearest_test_data): Remove.
15063         (sin_test_tonearest): Likewise.
15064         (sin_towardzero_test_data): Likewise.
15065         (sin_test_towardzero): Likewise.
15066         (sin_downward_test_data): Likewise.
15067         (sin_test_downward): Likewise.
15068         (sin_upward_test_data): Likewise.
15069         (sin_test_upward): Likewise.
15070         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15071         (sinh_test_data): Update call to AUTO_TESTS_f_f.
15072         (sinh_test): Use ALL_RM_TEST.
15073         (sinh_tonearest_test_data): Remove.
15074         (sinh_test_tonearest): Likewise.
15075         (sinh_towardzero_test_data): Likewise.
15076         (sinh_test_towardzero): Likewise.
15077         (sinh_downward_test_data): Likewise.
15078         (sinh_test_downward): Likewise.
15079         (sinh_upward_test_data): Likewise.
15080         (sinh_test_upward): Likewise.
15081         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15082         (sqrt_test): Use ALL_RM_TEST.
15083         (sqrt_tonearest_test_data): Remove.
15084         (sqrt_test_tonearest): Likewise.
15085         (sqrt_towardzero_test_data): Likewise.
15086         (sqrt_test_towardzero): Likewise.
15087         (sqrt_downward_test_data): Likewise.
15088         (sqrt_test_downward): Likewise.
15089         (sqrt_upward_test_data): Likewise.
15090         (sqrt_test_upward): Likewise.
15091         (tan_test_data): Update call to AUTO_TESTS_f_f.
15092         (tan_test): Use ALL_RM_TEST.
15093         (tan_tonearest_test_data): Remove.
15094         (tan_test_tonearest): Likewise.
15095         (tan_towardzero_test_data): Likewise.
15096         (tan_test_towardzero): Likewise.
15097         (tan_downward_test_data): Likewise.
15098         (tan_test_downward): Likewise.
15099         (tan_upward_test_data): Likewise.
15100         (tan_test_upward): Likewise.
15101         (tanh_test_data): Update call to AUTO_TESTS_f_f.
15102         (tgamma_test_data): Likewise.
15103         (y0_test_data): Likewise.
15104         (y1_test_data): Likewise.
15105         (yn_test_data): Update call to AUTO_TESTS_if_f.
15106         (main): Do not call removed functions.
15108 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15110         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15111         (ldexp_test_data): Remove.
15112         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
15113         scalbn_test_data.
15114         (scalb_test): Use ALL_RM_TEST.
15116 2014-03-19  Andreas Schwab  <schwab@suse.de>
15118         * nscd/nscd.service: Also invalidate netgroup cache on reload.
15120 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15122         [BZ #16649]
15123         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15124         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15125         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15126         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15127         (__ASSUME_PREADV): Undefine.
15128         (__ASSUME_PWRITEV): Likewise.
15130 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15132         * bits/mman-linux.h: Add comment about non-Linux use.
15133         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15134         bits/mman-linux.h resting place.
15136         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15137         * bits/mman-linux.h: ... here.
15139 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15141         * conform/conformtest.pl: Add standard definition when calling C
15142         preprocessor on data files.
15143         (checknamespace): Remove unused variable.
15145 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15147         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15148         minus_oflow, plus_uflow and minus_uflow in expected results.
15149         * math/libm-test.inc (scalbn_test_data): Add more tests of
15150         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15151         minus_uflow.
15152         (scalbn_test): Use ALL_RM_TEST.
15153         (scalbln_test_data): Add more tests of negative arguments.  Use
15154         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15155         (scalbln_test): Use ALL_RM_TEST.
15157 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15159         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15161 2014-03-18  Will Newton  <will.newton@linaro.org>
15163         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15164         inaccurate comment.
15166 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15168         * Makerules [!subdir] (check-abi): Exit with error status if a
15169         test failed.
15171 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15173         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15174         for rint.  Include results for all rounding modes.
15175         (nearbyint_test): Use ALL_RM_TEST.
15176         (rint_test_data): Include all tests used for nearbyint.
15178 2014-03-17  Will Newton  <will.newton@linaro.org>
15180         * nptl/sysdeps/pthread/pthread.h: Revert previous
15181         change.
15183         * sysdeps/generic/ldsodefs.h: Revert previous
15184         change.
15186         * libio/genops.c: Revert previous change.
15187         * libio/libioP.h: Likewise.
15188         * stdio-common/vfprintf.c: Likewise.
15190         * sysdeps/generic/math_private.h: Revert previous
15191         change.
15193         * sysdeps/generic/math_private.h: Check whether
15194         HAVE_RM_CTX is defined with #ifdef rather
15195         than #if.
15197         * argp/argp-fmtstream.h: Check whether
15198         __STRICT_ANSI__ is defined with #ifdef rather
15199         than #if.
15200         * argp/argp.h: Likewise.
15202         * libio/genops.c: Check whether
15203         _IO_JUMPS_OFFSET is defined with #ifdef rather
15204         than #if.
15205         * libio/libioP.h: Likewise.
15206         * stdio-common/vfprintf.c: Likewise.
15208         * sysdeps/generic/ldsodefs.h: Check whether
15209         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15210         than #if.
15212         * nptl/sysdeps/pthread/pthread.h: Check
15213         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15214         its value.
15216 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15218         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15219         setting O_APPEND.
15220         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15221         test case.
15223         [BZ #16680]
15224         * libio/fileops.c (_IO_file_open): Seek to end of file but
15225         don't cache the offset.
15226         (get_file_offset): Remove function.
15227         (do_ftell): Use cached offset when available.
15228         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15229         don't cache the offset.
15230         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15231         case.
15232         (do_one_test): Call it.
15233         (do_ftell_test): Fix up expected old offset for a+ mode.
15234         * libio/wfileops.c (do_ftell_wide): Used cached offset when
15235         available.
15237         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15238         up test status with function return status.
15239         (do_write_test): Likewise.
15240         (do_append_test): Likewise.
15242         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15243         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15244         Remove.
15246 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15248         * math/gen-libm-test.pl (parse_args): Handle results specified for
15249         each rounding mode separately.
15250         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15251         tests and results from lrint_tonearest_test_data,
15252         lrint_towardzero_test_data, lrint_downward_test_data and
15253         lrint_upward_test_data.
15254         (lrint_test): Use ALL_RM_TEST.
15255         (lrint_tonearest_test_data): Remove.
15256         (lrint_test_tonearest): Likewise.
15257         (lrint_towardzero_test_data): Likewise.
15258         (lrint_test_towardzero): Likewise.
15259         (lrint_downward_test_data): Likewise.
15260         (lrint_test_downward): Likewise.
15261         (lrint_upward_test_data): Likewise.
15262         (lrint_test_upward): Likewise.
15263         (llrint_test_data): Merge in per-rounding-mode tests and results
15264         from llrint_tonearest_test_data, llrint_towardzero_test_data,
15265         llrint_downward_test_data and llrint_upward_test_data.
15266         (llrint_test): Use ALL_RM_TEST.
15267         (llrint_tonearest_test_data): Remove.
15268         (llrint_test_tonearest): Likewise.
15269         (llrint_towardzero_test_data): Likewise.
15270         (llrint_test_towardzero): Likewise.
15271         (llrint_downward_test_data): Likewise.
15272         (llrint_test_downward): Likewise.
15273         (llrint_upward_test_data): Likewise.
15274         (llrint_test_upward): Likewise.
15275         (rint_test_data): Merge in per-rounding-mode tests and results
15276         from rint_tonearest_test_data, rint_towardzero_test_data,
15277         rint_downward_test_data and rint_upward_test_data.  Add
15278         per-rounding-mode results for tests not in those arrays.
15279         (rint_test): Use ALL_RM_TEST.
15280         (rint_tonearest_test_data): Remove.
15281         (rint_test_tonearest): Likewise.
15282         (rint_towardzero_test_data): Likewise.
15283         (rint_test_towardzero): Likewise.
15284         (rint_downward_test_data): Likewise.
15285         (rint_test_downward): Likewise.
15286         (rint_upward_test_data): Likewise.
15287         (rint_test_upward): Likewise.
15288         (main): Don't call removed functions.
15290 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15292         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15293         "Compiled on ..." crapola.  It is anti-useful.
15295 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
15297         * scripts/evaluate-test.sh: Handle fourth argument to determine
15298         whether test run should stop on failure.
15299         * Makeconfig (stop-on-test-failure): New variable.
15300         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15301         $(stop-on-test-failure).
15302         * Makefile (tests): Give a summary of results from testing and
15303         exit with failure status if they include an ERROR or FAIL.
15304         (xtests): Likewise.
15305         * manual/install.texi (Configuring and compiling): Mention
15306         stop-on-test-failure=y.
15307         * INSTALL: Regenerated.
15309 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15311         * scripts/versionlist.awk: New file.
15312         * Makerules [$(build-shared) = yes]
15313         (postclean-generated): Add Versions.def, not Versions.def.v and
15314         Versions.def.v.i.
15315         ($(common-objpfx)Versions.def.v.i): Target removed.
15316         ($(common-objpfx)Versions.def): New target.
15317         ($(common-objpfx)Versions.all): Depend on that rather that
15318         $(common-objpfx)Versions.def.v.
15319         * Versions.def: File removed.
15321         * Makeconfig (+gccwarn): Add -Wundef.
15322         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15323         a dl-sysdep.h breaking its contract.
15324         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15325         * include/stackinfo.h: New file.
15326         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15327         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15328         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15329         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15330         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15331         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15332         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15333         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15334         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15335         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15336         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15337         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15338         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15339         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15340         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15342 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15344         [BZ #16707]
15345         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15346         implementation.
15347         * math/libm-test.inc (round_test_data): Add more tests.
15349         [BZ #16706]
15350         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15351         implementation.
15352         * math/libm-test.inc (nearbyint_test_data): Add more tests.
15354         [BZ #16701]
15355         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15356         implementation.
15357         * math/libm-test.inc (ceil_test_data): Add more tests.
15359         * math/libm-test.inc (trunc_test_data): Add more tests related to
15360         BZ#16414.
15362 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15364         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15365         with #if rather than #ifdef.
15366         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15368 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
15370         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15371         first.  Disable AVX-512 GCC support if assembler doesn't support
15372         it.
15373         * sysdeps/x86_64/configure: Regenerated.
15375 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
15377         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15378         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15379         (__old_pthread_attr_setstack): Likewise.
15380         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15381         [!_STACK_GROWS_DOWN]: Likewise.
15383 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
15385         * config.make.in (have-bash2): Delete.
15386         * configure.ac (libc_cv_have_bash2): Delete.
15387         * configure: Regenerate.
15388         * elf/Makefile (common-ldd-rewrite): Rename to ...
15389         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
15390         (sh-ldd-rewrite): Delete.
15391         (bash-ldd-rewrite): Delete.
15392         (have-bash2): Delete checks.
15393         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15394         ldd-rewrite.
15396         * config.make.in (have-ksh): Delete.
15397         (KSH): Delete.
15398         * configure.ac (libc_cv_have_ksh): Delete.
15399         * configure: Regenerate.
15401         * elf/Makefile: Delete $(have-ksh) check.
15402         ($(objpfx)sotruss): Change KSH to BASH.
15403         * elf/sotruss.ksh: Rename to ...
15404         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
15405         function style to match POSIX.  Drop ksh vim mode setting.
15407         * manual/time.texi (Specifying the Time Zone with TZ): Change
15408         Tuesday to Thursday.
15410         * debug/tst-longjmp_chk2.c: Update header comment.
15411         (stackoverflow_handler): Add comment.  Call assert on pass value.
15413 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
15415         [BZ #16194]
15416         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15417         (HAVE_AVX512_ASM_SUPPORT): Likewise.
15418         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15419         (La_x86_64_vector): Add zmm.
15420         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15421         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15422         ($(objpfx)tst-audit10): New target.
15423         ($(objpfx)tst-audit10.out): Likewise.
15424         (tst-audit10-ENV): New.
15425         (AVX512-CFLAGS): Likewise.
15426         (CFLAGS-tst-audit10.c): Likewise.
15427         (CFLAGS-tst-auditmod10a.c): Likewise.
15428         (CFLAGS-tst-auditmod10b.c): Likewise.
15429         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15430         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15431         * sysdeps/x86_64/configure: Regenerated.
15432         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15433         AVX-512 zmm register support.
15434         (_dl_x86_64_save_sse): Likewise.
15435         (_dl_x86_64_restore_sse): Likewise.
15436         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15437         size vector registers.
15438         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15439         (ZMM_SIZE): Likewise.
15440         * sysdeps/x86_64/tst-audit10.c: New file.
15441         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15442         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15444 2014-03-13  Roland McGrath  <roland@hack.frob.com>
15446         * configure.ac (HAVE_EHDR_START): New check.
15447         * configure: Regenerated.
15448         * config.h.in (HAVE_EHDR_START): New #undef.
15449         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15450         assuming the lowest-addressed segment maps the start of the file.
15452 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
15454         * INSTALL: Regenerated.
15456 2014-03-13  Will Newton  <will.newton@linaro.org>
15458         * manual/setjmp.texi (System V contexts): Improve
15459         clarity and grammar of documentation.
15461 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
15463         [BZ #16381]
15464         * elf/Makefile (tests): Add tst-pie2.
15465         (tests-pie): Add tst-pie2.
15466         * elf/tst-pie2.c: New file.
15467         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15468         for ET_EXEC.
15469         * elf/rtld.c (map_doit): Load executable as lt_executable.
15470         (dl_main): Likewise.
15472 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
15474         [BZ #16642]
15475         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15476         (__ASSUME_PSELECT): Undefine.
15478 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15480         [BZ #16689]
15481         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15482         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15483         static build.
15484         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15485         selector for static builds.
15487 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15489         [BZ #16695]
15490         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15491         key in the buffer.
15493 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15495         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15496         IFUNC selector for static builds.
15498 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
15500         * sysdeps/mips/math_private.h [__mips_hard_float]
15501         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15502         libc_feresetround_mips_ctx.
15503         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15504         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15505         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15507         [BZ #16677]
15508         * math/s_nextafter.c (__nextafter): Do not return value from
15509         overflowing computation.
15510         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15511         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15512         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15513         Likewise.
15514         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15515         Likewise.
15516         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15517         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15519 2014-03-11  Roland McGrath  <roland@hack.frob.com>
15521         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15522         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15523         Move sfi_sp use from the load-multiple (that no longer sets sp) to
15524         the new mov targetting sp.
15526 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15528         [BZ #16683]
15529         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15530         Define it for static builds as well.
15531         (NO_BZERO_IMPL): Likewise.
15533 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15535         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15536         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15537         multiarch strspn for PPC64.
15538         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15539         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15540         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15541         (__libc_ifunc_impl_list): Likewise.
15542         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15543         multiarch optimizations
15544         * string/strspn.c (strspn): Using macro to redefine symbol name.
15546 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15547             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15549         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15550         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15551         multiarch strncat for PPC64.
15552         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15553         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15554         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15555         (__libc_ifunc_impl_list): Likewise.
15556         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15557         multiarch optimizations
15559 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15561         [BZ #16639]
15562         * nscd/nscd.service: Make service type forking.
15564 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15566         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15567         sign in non default rounding modes.
15568         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15570 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
15572         * math/libm-test.inc (ALL_RM_TEST): New macro.
15573         (ceil_test): Use ALL_RM_TEST.
15574         (cimag_test): Likewise.
15575         (conj_test): Likewise.
15576         (copysign_test): Likewise.
15577         (cproj_test): Likewise.
15578         (creal_test): Likewise.
15579         (fabs_test): Likewise.
15580         (floor_test): Likewise.
15581         (fmax_test): Likewise.
15582         (fmin_test): Likewise.
15583         (fmod_test): Likewise.
15584         (fpclassify_test): Likewise.
15585         (frexp_test): Likewise.
15586         (ilogb_test): Likewise.
15587         (isfinite_test): Likewise.
15588         (finite_test): Likewise.
15589         (isgreater_test): Likewise.
15590         (isgreaterequal_test): Likewise.
15591         (isinf_test): Likewise.
15592         (isless_test): Likewise.
15593         (islessequal_test): Likewise.
15594         (islessgreater_test): Likewise.
15595         (isnan_test): Likewise.
15596         (isnormal_test): Likewise.
15597         (issignaling_test): Likewise.
15598         (isunordered_test): Likewise.
15599         (logb_test): Likewise.
15600         (logb_downward_test_data): Remove.
15601         (logb_test_downward): Likewise.
15602         (lround_test): Use ALL_RM_TEST.
15603         (llround_test): Likewise.
15604         (modf_test): Likewise.
15605         (nexttoward_test): Likewise.
15606         (remainder_test): Likewise.
15607         (drem_test): Likewise.
15608         (remainder_tonearest_test_data): Likewise.
15609         (remainder_test_tonearest): Likewise.
15610         (drem_test_tonearest): Likewise.
15611         (remainder_towardzero_test_data): Likewise.
15612         (remainder_test_towardzero): Likewise.
15613         (drem_test_towardzero): Likewise.
15614         (remainder_downward_test_data): Likewise.
15615         (remainder_test_downward): Likewise.
15616         (drem_test_downward): Likewise.
15617         (remainder_upward_test_data): Likewise.
15618         (remainder_test_upward): Likewise.
15619         (drem_test_upward): Likewise.
15620         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
15621         (round_test): Use ALL_RM_TEST.
15622         (signbit_test): Likewise.
15623         (trunc_test): Likewise.
15624         (significand_test): Likewise.
15625         (main): Don't call removed functions.
15627 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15629         [BZ #16674]
15630         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15631         || __USE_XOPEN2K8].
15632         (ILL_ILLOPN): Likewise.
15633         (ILL_ILLADR): Likewise.
15634         (ILL_ILLTRP): Likewise.
15635         (ILL_PRVOPC): Likewise.
15636         (ILL_PRVREG): Likewise.
15637         (ILL_COPROC): Likewise.
15638         (ILL_BADSTK): Likewise.
15639         (FPE_INTDIV): Likewise.
15640         (FPE_INTOVF): Likewise.
15641         (FPE_FLTDIV): Likewise.
15642         (FPE_FLTOVF): Likewise.
15643         (FPE_FLTUND): Likewise.
15644         (FPE_FLTRES): Likewise.
15645         (FPE_FLTINV): Likewise.
15646         (FPE_FLTSUB): Likewise.
15647         (SEGV_MAPERR): Likewise.
15648         (SEGV_ACCERR): Likewise.
15649         (BUS_ADRALN): Likewise.
15650         (BUS_ADRERR): Likewise.
15651         (BUS_OBJERR): Likewise.
15652         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15653         (TRAP_TRACE): Likewise.
15654         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15655         __USE_XOPEN2K8].
15656         (CLD_KILLED): Likewise.
15657         (CLD_DUMPED): Likewise.
15658         (CLD_TRAPPED): Likewise.
15659         (CLD_STOPPED): Likewise.
15660         (CLD_CONTINUED): Likewise.
15661         (POLL_IN): Likewise.
15662         (POLL_OUT): Likewise.
15663         (POLL_MSG): Likewise.
15664         (POLL_ERR): Likewise.
15665         (POLL_PRI): Likewise.
15666         (POLL_HUP): Likewise.
15667         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15668         Likewise.
15669         (ILL_ILLOPN): Likewise.
15670         (ILL_ILLADR): Likewise.
15671         (ILL_ILLTRP): Likewise.
15672         (ILL_PRVOPC): Likewise.
15673         (ILL_PRVREG): Likewise.
15674         (ILL_COPROC): Likewise.
15675         (ILL_BADSTK): Likewise.
15676         (FPE_INTDIV): Likewise.
15677         (FPE_INTOVF): Likewise.
15678         (FPE_FLTDIV): Likewise.
15679         (FPE_FLTOVF): Likewise.
15680         (FPE_FLTUND): Likewise.
15681         (FPE_FLTRES): Likewise.
15682         (FPE_FLTINV): Likewise.
15683         (FPE_FLTSUB): Likewise.
15684         (SEGV_MAPERR): Likewise.
15685         (SEGV_ACCERR): Likewise.
15686         (BUS_ADRALN): Likewise.
15687         (BUS_ADRERR): Likewise.
15688         (BUS_OBJERR): Likewise.
15689         (BUS_MCEERR_AR): Likewise.
15690         (BUS_MCEERR_AO): Likewise.
15691         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15692         (TRAP_TRACE): Likewise.
15693         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15694         __USE_XOPEN2K8].
15695         (CLD_KILLED): Likewise.
15696         (CLD_DUMPED): Likewise.
15697         (CLD_TRAPPED): Likewise.
15698         (CLD_STOPPED): Likewise.
15699         (CLD_CONTINUED): Likewise.
15700         (POLL_IN): Likewise.
15701         (POLL_OUT): Likewise.
15702         (POLL_MSG): Likewise.
15703         (POLL_ERR): Likewise.
15704         (POLL_PRI): Likewise.
15705         (POLL_HUP): Likewise.
15706         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15707         (ILL_ILLOPN): Likewise.
15708         (ILL_ILLADR): Likewise.
15709         (ILL_ILLTRP): Likewise.
15710         (ILL_PRVOPC): Likewise.
15711         (ILL_PRVREG): Likewise.
15712         (ILL_COPROC): Likewise.
15713         (ILL_BADSTK): Likewise.
15714         (FPE_INTDIV): Likewise.
15715         (FPE_INTOVF): Likewise.
15716         (FPE_FLTDIV): Likewise.
15717         (FPE_FLTOVF): Likewise.
15718         (FPE_FLTUND): Likewise.
15719         (FPE_FLTRES): Likewise.
15720         (FPE_FLTINV): Likewise.
15721         (FPE_FLTSUB): Likewise.
15722         (SEGV_MAPERR): Likewise.
15723         (SEGV_ACCERR): Likewise.
15724         (BUS_ADRALN): Likewise.
15725         (BUS_ADRERR): Likewise.
15726         (BUS_OBJERR): Likewise.
15727         (BUS_MCEERR_AR): Likewise.
15728         (BUS_MCEERR_AO): Likewise.
15729         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15730         (TRAP_TRACE): Likewise.
15731         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15732         __USE_XOPEN2K8].
15733         (CLD_KILLED): Likewise.
15734         (CLD_DUMPED): Likewise.
15735         (CLD_TRAPPED): Likewise.
15736         (CLD_STOPPED): Likewise.
15737         (CLD_CONTINUED): Likewise.
15738         (POLL_IN): Likewise.
15739         (POLL_OUT): Likewise.
15740         (POLL_MSG): Likewise.
15741         (POLL_ERR): Likewise.
15742         (POLL_PRI): Likewise.
15743         (POLL_HUP): Likewise.
15744         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15745         Likewise.
15746         (ILL_ILLOPN): Likewise.
15747         (ILL_ILLADR): Likewise.
15748         (ILL_ILLTRP): Likewise.
15749         (ILL_PRVOPC): Likewise.
15750         (ILL_PRVREG): Likewise.
15751         (ILL_COPROC): Likewise.
15752         (ILL_BADSTK): Likewise.
15753         (ILL_BADIADDR): Likewise.
15754         (ILL_BREAK): Likewise.
15755         (FPE_INTDIV): Likewise.
15756         (FPE_INTOVF): Likewise.
15757         (FPE_FLTDIV): Likewise.
15758         (FPE_FLTOVF): Likewise.
15759         (FPE_FLTUND): Likewise.
15760         (FPE_FLTRES): Likewise.
15761         (FPE_FLTINV): Likewise.
15762         (FPE_FLTSUB): Likewise.
15763         (FPE_DECOVF): Likewise.
15764         (FPE_DECDIV): Likewise.
15765         (FPE_DECERR): Likewise.
15766         (FPE_INVASC): Likewise.
15767         (FPE_INVDEC): Likewise.
15768         (SEGV_MAPERR): Likewise.
15769         (SEGV_ACCERR): Likewise.
15770         (SEGV_PSTKOVF): Likewise.
15771         (BUS_ADRALN): Likewise.
15772         (BUS_ADRERR): Likewise.
15773         (BUS_OBJERR): Likewise.
15774         (BUS_MCEERR_AR): Likewise.
15775         (BUS_MCEERR_AO): Likewise.
15776         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15777         (TRAP_TRACE): Likewise.
15778         (TRAP_BRANCH): Likewise.
15779         (TRAP_HWBKPT): Likewise.
15780         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15781         __USE_XOPEN2K8].
15782         (CLD_KILLED): Likewise.
15783         (CLD_DUMPED): Likewise.
15784         (CLD_TRAPPED): Likewise.
15785         (CLD_STOPPED): Likewise.
15786         (CLD_CONTINUED): Likewise.
15787         (POLL_IN): Likewise.
15788         (POLL_OUT): Likewise.
15789         (POLL_MSG): Likewise.
15790         (POLL_ERR): Likewise.
15791         (POLL_PRI): Likewise.
15792         (POLL_HUP): Likewise.
15793         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15794         (ILL_ILLOPN): Likewise.
15795         (ILL_ILLADR): Likewise.
15796         (ILL_ILLTRP): Likewise.
15797         (ILL_PRVOPC): Likewise.
15798         (ILL_PRVREG): Likewise.
15799         (ILL_COPROC): Likewise.
15800         (ILL_BADSTK): Likewise.
15801         (FPE_INTDIV): Likewise.
15802         (FPE_INTOVF): Likewise.
15803         (FPE_FLTDIV): Likewise.
15804         (FPE_FLTOVF): Likewise.
15805         (FPE_FLTUND): Likewise.
15806         (FPE_FLTRES): Likewise.
15807         (FPE_FLTINV): Likewise.
15808         (FPE_FLTSUB): Likewise.
15809         (SEGV_MAPERR): Likewise.
15810         (SEGV_ACCERR): Likewise.
15811         (BUS_ADRALN): Likewise.
15812         (BUS_ADRERR): Likewise.
15813         (BUS_OBJERR): Likewise.
15814         (BUS_MCEERR_AR): Likewise.
15815         (BUS_MCEERR_AO): Likewise.
15816         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15817         (TRAP_TRACE): Likewise.
15818         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15819         __USE_XOPEN2K8].
15820         (CLD_KILLED): Likewise.
15821         (CLD_DUMPED): Likewise.
15822         (CLD_TRAPPED): Likewise.
15823         (CLD_STOPPED): Likewise.
15824         (CLD_CONTINUED): Likewise.
15825         (POLL_IN): Likewise.
15826         (POLL_OUT): Likewise.
15827         (POLL_MSG): Likewise.
15828         (POLL_ERR): Likewise.
15829         (POLL_PRI): Likewise.
15830         (POLL_HUP): Likewise.
15831         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15832         (ILL_ILLOPN): Likewise.
15833         (ILL_ILLADR): Likewise.
15834         (ILL_ILLTRP): Likewise.
15835         (ILL_PRVOPC): Likewise.
15836         (ILL_PRVREG): Likewise.
15837         (ILL_COPROC): Likewise.
15838         (ILL_BADSTK): Likewise.
15839         (FPE_INTDIV): Likewise.
15840         (FPE_INTOVF): Likewise.
15841         (FPE_FLTDIV): Likewise.
15842         (FPE_FLTOVF): Likewise.
15843         (FPE_FLTUND): Likewise.
15844         (FPE_FLTRES): Likewise.
15845         (FPE_FLTINV): Likewise.
15846         (FPE_FLTSUB): Likewise.
15847         (SEGV_MAPERR): Likewise.
15848         (SEGV_ACCERR): Likewise.
15849         (BUS_ADRALN): Likewise.
15850         (BUS_ADRERR): Likewise.
15851         (BUS_OBJERR): Likewise.
15852         (BUS_MCEERR_AR): Likewise.
15853         (BUS_MCEERR_AO): Likewise.
15854         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15855         (TRAP_TRACE): Likewise.
15856         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15857         __USE_XOPEN2K8].
15858         (CLD_KILLED): Likewise.
15859         (CLD_DUMPED): Likewise.
15860         (CLD_TRAPPED): Likewise.
15861         (CLD_STOPPED): Likewise.
15862         (CLD_CONTINUED): Likewise.
15863         (POLL_IN): Likewise.
15864         (POLL_OUT): Likewise.
15865         (POLL_MSG): Likewise.
15866         (POLL_ERR): Likewise.
15867         (POLL_PRI): Likewise.
15868         (POLL_HUP): Likewise.
15869         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15870         (ILL_ILLOPN): Likewise.
15871         (ILL_ILLADR): Likewise.
15872         (ILL_ILLTRP): Likewise.
15873         (ILL_PRVOPC): Likewise.
15874         (ILL_PRVREG): Likewise.
15875         (ILL_COPROC): Likewise.
15876         (ILL_BADSTK): Likewise.
15877         (FPE_INTDIV): Likewise.
15878         (FPE_INTOVF): Likewise.
15879         (FPE_FLTDIV): Likewise.
15880         (FPE_FLTOVF): Likewise.
15881         (FPE_FLTUND): Likewise.
15882         (FPE_FLTRES): Likewise.
15883         (FPE_FLTINV): Likewise.
15884         (FPE_FLTSUB): Likewise.
15885         (SEGV_MAPERR): Likewise.
15886         (SEGV_ACCERR): Likewise.
15887         (BUS_ADRALN): Likewise.
15888         (BUS_ADRERR): Likewise.
15889         (BUS_OBJERR): Likewise.
15890         (BUS_MCEERR_AR): Likewise.
15891         (BUS_MCEERR_AO): Likewise.
15892         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15893         (TRAP_TRACE): Likewise.
15894         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15895         __USE_XOPEN2K8].
15896         (CLD_KILLED): Likewise.
15897         (CLD_DUMPED): Likewise.
15898         (CLD_TRAPPED): Likewise.
15899         (CLD_STOPPED): Likewise.
15900         (CLD_CONTINUED): Likewise.
15901         (POLL_IN): Likewise.
15902         (POLL_OUT): Likewise.
15903         (POLL_MSG): Likewise.
15904         (POLL_ERR): Likewise.
15905         (POLL_PRI): Likewise.
15906         (POLL_HUP): Likewise.
15907         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15908         (ILL_ILLOPN): Likewise.
15909         (ILL_ILLADR): Likewise.
15910         (ILL_ILLTRP): Likewise.
15911         (ILL_PRVOPC): Likewise.
15912         (ILL_PRVREG): Likewise.
15913         (ILL_COPROC): Likewise.
15914         (ILL_BADSTK): Likewise.
15915         (ILL_DBLFLT): Likewise.
15916         (ILL_HARDWALL): Likewise.
15917         (FPE_INTDIV): Likewise.
15918         (FPE_INTOVF): Likewise.
15919         (FPE_FLTDIV): Likewise.
15920         (FPE_FLTOVF): Likewise.
15921         (FPE_FLTUND): Likewise.
15922         (FPE_FLTRES): Likewise.
15923         (FPE_FLTINV): Likewise.
15924         (FPE_FLTSUB): Likewise.
15925         (SEGV_MAPERR): Likewise.
15926         (SEGV_ACCERR): Likewise.
15927         (BUS_ADRALN): Likewise.
15928         (BUS_ADRERR): Likewise.
15929         (BUS_OBJERR): Likewise.
15930         (BUS_MCEERR_AR): Likewise.
15931         (BUS_MCEERR_AO): Likewise.
15932         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15933         (TRAP_TRACE): Likewise.
15934         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15935         __USE_XOPEN2K8].
15936         (CLD_KILLED): Likewise.
15937         (CLD_DUMPED): Likewise.
15938         (CLD_TRAPPED): Likewise.
15939         (CLD_STOPPED): Likewise.
15940         (CLD_CONTINUED): Likewise.
15941         (POLL_IN): Likewise.
15942         (POLL_OUT): Likewise.
15943         (POLL_MSG): Likewise.
15944         (POLL_ERR): Likewise.
15945         (POLL_PRI): Likewise.
15946         (POLL_HUP): Likewise.
15947         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15948         (ILL_ILLOPN): Likewise.
15949         (ILL_ILLADR): Likewise.
15950         (ILL_ILLTRP): Likewise.
15951         (ILL_PRVOPC): Likewise.
15952         (ILL_PRVREG): Likewise.
15953         (ILL_COPROC): Likewise.
15954         (ILL_BADSTK): Likewise.
15955         (FPE_INTDIV): Likewise.
15956         (FPE_INTOVF): Likewise.
15957         (FPE_FLTDIV): Likewise.
15958         (FPE_FLTOVF): Likewise.
15959         (FPE_FLTUND): Likewise.
15960         (FPE_FLTRES): Likewise.
15961         (FPE_FLTINV): Likewise.
15962         (FPE_FLTSUB): Likewise.
15963         (SEGV_MAPERR): Likewise.
15964         (SEGV_ACCERR): Likewise.
15965         (BUS_ADRALN): Likewise.
15966         (BUS_ADRERR): Likewise.
15967         (BUS_OBJERR): Likewise.
15968         (BUS_MCEERR_AR): Likewise.
15969         (BUS_MCEERR_AO): Likewise.
15970         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15971         (TRAP_TRACE): Likewise.
15972         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15973         __USE_XOPEN2K8].
15974         (CLD_KILLED): Likewise.
15975         (CLD_DUMPED): Likewise.
15976         (CLD_TRAPPED): Likewise.
15977         (CLD_STOPPED): Likewise.
15978         (CLD_CONTINUED): Likewise.
15979         (POLL_IN): Likewise.
15980         (POLL_OUT): Likewise.
15981         (POLL_MSG): Likewise.
15982         (POLL_ERR): Likewise.
15983         (POLL_PRI): Likewise.
15984         (POLL_HUP): Likewise.
15985         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15986         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15988         [BZ #16670]
15989         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15990         before #include of <time.h>.
15991         [!__USE_XOPEN2K] (__need_timespec): Likewise.
15992         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15993         (test-xfail-UNIX98/sched.h/conform): Likewise.
15995 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15997         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15998         error absence of trapping exception support.
15999         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16001 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16003         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16004         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16005         * timezone/Makefile (testdata): Move definition above include of
16006         Rules.
16007         (test-zones): New variable.
16008         (tests-special): Add zone files.
16009         (build-testdata): Use $(evaluate-test).
16011         * elf/Makefile (tests-special): Rename tests to end with .out.
16012         ($(objpfx)noload-mem): Likewise.
16013         ($(objpfx)tst-leaks1-mem): Likewise.
16014         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16015         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16016         $(objpfx)test-iconvconfig.out.
16017         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16018         set -e inside subshell and redirect output to file.
16019         * iconvdata/Makefile (generated): Rename tests to end with .out.
16020         Correct type.
16021         (tests-special): Rename tests to end with .out.
16022         ($(objpfx)mtrace-tst-loading): Likewise.
16023         * intl/Makefile (generated): Likewise.
16024         (tests-special): Likewise.
16025         ($(objpfx)mtrace-tst-gettext): Likewise.
16026         * misc/Makefile (generated): Likewise.
16027         (tests-special): Likewise.
16028         ($(objpfx)tst-error1-mem): Likewise.
16029         * nptl/Makefile (tests-special): Likewise.
16030         ($(objpfx)tst-stack3-mem): Likewise.
16031         (generated): Likewise.
16032         * posix/Makefile (generated): Likewise.
16033         (tests-special): Likewise.
16034         (xtests-special): Likewise.
16035         ($(objpfx)tst-fnmatch-mem): Likewise.
16036         ($(objpfx)bug-regex2-mem): Likewise.
16037         ($(objpfx)bug-regex14-mem): Likewise.
16038         ($(objpfx)bug-regex21-mem): Likewise.
16039         ($(objpfx)bug-regex31-mem): Likewise.
16040         ($(objpfx)tst-vfork3-mem): Likewise.
16041         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16042         ($(objpfx)tst-pcre-mem): Likewise.
16043         ($(objpfx)tst-boost-mem): Likewise.
16044         ($(objpfx)bug-ga2-mem): Likewise.
16045         ($(objpfx)bug-glob2-mem): Likewise.
16046         * resolv/Makefile (generate): Likewise.
16047         (tests-special): Likewise.
16048         (xtests-special): Likewise.
16049         (generated): Likewise.
16050         ($(objpfx)mtrace-tst-leaks): Likewise.
16051         ($(objpfx)mtrace-tst-leaks2): Likewise.
16053         * scripts/merge-test-results.sh: New file.
16054         * Makefile (tests-special-notdir): New variable.
16055         (tests): Run merge-test-results.sh.
16056         (xtests): Likewise.
16057         * Rules (tests-special-notdir): New variable.
16058         (xtests-special-notdir): Likewise.
16059         (tests): Run merge-test-results.sh
16060         (xtests): Likewise.
16062         * Makeconfig (test-xfail-name): New variable.
16063         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16064         compute variable name for expected failures.
16065         * conform/Makefile (conformtest-headers-data): New variable.
16066         (conformtest-standards): Likewise.
16067         (conformtest-headers-ISO): Likewise.
16068         (conformtest-headers-ISO99): Likewise.
16069         (conformtest-headers-ISO11): Likewise.
16070         (conformtest-headers-POSIX): Likewise.
16071         (conformtest-headers-XPG3): Likewise.
16072         (conformtest-headers-XPG4): Likewise.
16073         (conformtest-headers-UNIX98): Likewise.
16074         (conformtest-headers-XOPEN2K): Likewise.
16075         (conformtest-headers-POSIX2008): Likewise.
16076         (conformtest-headers-XOPEN2K8): Likewise.
16077         (conformtest-header-list-base): Likewise.
16078         (conformtest-header-list-tests): Likewise.
16079         (conformtest-header-base): Likewise.
16080         (conformtest-header-tests): Likewise.
16081         (tests-special): Add $(conformtest-header-list-tests).  If
16082         [$(fast-check) && !$(cross-compiling)], add
16083         $(conformtest-header-tests) instead of
16084         $(objpfx)run-conformtest.out.
16085         (generated): Add $(conformtest-header-list-base).  If
16086         [$(fast-check) && !$(cross-compiling)], add
16087         $(conformtest-header-base).  Remove previous setting.
16088         ($(conformtest-header-list-tests)): New target.
16089         (test-xfail-run-conformtest): Remove variable.
16090         ($(objpfx)run-conformtest.out): Remove target.
16091         (test-xfail-ISO11/complex.h/conform): New variable.
16092         (test-xfail-ISO11/stdalign.h/conform): Likewise.
16093         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16094         (test-xfail-XPG3/varargs.h/conform): Likewise.
16095         (test-xfail-XPG4/varargs.h/conform): Likewise.
16096         (test-xfail-UNIX98/varargs.h/conform): Likewise.
16097         (test-xfail-XPG4/ndbm.h/conform): Likewise.
16098         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16099         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16100         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16101         (test-xfail-XPG3/fcntl.h/conform): Likewise.
16102         (test-xfail-XPG3/ftw.h/conform): Likewise.
16103         (test-xfail-XPG3/grp.h/conform): Likewise.
16104         (test-xfail-XPG3/langinfo.h/conform): Likewise.
16105         (test-xfail-XPG3/limits.h/conform): Likewise.
16106         (test-xfail-XPG3/pwd.h/conform): Likewise.
16107         (test-xfail-XPG3/search.h/conform): Likewise.
16108         (test-xfail-XPG3/signal.h/conform): Likewise.
16109         (test-xfail-XPG3/stdio.h/conform): Likewise.
16110         (test-xfail-XPG3/stdlib.h/conform): Likewise.
16111         (test-xfail-XPG3/string.h/conform): Likewise.
16112         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16113         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16114         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16115         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16116         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16117         (test-xfail-XPG3/sys/types.h/conform): Likewise.
16118         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16119         (test-xfail-XPG3/termios.h/conform): Likewise.
16120         (test-xfail-XPG3/time.h/conform): Likewise.
16121         (test-xfail-XPG3/unistd.h/conform): Likewise.
16122         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16123         (test-xfail-XPG4/fcntl.h/conform): Likewise.
16124         (test-xfail-XPG4/langinfo.h/conform): Likewise.
16125         (test-xfail-XPG4/netdb.h/conform): Likewise.
16126         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16127         (test-xfail-XPG4/signal.h/conform): Likewise.
16128         (test-xfail-XPG4/stdio.h/conform): Likewise.
16129         (test-xfail-XPG4/stdlib.h/conform): Likewise.
16130         (test-xfail-XPG4/stropts.h/conform): Likewise.
16131         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16132         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16133         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16134         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16135         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16136         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16137         (test-xfail-XPG4/sys/time.h/conform): Likewise.
16138         (test-xfail-XPG4/sys/types.h/conform): Likewise.
16139         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16140         (test-xfail-XPG4/termios.h/conform): Likewise.
16141         (test-xfail-XPG4/ucontext.h/conform): Likewise.
16142         (test-xfail-XPG4/unistd.h/conform): Likewise.
16143         (test-xfail-XPG4/utmpx.h/conform): Likewise.
16144         (test-xfail-POSIX/sched.h/conform): Likewise.
16145         (test-xfail-POSIX/signal.h/conform): Likewise.
16146         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16147         (test-xfail-POSIX/tar.h/conform): Likewise.
16148         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16149         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16150         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16151         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16152         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16153         (test-xfail-UNIX98/sched.h/conform): Likewise.
16154         (test-xfail-UNIX98/signal.h/conform): Likewise.
16155         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16156         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16157         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16158         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16159         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16160         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16161         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16162         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16163         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16164         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16165         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16166         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16167         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16168         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16169         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16170         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16171         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16172         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16173         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16174         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16175         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16176         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16177         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16178         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16179         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16180         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16181         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16182         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16183         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16184         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16185         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16186         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16187         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16188         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16189         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16190         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16191         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16192         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16193         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16194         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16195         (test-xfail-POSIX2008/signal.h/conform): Likewise.
16196         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16197         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16198         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16199         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16200         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16201         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16202         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16203         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16204         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16205         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16206         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16207         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16208         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16209         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16210         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16211         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16212         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16213         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16214         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16215         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16216         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16217         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16218         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16219         (conformtest-cc-flags): Likewise.
16220         ($(conformtest-header-tests): New target.
16221         * conform/check-header-lists.sh: New file.
16222         * conform/run-conformtest.sh: Remove.
16224         * conform/conformtest.pl: Allow ' and \ in values given for
16225         constants.
16226         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16227         inclusion.
16228         [POSIX] (sys/types.h): Likewise.
16229         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16230         inclusion.
16231         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16232         inclusion.
16233         * conform/data/signal.h-data (SIGIO): Remove expectation.
16234         [XPG3] (SIGBUS): Do not expect.
16235         [POSIX || XPG3] (SIGPOLL): Likewise.
16236         [POSIX || XPG3] (SIGPROF): Likewise.
16237         [POSIX || XPG3] (SIGSYS): Likewise.
16238         [XPG3] (SIGTRAP): Likewise.
16239         [POSIX || XPG3] (SIGURG): Likewise.
16240         [POSIX || XPG3] (SIGVTALRM): Likewise.
16241         [POSIX || XPG3] (SIGXCPU): Likewise.
16242         [POSIX || XPG3] (SIGXFSZ): Likewise.
16243         [POSIX] (SA_SIGINFO): Expect.
16244         [XPG3] (siginfo_t): Do not expect type or contents.
16245         [POSIX] (si_pid): Do not expect element.
16246         [POSIX] (si_uid): Likewise.
16247         [POSIX] (si_addr): Likewise.
16248         [POSIX] (si_status): Likewise.
16249         [POSIX] (si_band): Likewise.
16250         [XPG4] (si_value): Likewise.
16251         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16252         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16253         [POSIX || XPG3] (ILL_ILLADR): Likewise.
16254         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16255         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16256         [POSIX || XPG3] (ILL_PRVREG): Likewise.
16257         [POSIX || XPG3] (ILL_COPROC): Likewise.
16258         [POSIX || XPG3] (ILL_BADSTK): Likewise.
16259         [POSIX || XPG3] (FPE_INTDIV): Likewise.
16260         [POSIX || XPG3] (FPE_INTOVF): Likewise.
16261         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16262         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16263         [POSIX || XPG3] (FPE_FLTUND): Likewise.
16264         [POSIX || XPG3] (FPE_FLTRES): Likewise.
16265         [POSIX || XPG3] (FPE_FLTINV): Likewise.
16266         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16267         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16268         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16269         [POSIX || XPG3] (BUS_ADRALN): Likewise.
16270         [POSIX || XPG3] (BUS_ADRERR): Likewise.
16271         [POSIX || XPG3] (BUS_OBJERR): Likewise.
16272         [POSIX || XPG3] (CLD_EXITED): Likewise.
16273         [POSIX || XPG3] (CLD_KILLED): Likewise.
16274         [POSIX || XPG3] (CLD_DUMPED): Likewise.
16275         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16276         [POSIX || XPG3] (CLD_STOPPED): Likewise.
16277         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16278         [POSIX || XPG3] (POLL_IN): Likewise.
16279         [POSIX || XPG3] (POLL_OUT): Likewise.
16280         [POSIX || XPG3] (POLL_MSG): Likewise.
16281         [POSIX || XPG3] (POLL_ERR): Likewise.
16282         [POSIX || XPG3] (POLL_PRI): Likewise.
16283         [POSIX || XPG3] (POLL_HUP): Likewise.
16284         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16285         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16286         (SIG*): Do not allow.
16287         [XPG3] (si_*): Likewise.
16288         [XPG3] (SI_*): Likewise.
16289         [XPG3 || XPG4] (sigev_*): Likewise.
16290         [XPG3 || XPG4] (SIGEV_*): Likewise.
16291         [XPG3 || XPG4] (sival_*): Likewise.
16292         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16293         [POSIX || XPG3] (BUS_*): Likewise.
16294         [POSIX || XPG3] (CLD_*): Likewise.
16295         [POSIX || XPG3] (FPE_*): Likewise.
16296         [POSIX || XPG3] (ILL_*): Likewise.
16297         [POSIX || XPG3] (POLL_*): Likewise.
16298         [POSIX || XPG3] (SEGV_*): Likewise.
16299         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16300         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16301         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16302         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16303         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16304         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16305         Specify type and value.
16306         (TVERSLEN): Likewise.
16307         (REGTYPE): Likewise.
16308         (AREGTYPE): Likewise.
16309         (LNKTYPE): Likewise.
16310         (SYMTYPE): Likewise.
16311         (CHRTYPE): Likewise.
16312         (BLKTYPE): Likewise.
16313         (DIRTYPE): Likewise.
16314         (FIFOTYPE): Likewise.
16315         (CONTTYPE): Likewise.
16316         (TSUID): Likewise.
16317         (TSGID): Likewise.
16318         (TSVTX): Likewise.
16319         (TUREAD): Likewise.
16320         (TUWRITE): Likewise.
16321         (TUEXEC): Likewise.
16322         (TGREAD): Likewise.
16323         (TGWRITE): Likewise.
16324         (TGEXEC): Likewise.
16325         (TOREAD): Likewise.
16326         (TOWRITE): Likewise.
16327         (TOEXEC): Likewise.
16328         [POSIX] (TSVTX): Expect constant.
16330 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
16332         * Makefile (tests): Change dependencies to ....
16333         (tests-special): ... additions to this variable.
16334         (tests): Depend on $(tests-special).
16335         * Makerules (check-abi-list): New variable.
16336         (check-abi): Depend on $(check-abi-list).
16337         [$(subdir) = elf] (tests-special): Add
16338         $(objpfx)check-abi-libc.out.
16339         [$(build-shared) = yes && subdir] (tests-special): Add
16340         $(check-abi-list).
16341         [$(build-shared) = yes && subdir] (tests): Do not depend on
16342         check-abi.
16343         * Rules (tests): Depend on $(tests-special).
16344         (xtests): Depend on $(xtests-special).
16345         * catgets/Makefile (tests): Change dependencies to ....
16346         (tests-special): ... additions to this variable.
16347         * conform/Makefile (tests): Change dependencies to ....
16348         (tests-special): ... additions to this variable.
16349         * elf/Makefile (tests): Change dependencies to ....
16350         (tests-special): ... additions to this variable.
16351         * grp/Makefile (tests): Change dependencies to ....
16352         (tests-special): ... additions to this variable.
16353         * iconv/Makefile (xtests): Change dependencies to ....
16354         (xtests-special): ... additions to this variable.
16355         * iconvdata/Makefile (tests): Change dependencies to ....
16356         (tests-special): ... additions to this variable.
16357         * intl/Makefile (tests): Change dependencies to ....
16358         (tests-special): ... additions to this variable.  Also add
16359         $(objpfx)tst-gettext.out.
16360         * io/Makefile (tests): Change dependencies to ....
16361         (tests-special): ... additions to this variable.
16362         * libio/Makefile (tests): Change dependencies to ....
16363         (tests-special): ... additions to this variable.
16364         * malloc/Makefile (tests): Change dependencies to ....
16365         (tests-special): ... additions to this variable.
16366         * misc/Makefile (tests): Change dependencies to ....
16367         (tests-special): ... additions to this variable.
16368         * nptl/Makefile (tests): Change dependencies to ....
16369         (tests-special): ... additions to this variable.
16370         * nptl_db/Makefile (tests): Change dependencies to ....
16371         (tests-special): ... additions to this variable.
16372         * posix/Makefile (tests): Change dependencies to ....
16373         (tests-special): ... additions to this variable.
16374         (xtests): Change dependencies to ....
16375         (xtests-special): ... additions to this variable.
16376         * resolv/Makefile (tests): Change dependencies to ....
16377         (tests-special): ... additions to this variable.
16378         (xtests): Change dependencies to ....
16379         (xtests-special): ... additions to this variable.
16380         * stdio-common/Makefile (tests): Change dependencies to ....
16381         (tests-special): ... additions to this variable.
16382         (do-tst-unbputc): Remove target.
16383         (do-tst-printf): Likewise.
16384         * stdlib/Makefile (tests): Change dependencies to ....
16385         (tests-special): ... additions to this variable.
16386         * string/Makefile (tests): Change dependencies to ....
16387         (tests-special): ... additions to this variable.
16388         * sysdeps/x86/Makefile (tests): Change dependencies to ....
16389         (tests-special): ... additions to this variable.
16391         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16392         whole file.
16393         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16394         whole file.
16395         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16396         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16398         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16399         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16400         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16401         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16402         * conform/data/libgen.h-data [XPG3]: Likewise.
16403         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16404         * conform/data/ndbm.h-data [XPG3]: Likewise.
16405         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16406         * conform/data/netdb.h-data [XPG3]: Likewise.
16407         * conform/data/netinet/in.h-data [XPG3]: Likewise.
16408         * conform/data/poll.h-data [XPG3]: Likewise.
16409         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16410         * conform/data/strings.h-data [XPG3]: Likewise.
16411         * conform/data/stropts.h-data [XPG3]: Likewise.
16412         * conform/data/sys/mman.h-data [XPG3]: Likewise.
16413         * conform/data/sys/resource.h-data [XPG3]: Likewise.
16414         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16415         Likewise.
16416         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16417         * conform/data/sys/time.h-data [XPG3]: Likewise.
16418         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16419         * conform/data/sys/uio.h-data [XPG3]: Likewise.
16420         * conform/data/sys/un.h-data [XPG3]: Likewise.
16421         * conform/data/syslog.h-data [XPG3]: Likewise.
16422         * conform/data/ucontext.h-data [XPG3]: Likewise.
16423         * conform/data/utmpx.h-data [XPG3]: Likewise.
16424         * conform/data/varargs.h-data [UNIX98]: Enable file.
16426         * manual/Makefile (INSTALL_INFO): Remove variable setting.
16428         * math/libm-test.inc (struct test_f_f_data): Move expected results
16429         into structure for each rounding mode.
16430         (struct test_ff_f_data): Likewise.
16431         (struct test_ff_f_data_nexttoward): Likewise.
16432         (struct test_fi_f_data): Likewise.
16433         (struct test_fl_f_data): Likewise.
16434         (struct test_if_f_data): Likewise.
16435         (struct test_fff_f_data): Likewise.
16436         (struct test_c_f_data): Likewise.
16437         (struct test_f_f1_data): Likewise.
16438         (struct test_fF_f1_data): Likewise.
16439         (struct test_ffI_f1_data): Likewise.
16440         (struct test_c_c_data): Likewise.
16441         (struct test_cc_c_data): Likewise.
16442         (struct test_f_i_data): Likewise.
16443         (struct test_ff_i_data): Likewise.
16444         (struct test_f_l_data): Likewise.
16445         (struct test_f_L_data): Likewise.
16446         (struct test_fFF_11_data): Likewise.
16447         (RM_): New macro.
16448         (RM_FE_DOWNWARD): Likewise.
16449         (RM_FE_TONEAREST): Likewise.
16450         (RM_FE_TOWARDZERO): Likewise.
16451         (RM_FE_UPWARD): Likewise.
16452         (RUN_TEST_LOOP_f_f): Update references to expected results.
16453         (RUN_TEST_LOOP_2_f): Likewise.
16454         (RUN_TEST_LOOP_fff_f): Likewise.
16455         (RUN_TEST_LOOP_c_f): Likewise.
16456         (RUN_TEST_LOOP_f_f1): Likewise.
16457         (RUN_TEST_LOOP_fF_f1): Likewise.
16458         (RUN_TEST_LOOP_fI_f1): Likewise.
16459         (RUN_TEST_LOOP_ffI_f1): Likewise.
16460         (RUN_TEST_LOOP_c_c): Likewise.
16461         (RUN_TEST_LOOP_cc_c): Likewise.
16462         (RUN_TEST_LOOP_f_i): Likewise.
16463         (RUN_TEST_LOOP_f_i_tg): Likewise.
16464         (RUN_TEST_LOOP_ff_i_tg): Likewise.
16465         (RUN_TEST_LOOP_f_b): Likewise.
16466         (RUN_TEST_LOOP_f_b_tg): Likewise.
16467         (RUN_TEST_LOOP_f_l): Likewise.
16468         (RUN_TEST_LOOP_f_L): Likewise.
16469         (RUN_TEST_LOOP_fFF_11): Likewise.
16470         * math/gen-libm-test.pl (parse_args): Output four copies of
16471         expected results for each test.
16473         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16474         (__ASSUME_UTIMES): Remove.
16475         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16476         (__ASSUME_UTIMES): Likewise.
16478         * math/gen-auto-libm-tests.c: Update comment on output format.
16479         (output_for_one_input_case): Generate before-rounding and
16480         after-rounding information as conditions on output flags not
16481         floating-point format.
16482         * math/auto-libm-test-out: Regenerated.
16483         * math/gen-libm-test.pl (cond_value): New function.
16484         (or_cond_value): Use cond_value.
16485         (generate_testfile): Handle conditional exceptions.
16487 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
16489         * math/libm-test.inc (max_valid_error): New variable.
16490         (init_max_error): Take new argument specifying whether function
16491         results are exactly determined.  Set max_valid_error and bound
16492         other variables for errors based on this argument.
16493         (set_max_error): Do not record results above max_valid_error.
16494         (check_float_internal): Only accept errors of up to 0.5ulps if
16495         also at most max_valid_error.
16496         (START): Take new argument EXACT and pass it to init_max_error.
16497         (acos_test): Update call to START.
16498         (acos_test_tonearest): Likewise.
16499         (acos_test_towardzero): Likewise.
16500         (acos_test_downward): Likewise.
16501         (acos_test_upward): Likewise.
16502         (acosh_test): Likewise.
16503         (asin_test): Likewise.
16504         (asin_test_tonearest): Likewise.
16505         (asin_test_towardzero): Likewise.
16506         (asin_test_downward): Likewise.
16507         (asin_test_upward): Likewise.
16508         (asinh_test): Likewise.
16509         (atan_test): Likewise.
16510         (atanh_test): Likewise.
16511         (atan2_test): Likewise.
16512         (cabs_test): Likewise.
16513         (cacos_test): Likewise.
16514         (cacosh_test): Likewise.
16515         (carg_test): Likewise.
16516         (casin_test): Likewise.
16517         (casinh_test): Likewise.
16518         (catan_test): Likewise.
16519         (catanh_test): Likewise.
16520         (cbrt_test): Likewise.
16521         (ccos_test): Likewise.
16522         (ccosh_test): Likewise.
16523         (ceil_test): Likewise.
16524         (cexp_test): Likewise.
16525         (cimag_test): Likewise.
16526         (clog_test): Likewise.
16527         (clog10_test): Likewise.
16528         (conj_test): Likewise.
16529         (copysign_test): Likewise.
16530         (cos_test): Likewise.
16531         (cos_test_tonearest): Likewise.
16532         (cos_test_towardzero): Likewise.
16533         (cos_test_downward): Likewise.
16534         (cos_test_upward): Likewise.
16535         (cosh_test): Likewise.
16536         (cosh_test_tonearest): Likewise.
16537         (cosh_test_towardzero): Likewise.
16538         (cosh_test_downward): Likewise.
16539         (cosh_test_upward): Likewise.
16540         (cpow_test): Likewise.
16541         (cproj_test): Likewise.
16542         (creal_test): Likewise.
16543         (csin_test): Likewise.
16544         (csinh_test): Likewise.
16545         (csqrt_test): Likewise.
16546         (ctan_test): Likewise.
16547         (ctan_test_tonearest): Likewise.
16548         (ctan_test_towardzero): Likewise.
16549         (ctan_test_downward): Likewise.
16550         (ctan_test_upward): Likewise.
16551         (ctanh_test): Likewise.
16552         (ctanh_test_tonearest): Likewise.
16553         (ctanh_test_towardzero): Likewise.
16554         (ctanh_test_downward): Likewise.
16555         (ctanh_test_upward): Likewise.
16556         (erf_test): Likewise.
16557         (erfc_test): Likewise.
16558         (exp_test): Likewise.
16559         (exp_test_tonearest): Likewise.
16560         (exp_test_towardzero): Likewise.
16561         (exp_test_downward): Likewise.
16562         (exp_test_upward): Likewise.
16563         (exp10_test): Likewise.
16564         (exp10_test_tonearest): Likewise.
16565         (exp10_test_towardzero): Likewise.
16566         (exp10_test_downward): Likewise.
16567         (exp10_test_upward): Likewise.
16568         (pow10_test): Likewise.
16569         (exp2_test): Likewise.
16570         (expm1_test): Likewise.
16571         (expm1_test_tonearest): Likewise.
16572         (expm1_test_towardzero): Likewise.
16573         (expm1_test_downward): Likewise.
16574         (expm1_test_upward): Likewise.
16575         (fabs_test): Likewise.
16576         (fdim_test): Likewise.
16577         (floor_test): Likewise.
16578         (fma_test): Likewise.
16579         (fma_test_towardzero): Likewise.
16580         (fma_test_downward): Likewise.
16581         (fma_test_upward): Likewise.
16582         (fmax_test): Likewise.
16583         (fmin_test): Likewise.
16584         (fmod_test): Likewise.
16585         (fpclassify_test): Likewise.
16586         (frexp_test): Likewise.
16587         (hypot_test): Likewise.
16588         (ilogb_test): Likewise.
16589         (isfinite_test): Likewise.
16590         (finite_test): Likewise.
16591         (isgreater_test): Likewise.
16592         (isgreaterequal_test): Likewise.
16593         (isinf_test): Likewise.
16594         (isless_test): Likewise.
16595         (islessequal_test): Likewise.
16596         (islessgreater_test): Likewise.
16597         (isnan_test): Likewise.
16598         (isnormal_test): Likewise.
16599         (issignaling_test): Likewise.
16600         (isunordered_test): Likewise.
16601         (j0_test): Likewise.
16602         (j1_test): Likewise.
16603         (jn_test): Likewise.
16604         (ldexp_test): Likewise.
16605         (lgamma_test): Likewise.
16606         (gamma_test): Likewise.
16607         (lrint_test): Likewise.
16608         (lrint_test_tonearest): Likewise.
16609         (lrint_test_towardzero): Likewise.
16610         (lrint_test_downward): Likewise.
16611         (lrint_test_upward): Likewise.
16612         (llrint_test): Likewise.
16613         (llrint_test_tonearest): Likewise.
16614         (llrint_test_towardzero): Likewise.
16615         (llrint_test_downward): Likewise.
16616         (llrint_test_upward): Likewise.
16617         (log_test): Likewise.
16618         (log10_test): Likewise.
16619         (log1p_test): Likewise.
16620         (log2_test): Likewise.
16621         (logb_test): Likewise.
16622         (logb_test_downward): Likewise.
16623         (lround_test): Likewise.
16624         (llround_test): Likewise.
16625         (modf_test): Likewise.
16626         (nearbyint_test): Likewise.
16627         (nextafter_test): Likewise.
16628         (nexttoward_test): Likewise.
16629         (pow_test): Likewise.
16630         (pow_test_tonearest): Likewise.
16631         (pow_test_towardzero): Likewise.
16632         (pow_test_downward): Likewise.
16633         (pow_test_upward): Likewise.
16634         (remainder_test): Likewise.
16635         (drem_test): Likewise.
16636         (remainder_test_tonearest): Likewise.
16637         (drem_test_tonearest): Likewise.
16638         (remainder_test_towardzero): Likewise.
16639         (drem_test_towardzero): Likewise.
16640         (remainder_test_downward): Likewise.
16641         (drem_test_downward): Likewise.
16642         (remainder_test_upward): Likewise.
16643         (drem_test_upward): Likewise.
16644         (remquo_test): Likewise.
16645         (rint_test): Likewise.
16646         (rint_test_tonearest): Likewise.
16647         (rint_test_towardzero): Likewise.
16648         (rint_test_downward): Likewise.
16649         (rint_test_upward): Likewise.
16650         (round_test): Likewise.
16651         (scalb_test): Likewise.
16652         (scalbn_test): Likewise.
16653         (scalbln_test): Likewise.
16654         (signbit_test): Likewise.
16655         (sin_test): Likewise.
16656         (sin_test_tonearest): Likewise.
16657         (sin_test_towardzero): Likewise.
16658         (sin_test_downward): Likewise.
16659         (sin_test_upward): Likewise.
16660         (sincos_test): Likewise.
16661         (sinh_test): Likewise.
16662         (sinh_test_tonearest): Likewise.
16663         (sinh_test_towardzero): Likewise.
16664         (sinh_test_downward): Likewise.
16665         (sinh_test_upward): Likewise.
16666         (sqrt_test): Likewise.
16667         (sqrt_test_tonearest): Likewise.
16668         (sqrt_test_towardzero): Likewise.
16669         (sqrt_test_downward): Likewise.
16670         (sqrt_test_upward): Likewise.
16671         (tan_test): Likewise.
16672         (tan_test_tonearest): Likewise.
16673         (tan_test_towardzero): Likewise.
16674         (tan_test_downward): Likewise.
16675         (tan_test_upward): Likewise.
16676         (tanh_test): Likewise.
16677         (tgamma_test): Likewise.
16678         (trunc_test): Likewise.
16679         (y0_test): Likewise.
16680         (y1_test): Likewise.
16681         (yn_test): Likewise.
16682         (significand_test): Likewise.
16684         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
16685         individual tests in comment.
16686         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
16687         (prev_max_error): New variable.
16688         (prev_real_max_error): Likewise.
16689         (prev_imag_max_error): Likewise.
16690         (compare_ulp_data): Don't refer to test names in comment.
16691         (find_test_ulps): Remove function.
16692         (find_function_ulps): Likewise.
16693         (find_complex_function_ulps): Likewise.
16694         (init_max_error): Take function name as argument.  Look up ulps
16695         for that function.
16696         (print_ulps): Remove function.
16697         (print_max_error): Use prev_max_error instead of calling
16698         find_function_ulps.
16699         (print_complex_max_error): Use prev_real_max_error and
16700         prev_imag_max_error instead of calling find_complex_function_ulps.
16701         (check_float_internal): Take max_ulp parameter instead of calling
16702         find_test_ulps.  Don't call print_ulps.
16703         (check_float): Update call to check_float_internal.
16704         (check_complex): Update calls to check_float_internal.
16705         (START): Pass argument to init_max_error.
16706         * math/gen-libm-test.pl (%results): Don't include "kind"
16707         information.
16708         (parse_ulps): Don't handle ulps of individual tests.
16709         (print_ulps_file): Likewise.
16710         (output_ulps): Likewise.
16711         * math/README.libm-test: Update.
16712         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16713         individual tests.
16714         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16715         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16716         * sysdeps/arm/libm-test-ulps: Likewise.
16717         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16718         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16719         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16720         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16721         * sysdeps/microblaze/libm-test-ulps: Likewise.
16722         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16723         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16724         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16725         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16726         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16727         * sysdeps/sh/libm-test-ulps: Likewise.
16728         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16729         * sysdeps/tile/libm-test-ulps: Likewise.
16730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16732 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16734         * math/libm-test.inc (print_complex_max_error): Check separately
16735         whether real and imaginary errors are within allowed range and
16736         pass 0 to print_complex_function_ulps instead of value within
16737         allowed range.
16739 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16741         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16742         formatting.
16743         (get_handles_fopen): Likewise.
16744         (do_write_test): Likewise.
16746         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16748         * libio/fileops.c (do_ftell): Use cached offset when
16749         available.
16750         * libio/iofwide.c (do_ftell_wide): Likewise.
16751         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16752         _IO_file_attach.
16753         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16755         [BZ #16532]
16756         * libio/libioP.h (get_file_offset): New function.
16757         * libio/fileops.c (get_file_offset): Likewise.
16758         (do_ftell): Likewise.
16759         (_IO_new_file_seekoff): Split out ftell logic.
16760         * libio/wfileops.c (do_ftell_wide): Likewise.
16761         (_IO_wfile_seekoff): Split out ftell logic.
16762         * libio/tst-ftell-active-handler.c: New test case.
16763         * libio/Makefile (tests): Add it.
16765 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16767         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16768         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16770 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16772         [BZ #16639]
16773         * nscd/connections.c (nscd_init): Call do_exit.
16774         (start_threads): Call do_exit and notify_parent.
16775         (begin_drop_privileges): Call do_exit.
16776         (finish_drop_privileges): Likewise.
16777         * nscd/selinux.c (preserve_capabilities): Likewise.
16778         (install_real_capabilities): Likewise.
16779         (nscd_selinux_enabled): Likewise.
16780         (avc_create_thread): Likewise.
16781         (avc_alloc_lock): Likewise.
16782         (nscd_avc_init): Likewise.
16783         * nscd/nscd.c (parent_fd): New static variable.
16784         (main): Create a pipe between parent and child processes.
16785         Skip closing parent_fd.
16786         (monitor_child): New function.
16787         (do_exit): Likewise.
16788         (notify_parent): Likewise.
16789         * nscd/nscd.h (notify_parent): Likewise.
16790         (do_exit): Likewise.
16792 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16794         * malloc/malloc.c (__libc_calloc): Revert last change.
16796 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16798         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16800 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16802         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16803         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16804         implementation.
16805         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16806         (__libc_ifunc_impl_list): Likewise.
16807         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16808         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16809         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16810         * string/strrchr.c: Define STRRCHR.
16812 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16814         * benchtest/bench-strtok.c (simple_strtok): Delete.
16815         (strtok_string): Use as benchmark.
16816         * string/strtok (STRTOK): New macro.
16818 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16820         * manual/threads.texi: Add header and standard comments to all
16821         functions.
16823         * elf/dl-lookup.c (check_match): New function.
16824         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16825         (do_lookup_x): Remove nested function check_match. Use non-nested
16826         function check_match.
16828 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16830         * csu/Makefile (generated, before-compile): Use += rather than =.
16831         * catgets/Makefile (generated, generated-dirs): Likewise.
16832         * debug/Makefile (generated): Likewise.
16833         * dlfcn/Makefile (generated): Likewise.
16834         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16835         * iconvdata/Makefile (before-compile, generated): Likewise.
16836         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16837         * libio/Makefile (generated): Likewise.
16838         * malloc/Makefile (generated): Likewise.
16839         * manual/Makefile (generated, generated-dirs): Likewise.
16840         * misc/Makefile (generated): Likewise.
16841         * posix/Makefile (generated): Likewise.
16842         * resolv/Makefile (generated): Likewise.
16843         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16844         * timezone/Makefile (generated, generated-dirs): Likewise.
16846         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16848 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16850         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16851         power8 implementation.
16852         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16853         file: POWER8 llround ifunc implementation.
16854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16855         (__lllround): Add POWER8 implementation.
16856         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16857         POWER8 llround implementation.
16859         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16860         power8 implementation.
16861         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16862         file: POWER8 llrint ifunc implementation.
16863         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16864         Add POWER8 implementation.
16865         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16866         POWER8 llrint implementation.
16868         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16869         power8 implementation.
16870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16871         file: POWER8 finite ifunc implementation.
16872         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16873         Add POWER8 implementation.
16874         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16875         Likewise.
16876         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16877         POWER8 finite implementation.
16878         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16880         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16881         power8 implementation.
16882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16883         file: POWER8 isinf ifunc implementation.
16884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16885         POWER8 implementation.
16886         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16887         Likewise.
16888         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16889         isinf implementation.
16890         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16892         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16893         (INIT_ARCH): Add hwcap2 initialization.
16894         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16895         power8 implementation.
16896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16897         file: POWER8 isnan ifunc implementation.
16898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16899         POWER8 implementation.
16900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16901         Likewise.
16902         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16903         isnan implementation.
16904         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16906 2014-02-27  Joey Ye  <joey.ye@arm.com>
16908         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16909         (_FP_NANFRAC_Q): Set to zero.
16911 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16913         [BZ #16623]
16914         * math/auto-libm-test-in: New test inputs.
16915         * math/auto-libm-test-out: Regenerate.
16916         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16917         and DA.
16918         (__cos): Likewise.
16919         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16921 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
16923         * scripts/evaluate-test.sh: Take new argument indicating whether
16924         failure is expected.
16925         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16926         indicating whether failure is expected.
16927         * conform/Makefile (test-xfail-run-conformtest): New variable.
16928         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16929         level.
16930         * posix/Makefile (test-xfail-annexc): New variable.
16931         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16933 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
16935         * argp/Makefile: Include Makeconfig immediately after defining
16936         subdir.
16937         * assert/Makefile: Likewise.
16938         * benchtests/Makefile: Likewise.
16939         * catgets/Makefile: Likewise.
16940         * conform/Makefile: Likewise.
16941         * crypt/Makefile: Likewise.
16942         * csu/Makefile: Likewise.
16943         (all): Remove target.
16944         * ctype/Makefile: Include Makeconfig immediately after defining
16945         subdir.
16946         * debug/Makefile: Likewise.
16947         * dirent/Makefile: Likewise.
16948         * dlfcn/Makefile: Likewise.
16949         * gmon/Makefile: Likewise.
16950         * gnulib/Makefile: Likewise.
16951         * grp/Makefile: Likewise.
16952         * gshadow/Makefile: Likewise.
16953         * hesiod/Makefile: Likewise.
16954         * hurd/Makefile: Likewise.
16955         (all): Remove target.
16956         * iconvdata/Makefile: Include Makeconfig immediately after
16957         defining subdir.
16958         * inet/Makefile: Likewise.
16959         * intl/Makefile: Likewise.
16960         * io/Makefile: Likewise.
16961         * libio/Makefile: Likewise.
16962         (all): Remove target.
16963         * locale/Makefile: Include Makeconfig immediately after defining
16964         subdir.
16965         * login/Makefile: Likewise.
16966         * mach/Makefile: Likewise.
16967         (all): Remove target.
16968         * malloc/Makefile: Include Makeconfig immediately after defining
16969         subdir.
16970         (all): Remove target.
16971         * manual/Makefile: Include Makeconfig immediately after defining
16972         subdir.
16973         * math/Makefile: Likewise.
16974         * misc/Makefile: Likewise.
16975         * nis/Makefile: Likewise.
16976         * nss/Makefile: Likewise.
16977         * po/Makefile: Likewise.
16978         (all): Remove target.
16979         * posix/Makefile: Include Makeconfig immediately after defining
16980         subdir.
16981         * pwd/Makefile: Likewise.
16982         * resolv/Makefile: Likewise.
16983         * resource/Makefile: Likewise.
16984         * rt/Makefile: Likewise.
16985         * setjmp/Makefile: Likewise.
16986         * shadow/Makefile: Likewise.
16987         * signal/Makefile: Likewise.
16988         * socket/Makefile: Likewise.
16989         * soft-fp/Makefile: Likewise.
16990         * stdio-common/Makefile: Likewise.
16991         * stdlib/Makefile: Likewise.
16992         * streams/Makefile: Likewise.
16993         * string/Makefile: Likewise.
16994         * sunrpc/Makefile: Likewise.
16995         (all): Remove target.
16996         * sysvipc/Makefile: Include Makeconfig immediately after defining
16997         subdir.
16998         * termios/Makefile: Likewise.
16999         * time/Makefile: Likewise.
17000         * timezone/Makefile: Likewise.
17001         (all): Remove target.
17002         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17003         subdir.
17004         * wctype/Makefile: Likewise.
17006 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17008         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17009         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17010         (libc_feholdexcept_setround_mips): Ditto.
17011         (libc_feholdsetround): New.
17012         (libc_feholdsetroundf): New.
17013         (libc_feholdsetroundl): New.
17014         (libc_feupdateenv_test_mips): New.
17015         (libc_feupdateenv_test): New.
17016         (libc_feupdateenv_testf): New.
17017         (libc_feupdateenv_testl): New.
17018         (libc_feresetround): New.
17019         (libc_feresetroundf): New.
17020         (libc_feresetroundl): New.
17021         (libc_fetestexcept_mips): New.
17022         (libc_fetestexcept): New.
17023         (libc_fetestexceptf): New.
17024         (libc_fetestexceptl): New.
17025         (HAVE_RM_CTX): New.
17026         (libc_feholdexcept_setround_mips_ctx): New.
17027         (libc_feholdexcept_setround_ctx): New.
17028         (libc_feholdexcept_setroundf_ctx): New.
17029         (libc_feholdexcept_setroundl_ctx): New.
17030         (libc_fesetenv_mips_ctx): New.
17031         (libc_fesetenv_ctx): New.
17032         (libc_fesetenv_ctxf): New.
17033         (libc_fesetenv_ctxl): New.
17034         (libc_feupdateenv_mips_ctx): New.
17035         (libc_feupdateenv_ctx): New.
17036         (libc_feupdateenvf_ctx): New.
17037         (libc_feupdateenvl_ctx): New.
17038         (libc_feholdsetround_mips_ctx): New.
17039         (libc_feholdsetround_ctx): New.
17040         (libc_feholdsetroundf_ctx): New.
17041         (libc_feholdsetroundl_ctx): New.
17042         (libc_feresetround_mips_ctx): New.
17043         (libc_feresetround_ctx): New.
17044         (libc_feresetroundf_ctx): New.
17045         (libc_feresetroundl_ctx): New.
17047 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
17049         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17051         * manual/ipc.texi: New file.
17052         * manual/Makefile (chapters): Add ipc.
17053         * manual/job.texi: Add "Inter-Process Communication" to next.
17054         * manual/process.texi: Add "Inter-Process Communication" to prev.
17056 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17058         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17060 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
17062         * malloc/malloc.c (__libc_calloc): Simplify implementation.
17064         * manual/arith.texi: Fix spaces after sentences.
17065         * manual/charset.texi: Likewise.
17066         * manual/errno.texi: Likewise.
17067         * manual/install.texi: Likewise.
17068         * manual/llio.texi: Likewise.
17069         * manual/locale.texi: Likewise.
17070         * manual/maint.texi: Likewise.
17071         * manual/math.texi: Likewise.
17072         * manual/memory.texi: Likewise.
17073         * manual/message.texi: Likewise.
17074         * manual/probes.texi: Likewise.
17075         * manual/resource.texi: Likewise.
17076         * manual/signal.texi: Likewise.
17077         * manual/socket.texi: Likewise.
17078         * manual/stdio.texi: Likewise.
17079         * manual/string.texi: Likewise.
17080         * manual/time.texi: Likewise.
17081         * manual/users.texi: Likewise.
17083 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
17085         [BZ #16632]
17086         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17087         _DEFAULT_SOURCE is defined.
17089 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
17090             Carlos O'Donell  <carlos@redhat.com>
17092         [BZ #16613]
17093         * elf/dl-tls.c (_dl_count_modids): New function.
17094         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17095         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17096         audit library and increment generation counter.
17097         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17098         * elf/tst-audit9.c: New file.
17099         * elf/tst-auditmod9a.c: New file.
17100         * elf/tst-auditmod9b.c: New file.
17101         * elf/Makefile: Add rules to build and run tst-audit9.
17103 2014-02-25  Florian Weimer  <fweimer@redhat.com>
17105         [BZ #15347]
17106         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17108 2014-02-25  Will Newton  <will.newton@linaro.org>
17110         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17111         (__longjmp): Restore sp and lr before restoring callee
17112         saved registers.  Add longjmp and longjmp_target
17113         SystemTap probe point.
17114         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17115         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17116         Define to zero to match jmpbuf layout.
17117         * sysdeps/arm/setjmp.S: Include stap-probe.h.
17118         (__sigsetjmp): Save sp and lr before saving callee
17119         saved registers.  Add setjmp SystemTap probe point.
17121 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17123         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17125 2014-02-24  Andreas Schwab  <schwab@suse.de>
17127         [BZ #15804]
17128         * elf/pldd.c (wait_for_ptrace_stop): New function.
17129         (main): Call it after attaching.
17131 2014-02-22  Roland McGrath  <roland@hack.frob.com>
17133         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17134         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17135         Versions files is now verboten.
17136         * hurd/Versions (libc: GLIBC_2.0):
17137         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17138         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17139         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17140         * mach/Versions: Likewise.
17142         * csu/Versions: Remove unused %include.
17143         * resolv/Versions: Likewise.
17145 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17147         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17148         ($(objpfx)check-local-headers.out): Likewise.
17149         ($(objpfx)begin-end-check.out): Likewise.
17150         * Makerules (check-abi-%.out): Likewise.
17151         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17152         ($(objpfx)test2.cat): Likewise.
17153         ($(objpfx)de/libc.cat): Likewise.
17154         ($(objpfx)test-gencat.out): Likewise.
17155         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17156         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17157         ($(objpfx)noload-mem): Likewise.
17158         ($(objpfx)tst-pathopt.out): Likewise.
17159         ($(objpfx)tst-rtld-load-self.out): Likewise.
17160         ($(objpfx)tst-array1-cmp.out): Likewise.
17161         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17162         ($(objpfx)tst-array2-cmp.out): Likewise.
17163         ($(objpfx)tst-array3-cmp.out): Likewise.
17164         ($(objpfx)tst-array4-cmp.out): Likewise.
17165         ($(objpfx)tst-array5-cmp.out): Likewise.
17166         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17167         ($(objpfx)check-textrel.out): Likewise.
17168         ($(objpfx)check-execstack.out): Likewise.
17169         ($(objpfx)check-localplt.out): Likewise.
17170         ($(objpfx)order2-cmp.out): Likewise.
17171         ($(objpfx)tst-leaks1-mem): Likewise.
17172         ($(objpfx)tst-leaks1-static-mem): Likewise.
17173         ($(objpfx)tst-initorder-cmp.out): Likewise.
17174         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17175         ($(objpfx)tst-unused-dep.out): Likewise.
17176         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17177         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17178         * iconv/Makefile (test-iconvconfig): Likewise.
17179         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17180         ($(objpfx)iconv-test.out): Likewise.
17181         ($(objpfx)tst-tables.out): Likewise.
17182         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17183         ($(objpfx)tst-gettext.out): Likewise.
17184         ($(objpfx)tst-translit.out): Likewise.
17185         ($(objpfx)tst-gettext2.out): Likewise.
17186         ($(objpfx)tst-gettext4.out): Likewise.
17187         ($(objpfx)tst-gettext6.out): Likewise.
17188         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17189         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17190         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17191         ($(objpfx)tst-fopenloc-mem.out): Likewise.
17192         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17193         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17194         * posix/Makefile ($(objpfx)globtest.out): Likewise.
17195         ($(objpfx)wordexp-tst.out): Likewise.
17196         ($(objpfx)annexc.out): Likewise.
17197         ($(objpfx)tst-fnmatch-mem): Likewise.
17198         ($(objpfx)bug-regex2-mem): Likewise.
17199         ($(objpfx)bug-regex14-mem): Likewise.
17200         ($(objpfx)bug-regex21-mem): Likewise.
17201         ($(objpfx)bug-regex31-mem): Likewise.
17202         ($(objpfx)tst-vfork3-mem): Likewise.
17203         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17204         ($(objpfx)tst-pcre-mem): Likewise.
17205         ($(objpfx)tst-boost-mem): Likewise.
17206         ($(objpfx)tst-getconf.out): Likewise.
17207         ($(objpfx)bug-ga2-mem): Likewise.
17208         ($(objpfx)bug-glob2-mem): Likewise.
17209         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17210         ($(objpfx)mtrace-tst-leaks2): Likewise.
17211         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17212         ($(objpfx)tst-printf.out): Likewise.
17213         ($(objpfx)tst-setvbuf1.out): Likewise.
17214         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17215         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17216         ($(objpfx)tst-fmtmsg.out): Likewise.
17217         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17218         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17220         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17221         * bits/sigaction.h [__USE_MISC]: Likewise.
17222         * bits/waitstatus.h: Update #endif comments.
17223         * ctype/ctype.h: Likewise.
17224         * dirent/dirent.h: Likewise.
17225         [__USE_MISC]: Remove redundant conditionals.
17226         * grp/grp.h: Update #endif comments.
17227         [__USE_GNU]: Remove redundant conditionals.
17228         [__USE_MISC]: Likewise.
17229         * inet/netinet/in.h [__USE_GNU]: Likewise.
17230         * io/sys/stat.h [__USE_MISC]: Likewise.
17231         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17232         * libio/bits/stdio.h: Update #endif comments.
17233         [__USE_MISC]: Remove redundant conditionals.
17234         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17235         * libio/stdio.h: Update #endif comments.
17236         [__USE_MISC]: Remove redundant conditionals.
17237         * math/bits/math-finite.h [__USE_MISC]: Likewise.
17238         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17239         * math/math.h: Update #else and #endif comments.
17240         [__USE_MISC]: Remove redundant conditionals.
17241         * misc/sys/uio.h: Update #endif comments.
17242         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17243         * posix/glob.h [__USE_MISC]: Likewise.
17244         * posix/sys/types.h: Update #endif comments.
17245         [__USE_MISC]: Remove redundant conditionals.
17246         * posix/sys/wait.h: Update #endif comments.
17247         [__USE_MISC]: Remove redundant conditionals.
17248         * posix/unistd.h: Update #endif comments.
17249         [__USE_MISC]: Remove redundant conditionals.
17250         * pwd/pwd.h [__USE_GNU]: Likewise.
17251         [__USE_MISC]: Likewise.
17252         * resolv/netdb.h [__USE_GNU]: Likewise.
17253         * signal/signal.h: Update #endif comments.
17254         [__USE_MISC]: Remove redundant conditionals.
17255         * stdlib/stdlib.h: Update #else and #endif comments.
17256         [__USE_MISC]: Remove redundant conditionals.
17257         [__USE_GNU]: Likewise.
17258         * string/bits/string2.h [__USE_MISC]: Likewise.
17259         * string/string.h: Update #endif comments.
17260         [__USE_MISC]: Remove redundant conditionals.
17261         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17262         Likewise.
17263         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17264         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17265         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17266         Likewise.
17267         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17268         Likewise.
17269         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17270         comments.
17271         [__USE_MISC]: Remove redundant conditionals.
17272         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17273         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17274         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17275         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17276         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17277         Likewise.
17278         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17279         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17280         Likewise.
17281         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17282         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17283         Likewise.
17284         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17285         Likewise.
17286         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17287         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17288         Likewise.
17289         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17290         Likewise.
17291         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17292         * sysdeps/x86/bits/string.h: Update #endif comments.
17293         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17294         conditionals.
17295         * time/sys/time.h: Update #endif comments.
17296         * time/time.h: Likewise.
17297         [__USE_MISC]: Remove redundant conditionals.
17299 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
17301         [BZ #16600]
17302         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17304 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
17306         * Versions.def (librt): Add GLIBC_2.17.
17308 2014-02-21  Adam Conrad  <adconrad@0c3.net>
17310         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17311         synonym for _SYS_AUXV_H to allow direct inclusion.
17312         * sysdeps/sparc/bits/hwcap.h: Likewise.
17313         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17314         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17315         * sysdeps/sparc/sysdep.h: Likewise.
17317 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17319         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17321 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17323         * benchtests/bench-strrchr.c: Print length instead of position.
17325 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
17327         [BZ #16611]
17328         * sysdeps/unix/sysv/linux/kernel-features.h
17329         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17330         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17331         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17332         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17333         Likewise.
17334         [__i386__ || __powerpc__ || __sh__ || __sparc__]
17335         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17336         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17337         (__ASSUME_SENDMMSG): Define instead of using previous
17338         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17339         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17340         (__ASSUME_SENDMMSG_SYSCALL): Define.
17341         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17342         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17343         Likewise.
17344         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17345         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17346         Likewise.
17347         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17348         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17349         Likewise.
17350         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17351         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17352         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17353         [__ASSUME_SENDMMSG]: Change conditionals to
17354         [__ASSUME_SENDMMSG_SOCKETCALL].
17355         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17356         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17357         Define.
17358         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17359         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17360         Likewise.
17361         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17362         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17363         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17364         [!__ASSUME_SENDMMSG]: Change conditional to
17365         [!__ASSUME_SENDMMSG_SOCKETCALL].
17366         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17367         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17368         Define.
17370         [BZ #16610]
17371         * sysdeps/unix/sysv/linux/kernel-features.h
17372         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17373         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17374         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17375         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17376         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17377         [__i386__ || __sparc__]
17378         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17379         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17380         (__ASSUME_RECVMMSG): Define instead of using previous
17381         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17382         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17383         (__ASSUME_RECVMMSG_SYSCALL): Define.
17384         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17385         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17386         Likewise.
17387         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17388         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17389         Likewise.
17390         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17391         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17392         Likewise.
17393         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17394         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17395         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17396         [__ASSUME_RECVMMSG]: Change condition to
17397         [__ASSUME_RECVMMSG_SOCKETCALL].
17398         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17399         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17400         Define.
17401         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17402         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17403         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17404         Likewise.
17405         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17406         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17407         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17408         [!__ASSUME_RECVMMSG]: Change condition to
17409         [!__ASSUME_RECVMMSG_SOCKETCALL].
17410         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17411         (__ASSUME_RECVMMSG_SYSCALL): Define.
17413         [BZ #16609]
17414         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17415         __powerpc__ || __s390__ || __sh__ || __sparc__]
17416         (__ASSUME_SOCKETCALL): Define.
17417         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17418         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17419         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17420         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17421         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17422         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17423         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17424         (__ASSUME_ACCEPT4): Define instead of using previous
17425         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17426         __powerpc__ || __sparc__ || __s390__)] condition.
17427         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17428         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17429         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17430         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17431         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17432         [!__ASSUME_ACCEPT4]: Change condition to
17433         [!__ASSUME_ACCEPT4_SOCKETCALL].
17434         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17435         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
17436         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17437         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17438         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17439         __ASSUME_ACCEPT4_SYSCALL.
17440         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17441         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17442         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17443         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17444         __ASSUME_ACCEPT4_SYSCALL.
17445         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17446         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17447         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17448         [__ASSUME_ACCEPT4]: Change condition to
17449         [__ASSUME_ACCEPT4_SOCKETCALL].
17450         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17451         (__ASSUME_SOCKETCALL): Define.
17452         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17453         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17454         (__ASSUME_SOCKETCALL): Define.
17455         (__ASSUME_ACCEPT4): Remove.
17456         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17457         Define.
17458         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17459         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17460         Likewise.
17461         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17462         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17464         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17465         macro.
17466         (HWCAP_ARM_LPAE): Likewise.
17467         (HWCAP_ARM_EVTSTRM): Likewise.
17468         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17469         Add vpfd32, lpae and evtstrm.
17470         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17471         Increase to 22.
17473 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
17475         * math/auto-libm-test-in: Add tests of clog10.
17476         * math/auto-libm-test-out: Regenerated.
17477         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17478         * sysdeps/i386/fpu/libm-test-ulps: Update.
17479         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17481 2014-02-18  Andreas Schwab  <schwab@suse.de>
17483         [BZ #16574]
17484         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17485         Store non-zero if the second buffer was newly allocated.
17486         (send_dg): Likewise.
17487         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17488         to send_vc and send_dg.
17489         (res_nsend): Pass NULL for ansp2_malloced.
17490         * resolv/res_query.c (__libc_res_nquery): Add parameter
17491         answerp2_malloced and pass it down to __libc_res_nsend.
17492         (res_nquery): Pass additional NULL to __libc_res_nquery.
17493         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17494         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
17495         second answer buffer if answerp2_malloced was set.
17496         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17497         (__libc_res_nquerydomain): Add parameter
17498         answerp2_malloced and pass it down to __libc_res_nquery.
17499         (res_nquerydomain): Pass additional NULL to
17500         __libc_res_nquerydomain.
17501         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17502         additional NULL to __libc_res_nsend and __libc_res_nquery.
17503         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17504         additional NULL to __libc_res_nsearch.
17505         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
17506         parameter of __libc_res_nsearch to check for separately allocated
17507         second buffer.
17508         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17509         __libc_res_nquery.
17510         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17511         additional NULL to __libc_res_nquery.
17512         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17513         __libc_res_nsearch.
17514         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17515         * include/resolv.h: Update prototypes of __libc_res_nquery,
17516         __libc_res_nsearch, __libc_res_nsend.
17518 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
17520         * math/auto-libm-test-in: Add tests of fma.
17521         * math/auto-libm-test-out: Regenerated.
17522         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17523         (fma_towardzero_test_data): Likewise.
17524         (fma_downward_test_data): Likewise.
17525         (fma_upward_test_data): Likewise.
17526         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17527         mpc_mode.
17528         (rounding_modes): Add values for new field.
17529         (func_calc_method): Add value mpfr_fff_f.
17530         (func_calc_desc): Add mpfr_fff_f union field.
17531         (test_function): Add field exact_args.
17532         (FUNC): Add macro argument EXACT_ARGS.
17533         (FUNC_mpfr_f_f): Update call to FUNC.
17534         (FUNC_mpfr_f_f): Likewise.
17535         (FUNC_mpfr_ff_f): Likewise.
17536         (FUNC_mpfr_if_f): Likewise.
17537         (FUNC_mpc_c_f): Likewise.
17538         (FUNC_mpc_c_c): Likewise.
17539         (test_functions): Add fma.  Update calls to FUNC.
17540         (handle_input_arg): Add argument exact_args.
17541         (add_test): Update call to handle_input_arg.
17542         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
17543         (output_for_one_input_case): Update call to calc_generic_results.
17544         Recalculate exact zero results in each rounding mode.
17546         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17547         non-negative before setting low bit.
17548         * math/auto-libm-test-in: Mark one asin test possibly having
17549         spurious underflow.
17550         * math/auto-libm-test-out: Regenerated.
17551         * sysdeps/i386/fpu/libm-test-ulps: Update.
17552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17554 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
17556         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17557         * sysdeps/unix/sysv/linux/microblaze: Move directory from
17558         ports/sysdeps/unix/sysv/linux/microblaze.
17559         * README: Add missing listing for microblaze*-*-linux-gnu.
17561 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
17563         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17564         duplicate code
17566 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
17568         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17569         * sysdeps/unix/sysv/linux/ia64: Move directory from
17570         ports/sysdeps/unix/sysv/linux/ia64.
17571         * README: Update listing for ia64-*-linux-gnu.
17573 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
17574             Joseph Myers  <joseph@codesourcery.com>
17576         * Makeconfig (test-name): New variable.
17577         (evaluate-test): Likewise.
17578         * Makerules (do-test-clean): Remove .test-result files.
17579         (common-mostlyclean): Likewise.
17580         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17581         * scripts/evaluate-test.sh: New file.
17583 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
17585         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17586         separate $(objpfx)tst-fopenloc-cmp.out and
17587         $(objpfx)tst-fopenloc-mem.out targets.
17588         (tests): Update dependencies.
17589         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17590         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17591         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17592         (tst-rxspencer-no-utf8-ARGS): New variable.
17593         (tst-rxspencer-no-utf8-ENV): Likewise.
17594         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17595         instead of $(objpfx)tst-rxspencer-mem.
17596         ($(objpfx)tst-rxspencer-mem): Change target to
17597         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
17598         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17599         * posix/tst-rxspencer-no-utf8.c: New file.
17601         * elf/Makefile ($(objpfx)order.out): Remove rule.
17602         [$(run-built-tests) = yes] (tests): Depend on
17603         $(objpfx)order-cmp.out.
17604         ($(objpfx)order-cmp.out): New rule.
17605         [$(run-built-tests) = yes] (tests): Depend on
17606         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17607         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17608         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17609         $(objpfx)tst-array5-static-cmp.out.
17610         ($(objpfx)tst-array1.out): Remove rule.
17611         ($(objpfx)tst-array1-cmp.out): New rule.
17612         ($(objpfx)tst-array1-static.out): Remove rule.
17613         ($(objpfx)tst-array1-static-cmp.out): New rule.
17614         ($(objpfx)tst-array2.out): Remove rule.
17615         ($(objpfx)tst-array2-cmp.out): New rule.
17616         ($(objpfx)tst-array3.out): Remove rule.
17617         ($(objpfx)tst-array3-cmp.out): New rule.
17618         ($(objpfx)tst-array4.out): Remove rule.
17619         ($(objpfx)tst-array4-cmp.out): New rule.
17620         ($(objpfx)tst-array5.out): Remove rule.
17621         ($(objpfx)tst-array5-cmp.out): New rule.
17622         ($(objpfx)tst-array5-static.out): Remove rule.
17623         ($(objpfx)tst-array5-static-cmp.out): New rule.
17624         [$(run-built-tests) = yes] (tests): Depend on
17625         $(objpfx)order2-cmp.out.
17626         ($(objpfx)order2.out): Remove rule.
17627         ($(objpfx)order2-cmp.out): New rule.
17628         ($(objpfx)tst-initorder.out): Remove rule.
17629         [$(run-built-tests) = yes] (tests): Depend on
17630         $(objpfx)tst-initorder-cmp.out.
17631         ($(objpfx)tst-initorder-cmp.out): New rule.
17632         ($(objpfx)tst-initorder2.out): Remove rule.
17633         [$(run-built-tests) = yes] (tests): Depend on
17634         $(objpfx)tst-initorder2-cmp.out.
17635         ($(objpfx)tst-initorder2-cmp.out): New rule.
17636         [$(run-built-tests) = yes] (tests): Depend on
17637         $(objpfx)tst-unused-dep-cmp.out.
17638         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17639         ($(objpfx)tst-unused-dep-cmp.out): New rule.
17640         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17641         on $(objpfx)tst-setvbuf1-cmp.out.
17642         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17643         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17644         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17645         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17646         ($(objpfx)tst-svc.out): Remove rule.
17647         ($(objpfx)tst-svc-cmp.out): New rule.
17649 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
17651         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17652         * ctype/ctype.h [__USE_MISC]: Likewise.
17653         * dirent/dirent.h [__USE_MISC]: Likewise.
17654         * grp/grp.h [__USE_MISC]: Likewise.
17655         * io/fcntl.h [__USE_MISC]: Likewise.
17656         * io/sys/stat.h [__USE_MISC]: Likewise.
17657         * libio/stdio.h [__USE_MISC]: Likewise.
17658         * posix/unistd.h [__USE_MISC]: Likewise.
17659         * pwd/pwd.h [__USE_MISC]: Likewise.
17660         * stdlib.h [__USE_MISC]: Likewise.
17661         * string/bits/string2.h [__USE_MISC]: Likewise.
17662         * string/string.h [__USE_MISC]: Likewise.
17663         * time/time.h [__USE_MISC]: Likewise.
17665 2014-02-13  Andreas Schwab  <schwab@suse.de>
17667         [BZ #16574]
17668         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17669         second answer buffer if it was separately allocated.
17671 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
17673         * sysdeps/mips/math-tests.h: Include <features.h>.
17674         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17675         (ROUNDING_TESTS_long_double): Do not define.
17676         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17677         (EXCEPTION_TESTS_long_double): Likewise.
17678         * sysdeps/mips/mips64/libm-test-ulps: Update.
17680         * include/features.h (__USE_BSD): Remove macro definitions.
17681         (__USE_SVID): Likewise.
17682         (_BSD_SOURCE): Likewise.
17683         (_SVID_SOURCE): Likewise.
17684         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
17685         from definition of _DEFAULT_SOURCE.
17686         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
17687         [_DEFAULT_SOURCE].
17688         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
17689         * bits/mman.h [__USE_BSD]: Likewise.
17690         * bits/termios.h [__USE_BSD]: Likewise.
17691         * bits/waitstatus.h [__USE_BSD]: Likewise.
17692         * ctype/ctype.h [__USE_SVID]: Likewise.
17693         * dirent/dirent.h [__USE_BSD]: Likewise.
17694         * grp/grp.h [__USE_SVID]: Likewise.
17695         [__USE_BSD]: Likewise.
17696         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17697         * io/fcntl.h [__USE_BSD]: Likewise.
17698         * io/ftw.h [__USE_BSD]: Likewise.
17699         * io/sys/stat.h [__USE_BSD]: Likewise.
17700         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17701         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17702         * libio/stdio.h [__USE_SVID]: Likewise.
17703         [__USE_BSD]: Likewise.
17704         * math/math.h [__USE_SVID]: Likewise.
17705         [__USE_BSD]: Likewise.
17706         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17707         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17708         * misc/search.h [__USE_SVID]: Likewise.
17709         * misc/sys/mman.h [__USE_BSD]: Likewise.
17710         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17711         * misc/sys/uio.h [__USE_BSD]: Likewise.
17712         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17713         * posix/glob.h [__USE_BSD]: Likewise.
17714         * posix/regex.h [__USE_BSD]: Likewise.
17715         * posix/sys/types.h [__USE_BSD]: Likewise.
17716         [__USE_SVID]: Likewise.
17717         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17718         * posix/sys/wait.h [__USE_BSD]: Likewise.
17719         [__USE_SVID]: Likewise.
17720         * posix/unistd.h [__USE_BSD]: Likewise.
17721         [__USE_SVID]: Likewise.
17722         * pwd/pwd.h [__USE_SVID]: Likewise.
17723         * resolv/netdb.h [__USE_BSD]: Likewise.
17724         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17725         * signal/signal.h [__USE_BSD]: Likewise.
17726         [__USE_SVID]: Likewise.
17727         * socket/sys/socket.h [__USE_BSD]: Likewise.
17728         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17729         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17730         [__USE_SVID]: Likewise.
17731         * string/bits/string2.h [__USE_BSD]: Likewise.
17732         [__USE_SVID]: Likewise.
17733         * string/bits/string3.h [__USE_BSD]: Likewise.
17734         * string/endian.h [__USE_BSD]: Likewise.
17735         * string/string.h [__USE_SVID]: Likewise.
17736         [__USE_BSD]: Likewise.
17737         * string/strings.h [__USE_BSD]: Likewise.
17738         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17739         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17740         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17741         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17742         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17743         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17744         Likewise.
17745         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17746         Likewise.
17747         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17748         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17749         Likewise.
17750         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17751         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17752         Likewise.
17753         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17754         Likewise.
17755         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17756         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17757         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17758         Likewise.
17759         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17760         Likewise.
17761         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17762         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17763         * termios/termios.h [__USE_BSD]: Likewise.
17764         * time/sys/time.h [__USE_BSD]: Likewise.
17765         * time/time.h [__USE_BSD]: Likewise.
17766         [__USE_SVID]: Likewise.
17768         * Makefile (subdir_targets): Remove subdir_lint.out.
17770         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17771         (do-tst-printf): Likewise.
17772         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17773         $(objpfx)tst-printf.out.
17775         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17777         * Makerules (check-abi-%): Change target to
17778         $(objpfx)check-abi-%.out.
17779         (check-abi target): Update dependencies.
17780         (check-abi-pattern variable): Redirect output of diff to $@.
17781         (check-abi variable): Likewise.
17782         * elf/Makefile (check-abi): Update dependencies.
17784         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17785         unused.
17786         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17787         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17788         subnormal range.
17789         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17790         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17791         value has largest subnormal exponent.
17792         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17793         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17794         * sysdeps/aarch64/soft-fp/sfp-machine.h
17795         (_FP_TININESS_AFTER_ROUNDING): New macro.
17796         * sysdeps/alpha/soft-fp/sfp-machine.h
17797         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17798         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17799         Likewise.
17800         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17801         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17802         * sysdeps/mips/soft-fp/sfp-machine.h
17803         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17804         * sysdeps/powerpc/soft-fp/sfp-machine.h
17805         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17806         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17807         Likewise.
17808         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17809         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17810         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17811         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17812         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17813         Likewise.
17815 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17817         [BZ #16545]
17818         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17819         model 1.
17821 2014-02-12  Richard Henderson  <rth@redhat.com>
17823         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17824         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17825         * sysdeps/unix/sysv/linux/alpha: Move directory from
17826         ports/sysdeps/unix/sysv/linux/alpha.
17827         * README: Update listing for alpha-*-linux-gnu.
17829 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17831         * include/features.h: Update comment documenting feature test
17832         macros.
17833         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17834         _DEFAULT_SOURCE.
17835         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17836         (_SVID_SOURCE): Likewise.
17837         (_DEFAULT_SOURCE): Update description of default features.
17838         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17839         with _GNU_SOURCE.
17840         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17841         (S_ISVTX): Likewise.
17842         * manual/math.texi (Mathematical Constants): Likewise.
17843         * manual/signal.texi (Interrupted Primitives): Likewise.
17844         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17845         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17846         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17847         Don't refer to _SVID_SOURCE in warning text.
17849         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17851         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17852         already defined.
17853         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17854         * sysdeps/mips/dl-lookup.c: Remove.
17855         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17857 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17859         [BZ #16447]
17860         * math/auto-libm-test-in: Add testcase for expl.
17861         * math/auto-libm-test-out: Regenerate.
17862         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17863         calculation of unsafe.
17864         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17866 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17868         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17869         * sysdeps/unix/sysv/linux/aarch64: Move directory from
17870         ports/sysdeps/unix/sysv/linux/aarch64.
17871         * README: Update listing for aarch64*-*-linux-gnu.
17873 2014-02-11  Will Newton  <will.newton@linaro.org>
17875         * manual/probes.texi (Mathematical Function Probes): Use
17876         "triggered" instead of "hit".
17878         * manual/probes.texi (Internal Probes): Add documentation
17879         of setjmp, longjmp and longjmp_target probes.
17881         * include/stap-probe.h: Add comment about probe argument
17882         format.
17884         * malloc/mtrace.c (attribute_hidden): Remove unused macro
17885         definition.  (tr_where, tr_freehook, tr_mallochook,
17886         tr_reallochook, tr_memalignhook): Use ANSI protoype.
17888 2014-02-11  David S. Miller  <davem@davemloft.net>
17890         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17891         processing int_tests.
17893 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
17895         * sysdeps/mips: Move directory from ports/sysdeps/mips.
17896         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17897         * sysdeps/unix/sysv/linux/mips: Move directory from
17898         ports/sysdeps/unix/sysv/linux/mips.
17899         * README: Update listing for mips-*-linux-gnu and
17900         mips64-*-linux-gnu.
17902 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
17904         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17905         * sysdeps/unix/sysv/linux/m68k: Move directory from
17906         ports/sysdeps/unix/sysv/linux/m68k.
17907         * README: Update listing for m68k-*-linux-gnu.
17909 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
17911         * sysdeps/tile: Move directory from ports/sysdeps/tile.
17912         * sysdeps/unix/sysv/linux/generic: Move directory from
17913         ports/sysdeps/unix/sysv/linux/generic.
17914         * sysdeps/unix/sysv/linux/tile: Move directory from
17915         ports/sysdeps/unix/sysv/linux/tile.
17916         * README: Update listing for tile*-*-linux-gnu.
17918 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
17920         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17921         __builtin_expect.
17922         * benchtests/bench-memmem.c (simple_memmem): Likewise.
17923         * catgets/open_catalog.c (__open_catalog): Likewise.
17924         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17925         * debug/confstr_chk.c: Likewise.
17926         * debug/fread_chk.c (__fread_chk): Likewise.
17927         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17928         * debug/getgroups_chk.c: Likewise.
17929         * debug/mbsnrtowcs_chk.c: Likewise.
17930         * debug/mbsrtowcs_chk.c: Likewise.
17931         * debug/mbstowcs_chk.c: Likewise.
17932         * debug/memcpy_chk.c: Likewise.
17933         * debug/memmove_chk.c: Likewise.
17934         * debug/mempcpy_chk.c: Likewise.
17935         * debug/memset_chk.c: Likewise.
17936         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17937         * debug/strcat_chk.c (__strcat_chk): Likewise.
17938         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17939         * debug/strncat_chk.c (__strncat_chk): Likewise.
17940         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17941         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17942         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17943         * debug/wcpncpy_chk.c: Likewise.
17944         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17945         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17946         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17947         * debug/wcsncpy_chk.c: Likewise.
17948         * debug/wcsnrtombs_chk.c: Likewise.
17949         * debug/wcsrtombs_chk.c: Likewise.
17950         * debug/wcstombs_chk.c: Likewise.
17951         * debug/wmemcpy_chk.c: Likewise.
17952         * debug/wmemmove_chk.c: Likewise.
17953         * debug/wmempcpy_chk.c: Likewise.
17954         * debug/wmemset_chk.c: Likewise.
17955         * dirent/scandirat.c (SCANDIRAT): Likewise.
17956         * dlfcn/dladdr1.c (dladdr1): Likewise.
17957         * dlfcn/dladdr.c (dladdr): Likewise.
17958         * dlfcn/dlclose.c (dlclose_doit): Likewise.
17959         * dlfcn/dlerror.c (__dlerror): Likewise.
17960         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17961         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17962         * dlfcn/dlopen.c (dlopen_doit): Likewise.
17963         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17964         * dlfcn/dlsym.c (dlsym_doit): Likewise.
17965         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17966         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17967         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17968         Likewise.
17969         * elf/dl-conflict.c: Likewise.
17970         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17971         * elf/dl-dst.h: Likewise.
17972         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17973         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17974         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17975         * elf/dl-init.c (call_init, _dl_init): Likewise.
17976         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
17977         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17978         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17979         Likewise.
17980         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17981         Likewise.
17982         * elf/dl-minimal.c (__libc_memalign): Likewise.
17983         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17984         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17985         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17986         * elf/dl-sym.c (do_sym): Likewise.
17987         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17988         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
17989         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17990         * elf/dl-writev.h (_dl_writev): Likewise.
17991         * elf/ldconfig.c (search_dir): Likewise.
17992         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17993         (dl_main): Likewise.
17994         * elf/setup-vdso.h (setup_vdso): Likewise.
17995         * grp/compat-initgroups.c (compat_call): Likewise.
17996         * grp/fgetgrent.c (fgetgrent): Likewise.
17997         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17998         * grp/putgrent.c (putgrent): Likewise.
17999         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18000         Likewise.
18001         * hurd/hurdinit.c: Likewise.
18002         * iconvdata/8bit-gap.c (struct): Likewise.
18003         * iconvdata/ansi_x3.110.c : Likewise.
18004         * iconvdata/big5.c : Likewise.
18005         * iconvdata/big5hkscs.c : Likewise.
18006         * iconvdata/cp1255.c: Likewise.
18007         * iconvdata/cp1258.c : Likewise.
18008         * iconvdata/cp932.c : Likewise.
18009         * iconvdata/euc-cn.c: Likewise.
18010         * iconvdata/euc-jisx0213.c : Likewise.
18011         * iconvdata/euc-jp.c: Likewise.
18012         * iconvdata/euc-jp-ms.c : Likewise.
18013         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18014         * iconvdata/gb18030.c : Likewise.
18015         * iconvdata/gbbig5.c (const): Likewise.
18016         * iconvdata/gbgbk.c: Likewise.
18017         * iconvdata/gbk.c : Likewise.
18018         * iconvdata/ibm1364.c : Likewise.
18019         * iconvdata/ibm930.c : Likewise.
18020         * iconvdata/ibm932.c: Likewise.
18021         * iconvdata/ibm933.c : Likewise.
18022         * iconvdata/ibm935.c : Likewise.
18023         * iconvdata/ibm937.c : Likewise.
18024         * iconvdata/ibm939.c : Likewise.
18025         * iconvdata/ibm943.c: Likewise.
18026         * iconvdata/iso_11548-1.c: Likewise.
18027         * iconvdata/iso-2022-cn.c : Likewise.
18028         * iconvdata/iso-2022-cn-ext.c : Likewise.
18029         * iconvdata/iso-2022-jp-3.c: Likewise.
18030         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18031         * iconvdata/iso-2022-kr.c : Likewise.
18032         * iconvdata/iso646.c (gconv_end): Likewise.
18033         * iconvdata/iso_6937-2.c : Likewise.
18034         * iconvdata/iso_6937.c : Likewise.
18035         * iconvdata/iso8859-1.c: Likewise.
18036         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18037         * iconvdata/shift_jisx0213.c : Likewise.
18038         * iconvdata/sjis.c : Likewise.
18039         * iconvdata/t.61.c : Likewise.
18040         * iconvdata/tcvn5712-1.c : Likewise.
18041         * iconvdata/tscii.c: Likewise.
18042         * iconvdata/uhc.c : Likewise.
18043         * iconvdata/unicode.c (gconv_end): Likewise.
18044         * iconvdata/utf-16.c (gconv_end): Likewise.
18045         * iconvdata/utf-32.c (gconv_end): Likewise.
18046         * iconvdata/utf-7.c (base64): Likewise.
18047         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18048         * iconv/gconv_close.c (__gconv_close): Likewise.
18049         * iconv/gconv_open.c (__gconv_open): Likewise.
18050         * iconv/gconv_simple.c (internal_ucs4_loop_single)
18051         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18052         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18053         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18054         (ucs4le_internal_loop_single): Likewise.
18055         * iconv/iconv.c (iconv): Likewise.
18056         * iconv/iconv_close.c: Likewise.
18057         * iconv/loop.c (SINGLE): Likewise.
18058         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18059         * include/atomic.h: Likewise.
18060         * inet/inet6_option.c (option_alloc): Likewise.
18061         * intl/bindtextdom.c (set_binding_values): Likewise.
18062         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18063         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18064         * intl/localealias.c (read_alias_file): Likewise.
18065         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18066         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18067         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18068         * libio/fmemopen.c (fmemopen): Likewise.
18069         * libio/iofgets.c (_IO_fgets): Likewise.
18070         * libio/iofgets_u.c (fgets_unlocked): Likewise.
18071         * libio/iofgetws.c (fgetws): Likewise.
18072         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18073         * libio/iogetdelim.c (_IO_getdelim): Likewise.
18074         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18075         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18076         * locale/findlocale.c (_nl_find_locale): Likewise.
18077         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18078         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18079         Likewise.
18080         * locale/setlocale.c (setlocale): Likewise.
18081         * login/programs/pt_chown.c (main): Likewise.
18082         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18083         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18084         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18085         (mmap, mmap64, mremap, munmap): Likewise.
18086         * math/e_exp2l.c: Likewise.
18087         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18088         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18089         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18090         * math/s_catan.c (__catan): Likewise.
18091         * math/s_catanf.c (__catanf): Likewise.
18092         * math/s_catanh.c (__catanh): Likewise.
18093         * math/s_catanhf.c (__catanhf): Likewise.
18094         * math/s_catanhl.c (__catanhl): Likewise.
18095         * math/s_catanl.c (__catanl): Likewise.
18096         * math/s_ccosh.c (__ccosh): Likewise.
18097         * math/s_ccoshf.c (__ccoshf): Likewise.
18098         * math/s_ccoshl.c (__ccoshl): Likewise.
18099         * math/s_cexp.c (__cexp): Likewise.
18100         * math/s_cexpf.c (__cexpf): Likewise.
18101         * math/s_cexpl.c (__cexpl): Likewise.
18102         * math/s_clog10.c (__clog10): Likewise.
18103         * math/s_clog10f.c (__clog10f): Likewise.
18104         * math/s_clog10l.c (__clog10l): Likewise.
18105         * math/s_clog.c (__clog): Likewise.
18106         * math/s_clogf.c (__clogf): Likewise.
18107         * math/s_clogl.c (__clogl): Likewise.
18108         * math/s_csin.c (__csin): Likewise.
18109         * math/s_csinf.c (__csinf): Likewise.
18110         * math/s_csinh.c (__csinh): Likewise.
18111         * math/s_csinhf.c (__csinhf): Likewise.
18112         * math/s_csinhl.c (__csinhl): Likewise.
18113         * math/s_csinl.c (__csinl): Likewise.
18114         * math/s_csqrt.c (__csqrt): Likewise.
18115         * math/s_csqrtf.c (__csqrtf): Likewise.
18116         * math/s_csqrtl.c (__csqrtl): Likewise.
18117         * math/s_ctan.c (__ctan): Likewise.
18118         * math/s_ctanf.c (__ctanf): Likewise.
18119         * math/s_ctanh.c (__ctanh): Likewise.
18120         * math/s_ctanhf.c (__ctanhf): Likewise.
18121         * math/s_ctanhl.c (__ctanhl): Likewise.
18122         * math/s_ctanl.c (__ctanl): Likewise.
18123         * math/w_pow.c: Likewise.
18124         * math/w_powf.c: Likewise.
18125         * math/w_powl.c: Likewise.
18126         * math/w_scalb.c (sysv_scalb): Likewise.
18127         * math/w_scalbf.c (sysv_scalbf): Likewise.
18128         * math/w_scalbl.c (sysv_scalbl): Likewise.
18129         * misc/error.c (error_tail): Likewise.
18130         * misc/pselect.c (__pselect): Likewise.
18131         * nis/nis_callback.c (__nis_create_callback): Likewise.
18132         * nis/nis_call.c (__nisfind_server): Likewise.
18133         * nis/nis_creategroup.c (nis_creategroup): Likewise.
18134         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18135         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18136         * nis/nis_getservlist.c (nis_getservlist): Likewise.
18137         * nis/nis_lookup.c (nis_lookup): Likewise.
18138         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18139         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18140         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18141         * nis/nis_xdr.c (xdr_endpoint): Likewise.
18142         * nis/nss_compat/compat-grp.c (getgrent_next_file)
18143         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18144         * nis/nss_compat/compat-initgroups.c (add_group)
18145         (internal_getgrent_r): Likewise.
18146         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18147         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18148         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18149         (internal_getspnam_r): Likewise.
18150         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18151         (_nss_nis_getaliasbyname_r): Likewise.
18152         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18153         (_nss_nis_getntohost_r): Likewise.
18154         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18155         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18156         (_nss_nis_getgrgid_r): Likewise.
18157         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18158         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18159         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18160         (_nss_nis_gethostbyname4_r): Likewise.
18161         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18162         (initgroups_netid): Likewise.
18163         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18164         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18165         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18166         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18167         (_nss_nis_getprotobynumber_r): Likewise.
18168         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18169         (_nss_nis_getsecretkey): Likewise.
18170         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18171         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18172         (_nss_nis_getpwuid_r): Likewise.
18173         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18174         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18175         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18176         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18177         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18178         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18179         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18180         Likewise.
18181         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18182         (_nss_nisplus_getntohost_r): Likewise.
18183         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18184         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18185         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18186         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18187         Likewise.
18188         * nis/nss_nisplus/nisplus-initgroups.c
18189         (_nss_nisplus_initgroups_dyn): Likewise.
18190         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18191         (_nss_nisplus_getnetbyaddr_r): Likewise.
18192         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18193         (_nss_nisplus_getprotobynumber_r): Likewise.
18194         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18195         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18196         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18197         Likewise.
18198         * nis/nss_nisplus/nisplus-service.c
18199         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18200         (_nss_nisplus_getservbyport_r): Likewise.
18201         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18202         (_nss_nisplus_getspnam_r): Likewise.
18203         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18204         Likewise.
18205         * nscd/aicache.c (addhstaiX): Likewise.
18206         * nscd/cache.c (cache_search, prune_cache): Likewise.
18207         * nscd/connections.c (register_traced_file, send_ro_fd)
18208         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18209         (main_loop_epoll): Likewise.
18210         * nscd/grpcache.c (addgrbyX): Likewise.
18211         * nscd/hstcache.c (addhstbyX): Likewise.
18212         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18213         * nscd/mem.c (gc, mempool_alloc): Likewise.
18214         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18215         (addinnetgrX): Likewise.
18216         * nscd/nscd-client.h (__nscd_acquire_maplock)
18217         (__nscd_drop_map_ref): Likewise.
18218         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18219         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18220         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18221         Likewise.
18222         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18223         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18224         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18225         (__nscd_get_map_ref): Likewise.
18226         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18227         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18228         Likewise.
18229         * nscd/pwdcache.c (addpwbyX): Likewise.
18230         * nscd/selinux.c (preserve_capabilities): Likewise.
18231         * nscd/servicescache.c (addservbyX): Likewise.
18232         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18233         * posix/fnmatch.c (fnmatch): Likewise.
18234         * posix/getopt.c (_getopt_internal_r): Likewise.
18235         * posix/glob.c (glob, glob_in_dir): Likewise.
18236         * posix/wordexp.c (exec_comm_child): Likewise.
18237         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18238         (getanswer_r, gaih_getanswer_slice): Likewise.
18239         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18240         * resolv/res_init.c: Likewise.
18241         * resolv/res_mkquery.c (res_nmkquery): Likewise.
18242         * resolv/res_query.c (__libc_res_nquery): Likewise.
18243         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18244         Likewise.
18245         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18246         * stdio-common/perror.c (perror): Likewise.
18247         * stdio-common/printf_fp.c (___printf_fp): Likewise.
18248         * stdio-common/tmpnam.c (tmpnam): Likewise.
18249         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18250         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18251         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18252         Likewise.
18253         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18254         * stdlib/putenv.c (putenv): Likewise.
18255         * stdlib/setenv.c (__add_to_environ): Likewise.
18256         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18257         * stdlib/strtol_l.c (INTERNAL): Likewise.
18258         * string/memmem.c (memmem): Likewise.
18259         * string/strerror.c (strerror): Likewise.
18260         * string/strnlen.c (__strnlen): Likewise.
18261         * string/test-memmem.c (simple_memmem): Likewise.
18262         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18263         * sunrpc/pm_getport.c (__get_socket): Likewise.
18264         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18265         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18266         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18267         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18268         Likewise.
18269         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18270         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18271         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18272         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18273         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18274         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18275         Likewise.
18276         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18277         Likewise.
18278         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18279         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18280         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18281         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18282         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18283         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18284         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18285         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18286         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18287         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18288         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18289         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18290         Likewise.
18291         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18292         Likewise.
18293         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18294         Likewise.
18295         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18296         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18297         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18298         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18299         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18300         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18301         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18302         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18303         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18304         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18305         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18306         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18307         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18308         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18309         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18310         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18311         Likewise.
18312         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18313         Likewise.
18314         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18315         Likewise.
18316         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18317         Likewise.
18318         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18319         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18320         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18321         Likewise.
18322         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18323         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18324         * sysdeps/posix/opendir.c (__opendirat): Likewise.
18325         * sysdeps/posix/sleep.c: Likewise.
18326         * sysdeps/posix/tempname.c: Likewise.
18327         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18328         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18329         Likewise.
18330         * sysdeps/powerpc/powerpc32/dl-machine.h
18331         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18332         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18333         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18334         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18335         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18336         Likewise.
18337         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18338         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18339         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18340         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18341         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18342         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18343         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18344         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18345         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18346         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18347         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18348         (elf_machine_lazy_rel): Likewise.
18349         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18350         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18351         (elf_machine_lazy_rel): Likewise.
18352         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18353         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18354         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18355         * sysdeps/unix/grantpt.c (grantpt): Likewise.
18356         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18357         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18358         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18359         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18360         Likewise.
18361         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18362         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18363         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18364         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18365         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18366         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18367         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18368         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18369         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18370         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18371         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18372         Likewise.
18373         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18374         (__posix_fallocate64_l64): Likewise.
18375         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18376         (posix_fallocate): Likewise.
18377         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18378         Likewise.
18379         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18380         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18381         (getifaddrs_internal): Likewise.
18382         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18383         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18384         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18385         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18386         * sysdeps/unix/sysv/linux/posix_fallocate64.c
18387         (__posix_fallocate64_l64): Likewise.
18388         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18389         Likewise.
18390         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18391         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18392         (__get_clockfreq): Likewise.
18393         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18394         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18395         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18396         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18397         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18398         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18399         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18400         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18401         Likewise.
18402         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18403         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18404         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18405         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18406         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18407         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18408         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18409         Likewise.
18410         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18411         (posix_fallocate): Likewise.
18412         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18413         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18414         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18415         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18416         (elf_machine_rela, elf_machine_rela_relative)
18417         (elf_machine_lazy_rel): Likewise.
18418         * time/asctime.c (asctime_internal): Likewise.
18419         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18420         * time/tzset.c (__tzset_parse_tz): Likewise.
18421         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18422         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18423         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18424         * wcsmbs/wcsmbsload.h: Likewise.
18426         [BZ #15894]
18427         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18429         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18430         (arena_get2): Remove THREAD_STATS conditionals.
18431         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18432         (__malloc_stats, int): Likewise.
18434 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
18436         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18437         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
18439         * manual/setjmp.texi: Fix typos/grammar errors.
18441         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18442         Only return early when n is <= 0.  Delete unused return statement.
18444         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18445         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18446         * debug/tst-longjmp_chk3.c: New file.
18448         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18449         (test_main): Replace code with set_fortify_handler call.
18450         * debug/test-strcpy_chk.c: Likewise.
18451         * debug/tst-chk1.c: Likewise.
18452         * debug/tst-longjmp_chk.c: Likewise.
18453         * test-skeleton.c: Include fcntl.h & paths.h
18454         (set_fortify_handler): Define.
18456         * debug/tst-longjmp_chk.c: Add header comment and include
18457         ../test-skeleton.c.
18458         (do_test): Mark static.
18459         (TEST_FUNCTION): Define.
18461         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18462         (IP_PMTUDISC_INTERFACE): Likewise.
18463         (IP_MULTICAST_IF): Likewise.
18464         (IP_MULTICAST_TTL): Likewise.
18465         (IP_MULTICAST_LOOP): Likewise.
18466         (IP_ADD_MEMBERSHIP): Likewise.
18467         (IP_DROP_MEMBERSHIP): Likewise.
18468         (IP_UNBLOCK_SOURCE): Likewise.
18469         (IP_BLOCK_SOURCE): Likewise.
18470         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18471         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18472         (IP_MSFILTER): Likewise.
18473         (MCAST_JOIN_GROUP): Likewise.
18474         (MCAST_BLOCK_SOURCE): Likewise.
18475         (MCAST_UNBLOCK_SOURCE): Likewise.
18476         (MCAST_LEAVE_GROUP): Likewise.
18477         (MCAST_JOIN_SOURCE_GROUP): Likewise.
18478         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18479         (MCAST_MSFILTER): Likewise.
18480         (IP_MULTICAST_ALL): Likewise.
18481         (IP_UNICAST_IF): Likewise.
18483         * timezone/Makefile: Delete $(have-ksh) check.
18484         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18485         * timezone/tzselect.ksh: Add +x mode bits.
18487         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18488         (ANON_INODE_FS_MAGIC): Likewise.
18489         (BDEVFS_MAGIC): Likewise.
18490         (BINFMTFS_MAGIC): Likewise.
18491         (BTRFS_TEST_MAGIC): Likewise.
18492         (CRAMFS_MAGIC_WEND): Likewise.
18493         (DEBUGFS_MAGIC): Likewise.
18494         (ECRYPTFS_SUPER_MAGIC): Likewise.
18495         (EXT3_SUPER_MAGIC): Likewise.
18496         (EXT4_SUPER_MAGIC): Likewise.
18497         (FUTEXFS_SUPER_MAGIC): Likewise.
18498         (HOSTFS_SUPER_MAGIC): Likewise.
18499         (HUGETLBFS_MAGIC): Likewise.
18500         (MINIX3_SUPER_MAGIC): Likewise.
18501         (MTD_INODE_FS_MAGIC): Likewise.
18502         (NILFS_SUPER_MAGIC): Likewise.
18503         (OPENPROM_SUPER_MAGIC): Likewise.
18504         (PIPEFS_MAGIC): Likewise.
18505         (PSTOREFS_MAGIC): Likewise.
18506         (QNX6_SUPER_MAGIC): Likewise.
18507         (RAMFS_MAGIC): Likewise.
18508         (REISERFS_SUPER_MAGIC_STRING): Likewise.
18509         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18510         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18511         (SECURITYFS_MAGIC): Likewise.
18512         (SELINUX_MAGIC): Likewise.
18513         (SMACK_MAGIC): Likewise.
18514         (SOCKFS_MAGIC): Likewise.
18515         (SQUASHFS_MAGIC): Likewise.
18516         (STACK_END_MAGIC): Likewise.
18517         (TMPFS_MAGIC): Likewise.
18518         (USBDEVICE_SUPER_MAGIC): Likewise.
18519         (V9FS_MAGIC): Likewise.
18520         (XENFS_SUPER_MAGIC): Likewise.
18521         (CRAMFS_MAGIC): Fix typo in comment.
18522         (EXT2_SUPER_MAGIC): Update comment.
18523         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18525 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
18527         * sysdeps/arm: Move directory from ports/sysdeps/arm.
18528         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18529         * sysdeps/unix/sysv/linux/arm: Move directory from
18530         ports/sysdeps/unix/sysv/linux/arm.
18531         * README: Update listing for arm-*-linux-gnueabi.
18533         * README: Remove mention of am33.
18535 2014-02-07  Roland McGrath  <roland@hack.frob.com>
18537         * bits/sigset.h (__sigemptyset): Use a statement expression rather
18538         than the comma operator, to avoid "rhs of comma has no effect"
18539         compiler warnings.
18540         (__sigfillset, __sigandset, __sigorset): Likewise.
18541         * include/signal.h (__sigemptyset): Likewise.
18542         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18544 2014-02-07  Allan McRae  <allan@archlinux.org>
18546         * version.h (RELEASE): Set to "development".
18547         (VERSION): Set to "2.19.90"
18548         * NEWS: Add 2.20 section.
18550 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
18552         [BZ #16529]
18553         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18555 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18557         * manual/contrib.texi: Update entry for Carlos O'Donell,
18558         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18560 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
18562         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18564         * sysdeps/unix/sysv/linux/kernel-features.h
18565         [__LINUX_KERNEL_VERSION >= 0x020621]
18566         (__ASSUME_PROC_PID_TASK_COMM): Define.
18568 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18570         [BZ #16398]
18571         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18572         conversion when destination buffer does not have enough space.
18573         * libio/tst-ftell-partial-wide.c: New test case.
18574         * libio/Makefile (tests): Add tst-ftell-partial-wide.
18576         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18577         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
18578         Leonard and Allan McRae.
18580 2014-02-04  David S. Miller  <davem@davemloft.net>
18582         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18583         32-bit.
18585 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18588         New file
18589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18590         New file
18591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18592         New file.
18593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18594         New file.
18595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18596         New file.
18597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18598         New file.
18599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18600         New file.
18601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18602         New file.
18603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18604         New file.
18605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18606         New file.
18607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18608         New file.
18609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18610         New file.
18611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18612         New file.
18614 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18616         * nptl/shlib-versions: Change powerpc*le start to 2.17.
18617         * shlib-versions: Likewise.
18619 2014-02-04  Roland McGrath  <roland@hack.frob.com>
18620             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18622         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18623         (abilist-pattern): New variable, set to %-le.abilist.
18625         * Makerules (abilist-pattern): New variable.
18626         (vpath): Use $(abilist-pattern) in place of %.abilist.
18627         (check-abi-% pattern rule): Likewise.
18628         (check-abi, update-abi): Likewise.
18630 2014-02-04  Eric Wong  <normalperson@yhbt.net>
18632         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18634 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
18636         * manual/startup.texi: Add next, previous, and top entries for
18637         the `Program Arguments' and `Environment Variables' nodes.
18639 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
18641         * manual/macros.texi: Add comments before MTASC-safety macros.
18643         * manual/users.texi: Document MTASC-safety properties.
18645         * manual/threads.texi (pthread_key_create, pthread_key_delete)
18646         (pthread_getspecific, pthread_setspecific): Format with
18647         @deftypefun, and add @safety note.
18648         * manual/signal.texi: Move comments that analyze the above
18649         functions to their home place.
18651 2014-02-03  Allan McRae  <allan@archlinux.org>
18653         * po/sl.po: Update Slovenian translation from translation project.
18655 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
18657         * manual/time.texi (timegm): Add missing blank after @c.
18658         Reported by Joseph Myers <joseph@codesourcery.com>.
18660 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
18662         * manual/check-safety.sh: New.
18663         * manual/Makefile ($(objpfx)stamp-summary): Run it.
18665         * manual/terminal.texi: Document MTASC-safety properties.
18667         * manual/filesys.texi: Document MTASC-safety properties.
18669         * manual/errno.texi: Document MTASC-safety properties.
18671         * manual/intro.texi: Document safety identifiers and
18672         conditionals.
18674         * manual/string.texi (wcstok): Fix prototype.
18675         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
18677         * manual/time.texi: Document MTASC-safety properties.
18679         * manual/string.texi: Document MTASC-safety properties.
18681         * manual/threads.texi: Document MTASC-safety properties.
18683         * manual/stdio.texi: Document MTASC-safety properties.
18685         * manual/syslog.texi: Document MTASC-safety properties.
18687         * manual/sysinfo.texi: Document MTASC-safety properties.
18689         * manual/startup.texi: Document MTASC-safety properties.
18691         * manual/socket.texi: Document MTASC-safety properties.
18693         * manual/signal.texi: Document MTASC-safety properties.
18695 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18697         * manual/setjmp.texi: Document MTASC-safety properties.
18699         * manual/search.texi: Document MTASC-safety properties.
18701         * manual/resource.texi: Document MTASC-safety properties.
18703         * manual/process.texi: Document MTASC-safety properties.
18705         * manual/platform.texi: Document MTASC-safety properties.
18707         * manual/pipe.texi: Document MTASC-safety properties.
18709         * manual/pattern.texi: Document MTASC-safety properties.
18711         * manual/message.texi: Document MTASC-safety properties.
18713         [BZ #12751]
18714         * manual/memory.texi: Document MTASC-safety properties.
18716         * manual/math.texi: Document MTASC-safety properties.
18718         * manual/locale.texi: Document MTASC-safety properties.
18720         * manual/llio.texi: Document MTASC-safety properties.
18722         * manual/libdl.texi: New.
18724         * manual/lang.texi: Document MTASC-safety properties.
18726         * manual/job.texi: Document MTASC-safety properties.
18728         * manual/getopt.texi: Document MTASC-safety properties.
18730         * manual/ctype.texi: Document MTASC-safety properties.
18732 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18734         [BZ #16046]
18735         * csu/libc-tls.c (static_map): Remove variable.
18736         (__libc_setup_tls): Use main executable's link map for TLS data.
18737         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18738         casing for LM_ID_BASE and GL(dl_nns).
18739         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18740         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18741         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18742         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18743         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18744         member.
18745         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18746         l_phnum members.
18748 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18750         * manual/debug.texi: Document MTASC-safety properties.
18752 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18754         [BZ #16510]
18755         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18756         of __x86_64__ when disabling x87 inline functions.
18758 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18760         * manual/charset.texi: Document MTASC-safety properties.
18762         * manual/crypt.texi: Document MTASC-safety properties.
18764         * manual/conf.texi: Document MTASC-safety properties.
18766         * manual/arith.texi: Document MTASC-safety properties.
18768         * manual/argp.texi: Document MTASC-safety properties.
18770         * manual/macros.texi: Introduce macros to document multi
18771         thread, asynchronous signal and asynchronous cancellation
18772         safety properties.
18773         * manual/intro.texi: Introduce the properties themselves.
18775 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18777         * sysdeps/sh/sh4/Makefile: New file.
18779 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18781         * math/gen-libm-test.pl ($srcdir): New variable.
18782         ($auto_input): Use it.
18784 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18786         [BZ #16506]
18787         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18788         access beyond array bounds when parsing netgroups file.
18790         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18791         the old buffer before realloc.
18793 2014-01-27  Allan McRae  <allan@archlinux.org>
18795         * po/fr.po: Update French translation from translation project.
18797 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18799         * sysdeps/sh/libm-test-ulps: Regenerate.
18801 2014-01-24  David S. Miller  <davem@davemloft.net>
18803         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18805 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18807         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18808         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18810 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18812         [BZ #16474]
18813         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18814         string pointers after reallocation.
18816 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18818         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18819         __SH4A__ instead of __SH_FPU_ANY__.
18821 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18823         * sysdeps/sh/fpu_control.h: New file.
18824         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18825         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18826         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18827         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18828         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18829         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18830         * sysdeps/sh/sys/ucontext.h: Remove.
18831         * sysdeps/sh/sys: Remove directory.
18833 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18835         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18836         s390/sys/ucontext.h.
18837         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18838         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18840 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18842         [BZ #15605]
18843         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18845 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18847         [BZ#16431]
18848         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18849         Adjust the vDSO correctly for internal calls.
18850         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18852 2014-01-20  Allan McRae  <allan@archlinux.org>
18854         * po/ca.po: Update Catalan translation from translation project.
18856 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18858         * sysdeps/s390/sotruss-lib.c: New file.
18860 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18862         [BZ#16430]
18863         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18864         (__GI___gettimeofday): Alias for a different internal symbol to avoid
18865         local calls issues by not having a PLT stub required for IFUNC calls.
18866         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18868 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
18870         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18871         * math/test-fpucw-static.c: Likewise.
18873 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18875         [BZ #16453]
18876         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18878 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18880         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18881         implementation for powerpc.
18883 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
18885         [BZ #14782]
18886         * sysdeps/posix/system.c (__libc_system): Do not enable
18887         asynchronous cancellation.
18889 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18891         [BZ #16427]
18892         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18893         handling only for numbers special also in the IEEE case.
18895 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18897         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18899 2014-01-11  Allan McRae  <allan@archlinux.org>
18901         * po/bg.po: Update Bulgarian translation from translation project.
18903         * po/de.po: Update German translation from translation project.
18905 2014-01-10  Roland McGrath  <roland@hack.frob.com>
18907         * sysdeps/generic/gcc-compat.h: New file.
18909 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18911         * benchtests/asin-inputs: Correct slow inputs.
18912         * benchtests/acos-inputs: Likewise.
18914 2014-01-10  Allan McRae  <allan@archlinux.org>
18916         * po:sv.po: Update Swedish translation from translation project.
18918         * po/vi.po: Update Vietnamese translation from translation project.
18920         * po/eo.po: Update Esperanto translation from translation project.
18922         * po/cs.po: Update Czech translation from translation project.
18924         * po/nl.po: Update Dutch translation from translation project.
18926         * po/pl.po: Update Polish translation from translation project.
18928         * po/ru.po: Update Russian translation from translation project.
18930         * po/uk.po: Update Ukrainian translation from translation project.
18932 2014-01-08  Brooks Moses  <bmoses@google.com>
18934         * elf/dl-load.c: Fix comment typo.
18936 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
18938         * po/header.pot: Rename to...
18939         * po/pot.header: ... this.
18940         * po/Makefile: Use pot.header.
18942 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
18943             Maxim Kuvyrkov  <maxim@kugelworks.com>
18945         [BZ #16394]
18946         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18947         SRC and DEST against LEN.
18949 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18951         [BZ #16414]
18952         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18953         implementation.
18954         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18956 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18958         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18960 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
18962         [BZ #16408]
18963         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18964         for large positive arguments.
18966 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
18968         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18970         * math/auto-libm-test-in: Mark various tests with
18971         xfail-rounding:ldbl-128ibm.
18972         * math/auto-libm-test-out: Regenerated.
18974         [BZ #16407]
18975         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18976         Increase overflow threshold.
18978 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
18980         [BZ #14286]
18981         * stdio-common/vfprintf.c: Check for integer overflow.
18983 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18985         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18986         the first argument and return value of __tls_get_addr_internal.
18988 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18990         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18991         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18993 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18995         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18996         * sysdeps/s390/rtld-global-offsets.sym: New file.
18997         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18998         GLIBC_2.19 symbol.
18999         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19000         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19001         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19002         ... this.
19003         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19004         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19005         ... this.
19006         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19007         Regenerate.
19008         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19009         Regenerate.
19010         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19011         halfs of GPRs for high_gprs contexts.
19012         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19013         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19014         field.
19015         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19016         uc_flags field.
19017         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19018         64 bit versions:
19019         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19020         for high GPRs (uc_high_gprs) and for future extensions
19021         (__reserved).
19022         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19023         for future extensions (__reserved).
19024         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19025         64 bit versions:
19026         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19027         SC_HIGHGPRS offset definition.
19028         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19029         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19031         * Versions.def: Add GLIBC_2.19 for libpthread.
19032         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19033         siglongjmp for libpthread with GLIBC_2.19 symver.
19034         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19035         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19036         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19037         * sysdeps/s390/__longjmp.c: New file.
19038         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19039         * sysdeps/s390/longjmp.c: New file.
19040         * sysdeps/s390/setjmp.S: New file.
19041         * sysdeps/s390/sigjmp.S: New file.
19042         * sysdeps/s390/v1-longjmp.c: New file.
19043         * sysdeps/s390/v1-setjmp.h: New file.
19044         * sysdeps/s390/v1-sigjmp.c: New file.
19045         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19046         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19047         GLIBC_2.19 version.
19048         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19049         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19050         versioned symbols for ____longjmp_chk.
19051         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19052         Likewise.
19053         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19054         Regenerate.
19055         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19056         Regenerate.
19057         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19058         Regenerate.
19059         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19060         Regenerate.
19061         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19062         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19063         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19064         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19065         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19066         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19067         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19068         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19069         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19070         * sysdeps/s390/rtld-__longjmp.c: New file.
19071         * sysdeps/s390/rtld-setjmp.S: New file.
19073 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
19075         [BZ #16400]
19076         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19077         Return -__logl (x) for small positive arguments without evaluating
19078         a polynomial.
19080 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
19082         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19083         Rename to ...
19084         (__ptrace_peeksiginfo_args): ... this.
19085         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19086         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19087         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19089 2014-01-06  Allan McRae  <allan@archlinux.org>
19091         * inet/netinet/in.h: Fix typo in comment.
19093 2014-01-05  Andreas Jaeger  <aj@suse.de>
19095         * sysdeps/i386/fpu/libm-test-ulps: Update.
19097 2014-01-05  Allan McRae  <allan@archlinux.org>
19099         * po/libc.pot: Regenerated.
19101         * malloc/memusagestat.c: Fix gettext call formatting.
19103 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
19105         * nscd/nscd.c: Improve usage() output.
19107 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
19109         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19110         * sysdeps/unix/sysv/linux/configure: Regenerated.
19111         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19112         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19114 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19116         [BZ #16390]
19117         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19118         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19120 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19122         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19123         extra tokens at end of #undef directive.
19124         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19125         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19126         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19128 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19130         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19132         * math/auto-libm-test-in: Mark various tests with
19133         xfail-rounding:ldbl-128ibm.
19134         * math/auto-libm-test-out: Regenerated.
19136 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
19138         [BZ #16386]
19139         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19140         numbers with subnormal high part when calculating exponent.
19142         [BZ #16385]
19143         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19144         fabs.
19146         [BZ #16384]
19147         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19148         M_LN2l.
19149         (__ieee754_acoshl): Use __log1pl not __log1p.
19151 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19153         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19154         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19155         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19156         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19157         (reused_arena, arena_get2): Convert to GNU style.
19158         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19159         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19160         (memalign_check, __malloc_set_state): Likewise.
19161         * malloc/mallocbug.c (main): Likewise.
19162         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19163         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19164         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19165         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19166         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19167         (__posix_memalign, malloc_info): Likewise.
19168         * malloc/malloc.h: Likewise.
19169         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19170         (mallochook, memalignhook, reallochook, mabort): Likewise.
19171         * malloc/mcheck.h: Likewise.
19172         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19173         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19174         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19175         * malloc/morecore.c (__default_morecore): Likewise.
19176         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19177         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19178         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19179         (print_and_abort): Likewise.
19180         * malloc/obstack.h: Likewise.
19181         * malloc/set-freeres.c (__libc_freeres): Likewise.
19182         * malloc/tst-mallocstate.c (main): Likewise.
19183         * malloc/tst-mtrace.c (main): Likewise.
19184         * malloc/tst-realloc.c (do_test): Likewise.
19186 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19188         [BZ #16366]
19189         * nscd/netgroupcache.c (do_notfound): New function.
19190         (addgetnetgrentX): Use it.
19192         [BZ # 16365]
19193         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19194         NSS_STATUS_NOTFOUND.
19196 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
19198         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19201 2014-01-01  Allan McRae  <allan@archlinux.org>
19203         * scripts/update-copyrights: Update configure input file suffix.
19205         * NEWS: Update copyright year.
19206         * catgets/gencat.c: Likewise.
19207         * csu/version.c: Likewise.
19208         * debug/catchsegv.sh: Likewise.
19209         * debug/pcprofiledump.c: Likewise.
19210         * debug/xtrace.sh: Likewise.
19211         * elf/ldconfig.c: Likewise.
19212         * elf/ldd.bash.in: Likewise.
19213         * elf/pldd.c: Likewise.
19214         * elf/sotruss.ksh: Likewise.
19215         * elf/sprof.c: Likewise.
19216         * iconv/iconv_prog.c: Likewise.
19217         * iconv/iconvconfig.c: Likewise.
19218         * locale/programs/locale.c: Likewise.
19219         * locale/programs/localedef.c: Likewise.
19220         * login/programs/pt_chown.c: Likewise.
19221         * malloc/memusage.sh: Likewise.
19222         * malloc/memusagestat.c: Likewise.
19223         * malloc/mtrace.pl: Likewise.
19224         * manual/libc.texinfo: Likewise.
19225         * nscd/nscd.c: Likewise.
19226         * nss/getent.c: Likewise.
19227         * nss/makedb.c: Likewise.
19228         * posix/getconf.c: Likewise.
19229         * scripts/test-installation.pl: Likewise.
19231         * All files with FSF copyright notices: Update copyright dates
19232         using scripts/update-copyrights.
19233         * intl/plural.c: Regenerated.
19234         * locale/programs/charmap-kw.h: Likewise.
19235         * locale/programs/locfile-kw.h: Likewise.
19237 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
19239         * sysdeps/unix/sysv/linux/configure: Regenerated.
19240         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19241         the linux/fanotify.h header.
19242         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19243         HAVE_LINUX_FANOTIFY_H is defined.
19245 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19247         * benchtests/cos-inputs: New inputs.
19248         * benchtests/sin-inputs: Likewise.
19250         * benchtests/atan-inputs: New inputs. Fix name of multiple
19251         precision fallback inputs.
19253         * benchtests/atanh-inputs: New inputs.
19254         * benchtests/tanh-inputs: Likewise.
19256         * benchtests/acosh-inputs: New inputs.
19257         * benchtests/asinh-inputs: Likewise.
19259         * benchtests/cosh-inputs: New inputs.
19260         * benchtests/sinh-inputs: Likewise.
19262         * benchtests/acos-inputs: Add more inputs.
19263         * benchtests/asin-inputs: Likewise.
19265 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
19267         [BZ #16375]
19268         * manual/arith.texi: Fix spelling.
19269         * manual/charset.texi: Likewise.
19270         * manual/errno.texi: Likewise.
19271         * manual/filesys.texi: Likewise.
19272         * manual/lang.texi: Likewise.
19273         * manual/llio.texi: Likewise.
19274         * manual/locale.texi: Likewise.
19275         * manual/message.texi: Likewise.
19276         * manual/resource.texi: Likewise.
19277         * manual/search.texi: Likewise.
19278         * manual/setjmp.texi: Likewise.
19279         * manual/stdio.texi: Likewise.
19280         * manual/string.texi: Likewise.
19281         * manual/sysinfo.texi: Likewise.
19282         * manual/time.texi: Likewise.
19284 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
19286         * po/sl.po: New file.
19288 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
19290         * .gitignore: Add core/.gdbinit/.gdb_history.
19292 2013-12-27  Allan McRae  <allan@archlinux.org>
19294         [BZ #16369]
19295         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19296         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19298 2013-12-24  Brooks Moses  <bmoses@google.com>
19300         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19301         all compilers that claim C++98 compliance, not just GCC.
19302         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19303         Likewise.
19305 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19307         * NEWS: Restore accidentally deleted bug-fix entries.
19309 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19310             Ondřej Bílka  <neleai@seznam.cz>
19312         [BZ #15073]
19313         * malloc/malloc.c (_int_free): Perform sanity check only if we
19314         have_lock.
19316 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
19318         [BZ #12986]
19319         * manual/stdio.texi (String Input Conversions): Clarify that character
19320         classes are not supported.
19322 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19324         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19326 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
19328         [BZ #16337]
19329         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19330         Calculate results for small negative arguments directly rather
19331         than using reflection formula with special underflow handling.
19333         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19334         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19335         sysdeps/unix/bsd/bsd4.4/syscalls.list.
19336         (fchflags): Likewise.
19337         (revoke): Likewise.
19338         (setlogin): Likewise.
19339         (sigaltstack): Likewise.
19340         (wait4): Likewise.
19341         (sigblock): Remove.
19342         (sigsetmask): Likewise.
19343         (wait3): Likewise.
19344         (waitpid): Likewise.
19345         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19346         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19347         file.
19348         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19349         * sysdeps/unix/bsd/Makefile: ... here.
19350         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19351         * sysdeps/unix/bsd/Versions: ... here.
19352         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19353         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19354         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19355         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19356         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19357         * sysdeps/unix/bsd/sigblock.c: ... here.
19358         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19359         * sysdeps/unix/bsd/sigsetmask.c: ... here.
19360         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19361         * sysdeps/unix/bsd/sigvec.c: ... here.
19362         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19363         * sysdeps/unix/bsd/tcdrain.c: ... here.
19364         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19365         * sysdeps/unix/bsd/tcgetattr.c: ... here.
19366         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19367         * sysdeps/unix/bsd/tcsetattr.c: ... here.
19368         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19369         * sysdeps/unix/bsd/wait.c: ... here.
19370         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19371         * sysdeps/unix/bsd/wait3.c: ... here.
19372         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19373         * sysdeps/unix/bsd/waitpid.c: ... here.
19375 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
19377         [BZ #16356]
19378         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19379         round-to-nearest for [!USE_AS_EXPM1L].
19380         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19381         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
19382         more tests of exp and exp10.  Expect some exp10 tests to miss
19383         exceptions or fail in directed rounding modes.
19384         * math/auto-libm-test-out: Regenerated.
19385         * math/libm-test.inc (exp10_tonearest_test_data): New array.
19386         (exp10_test_tonearest): New function.
19387         (exp10_towardzero_test_data): New array.
19388         (exp10_test_towardzero): New function.
19389         (exp10_downward_test_data): New array.
19390         (exp10_test_downward): New function.
19391         (exp10_upward_test_data): New array.
19392         (exp10_test_upward): New function.
19393         (main): Call the new functions.
19394         * sysdeps/i386/fpu/libm-test-ulps: Update.
19395         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19397 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
19399         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19400         asinh, atan, atan2, atanh, cbrt, cos and cosh.
19401         * math/auto-libm-test-out: Regenerated.
19402         * math/libm-test.inc (acosh_test_data): Add more tests.
19403         (atanh_test_data): Likewise.
19404         (ceil_test_data): Likewise.
19405         (copysign_test_data): Likewise.
19406         * sysdeps/i386/fpu/libm-test-ulps: Update.
19407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19409         * timezone/checktab.awk: Update from tzcode 2013i.
19410         * timezone/private.h: Likewise.
19411         * timezone/scheck.c: Likewise.
19412         * timezone/tzfile.h: Likewise.
19413         * timezone/tzselect.ksh: Likewise.
19414         * timezone/zdump.c: Likewise.
19415         * timezone/zic.c: Likewise.
19417         * math/auto-libm-test-in: Add tests of cpow.
19418         * math/auto-libm-test-out: Regenerated.
19419         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19420         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19421         mpc_cc_c.
19422         (func_calc_desc): Add mpc_cc_c union field.
19423         (test_functions): Add cpow.
19424         (special_fill_2pi): New function.
19425         (special_real_inputs): Add 2pi.
19426         (calc_generic_results): Handle mpc_cc_c.
19427         * sysdeps/i386/fpu/libm-test-ulps: Update.
19428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19430         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19431         csqrt, ctan and ctanh.
19432         * math/auto-libm-test-out: Regenerated.
19433         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19434         (TEST_COND_x86): Likewise.
19435         (ccos_test_data): Use AUTO_TESTS_c_c.
19436         (ccosh_test_data): Likewise.
19437         (cexp_test_data): Likewise.
19438         (clog_test_data): Likewise.
19439         (csqrt_test_data): Likewise.
19440         (ctan_test_data): Likewise.
19441         (ctan_tonearest_test_data): Likewise.
19442         (ctan_towardzero_test_data): Likewise.
19443         (ctan_downward_test_data): Likewise.
19444         (ctan_upward_test_data): Likewise.
19445         (ctanh_test_data): Likewise.
19446         (ctanh_tonearest_test_data): Likewise.
19447         (ctanh_towardzero_test_data): Likewise.
19448         (ctanh_downward_test_data): Likewise.
19449         (ctanh_upward_test_data): Likewise.
19450         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19451         mpc_c_c.
19452         (func_calc_desc): Add mpc_c_c union field.
19453         (FUNC_mpc_c_c): New macro.
19454         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19455         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19456         ctanh.
19457         (special_fill_min_subnorm_p120): New function.
19458         (special_real_inputs): Add min_subnorm_p120.
19459         (calc_generic_results): Handle mpc_c_c.
19460         * sysdeps/i386/fpu/libm-test-ulps: Update.
19461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19463 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19465         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19466         (do_sin_slow): New functions.
19467         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19468         (cslow2, csloww1, csloww2): Use the new functions.
19470         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19471         Use M to change sign of result instead of X.  Assume X is
19472         positive.
19473         (csloww1): Likewise.
19474         (__sin): Adjust.
19475         (__cos): Adjust.
19477         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19478         arguments A and DA.
19479         (__sin): Adjust.
19480         (__cos): Likewise.
19482         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19483         (__cos): Likewise.
19484         (sloww1): Don't adjust sign of DX.
19485         (csloww1): Likewise.
19486         (sloww2): Use X directly and don't adjust sign of DX.
19487         (csloww2): Likewise.
19489 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19491         * math/auto-libm-test-in: Add tests of cabs and carg.
19492         * math/auto-libm-test-out: Regenerated.
19493         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19494         (carg_test_data): Likewise.
19495         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19496         mpc_c_f.
19497         (func_calc_desc): Add mpc_c_f union field.
19498         (test_functions): Add cabs and carg.
19499         (calc_generic_results): Handle mpc_c_f.
19501         * sysdeps/powerpc/powerpc32/libgcc-compat.S
19502         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19503         as a macro and a compat symbol.
19504         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19505         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19506         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19507         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19508         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19509         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19510         not use .hidden.
19511         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19512         Likewise.
19513         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19514         Likewise.
19515         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19516         Likewise.
19517         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19518         Likewise.
19519         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19520         Likewise.
19521         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19522         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19523         from GLIBC_2.3.2.
19525 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19527         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19529 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19531         * manual/texinfo.tex: Update to version 2013-11-26.10 with
19532         trailing whitespace removed.
19533         * scripts/config.guess: Update to version 2013-11-29.
19534         * scripts/config.sub: Update to version 2013-10-01.
19536         * math/auto-libm-test-in: Add tests of sincos.
19537         * math/auto-libm-test-out: Regenerated.
19538         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19539         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19540         mpfr_f_11.
19541         (func_calc_desc): Add mpfr_f_11 union field.
19542         (test_functions): Add sincos.
19543         (calc_generic_results): Handle mpfr_f_11.
19544         * sysdeps/i386/fpu/libm-test-ulps: Update.
19545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19547 2013-12-19  Andreas Schwab  <schwab@suse.de>
19549         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19550         CALL_MCOUNT.
19551         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19552         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19553         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19555 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19557         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19558         * sysdeps/i386/fpu/libm-test-ulps: Update.
19559         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19561         [BZ #16293]
19562         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19563         round-to-nearest mode when using frndint.
19564         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19565         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19566         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19567         Likewise.
19568         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
19569         sinh test to fail.
19570         * math/auto-libm-test-out: Regenerated.
19571         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19572         (TEST_COND_x86): Likewise.
19573         (expm1_tonearest_test_data): New array.
19574         (expm1_test_tonearest): New function.
19575         (expm1_towardzero_test_data): New array.
19576         (expm1_test_towardzero): New function.
19577         (expm1_downward_test_data): New array.
19578         (expm1_test_downward): New function.
19579         (expm1_upward_test_data): New array.
19580         (expm1_test_upward): New function.
19581         (main): Run the new test functions.
19582         * sysdeps/i386/fpu/libm-test-ulps: Update.
19583         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19585         * include/features.h: Update comment documenting feature test
19586         macros.  Mention _DEFAULT_SOURCE in comment.
19587         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19588         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19589         _BSD_SOURCE and _SVID_SOURCE.
19590         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19591         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19592         !_SVID_SOURCE]: Likewise.
19593         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19594         (__USE_POSIX_IMPLICITLY): Define.
19595         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19596         (_POSIX_SOURCE): Undefine and redefine.
19597         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19598         (_POSIX_C_SOURCE): Likewise.
19599         * manual/creature.texi (_DEFAULT_SOURCE): Document.
19600         (Feature Test Macros): Update documentation of default features.
19602 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19604         * benchtests/Makefile: Add bench-strtok.
19605         * benchtests/bench-strtok.c: New file: strtok benchtest.
19607 2013-12-19  Allan McRae  <allan@archlinux.org>
19609         * manual/install.texi: Suppress menu for plain text output.
19610         * INSTALL: Regenerated.
19612 2013-12-18  Brooks Moses  <bmoses@google.com>
19614         [BZ #15846]
19615         * misc/getauxval.c: Include errno.h.
19616         (__getauxval): Set errno to ENOENT if the requested type is not
19617         found.
19618         * misc/sys/auxv.h (getauxval): Document that it may set errno;
19619         don't declare with __attribute_const__.
19620         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19621         * manual/startup.texi: Document that getauxval sets errno.
19623 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19625         * math/auto-libm-test-in: Add tests of jn and yn.
19626         * math/auto-libm-test-out: Regenerated.
19627         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19628         (yn_test_data): Likewise.
19629         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19630         mpfr_if_f.
19631         (func_calc_desc): Add mpfr_if_f union field.
19632         (FUNC_mpfr_if_f): New macro.
19633         (test_functions): Add jn and yn.
19634         (calc_generic_results): Assert type of second input for
19635         mpfr_ff_f.  Handle mpfr_if_f.
19636         (output_for_one_input_case): Disable all checking for arguments
19637         fitting floating-point types in case of an integer argument.
19638         * sysdeps/i386/fpu/libm-test-ulps: Update.
19639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19642         Don't expect fegetround reference in libm.so.
19644 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19646         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19647         $(config-cflags-nofma).
19649 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19651         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19652         * math/auto-libm-test-out: Regenerated.
19654         [BZ #16338]
19655         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19656         to determine exponent and adjust argument to have exponent of -1.
19657         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19658         log2.
19659         * math/auto-libm-test-out: Regenerated.
19660         * sysdeps/i386/fpu/libm-test-ulps: Update.
19661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19663 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
19665         * manual/probes.texi: Remove cases when per-thread arenas are
19666         disabled.
19668 2013-12-18  Andreas Schwab  <schwab@suse.de>
19670         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19671         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
19672         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
19673         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
19674         * sysdeps/i386/i686/multiarch/Makefile: Update.
19675         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
19677 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19679         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
19680         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
19682 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
19684         [BZ #15968]
19685         Support TZ transition times < 00:00:00.
19686         This is needed for version-3 tz-format files; it supports time
19687         stamps past 2037 for America/Godthab (the only entry in the tz
19688         database for which this change is relevant).
19689         * manual/time.texi (TZ Variable): Document transition times
19690         from -167:59:59 through -00:00:01.
19691         * time/tzset.c (tz_rule): Time of day is now signed.
19692         (__tzset_parse_tz): Parse negative time of day.
19694         Document TZ transition times >= 25:00:00.
19695         * manual/time.texi (TZ Variable): Document transition times from
19696         25:00:00 through 167:59:59.  These are already supported, and this
19697         support will help with version-3 tz-format files.
19699         * manual/time.texi (TZ Variable): Modernize North America example
19700         to reflect current (i.e., 2007-and-later) daylight saving rules.
19702         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19704 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19706         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19707         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19708         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19709         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19710         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19711         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19712         * sysdeps/unix/bsd/clock.c: Likewise.
19713         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19714         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19715         * sysdeps/unix/bsd/init-posix.c: Likewise.
19716         * sysdeps/unix/bsd/poll.c: Likewise.
19717         * sysdeps/unix/bsd/ptsname.c: Likewise.
19718         * sysdeps/unix/bsd/seekdir.c: Likewise.
19719         * sysdeps/unix/bsd/setegid.c: Likewise.
19720         * sysdeps/unix/bsd/seteuid.c: Likewise.
19721         * sysdeps/unix/bsd/setgid.c: Likewise.
19722         * sysdeps/unix/bsd/setrgid.c: Likewise.
19723         * sysdeps/unix/bsd/setruid.c: Likewise.
19724         * sysdeps/unix/bsd/setsid.c: Likewise.
19725         * sysdeps/unix/bsd/setuid.c: Likewise.
19726         * sysdeps/unix/bsd/sigaction.c: Likewise.
19727         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19728         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19729         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19730         * sysdeps/unix/bsd/telldir.c: Likewise.
19731         * sysdeps/unix/bsd/times.c: Likewise.
19732         * sysdeps/unix/bsd/usleep.c: Likewise.
19734         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19735         ($(objpfx)libbsd-compat.a): Remove rule.
19737         * include/features.h (__FAVOR_BSD): Do not define.
19738         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19739         features conflicting with POSIX.
19740         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19741         (_BSD_SOURCE): Remove description of not being a subset of other
19742         feature test macros.
19743         * manual/job.texi (getpgrp): Do not document BSD version.
19744         (getpgid): Do not document by reference to BSD getpgrp.
19745         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19746         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19747         * signal/signal.h [__FAVOR_BSD]: Likewise.
19748         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19749         instead of making contents conditional on [__FAVOR_BSD].
19750         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19752 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19754         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19756 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19758         [BZ #16314]
19759         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19760         values below 2**-450, not 2**-500.
19761         * math/auto-libm-test-in: Don't allow spurious underflow from
19762         hypot.
19763         * math/auto-libm-test-out: Regenerated.
19765         [BZ #16316]
19766         [BZ #16330]
19767         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19768         values of ha and hb and sort them after adjusting subnormal
19769         arguments.
19770         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19771         Likewise.
19772         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19773         values of ea and eb and sort them after adjusting subnormal
19774         arguments.
19775         * math/auto-libm-test-in: Do not expect some hypot tests of
19776         subnormals to fail.  Add more hypot tests.
19777         * math/auto-libm-test-out: Regenerated.
19779 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19781         [BZ #13304]
19782         * sysdeps/sh/s_fma.c: New file.
19783         * sysdeps/sh/s_fmaf.c: New file.
19784         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19785         version.
19786         * sysdeps/sh/Implies: Add sh/soft-fp.
19788 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19790         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19791         level of indirection to members `objname', `errstring', `malloced'.
19792         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19793         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19794         it as the __longjmp argument (just pass 1 instead).
19795         (_dl_catch_error): Initialize C with argument pointers and address of
19796         volatile local ERRCODE rather than copying values out of C at return.
19798 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19800         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19801         * math/auto-libm-test-out: Regenerated.
19802         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19803         (hypot_test_data): Likewise.
19804         (pow_test_data): Likewise.
19805         (pow_tonearest_test_data): Likewise.
19806         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19807         mpfr_ff_f.
19808         (func_calc_desc): Add mpfr_ff_f union field.
19809         (FUNC_mpfr_ff_f): New macro.
19810         (test_functions): Add atan2, hypot and pow.
19811         (special_fill_min): New function.
19812         (special_fill_minus_min): Likewise.
19813         (special_fill_min_subnorm): Likewise.
19814         (special_fill_minus_min_subnorm): Likewise.
19815         (special_real_inputs): Add min, -min, min_subnorm and
19816         -min_subnorm.
19817         (calc_generic_results): Handle mpfr_ff_f.
19818         * sysdeps/i386/fpu/libm-test-ulps: Update.
19819         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19821 2013-12-16  Will Newton  <will.newton@linaro.org>
19823         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19824         (Aligned Memory Blocks): Add documentation for aligned_alloc
19825         and suggest it as an alternative to posix_memalign.
19826         (Hooks for Malloc): Document __memalign_hook is also called
19827         for aligned_alloc.  (Summary of Malloc): Add summary for
19828         aligned alloc.  Document __memalign_hook is also called
19829         for aligned_alloc.
19831 2013-12-16  Will Newton  <will.newton@linaro.org>
19833         * manual/memory.texi (Malloc Examples): Clarify default
19834         alignment documentation.  Suggest posix_memalign rather
19835         than memalign or valloc.
19836         (Aligned Memory Blocks): Remove suggestion to use memalign
19837         or valloc.  Remove obsolete comment about BSD.
19838         Document memalign errno values and mark the function obsolete.
19839         Document posix_memalign returned error codes.  Mark valloc
19840         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19841         called for posix_memalign and valloc.
19842         (Summary of Malloc): Add posix_memalign to function summary.
19843         __memalign_hook is also called for posix_memalign and valloc.
19845 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19847         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19848         TAYLOR_SIN.
19849         (__sin): Adjust.
19850         (__cos): Likewise.
19851         (sloww): Use mynumber union.  Expand ternary operator into
19852         if-else statements.
19853         (cslow): use mynumber union.
19855 2013-12-16  Allan McRae  <allan@archlinux.org>
19857         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19858         * configure: Regenerated.
19860         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19862         [BZ #14120]
19863         * configure.ac: Added --enable-maintainer-mode. Check for
19864         autoconf when enabled.
19865         * configure: Regenerated.
19867         * nscd/nscd.service: New file.
19868         * nscd/nscd.tmpfiles: New file.
19870 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
19872         [BZ #12100]
19873         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19874         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19875         * sysdeps/x86_64/multiarch/strstr.c: ... here.
19876         (strstr): Add __strstr_sse2_unaligned ifunc.
19877         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19878         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19879         (strcasestr): Remove __strcasestr_sse42 ifunc.
19880         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19881         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19882         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19884 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19886         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19887         * sysdeps/sh/bits/fenv.h: ... here.
19888         * sysdeps/sh/sh4/fpu/bits: Remove directory.
19890 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19892         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19894         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19895         hypotf multiarch implementations.
19896         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19897         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19898         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19899         multiarch hypot for PPC64.
19900         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19901         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19902         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19903         multiarch hypotf for PPC64.
19905         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19906         modff multiarch implementations.
19907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19908         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19909         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19910         multiarch modf for PPC64.
19911         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19913         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19914         multiarch modff for PPC64.
19916         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19917         and logl multiarch implementations.
19918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19919         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19921         multiarch logb for PPC64.
19922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19923         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19924         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19925         multiarch logb for PPC64.
19926         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19927         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19928         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19929         multiarch logb for PPC64.
19931         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19932         isinff multiarch implementation.
19933         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19934         file.
19935         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19936         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19937         multiarch isinf for PPC64.
19938         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19939         file.
19940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19941         multiarch isinff for PPC64.
19943         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19944         finitef multiarch implementation.
19945         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19946         file.
19947         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19948         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19949         multiarch finite for PPC64.
19950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19951         file.
19952         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19953         multiarch finitef for PPC64.
19955         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19956         lrint multiarch implementation.
19957         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19958         file.
19959         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19960         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19961         multiarch llrint for PPC64.
19962         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19963         multiarch lrint for PPC64.
19965         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19966         copysignf multiarch implementation.
19967         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19968         file.
19969         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19970         file.
19971         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19972         multiarch copysign for PPC64.
19973         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19974         multiarch copysignf for PPC64.
19976         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19977         multiarch implementation.
19978         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19979         file.
19980         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19981         file.
19982         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19983         file.
19984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19985         file.
19986         multiarch llround for PPC64.
19987         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19988         multiarch trunc for PPC64.
19989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19990         multiarch truncf for PPC64.
19992         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19993         multiarch implementation.
19994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19995         file.
19996         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19997         file.
19998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19999         file.
20000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20001         file.
20002         multiarch llround for PPC64.
20003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20004         multiarch round for PPC64.
20005         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20006         multiarch roundf for PPC64.
20008         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20009         multiarch implementation.
20010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20011         file.
20012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20013         file.
20014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20015         file.
20016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20017         file.
20018         multiarch llround for PPC64.
20019         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20020         multiarch floor for PPC64.
20021         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20022         multiarch floorf for PPC64.
20024         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20025         multiarch implementation.
20026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20027         file.
20028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20029         file.
20030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20031         file.
20032         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20033         file.
20034         multiarch llround for PPC64.
20035         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20036         multiarch ceil for PPC64.
20037         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20038         multiarch ceilf for PPC64.
20040         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20041         multiarch implementation.
20042         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20043         file.
20044         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20045         file.
20046         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20047         file.
20048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20049         multiarch llround for PPC64.
20050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20051         multiarch lround for PPC64.
20053         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20054         multiarch implementation.
20055         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20056         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20058         file.
20059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20060         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20062         multiarch isnan for PPC64.
20063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20064         multiarch isnanf for PPC64.
20066         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20067         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20068         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20069         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20070         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20073         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20074         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20075         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20076         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20078         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20079         multiarch implementations.
20080         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20081         (__libc_ifunc_impl_list): Likewise.
20082         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20083         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20084         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20085         multiarch stpcpy for PPC64.
20087         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20088         multiarch implementations.
20089         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20090         (__libc_ifunc_impl_list): Likewise.
20091         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20092         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20093         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20094         multiarch strcpy for PPC64.
20096         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20097         redefine function name.
20098         (_wordcopy_fwd_dest_aligned): Likewise.
20099         (_wordcopy_bwd_aligned): Likewise.
20100         (_wordcopy_bwd_dest_aligned): Likewise.
20101         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20102         multiarch implementations.
20103         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20104         (__libc_ifunc_impl_list): Likewise.
20105         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20106         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20107         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20108         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20109         multiarch wcscpy for PPC64.
20111         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20112         multiarch implementations.
20113         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20114         (__libc_ifunc_impl_list): Likewise.
20115         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20116         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20117         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20118         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20119         multiarch wcscpy for PPC64.
20121         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20122         multiarch implementations.
20123         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20124         (__libc_ifunc_impl_list): Likewise.
20125         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20126         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20127         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20128         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20129         multiarch wcsrchr for PPC64.
20131         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20132         multiarch implementations.
20133         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20134         (__libc_ifunc_impl_list): Likewise.
20135         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20136         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20137         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20138         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20139         multiarch wcschr for PPC64.
20141         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20142         multiarch implementations.
20143         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20144         (__libc_ifunc_impl_list): Likewise.
20145         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20146         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20147         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20148         multiarch strchrnul for PPC64.
20150         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20151         implementations.
20152         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20153         (__libc_ifunc_impl_list): Likewise.
20154         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20155         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20156         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20157         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20158         strchr for PPC64.
20160         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20161         implementations.
20162         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20163         (__libc_ifunc_impl_list): Likewise.
20164         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20165         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20166         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20167         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20168         strncmp for PPC64.
20170         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20171         multiarch implementations.
20172         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20173         (__libc_ifunc_impl_list): Likewise.
20174         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20175         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20176         strncasecmp for PPC64.
20177         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20178         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20179         multiarch strncasecmp_l for PPC64.
20181         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20182         multiarch implementations.
20183         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20184         (__libc_ifunc_impl_list): Likewise.
20185         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20186         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20187         multiarch strcasecmp for PPC64.
20188         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20189         file.
20190         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20191         multiarch strcasecmp_l for PPC64.
20193         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20194         implementations.
20195         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20196         (__libc_ifunc_impl_list): Likewise.
20197         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20198         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20199         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20200         strnlen for PPC64.
20202         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20203         implementations.
20204         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20205         (__libc_ifunc_impl_list): Likewise.
20206         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20207         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20208         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20209         strlen for PPC64.
20211         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20212         implementations.
20213         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20214         (__libc_ifunc_impl_list): Likewise.
20215         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20216         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20217         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20218         rawmemrchr for PPC64.
20220         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20221         implementation.
20222         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20223         (__libc_ifunc_impl_list): Likewise.
20224         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20225         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20226         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20227         memrchr for PPC64.
20229         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20230         implementation.
20231         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20232         (__libc_ifunc_impl_list): Likewise.
20233         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20234         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20235         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20236         memchr for PPC64.
20238         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20239         implementation.
20240         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20241         (__libc_ifunc_impl_list): Likewise.
20242         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20243         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20244         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20245         mempcpy for PPC64.
20247         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20248         avoid cretion of __bzero symbol.
20249         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20250         Likewise.
20251         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20252         Likewise.
20253         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20254         Likewise.
20255         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20256         multiarch implementations.
20257         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20258         (__libc_ifunc_impl_list): Likewise.
20259         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20260         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20261         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20262         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20263         bzero for PPC32.
20264         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20265         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20266         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20267         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20268         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20269         memset for PPC64.
20270         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20272         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20273         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20274         implementations.
20275         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20276         (__libc_ifunc_impl_list): Likewise.
20277         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20278         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20279         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20280         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20281         memcmp for PPC64.
20283         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20284         multiarch for POWER/PPC64.
20285         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20286         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20287         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20288         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20289         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20290         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20291         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20292         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20293         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20294         memcpy for PPC64.
20296         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20297         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20298         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20299         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20300         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20301         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20302         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20303         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20304         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20305         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20306         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20307         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20308         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20309         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20310         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20319 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20321         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20323 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20325         * benchtests/Makefile (bench): Add exp2 and log2.
20326         (LDLIBS-bench-exp2): Add -lm.
20327         (LDLIBS-bench-log2): Likewise.
20328         * benchtests/exp2-inputs: New inputs file.
20329         * benchtests/log2-inputs: New inputs file.
20330         * benchtests/log-inputs: Add new inputs.
20331         * benchtests/tan-inputs: Likewise.
20333 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20335         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20336         definition...
20337         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20338         (csloww2): ... from here.
20340         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20341         instead of structures.
20342         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20343         (POLYNOMIAL): Likewise.
20344         (TAYLOR_SLOW): Likewise.
20345         (__sin): Likewise.
20346         (__cos): Likewise.
20347         (slow1): Likewise.
20348         (slow2): Likewise.
20349         (sloww): Likewise.
20350         (sloww1); Likewise.
20351         (sloww2): Likewise.
20352         (bsloww1): Likewise.
20353         (bsloww2): Likewise.
20354         (cslow2): Likewise.
20355         (csloww): Likewise.
20356         (csloww1): Likewise.
20357         (csloww2): Likewise.
20359 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
20361         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20362         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20363         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20364         * malloc/hooks.c (realloc_check): Likewise.
20366         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20367         * malloc/arena.c: Remove PER_THREAD conditional.
20368         [!PER_THREAD]: Remove code.
20369         (ptmalloc_unlock_all2): Likewise.
20370         (ptmalloc_init): Likewise.
20371         (_int_new_arena): Likewise.
20372         (arena_get2): Likewise.
20373         * malloc/hooks.c (__malloc_get_state): Likewise.
20374         (__malloc_set_state): Likewise.
20375         * malloc/malloc.c: Likewise.
20376         (struct malloc_state): Likewise.
20377         (struct malloc_par): Likewise.
20378         (__libc_realloc): Likewise.
20379         (__libc_mallopt): Likewise.
20381 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20383         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20385 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
20387         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20388         macro to a function.  Check for zero perturb_byte.
20389         (_int_malloc, _int_free): Remove zero perturb_byte checks.
20391         * malloc/malloc.c: (force_reg): Remove.
20392         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20393         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20394         force_reg by atomic_forced_read.
20395         * malloc/arena.c (ptmalloc_init): Likewise.
20396         * malloc/hooks.c (top_check): Likewise.
20398 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20400         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20402 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
20404         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20406 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
20408         * math/auto-libm-test-in: Add tests of lgamma.
20409         * math/auto-libm-test-out: Regenerated.
20410         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20411         (M_LOG_2_SQRT_PIl): Likewise.
20412         (lgamma_test_data): Use AUTO_TESTS_f_f1.
20413         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20414         mpfr_f_f1.
20415         (func_calc_desc): Add mpfr_f_f1 union field.
20416         (ARGS1): New macro.
20417         (ARGS2): Likewise.
20418         (ARGS3): Likewise.
20419         (ARGS4): Likewise.
20420         (RET1): Likewise.
20421         (RET2): Likewise.
20422         (CALC): Likewise.
20423         (FUNC): Likewise.
20424         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20425         (test_functions): Add lgamma.
20426         (calc_generic_results): Handle mpfr_f_f1.
20427         * sysdeps/i386/fpu/libm-test-ulps: Update.
20428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20430 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20432         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20433         __mpn_add_n for PowerPC64/POWER7.
20434         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20435         __mpn_sub_n for PowerPC64/POWER7.
20437         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20438         __mpn_addmul_1 for PowerPC64.
20439         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20440         __mpn_submul_1 for PowerPC64.
20441         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20442         for PowerPC64.
20443         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20444         for PowerPC64.
20446 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
20448         [BZ #15089]
20449         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20451 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20453         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20455         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20456         add multiarch folders.
20457         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20458         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20459         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20460         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20461         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20462         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20463         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20464         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20465         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20466         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20467         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20476         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20478         New file.
20479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20480         New file.
20481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20482         multiarch __ieee754_hypot for PowerPC32.
20483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20484         New file.
20485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20486         New file.
20487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20488         multiarch __ieee754_hypotf for PowerPC32.
20490         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20491         long_double_symbol only if __logbl is defined.
20492         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20493         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20494         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20495         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20496         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20497         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20498         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20499         path for implementation.
20500         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20501         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20503         logb, and logbl multiarch implementations for PowerPC32.
20504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20505         file.
20506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20507         file.
20508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20509         multiarch logb for PowerPC32.
20510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20511         file.
20512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20513         file.
20514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20515         multiarch logbf for PowerPC32.
20516         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20518         file.
20519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20520         multiarch logbl implementation for PowerPC32.
20522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20523         and modff multiarch implementations.
20524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20525         New file.
20526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20527         New file.
20528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20529         multiarch modf for PowerPC32.
20530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20531         New file.
20532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20533         New file.
20534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20535         multiarch modff for PowerPC32.
20537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20538         and lrintf multiarch implementations.
20539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20540         New file.
20541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20542         New file.
20543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20544         multiarch lrint for PowerPC32.
20545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20546         file: multiarch lrintf for PowerPC32.
20548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20549         and lroundf multiarch implementations.
20550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20551         New file.
20552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20553         New file.
20554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20555         New file.
20556         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20557         multiarch lround for PowerPC32.
20558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20559         file: multiarch lroundf for PowerPC32.
20561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20562         copysign and copysignf multiarch implementations.
20563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20564         New file.
20565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20566         New file.
20567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20568         file: multiarch copysign for PowerPC32.
20569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20570         file: multiarch copysignf for PowerPC32.
20572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20573         and truncf multiarch implementations.
20574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20575         New file.
20576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20577         file.
20578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20579         multiarch trunc for PowerPC32.
20580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20581         New file.
20582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20583         New file.
20584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20585         multiarch truncf for PowerPC32.
20587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20588         and roundf multiarch implementations.
20589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20590         New file.
20591         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20592         file.
20593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20594         multiarch round for PowerPC32.
20595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20596         New file.
20597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20598         New file.
20599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20600         multiarch roundf for PowerPC32.
20602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20603         and floorf multiarch implementations.
20604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20605         New file.
20606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20607         file.
20608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20609         multiarch floor for PowerPC32.
20610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20611         New file.
20612         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20613         New file.
20614         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20615         multiarch floorf for PowerPC32.
20617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20618         and ceilf multiarch implementations.
20619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20620         New file.
20621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20622         file.
20623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20624         multiarch ceil for PowerPC32.
20625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20626         New file.
20627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20628         file.
20629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20630         multiarch ceilf for PowerPC32.
20632         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20633         is defined.
20634         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20635         FINITEF is defined.
20636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20637         and finitef multiarch implementations.
20638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20639         New file.
20640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20641         file.
20642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20643         multiarch finite for PowerPC32.
20644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20645         New file.
20646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20647         file: multiarch finitef for PowerPC32.
20649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20650         and isinff multiarch implementations.
20651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20652         file.
20653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20654         file.
20655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20656         multiarch isinf for PowerPC32.
20657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20658         New file.
20659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20660         multiarch isinff for PowerPC32.
20662         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20663         alias when __isnan is defined.
20664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20665         and isnanf multiarch implementations.
20666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20667         file.
20668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20669         file.
20670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
20671         file.
20672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
20673         file.
20674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
20675         multiarch isnan for PowerPC32.
20676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
20677         New file.
20678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
20679         New file.
20680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
20681         multiarch isnanf for PowerPC32.
20683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
20684         and sqrtf multiarch implementations.
20685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
20686         file.
20687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
20688         file.
20689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20690         multiarch sqrt for PowerPC32.
20691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20692         file.
20693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20694         file.
20695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20696         multiarch sqrtf for PowerPC32.
20698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20699         and llroundf multiarch implementations.
20700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20701         New file.
20702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20703         New file.
20704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20705         New file.
20706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20707         file: multiarch llround for PowerPC32.
20708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20709         file: multiarch llroundf for PowerPC32.
20711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20712         multiarch PowerPC32 fpu implementations.
20713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20714         New file.
20715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20716         New file.
20717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20718         multiarch llrint for PowerPC32.
20719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20720         New file.
20721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20722         New file.
20723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20724         file.
20726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20728         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20729         file.
20730         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20731         file.
20732         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20733         file.
20734         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20735         multiarch wordcopy for PPC32.
20736         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20737         wordcopy objects.
20738         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20739         (__libc_ifunc_impl_list): Likewise.
20740         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20741         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20742         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20743         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20744         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20745         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20747         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20748         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20749         file.
20750         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20751         file.
20752         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20753         file.
20754         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20755         multiarch wcscpy for PPC32.
20756         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20757         multiarch objects.
20758         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20759         (__libc_ifunc_impl_list): Likewise.
20760         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20761         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20762         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20763         sysdeps/powerpc/power6/wcscpy.c.
20765         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20766         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20767         file.
20768         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20769         file.
20770         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20771         file.
20772         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20773         multiarch wcsrchr for PPC32.
20774         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20775         multiarch objects.
20776         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20777         (__libc_ifunc_impl_list): Likewise.
20778         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20779         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20780         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20781         sysdeps/powerpc/power6/wcsrchr.c.
20783         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20784         file.
20785         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20786         file.
20787         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20788         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20789         multiarch wcschr for PPc32.
20790         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20791         multiarch objects.
20792         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20793         (__libc_ifunc_impl_list): Likewise.
20794         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20795         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20796         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20797         sysdeps/powerpc/power6/wcschr.c.
20799         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20800         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20801         file.
20802         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20803         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20804         file: multiarch strchr for PPC32.
20805         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20806         multiarch objects.
20807         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20808         (__libc_ifunc_impl_list): Likewise.
20810         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20811         name.
20812         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20813         file.
20814         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20815         file.
20816         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20817         multiarch strchrnul for PPC32.
20818         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20819         multiarch objects.
20820         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20821         (__libc_ifunc_impl_list): Likewise.
20823         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20824         file.
20825         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20826         multiarch strncasecmp for PPC32.
20827         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20828         file.
20829         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20830         multiarch strncasecmp_l for PPC32.
20831         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20832         strncasecmp multiarch objects.
20833         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20834         (__libc_ifunc_impl_list): Likewise.
20836         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20837         file.
20838         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20839         multiarch strncasecmp for PPC32.
20840         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20841         New file.
20842         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20843         multiarch strcasecmp_l for PPC32.
20844         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20845         multiarch objects.
20846         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20847         (__libc_ifunc_impl_list): Likewise.
20849         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20850         file.
20851         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20852         file.
20853         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20854         multiarch strncmp for PPC32.
20855         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20856         multiarch objects.
20857         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20858         (__libc_ifunc_impl_list): Likewise.
20860         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20861         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20862         file.
20863         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20864         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20865         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20866         multiarch objects.
20867         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20868         (__libc_ifunc_impl_list): Likewise.
20870         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20871         file.
20872         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20873         file.
20874         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20875         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20876         multiarch objects.
20877         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20878         (__libc_ifunc_impl_list): Likewise.
20880         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20881         file.
20882         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20883         file.
20884         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20885         multiarch rawmemchr for PPC32.
20886         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20887         multiarch objects.
20888         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20889         (__libc_ifunc_impl_list): Likewise.
20891         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20892         file.
20893         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20894         file.
20895         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20896         file: memrchr multiarch for PPC32.
20897         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20898         multiarch objects.
20899         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20900         (__libc_ifunc_impl_list): Likewise.
20902         * string/memchr.c (__memchr): Using macro to redefine symbol name.
20903         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20904         file.
20905         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20906         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20907         multiarch memchr for PPC32.
20908         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20909         multiarch objects.
20910         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20911         (__libc_ifunc_impl_list): Likewise.
20913         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20914         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20915         file.
20916         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20917         file.
20918         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20919         file: multiarch mempcpy for PPC32.
20920         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20921         multiarch objects.
20922         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20923         (__libc_ifunc_impl_list): Likewise.
20925         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20926         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20927         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20928         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20929         multiarch bzero for PPC32.
20930         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20931         file.
20932         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20933         file.
20934         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20935         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20936         file: multiarch memset for PPC32.
20937         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20938         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20939         memset multiarch objects.
20940         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20941         (__libc_ifunc_impl_list): Likewise.
20943         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20944         file.
20945         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20946         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20947         memcmp for PPC32.
20948         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20949         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20950         multiarch objects.
20951         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20952         (__libc_ifunc_impl_list): Likewise.
20954         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20955         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20956         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20957         file.
20958         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20959         file.
20960         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20961         file.
20962         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20963         multiarch memcpy for PPC32.
20964         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20965         multiarch objects.
20966         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20967         (__libc_ifunc_impl_list): Likewise.
20969         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20970         support multiarch for POWER/PPC32.
20971         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20972         Likewise.
20973         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20975         Implies file to make multiarch folder appers before the fpu and
20976         default folder for power4 configuration.
20978 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20980         * scripts/bench.pl: Append volatile keyword to type.
20982 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20984         * sysdeps/sh/sotruss-lib.c: New file.
20985         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20987 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20989         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20991 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
20993         [BZ #6810]
20994         * math/w_tgamma.c: Include <errno.h>.
20995         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
20996         * math/w_tgammaf.c: Include <errno.h>.
20997         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
20998         * math/w_tgammal.c: Include <errno.h>.
20999         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21000         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21001         underflow.  Add more tgamma tests.
21002         * math/auto-libm-test-out: Regenerated.
21003         * sysdeps/i386/fpu/libm-test-ulps: Update.
21004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21006         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21007         sin, sinh, tan, tanh, tgamma, y0 and y1.
21008         * math/auto-libm-test-out: Regenerated.
21009         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21010         (TEST_COND_x86): Likewise.
21011         (M_E2l): Remove macro.
21012         (M_E3l): Likewise.
21013         (M_2_SQRT_PIl): Likewise.
21014         (M_SQRT_PIl): Likewise.
21015         (M_1_DIV_El): Likewise.
21016         (log_test_data): Use AUTO_TESTS_f_f.
21017         (log10_test_data): Likewise.
21018         (log1p_test_data): Likewise.
21019         (log2_test_data): Likewise.
21020         (sin_test_data): Likewise.
21021         (sin_tonearest_test_data): Likewise.
21022         (sin_towardzero_test_data): Likewise.
21023         (sin_downward_test_data): Likewise.
21024         (sin_upward_test_data): Likewise.
21025         (sinh_test_data): Likewise.
21026         (sinh_tonearest_test_data): Likewise.
21027         (sinh_towardzero_test_data): Likewise.
21028         (sinh_downward_test_data): Likewise.
21029         (sinh_upward_test_data): Likewise.
21030         (tan_test_data): Likewise.
21031         (tan_tonearest_test_data): Likewise.
21032         (tan_towardzero_test_data): Likewise.
21033         (tan_downward_test_data): Likewise.
21034         (tan_upward_test_data): Likewise.
21035         (tanh_test_data): Likewise.
21036         (tgamma_test_data): Likewise.
21037         (y0_test_data): Likewise.
21038         (y1_test_data): Likewise.
21039         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21040         (special_real_inputs): Add pi/4.
21041         * sysdeps/i386/fpu/libm-test-ulps: Update.
21042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21044 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21046         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21047         "longjmp_target" static probes.
21048         (__longjmp): Rename to __longjmp_symbol.
21049         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21050         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21051         on which longjmp to generate.
21052         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21053         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21054         probe.
21055         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21056         (__sigjmp_save): Rename to __sigjmp_save_symbol.
21057         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21058         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21059         and __sigjmp_save_symbol based on which sigsetjmp to generated.
21060         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21062         __longjmp_symbol based on which __longjmp to generate.
21063         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21064         probe.
21065         (setjmp): Rename to setjmp_symbol.
21066         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21067         (_setjmp): Rename to _setjmp_symbol.
21068         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21069         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21070         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21071         which setjmp to generate.
21072         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21073         "longjmp_target" static probes.
21075 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
21077         * benchtests/README: Add note about output arguments.
21078         * benchtests/bench-sincos.c: Remove file.
21079         * benchtests/sincos-inputs: New file.
21080         * scripts/bench.pl: Identify output arguments and define
21081         static variables for them.
21083         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21085         [BZ #15941]
21086         * Makefile (INSTALL): Add install-plain.texi as the primary
21087         dependency.
21088         * manual/install-plain.texi: New file.
21089         * manual/install.texi: Include node directive only for
21090         non-plaintext output.
21092 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
21094         * stdlib/longlong.h: Update from GCC.
21096         [BZ #6807]
21097         [BZ #15901]
21098         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21099         * math/w_j0f.c (y0f): Likewise.
21100         * math/w_j0l.c (__y0l): Likewise.
21101         * math/w_j1.c (y1): Likewise.
21102         * math/w_j1f.c (y1f): Likewise.
21103         * math/w_j1l.c (__y1l): Likewise
21104         * math/w_jn.c (yn): Likewise.
21105         * math/w_jnf.c (ynf): Likewise.
21106         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21107         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
21108         value for Bessel function domain errors outside _SVID_ mode.
21109         Adjust sign of return value for yn (negative integer, 0).
21110         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21111         by zero in return for negative x and set sign appropriately for
21112         negative n.
21113         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21114         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21115         * math/libm-test.inc (y0_test_data): Add more tests and adjust
21116         expectations in error cases.
21117         (y1_test_data): Likewise.
21118         (yn_test_data): Likewise.
21119         * sysdeps/i386/fpu/libm-test-ulps: Update.
21120         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21122 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21124         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21125         "64" to "64-v1".  Add "64-v2".
21126         (abi-64-options): Rename to ...
21127         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
21128         (abi-64-condition): Rename to ...
21129         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
21130         (abi-64-ld-soname): Rename to ...
21131         (abi-64-v1-ld-soname): ... this.
21132         (abi-64-v2-options): Define.
21133         (abi-64-v2-condition): Likewise.
21134         (abi-64-v2-ld-soname): Likewise.
21135         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21136         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21141 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21142             Alan Modra  <amodra@gmail.com>
21144         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21145         New versions for use with the ELFv2 ABI.
21146         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21147         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21148         declaration.
21149         (struct La_ppc64v2_retval): Likewise.
21150         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21151         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21152         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21153         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21154         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21155         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21156         Do not save or restore CR.
21157         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21158         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21159         return values for ELFv2 ABI.  Fix location of FPR return registers.
21160         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21161         updated values for _CALL_ELF == 2.
21162         (La_regs, La_retval, int_retval): Likewise.
21164 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21166         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21167         (FRAME_MIN_SIZE_PARM): Likewise.
21168         (FRAME_BACKCHAIN): Likewise.
21169         (FRAME_CR_SAVE): Likewise.
21170         (FRAME_LR_SAVE): Likewise.
21171         (FRAME_TOC_SAVE): Likewise.
21172         (FRAME_PARM_SAVE): Likewise.
21173         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21174         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21175         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21176         (call_mcount_parm_offset): New macro.
21177         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21178         (PROF): Use symbolic stack frame offsets.
21179         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21180         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21181         Redefine in terms of FRAME_MIN_SIZE.
21182         (_dl_runtime_resolve): Use symbolic stack frame offsets.
21183         (_dl_profile_resolve): Likewise.  Update comment.
21184         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21185         symbols stack frame offsets.
21186         (__sigsetjmp): Likewise.
21187         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21188         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21189         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21190         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21193         (FRAME_BACKCHAIN): Remove.
21194         (FRAME_CR_SAVE): Likewise.
21195         (FRAME_LR_SAVE): Likewise.
21196         (FRAME_COMPILER_DW): Likewise.
21197         (FRAME_LINKER_DW): Likewise.
21198         (FRAME_TOC_SAVE): Likewise.
21199         (FRAME_PARM_SAVE): Likewise.
21200         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21201         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21202         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21204         (CHECK_SP): Use symbolic stack frame offsets.
21205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21206         zone" instead of caller's parameter save area for temp storage.
21207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21208         Likewise.  Also, use symbolic stack frame offsets.
21209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21210         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21211         our own stack frame instead of the caller's.
21212         (__socket): Use symbolic stack frame offsets.
21214 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21215             Alan Modra  <amodra@gmail.com>
21217         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21218         Define.
21219         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21220         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21221         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21222         New function.
21223         (elf_machine_fixup_plt): Call it.
21224         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21225         reloc arguments.
21226         (elf_machine_rela): Update call to elf_machine_plt_conflict.
21227         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21228         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21229         r2 before calling target.
21231 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21232             Alan Modra  <amodra@gmail.com>
21234         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21235         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21236         versions of macros to support ELFv2 ABI.
21237         (LOCALENTRY): New macro.
21238         (ENTRY, EALIGN): Use it.
21239         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21240         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21241         fall through into ENTRY entry point.
21242         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21243         Only define if _CALL_ELF != 2.
21245         (elf_machine_matches_host): Verify ABI version matches.
21246         (RTLD_START): Use LOCALENTRY.
21247         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21248         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21249         (PLT_ENTRY_WORDS): New macro.
21250         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21251         (elf_machine_runtime_setup): Support ELFv2 ABI.
21252         (elf_machine_fixup_plt): Likewise.
21253         (elf_machine_plt_conflict): Likewise.
21254         (resolve_ifunc): Likewise.
21255         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21256         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21257         Likewise.
21258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21259         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21261         (makecontext): Support ELFv2 ABI.
21262         * elf/elf.h (EF_PPC64_ABI): Define.
21264 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21266         * sysdeps/powerpc/powerpc64/sysdep.h
21267         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21268         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21269         (ENTRY) [ASSEMBLER]: ... but instead here ...
21270         (EALIGN) [ASSEMBLER]: ... and here.
21271         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21272         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21273         (ENTRY_2) [!ASSEMBLER]: Use it.
21274         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21275         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
21276         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21277         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21278         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21280         Use PPC64_LOAD_FUNCPTR.
21282         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21284 2013-12-04  Alan Modra  <amodra@gmail.com>
21286         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21287         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21288         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21289         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21291         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21292         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21293         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21294         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21295         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21296         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21298 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21301         (__makecontext): Fix incorrect CFI when backtracing out of
21302         context created via makecontext.
21303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21304         (__setcontext): Fix incorrect CFI during switch to new context.
21305         (__novec_setcontext): Likewise.
21307 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21309         [BZ #4772]
21310         * time/strptime_l.c (__strptime_internal): Allow modifiers
21311         in strptime.
21312         * time/tst-strptime.c (day_tests): Add testcase.
21314 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21316         * scripts/bench.pl: Skip over blank lines.
21318 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21320         [BZ #926]
21321         * manual/time.texi (Calendar Time): Clarify what timezone functions
21322         use.
21324 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21326         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21328 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21330         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21331         implementation.
21332         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21333         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21334         * debug/memset_chk.c (__memset_chk): Likewise.
21335         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21336         * debug/strncpy_chk.c: Likewise.
21338 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21340         [BZ #15268]
21341         [BZ #15425]
21342         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21343         (__ieee754_exp): For possibly underflowing results, check size of
21344         result and force underflow exception if required.
21345         * math/auto-libm-test-in: Add more tests of exp.
21346         * math/auto-libm-test-out: Regenerated.
21347         * sysdeps/i386/fpu/libm-test-ulps: Update.
21348         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21350         [BZ #16283]
21351         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21352         * math/w_exp2f.c (__exp2f): Likewise.
21353         * math/w_exp2l.c (__exp2l): Likewise.
21354         * math/auto-libm-test-in: Do not allow missing errno on exp2
21355         underflow.
21356         * math/auto-libm-test-out: Regenerated.
21358 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
21360         [BZ #16274]
21361         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21362         handle filename validation.
21363         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21364         (do_open): Delete.
21366 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21368         [BZ #6786]
21369         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21370         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21371         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21372         <float.h>.
21373         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21374         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21375         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21376         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21377         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21378         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21379         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21380         * math/auto-libm-test-in: Don't allow missing errno from erfc.
21381         Add more erfc tests.
21382         * math/auto-libm-test-out: Regenerated.
21383         * sysdeps/i386/fpu/libm-test-ulps: Update.
21384         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21386         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21387         exp2, expm1, j0 and j1.
21388         * math/auto-libm-test-out: Regenerated.
21389         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21390         (erfc_test_data): Likewise.
21391         (exp_test_data): Likewise.
21392         (exp_tonearest_test_data): Likewise.
21393         (exp_towardzero_test_data): Likewise.
21394         (exp_downward_test_data): Likewise.
21395         (exp_upward_test_data): Likewise.
21396         (exp10_test_data): Likewise.
21397         (exp2_test_data): Likewise.
21398         (expm1_test_data): Likewise.
21399         (j0_test_data): Likewise.
21400         (j1_test_data): Likewise.
21401         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21402         (input_flag_type): Add flag_xfail_rounding.
21403         (input_flags): Add xfail-rounding.
21404         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21405         (output_for_one_input_case): Handle flag_xfail_rounding.
21406         * sysdeps/i386/fpu/libm-test-ulps: Update.
21407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21409 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
21411         [BZ #16289]
21412         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21413         division by 0.
21415 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21417         [BZ #16195]
21418         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21419         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21420         (STAP_PROBE0): New macro.
21421         (STAP_PROBE1): Likewise.
21422         (STAP_PROBE2): Likewise.
21423         (STAP_PROBE3): Likewise.
21424         (STAP_PROBE4): Likewise.
21426 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
21428         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21430 2013-12-02  Steve Ellcey  <sellcey@mips.com>
21432         * benchtests/Makefile (bench): Add sqrt.
21433         (LDLIBS-bench-sqrt): New.
21434         * benchtests/sqrt-input: New.
21436 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
21438         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21439         (GAIH_EAI): Likewise.
21440         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21441         (gaih_inet): Likewise.
21442         (getaddrinfo): Don't use GAIH_EAI.
21444         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21445         (struct gaih): Remove definition.
21447 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21449         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21450         Use HERRNOP directly.
21452 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21454         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21456 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
21458         * math/gen-auto-libm-tests.c (test_functions): Add more
21459         single-argument functions.
21460         (special_fill_pi_2): New function.
21461         (special_fill_minus_pi_2): Likewise.
21462         (special_fill_pi_6): Likewise.
21463         (special_fill_minus_pi_6): Likewise.
21464         (special_fill_pi_3): Likewise.
21465         (special_fill_2pi_3): Likewise.
21466         (special_fill_e): Likewise.
21467         (special_fill_1_e): Likewise.
21468         (special_fill_e_minus_1): Likewise.
21469         (special_real_inputs): Add more special inputs.
21470         (output_for_one_input_case): Do not require ERANGE on underflow to
21471         zero if round-to-nearest result does not underflow to zero, unless
21472         exact results required.
21473         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21474         atan, atanh, cbrt, cos and cosh.
21475         * math/auto-libm-test-out: Regenerated.
21476         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21477         (acos_tonearest_test_data): Likewise.
21478         (acos_towardzero_test_data): Likewise.
21479         (acos_downward_test_data): Likewise.
21480         (acos_upward_test_data): Likewise.
21481         (acosh_test_data): Likewise.
21482         (asin_test_data): Likewise.
21483         (asin_tonearest_test_data): Likewise.
21484         (asin_towardzero_test_data): Likewise.
21485         (asin_upward_test_data): Likewise.
21486         (asinh_test_data): Likewise.
21487         (atan_test_data): Likewise.
21488         (atanh_test_data): Likewise.
21489         (cbrt_test_data): Likewise.
21490         (cos_test_data): Likewise.
21491         (cos_tonearest_test_data): Likewise.
21492         (cos_towardzero_test_data): Likewise.
21493         (cos_downward_test_data): Likewise.
21494         (cos_upward_test_data): Likewise.
21495         (cosh_test_data): Likewise.
21496         (cosh_tonearest_test_data): Likewise.
21497         (cosh_towardzero_test_data): Likewise.
21498         (cosh_downward_test_data): Likewise.
21499         (cosh_upward_test_data): Likewise.
21500         * sysdeps/i386/fpu/libm-test-ulps: Update.
21501         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21503 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
21505         [BZ #6787]
21506         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21507         * math/w_exp10f.c (__exp10f): Likewise.
21508         * math/w_exp10l.c (__exp10l): Likewise.
21509         * math/libm-test.inc (exp10_test_data): Add more tests and expect
21510         errno settings in existing tests.
21512         [BZ #14032]
21513         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21514         precision control set to double precision.
21515         * sysdeps/i386/fpu/w_sqrt.c: New file.
21516         * math/auto-libm-test-in: Add more tests.
21517         * math/auto-libm-test-out: Update.
21519         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21520         (sqrt_test_tonearest): New function.
21521         (sqrt_towardzero_test_data): New variable.
21522         (sqrt_test_towardzero): New function.
21523         (sqrt_downward_test_data): New variable.
21524         (sqrt_test_downward): New function.
21525         (sqrt_upward_test_data): New variable.
21526         (sqrt_test_upward): New function.
21527         (main): Call the new functions.
21529         * math/gen-auto-libm-tests.c: New file.
21530         * math/auto-libm-test-in: Likewise.
21531         * math/auto-libm-test-out: New generated file.
21532         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21533         variables.
21534         (%beautify): Add generated representations of zero.
21535         (top level): Set $auto_input and call parse_auto_input.
21536         (beautify): Remove trailing "f" from hex float constants.
21537         (parse_args): Handle XFAIL_TEST.
21538         (convert_condition): New function.
21539         (or_value): Likewise.
21540         (or_cond_value): Likewise.
21541         (generate_testfile): Handle AUTO_TESTS_* lines.
21542         (parse_auto_input): New function.
21543         * math/libm-test.inc (XFAIL_TEST): New macro.
21544         (ERRNO_UNCHANGED): Update value.
21545         (ERRNO_EDOM): Likewise.
21546         (ERRNO_ERANGE): Likewise.
21547         (IGNORE_RESULT): Likewise.
21548         (TEST_COND_flt_32): New macro.
21549         (TEST_COND_dbl_64): Likewise.
21550         (TEST_COND_ldbl_96_intel): Likewise.
21551         (TEST_COND_ldbl_96_m68k): Likewise.
21552         (TEST_COND_ldbl_128): Likewise.
21553         (TEST_COND_ldbl_128ibm): Likewise.
21554         (TEST_COND_long32): Likewise.
21555         (TEST_COND_long64): Likewise.
21556         (TEST_COND_before_rounding): Likewise.
21557         (TEST_COND_after_rounding): Likewise.
21558         (enable_test): Handle XFAIL_TEST flag.
21559         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21560         with finite results.
21561         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21562         auto-libm-test-out.
21564 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21565             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21567         [BZ #16214]
21568         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21569         __tls_get_addr_internal instead of __tls_get_offset in order to
21570         avoid GOT pointer dependency.  Make rtld export
21571         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21572         __tls_get_addr since we are a __tls_get_offset platform.
21573         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21574         GOT pointer being set up before.
21575         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21577 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
21579         * manual/math.texi (Errors in Math Functions): Document accuracy
21580         goals.
21582         [BZ #15004]
21583         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21584         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21585         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21586         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21587         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21588         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21589         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21590         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21591         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21592         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21593         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21594         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21595         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21596         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21597         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21598         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21600         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21601         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21602         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21603         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21604         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21605         Likewise.
21606         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21607         Likewise.
21608         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21609         Likewise.
21610         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21611         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21612         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21613         atomic-feupdateenv and flt-rounds.
21614         * sysdeps/powerpc/nofpu/Versions (libc): Add
21615         __atomic_feholdexcept, __atomic_feclearexcept,
21616         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21617         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21618         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21619         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21620         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21621         here.
21622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21623         Update.
21625         * manual/arith.texi (FP Exceptions): Document that exceptions may
21626         not be raised when matherr is used.
21627         (Math Error Reporting): Document overflow in directed rounding
21628         modes.  Document that errno may not be set when finite values are
21629         returned on overflow.  Document intent to set errno on underflow
21630         only for underflow to zero.
21632         [BZ #16271]
21633         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21634         round-to-nearest then adjust result for other rounding modes.
21635         * include/fenv.h (fegetround): Use libm_hidden_proto.
21636         * math/fegetround.c (fegetround): Use libm_hidden_def.
21637         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21638         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21639         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21640         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21641         Likewise.
21642         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21643         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21644         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21645         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21647 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21649         [BZ #16077]
21650         * nss/Versions (libnss_files): Add
21651         _nss_files_gethostbyname3_r.
21652         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21653         New function.
21654         (HOST_DB_LOOKUP): Remove macro.
21655         (_nss_files_gethostbyname_r): Implement function without the
21656         HOST_DB_LOOKUP macro.
21657         (_nss_files_gethostbyname2_r): Likewise.
21659 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
21661         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21663 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
21665         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21666         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21667         warning.
21669 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21671         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
21672         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
21673         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
21674         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
21675         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
21676         __fe_nomask_env_priv and attribute_hidden.
21677         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
21678         (libc_feupdateenv_test_ppc): Likewise.
21679         (libc_feresetround_ppc): Likewise.
21680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21681         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
21682         compat_symbol macro.
21683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21684         (__fe_nomask_env): Likewise.
21685         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
21687 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21689         * string/Makefile: Remove ifunc tests.
21690         * string/test-string.h: Define TEST_IFUNC.
21691         * string/test-bcopy-ifunc.c: Remove.
21692         * string/test-bzero-ifunc.c: Likewise.
21693         * string/test-memccpy-ifunc.c: Likewise.
21694         * string/test-memchr-ifunc.c: Likewise.
21695         * string/test-memcmp-ifunc.c: Likewise.
21696         * string/test-memcpy-ifunc.c: Likewise.
21697         * string/test-memmem-ifunc.c: Likewise.
21698         * string/test-memmove-ifunc.c: Likewise.
21699         * string/test-mempcpy-ifunc.c: Likewise.
21700         * string/test-memrchr-ifunc.c: Likewise.
21701         * string/test-memset-ifunc.c: Likewise.
21702         * string/test-rawmemchr-ifunc.c: Likewise.
21703         * string/test-stpcpy-ifunc.c: Likewise.
21704         * string/test-stpncpy-ifunc.c: Likewise.
21705         * string/test-strcasecmp-ifunc.c: Likewise.
21706         * string/test-strcasestr-ifunc.c: Likewise.
21707         * string/test-strcat-ifunc.c: Likewise.
21708         * string/test-strchr-ifunc.c: Likewise.
21709         * string/test-strchrnul-ifunc.c: Likewise.
21710         * string/test-strcmp-ifunc.c: Likewise.
21711         * string/test-strcpy-ifunc.c: Likewise.
21712         * string/test-strcspn-ifunc.c: Likewise.
21713         * string/test-strlen-ifunc.c: Likewise.
21714         * string/test-strncasecmp-ifunc.c: Likewise.
21715         * string/test-strncat-ifunc.c: Likewise.
21716         * string/test-strncmp-ifunc.c: Likewise.
21717         * string/test-strncpy-ifunc.c: Likewise.
21718         * string/test-strnlen-ifunc.c: Likewise.
21719         * string/test-strpbrk-ifunc.c: Likewise.
21720         * string/test-strrchr-ifunc.c: Likewise.
21721         * string/test-strspn-ifunc.c: Likewise.
21722         * string/test-strstr-ifunc.c: Likewise.
21724 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21726         * benchtests/Makefile: Remove ifunc tests.
21727         * benchtests/bench-string.h: Define TEST_IFUNC.
21728         * benchtests/bench-bcopy-ifunc.c: Remove.
21729         * benchtests/bench-bzero-ifunc.c: Likewise.
21730         * benchtests/bench-memccpy-ifunc.c: Likewise.
21731         * benchtests/bench-memchr-ifunc.c: Likewise.
21732         * benchtests/bench-memcmp-ifunc.c: Likewise.
21733         * benchtests/bench-memcpy-ifunc.c: Likewise.
21734         * benchtests/bench-memmem-ifunc.c: Likewise.
21735         * benchtests/bench-memmove-ifunc.c: Likewise.
21736         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21737         * benchtests/bench-memrchr-ifunc.c: Likewise.
21738         * benchtests/bench-memset-ifunc.c: Likewise.
21739         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21740         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21741         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21742         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21743         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21744         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21745         * benchtests/bench-strcat-ifunc.c: Likewise.
21746         * benchtests/bench-strchr-ifunc.c: Likewise.
21747         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21748         * benchtests/bench-strcmp-ifunc.c: Likewise.
21749         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21750         * benchtests/bench-strcpy-ifunc.c: Likewise.
21751         * benchtests/bench-strcspn-ifunc.c: Likewise.
21752         * benchtests/bench-strlen-ifunc.c: Likewise.
21753         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21754         * benchtests/bench-strncat-ifunc.c: Likewise.
21755         * benchtests/bench-strncmp-ifunc.c: Likewise.
21756         * benchtests/bench-strncpy-ifunc.c: Likewise.
21757         * benchtests/bench-strnlen-ifunc.c: Likewise.
21758         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21759         * benchtests/bench-strrchr-ifunc.c: Likewise.
21760         * benchtests/bench-strsep-ifunc.c: Likewise.
21761         * benchtests/bench-strspn-ifunc.c: Likewise.
21762         * benchtests/bench-strstr-ifunc.c: Likewise.
21764 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21766         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21768 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21770         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21771         * rt/aio.h: Likewise.
21772         * sysdeps/gnu/bits/utmp.h: Likewise.
21773         * sysdeps/gnu/bits/utmpx.h: Likewise.
21774         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21775         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21776         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21777         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21778         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21779         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21780         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21781         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21782         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21783         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21784         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21785         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21786         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21788         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21789         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21790         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21791         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21792         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21793         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21794         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21795         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21796         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21797         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21798         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21799         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21800         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21801         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21802         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21803         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21804         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21805         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21806         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21807         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21808         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21809         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21810         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21811         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21812         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21813         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21814         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21815         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21817 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21819         [BZ #16245]
21820         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21821         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21823 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21825         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21826         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21827         Likewise.
21829 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21831         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21832         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21833         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21834         (__fesetround): Remove define.
21835         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21836         rounding and exceptions handling.
21837         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21838         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21839         (__fe_nomask_env): Likewise.
21840         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21841         __fegetround instead of fegetround.
21842         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21843         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21845 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21847         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21848         it's there.
21850         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21852 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21854         [BZ #11157]
21855         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21856         (encrypt_r): Likewise.
21857         * malloc/obstack.h (obstack_free): Likewise.
21858         * posix/unistd.h (encrypt): Likewise.
21860 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
21862         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21863         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21864         DL_CALL_DT_FINI() that call the functions directly.
21865         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21866         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21867         * elf/dl-fini.c: Likewise.
21869 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
21871         * malloc/hooks.c (memalign_check): Add alignment rounding.
21872         * malloc/malloc.c (_mid_memalign): New function.
21873         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21874         Implement by calling _mid_memalign.
21875         * manual/probes.texi (Memory Allocation Probes): Remove
21876         memory_valloc_retry and memory_pvalloc_retry.
21878 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21880         * locale/programs/locarchive.c (open_archive): Add const
21881         qualifier to ARCHIVEFNAME and copy default fname to
21882         DEFAULT_FNAME.
21884         [BZ #15601]
21885         * libio/tst-widetext.input: Rename Oriya to Odia.
21886         * locale/iso-639.def: Likewise.
21888         * manual/probes.texi (Mathematical Function Probes): Add
21889         documentation for sin, cos, asin and acos probes.
21890         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21891         (__sin32): Add slowasin probe.
21892         (__cos32): Add slowacos probe.
21893         (__mpsin): Add slowsin probe.
21894         (__mpcos): Add slowcos probe.
21896 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
21898         [BZ #15483]
21899         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21900         thread-local __sim_exceptions_thread and global
21901         __sim_exceptions_global.
21902         (__sim_disabled_exceptions): Change to thread-local
21903         __sim_disabled_exceptions_thread and global
21904         __sim_disabled_exceptions_global.
21905         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21906         and global __sim_round_mode_global.
21907         (__simulate_exceptions): Use thread-local floating-point state and
21908         set global state from it as needed.
21909         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21910         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21911         __sim_round_mode_thread.
21912         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21913         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21914         and global __sim_exceptions_global.
21915         (__sim_disabled_exceptions): Change to thread-local
21916         __sim_disabled_exceptions_thread and global
21917         __sim_disabled_exceptions_global.
21918         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21919         and global __sim_round_mode_global.
21920         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21921         (SIM_SET_GLOBAL): Likewise.
21922         * sysdeps/powerpc/soft-fp/sfp-machine.h
21923         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21924         __sim_round_mode_thread.
21925         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21926         __sim_disabled_exceptions_thread.
21927         (__sim_exceptions): Change to __sim_exceptions_thread.
21928         (__sim_disabled_exceptions): Change to
21929         __sim_disabled_exceptions_thread.
21930         (__sim_round_mode): Change to __sim_round_mode_thread.
21931         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21932         thread-local floating-point state and set global state from it as
21933         needed.
21934         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21935         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21936         (__sim_disabled_exceptions): Remove extern declaration.
21937         (feenableexcept): Use thread-local floating-point state and set
21938         global state from it as needed.
21939         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21940         extern declaration.
21941         (__sim_disabled_exceptions): Likewise.
21942         (__sim_round_mode): Likewise.
21943         (__fegetenv): Use thread-local floating-point state.
21944         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21945         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21946         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21947         floating-point state and set global state from it as needed.
21948         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21949         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21950         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21951         Likewise.
21952         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21953         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21954         Likewise.
21955         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21956         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21957         Use __sim_round_mode_thread.
21958         * math/test-fenv-tls.c: New file.
21959         * math/Makefile (tests): Add test-fenv-tls.
21960         ($(objpfx)test-fenv-tls): Depend on
21961         $(common-objpfx)nptl/libpthread.so.
21963 2013-11-19  Andreas Schwab  <schwab@suse.de>
21965         * locale/programs/locale.c (show_info): Decode wordarray elements.
21966         * locale/categories.def (LC_MONETARY): Add element for
21967         _NL_MONETARY_CRNCYSTR.
21968         * locale/C-monetary.c (conversion_rate): New variable.
21969         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21970         element.
21972 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
21974         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21975         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21977 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
21979         * elf/Makefile (tst-auxv): New test.
21980         * elf/tst-auxv.c: New
21981         * elf/rtld.c (dl_main): Adjust AT_EXECFN
21983 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
21985         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21986         (hidden_proto): Caller changed.
21987         (hidden_tls_proto): New macro.
21988         (libc_hidden_tls_proto): Likewise.
21989         (rtld_hidden_tls_proto): Likewise.
21990         (libm_hidden_tls_proto): Likewise.
21991         (libresolv_hidden_tls_proto): Likewise.
21992         (librt_hidden_tls_proto): Likewise.
21993         (libdl_hidden_tls_proto): Likewise.
21994         (libnss_files_hidden_tls_proto): Likewise.
21995         (libnsl_hidden_tls_proto): Likewise.
21996         (libnss_nisplus_hidden_tls_proto): Likewise.
21997         (libutil_hidden_tls_proto): Likewise.
21999 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22001         [BZ #10253]
22002         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22003         (decompose_rpath): Defer expansion to fillin_rpath.
22004         (_dl_init_paths): Pass linkmap to fillin_rpath.
22006 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22008         * benchtests/Makefile: Add strsep.
22009         * benchtests/bench-strsep.c: New file: strsep benchtest.
22010         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22012 2013-11-18  Andreas Schwab  <schwab@suse.de>
22014         * locale/programs/locale.c (show_info) [case byte]: Check for
22015         '\377' instead of '\177'.
22016         * locale/C-monetary.c (not_available): Always use "\377".
22017         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22018         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22019         detect unavailable sign_posn locale elements.
22020         * locale/localeconv.c (__localeconv): For grouping and
22021         mon_grouping handle "\177" and "\377" like no grouping.
22022         (INT_ELEM): New macro.  Use it to set all numeric members.
22023         * locale/programs/ld-monetary.c (monetary_read)
22024         <tok_mon_grouping>: Normalize single -1 to the empty string.
22025         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22026         Likewise.
22028 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22030         [BZ #16055]
22031         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22032         when we match (nil).
22033         * stdio-common/tst-sscanf.c (struct test): Add testcase.
22035 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
22037         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22038         (NO_TEST_INLINE): Update value.
22039         (ERRNO_UNCHANGED): Likewise.
22040         (ERRNO_EDOM): Likewise.
22041         (ERRNO_ERANGE): Likewise.
22042         (IGNORE_RESULT): Likewise.
22043         (check_float_internal): Check signs of NaN results if
22044         TEST_NAN_SIGN used.
22045         (check_complex): Pass TEST_NAN_SIGN flag through to second
22046         check_float_internal call.
22047         (copysign_test_data): Add tests with quiet NaNs as second
22048         argument.  Use TEST_NAN_SIGN.
22049         (fabs_test_data): Add test of negative quiet NaN argument.  Use
22050         TEST_NAN_SIGN.
22051         (signbit_test_data): Add tests of quiet NaN argument.
22052         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22054         * math/gen-libm-test.pl (show_exceptions): Take extra argument
22055         $ignore_result.
22056         (parse_args): Handle function results specified as IGNORE.
22057         * math/libm-test.inc (IGNORE_RESULT): New macro.
22058         (check_float_internal): Do not check numerical result if flag
22059         IGNORE_RESULT set.
22060         (check_complex): Pass through IGNORE_RESULT to second
22061         check_float_internal call.
22062         (check_int): Do not check numerical result if flag IGNORE_RESULT
22063         set.
22064         (check_long): Likewise.
22065         (check_bool): Likewise.
22066         (check_longlong): Likewise.
22067         (lrint_test_data): Add tests of infinite and NaN arguments.
22068         (lrint_tonearest_test_data): Likewise.
22069         (lrint_towardzero_test_data): Likewise.
22070         (lrint_downward_test_data): Likewise.
22071         (lrint_upward_test_data): Likewise.
22072         (llrint_test_data): Likewise.
22073         (llrint_tonearest_test_data): Likewise.
22074         (llrint_towardzero_test_data): Likewise.
22075         (llrint_downward_test_data): Likewise.
22076         (llrint_upward_test_data): Likewise.
22077         (lround_test_data): Likewise.
22078         (llround_test_data): Likewise.
22080         * math/libm-test.inc (NO_TEST_INLINE): New macro.
22081         (ERRNO_UNCHANGED): Update value.
22082         (ERRNO_EDOM): Likewise.
22083         (ERRNO_ERANGE): Likewise.
22084         (NO_TEST_INLINE_FLOAT): New macro.
22085         (NO_TEST_INLINE_DOUBLE): Likewise.
22086         (enable_test): New function.
22087         (RUN_TEST_f_f): Check enable_test before running test.
22088         (RUN_TEST_2_f): Likewise.
22089         (RUN_TEST_fff_f): Likewise.
22090         (RUN_TEST_c_f): Likewise.
22091         (RUN_TEST_f_f1): Likewise.
22092         (RUN_TEST_fF_f1): Likewise.
22093         (RUN_TEST_fI_f1): Likewise.
22094         (RUN_TEST_ffI_f1): Likewise.
22095         (RUN_TEST_c_c): Likewise.
22096         (RUN_TEST_cc_c): Likewise.
22097         (RUN_TEST_f_i): Likewise.
22098         (RUN_TEST_f_i_tg): Likewise.
22099         (RUN_TEST_ff_i_tg): Likewise.
22100         (RUN_TEST_f_b): Likewise.
22101         (RUN_TEST_f_b_tg): Likewise.
22102         (RUN_TEST_f_l): Likewise.
22103         (RUN_TEST_f_L): Likewise.
22104         (RUN_TEST_fFF_11): Likewise.
22105         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22106         conditionals.
22107         (cosh_test_data): Likewise.
22108         (exp_test_data): Likewise.
22109         (expm1_test_data): Likewise.
22110         (hypot_test_data): Likewise.
22111         (pow_test_data): Likewise.
22112         (sinh_test_data): Likewise.
22113         (tanh_test_data): Likewise.
22114         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22115         flags argument.
22117         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22118         tests with quiet NaN input and output.
22119         (acosh_test_data): Likewise.
22120         (asin_test_data): Likewise.
22121         (asinh_test_data): Likewise.
22122         (atan_test_data): Likewise.
22123         (atanh_test_data): Likewise.
22124         (atan2_test_data): Likewise.
22125         (cbrt_test_data): Likewise.
22126         (cos_test_data): Likewise.
22127         (cosh_test_data): Likewise.
22128         (erf_test_data): Likewise.
22129         (erfc_test_data): Likewise.
22130         (exp_test_data): Likewise.
22131         (exp10_test_data): Likewise.
22132         (exp2_test_data): Likewise.
22133         (expm1_test_data): Likewise.
22134         (hypot_test_data): Likewise.
22135         (j0_test_data): Likewise.
22136         (j1_test_data): Likewise.
22137         (jn_test_data): Likewise.
22138         (lgamma_test_data): Likewise.
22139         (log_test_data): Likewise.
22140         (log10_test_data): Likewise.
22141         (log1p_test_data): Likewise.
22142         (log2_test_data): Likewise.
22143         (pow_test_data): Likewise.
22144         (scalb_test_data): Likewise.
22145         (sin_test_data): Likewise.
22146         (sincos_test_data): Likewise.
22147         (sinh_test_data): Likewise.
22148         (tan_test_data): Likewise.
22149         (tanh_test_data): Likewise.
22150         (tgamma_test_data): Likewise.
22151         (y0_test_data): Likewise.
22152         (y1_test_data): Likewise.
22153         (yn_test_data): Likewise.
22155         [BZ #16167]
22156         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22157         argument being NaN and avoid computations with second argument in
22158         that case.
22159         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22160         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22161         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22163 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22165         * locale/iso-639.def: Add Chitwani Tharu (the).
22167 2013-11-14  Andreas Schwab  <schwab@suse.de>
22169         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22170         word instead of empty string.
22172 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22175         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22177         (__fe_nomask_env): Likewise.
22179 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22181         * benchtests/bench-timing.h: Include time.h.
22183 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
22185         [BZ #15997]
22186         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22187         to 3.4.0 for x32.
22188         * sysdeps/unix/sysv/linux/configure: Regenerated.
22190 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
22192         [BZ #16151]
22193         * stdlib/strtod_l.c (round_and_return): Do not consider
22194         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22195         exponent one less than half the least subnormal exponent.
22196         * stdlib/test-strtod-round-data: Add more tests.
22197         * stdlib/tst-strtod-round.c (tests): Regenerated.
22199 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22201         [BZ #14143]
22202         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22203         (__fe_mask_env): Likewise.
22204         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22205         libm_hidden_proto and add function prototype.
22206         (__fe_mask_env): Add function prototype.
22207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22208         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22210         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22212         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22214 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22216         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22217         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22219 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22221         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22222         of htab_find_slot().
22224 2013-11-11  David S. Miller  <davem@davemloft.net>
22226         [BZ #16150]
22227         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22228         symbol in the non-vis3 case in static builds.
22229         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22230         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22231         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22232         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22234 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
22236         [BZ #387]
22237         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22238         it is empty.
22240 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22242         * benchtests/Makefile: Add bench-strtod.
22243         * benchtests/bench-strtod.c: New file: strtod benchtest
22245 2013-11-11  Andreas Schwab  <schwab@suse.de>
22247         [BZ #16153]
22248         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22249         terminating NUL in key length.
22251 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22253         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22254         Add artificial ODP entry for vDSO symbol for PPC64.
22255         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22256         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22258 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22260         [BZ #15374]
22261         * nss/getent.c (services_keys): Recognize services starting with digit.
22263 2013-11-06  David S. Miller  <davem@davemloft.net>
22265         [BZ #15985]
22266         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22267         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22269 2013-11-06  Will Newton  <will.newton@linaro.org>
22271         * manual/memory.texi (Malloc Examples): Remove register
22272         keyword from examples.
22274 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
22276         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22278 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
22280         [BZ #6981]
22281         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22282         depending on [__GCC_IEC_559 > 0].
22283         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22284         depending on [__GCC_IEC_559_COMPLEX > 0].
22286 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
22288         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22289         to iso-639.def.
22291 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
22293         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22295 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
22297         [BZ #16112]
22298         * malloc/malloc (malloc_info): Do not handle first bin as
22299         special case.
22301 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
22303         * locale/iso-639.def: Add Central Nahuatl (nhn).
22305 2013-11-01  Bruno Haible  <bruno@clisp.org>
22307         [BZ #7003]
22308         * manual/math.texi (BSD Random): Specify range upper bound as
22309         in POSIX.
22311 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
22313         * locale/iso-639.def: Add Meadow Mari (mhr).
22315 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
22317         [BZ #14752], [BZ #15763]
22318         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22319         Validate name.
22320         * rt/tst_shm.c: Add test for escaping directory.
22322 2013-10-31  Andreas Schwab  <schwab@suse.de>
22324         [BZ #15917]
22325         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22326         followed by 'x' as part of digit sequence.
22327         * stdio-common/tst-sscanf.c (double_tests2): New tests.
22329 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22331         [BZ #16037]
22332         * configure.ac: allow GNU Make 4.0 and greater.
22333         * configure: Regenerated.
22335 2013-10-30  Will Newton  <will.newton@linaro.org>
22337         [BZ #16038]
22338         * malloc/hooks.c (memalign_check): Limit alignment to the
22339         maximum representable power of two.
22340         * malloc/malloc.c (__libc_memalign): Likewise.
22341         * malloc/tst-memalign.c (do_test): Add test for very
22342         large alignment values.
22343         * malloc/tst-posix_memalign.c (do_test): Likewise.
22345 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22347         [BZ #11087]
22348         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22349         (munmap_chunk): Likewise.
22350         (mremap_chunk): Likewise.
22352 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22354         [BZ #15799]
22355         * stdlib/div.c (div): Remove obsolete code.
22356         * stdlib/ldiv.c (ldiv): Likewise.
22357         * stdlib/lldiv.c (lldiv): Likewise.
22359 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22361         [BZ #16071]
22362         * nss/nss_files/files-XXX.c (get_contents_ret): New
22363         enumerator.
22364         (get_contents): New function.
22365         (internal_getent): Use it.  Expand size of LINEBUFLEN.
22367 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
22369         * configure.in: Moved to ...
22370         * configure.ac: ... here. Change reference to configure.in
22371         to configure.ac.
22372         * sysdeps/arm/preconfigure.ac: ... here.
22373         configure.in to configure.ac.
22374         * sysdeps/gnu/configure.in: Moved to ...
22375         * sysdeps/gnu/configure.ac: ... here.
22376         * sysdeps/i386/configure.in: Moved to ...
22377         * sysdeps/i386/configure.ac: ... here.
22378         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22379         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22380         * sysdeps/mach/configure.in: Moved to ...
22381         * sysdeps/mach/configure.ac: ... here.
22382         * sysdeps/mach/hurd/configure.in: Moved to ...
22383         * sysdeps/mach/hurd/configure.ac: ... here.
22384         * sysdeps/powerpc/configure.in: Moved to ...
22385         * sysdeps/powerpc/configure.ac: ... here.
22386         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22387         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22388         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22389         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22390         * sysdeps/s390/s390-32/configure.in: Moved to ...
22391         * sysdeps/s390/s390-32/configure.ac: ... here.
22392         * sysdeps/s390/s390-64/configure.in: Moved to ...
22393         * sysdeps/s390/s390-64/configure.ac: ... here.
22394         * sysdeps/sh/configure.in: Moved to ...
22395         * sysdeps/sh/configure.ac: ... here.
22396         * sysdeps/sparc/configure.in: Moved to ...
22397         * sysdeps/sparc/configure.ac: ... here.
22398         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22399         * sysdeps/unix/sysv/linux/configure.ac: ... here.
22400         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22401         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22402         * sysdeps/x86_64/configure.in: Moved to ...
22403         * sysdeps/x86_64/configure.ac: ... here.
22404         * sysdeps/x86_64/preconfigure.in: Moved to ...
22405         * sysdeps/x86_64/preconfigure.ac: ... here.
22406         * aclocal.m4: Change reference to configure.in to configure.ac.
22407         * config.h.in: Likewise.
22408         * manual/install.texi: Likewise.
22409         * manual/maint.texi: Likewise.
22410         * Makefile: Likewise.
22411         * malloc/Makefile: Likewise.
22412         * nscd/Makefile: Likewise.
22413         * Makeconfig: Change reference to configure.in and
22414         preconfigure.in to configure.ac and preconfigure.ac
22415         respectively.
22416         * INSTALL: Regenerated.
22417         * configure: Likewise.
22418         * sysdeps/gnu/configure: Likewise.
22419         * sysdeps/i386/configure: Likewise.
22420         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22421         * sysdeps/mach/configure: Likewise.
22422         * sysdeps/mach/hurd/configure: Likewise.
22423         * sysdeps/powerpc/configure: Likewise.
22424         * sysdeps/powerpc/powerpc32/configure: Likewise.
22425         * sysdeps/powerpc/powerpc64/configure: Likewise.
22426         * sysdeps/s390/s390-32/configure: Likewise.
22427         * sysdeps/s390/s390-64/configure: Likewise.
22428         * sysdeps/sh/configure: Likewise.
22429         * sysdeps/sparc/configure: Likewise.
22430         * sysdeps/unix/sysv/linux/configure: Likewise.
22431         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22432         * sysdeps/x86_64/configure: Likewise.
22433         * sysdeps/x86_64/preconfigure: Likewise.
22435 2013-10-29  Andreas Schwab  <schwab@suse.de>
22437         * stdio-common/Makefile (tst-swscanf-ENV): Define.
22439 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22441         * benchtests/pow-inputs: Add new inputs.
22443         * benchtests/exp-inputs: Add new inputs.
22445         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22446         conditional check for return value.
22447         (__cos32): Likewise.
22449 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22451         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22452         to provide a boost for large inputs with word alignment.
22453         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22454         implementation based on optimized PPC64 strcpy.
22455         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22456         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22457         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22458         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22460 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22462         [BZ #2801]
22463         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22465 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22467         [BZ #14876]
22468         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22469         * time/tst-strptime.c (day_tests): Add testcase.
22471 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22473         [BZ #14029]
22474         * manual/pattern.texi: Acknowledge that fnmatch can fail.
22476 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
22478         [BZ #16074]
22479         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22480         MAP_FAILED on error.
22482 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22484         [BZ #16072]
22485         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22486         heap for large requests.
22488 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
22490         [BZ #9954]
22491         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22492         result if the result has no associated interface.
22493         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22494         interface for all 127.X.Y.Z addresses.
22496 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
22498         * locale/iso-639.def: Add Ligurian (lij)
22500 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
22502         [BZ #15825]
22503         * sunrpc/rpc_main.c: Document rpcgen -5.
22505 2013-10-19  Michael Stahl  <mstahl@redhat.com>
22507         * elf/rtld.c (do_preload): Print the reason why preloading failed.
22509 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22511         [BZ #10278]
22512         * posix/glob.c: Match only directories when trailing slash is present.
22513         * posix/tst-gnuglob.c (my_opendir): Do not open files.
22514         (main): Add testcase.
22516 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22518         [BZ #15670]
22519         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22521 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
22523         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22524         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22525         AUTH_DES and cindex for FIPS 140-2.
22526         (DES Encryption): Add cindex FIPS 46-3.
22528         * locale/locarchive.h (struct locarhandle): Add fname.
22529         * locale/programs/localedef.c (main): Pass ARGV[remaining]
22530         if an optional argument was specified to --list-archive,
22531         otherwise NULL.
22532         * locale/programs/locarchive.c (show_archive_content): Take new
22533         argument fname and pass it via ah.fname to open_archive.
22534         * locale/programs/localedef.h: Update decl.
22535         (open_archive): If AH->fname is non-null, open that file
22536         rather than the default file name, and don't ignore ENOENT.
22537         (create_archive): Set AH.fname to NULL.
22538         (delete_locales_from_archive): Likewise.
22539         (add_locales_to_archive): Likewise.
22540         * locale/programs/locfile.c (write_all_categories): Likewise.
22542 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
22543             Aldy Hernandez  <aldyh@redhat.com>
22545         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22546         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22547         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22548         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22549         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22550         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22551         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22552         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22553         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22554         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22555         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22556         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22557         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22558         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22559         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22560         Likewise.
22561         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22562         Likewise.
22563         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22564         Likewise.
22565         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22566         Likewise.
22567         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22568         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22569         Likewise.
22570         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22571         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22572         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22573         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22574         Likewise.
22575         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22576         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22577         * sysdeps/powerpc/preconfigure: Likewise.
22578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22579         Likewise.
22580         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22581         Replace contents of file by #include of <fenv_libc.h>.
22582         * sysdeps/powerpc/soft-fp/sfp-machine.h
22583         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22584         and <sys/prctl.h>.
22585         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22586         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22587         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22588         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22589         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22590         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22591         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22592         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22593         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22594         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22595         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22596         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22598         Allow copysignl PLT reference to be missing.
22600 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
22601             Joseph Myers  <joseph@codesourcery.com
22603         [BZ #15948]
22604         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22605         single character.
22606         (add_to_tablewc): Assert sequence of wide characters is nonempty.
22608 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22610         * elf/tst-tls-dlinfo.c: Don't include tls.h.
22611         * elf/tst-tls1.c: Likewise.
22612         * elf/tst-tls10.h: Likewise.
22613         * elf/tst-tls14.c: Likewise.
22614         * elf/tst-tls2.c: Likewise.
22615         * elf/tst-tls3.c: Likewise.
22616         * elf/tst-tls4.c: Likewise.
22617         * elf/tst-tls5.c: Likewise.
22618         * elf/tst-tls6.c: Likewise.
22619         * elf/tst-tls7.c: Likewise.
22620         * elf/tst-tls8.c: Likewise.
22621         * elf/tst-tls9.c: Likewise.
22622         * elf/tst-tlsmod1.c: Likewise.
22623         * elf/tst-tlsmod13.c: Likewise.
22624         * elf/tst-tlsmod13a.c: Likewise.
22625         * elf/tst-tlsmod14a.c: Likewise.
22626         * elf/tst-tlsmod16a.c: Likewise.
22627         * elf/tst-tlsmod16b.c: Likewise.
22628         * elf/tst-tlsmod2.c: Likewise.
22629         * elf/tst-tlsmod3.c: Likewise.
22630         * elf/tst-tlsmod4.c: Likewise.
22631         * elf/tst-tlsmod5.c: Likewise.
22632         * elf/tst-tlsmod6.c: Likewise.
22634 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
22636         [BZ #12486]
22637         * malloc/malloc.c: remove checks for statistics.
22639 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22641         [BZ #15277]
22642         * inet/inet_net.c (inet_network): Detect additional invalid strings.
22643         * inet/tst-network.c: Add testcase.
22645 2013-10-17  Andreas Schwab  <schwab@suse.de>
22647         [BZ #15218]
22648         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22649         to determine canonical name.
22651 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22653         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22654         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22655         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22656         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22657         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22658         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22659         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22660         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22661         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22662         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22663         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22664         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22665         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22666         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22667         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22668         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22669         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22670         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22671         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22672         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22673         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22674         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22675         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22676         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
22677         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
22678         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
22679         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
22680         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
22681         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
22682         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
22683         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22684         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22685         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22686         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22687         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22688         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22689         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22690         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22691         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22692         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22693         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22694         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22695         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22696         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22697         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22698         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22699         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22700         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22701         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22702         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22703         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22704         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22705         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22706         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22707         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22708         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22709         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22710         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22712 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22714         [BZ #16041]
22715         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22716         make result into a quiet NaN.
22718 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22720         * soft-fp/adddf3.c: Fix horizontal whitespace.
22721         * soft-fp/addsf3.c: Likewise.
22722         * soft-fp/addtf3.c: Likewise.
22723         * soft-fp/divdf3.c: Likewise.
22724         * soft-fp/divsf3.c: Likewise.
22725         * soft-fp/divtf3.c: Likewise.
22726         * soft-fp/double.h: Likewise.
22727         * soft-fp/eqdf2.c: Likewise.
22728         * soft-fp/eqsf2.c: Likewise.
22729         * soft-fp/eqtf2.c: Likewise.
22730         * soft-fp/extenddftf2.c: Likewise.
22731         * soft-fp/extended.h: Likewise.
22732         * soft-fp/extendsfdf2.c: Likewise.
22733         * soft-fp/extendsftf2.c: Likewise.
22734         * soft-fp/extendxftf2.c: Likewise.
22735         * soft-fp/fixdfdi.c: Likewise.
22736         * soft-fp/fixdfsi.c: Likewise.
22737         * soft-fp/fixdfti.c: Likewise.
22738         * soft-fp/fixsfdi.c: Likewise.
22739         * soft-fp/fixsfsi.c: Likewise.
22740         * soft-fp/fixsfti.c: Likewise.
22741         * soft-fp/fixtfdi.c: Likewise.
22742         * soft-fp/fixtfsi.c: Likewise.
22743         * soft-fp/fixtfti.c: Likewise.
22744         * soft-fp/fixunsdfdi.c: Likewise.
22745         * soft-fp/fixunsdfsi.c: Likewise.
22746         * soft-fp/fixunsdfti.c: Likewise.
22747         * soft-fp/fixunssfdi.c: Likewise.
22748         * soft-fp/fixunssfsi.c: Likewise.
22749         * soft-fp/fixunssfti.c: Likewise.
22750         * soft-fp/fixunstfdi.c: Likewise.
22751         * soft-fp/fixunstfsi.c: Likewise.
22752         * soft-fp/fixunstfti.c: Likewise.
22753         * soft-fp/floatdidf.c: Likewise.
22754         * soft-fp/floatdisf.c: Likewise.
22755         * soft-fp/floatditf.c: Likewise.
22756         * soft-fp/floatsidf.c: Likewise.
22757         * soft-fp/floatsisf.c: Likewise.
22758         * soft-fp/floatsitf.c: Likewise.
22759         * soft-fp/floattidf.c: Likewise.
22760         * soft-fp/floattisf.c: Likewise.
22761         * soft-fp/floattitf.c: Likewise.
22762         * soft-fp/floatundidf.c: Likewise.
22763         * soft-fp/floatundisf.c: Likewise.
22764         * soft-fp/floatunditf.c: Likewise.
22765         * soft-fp/floatunsidf.c: Likewise.
22766         * soft-fp/floatunsisf.c: Likewise.
22767         * soft-fp/floatunsitf.c: Likewise.
22768         * soft-fp/floatuntidf.c: Likewise.
22769         * soft-fp/floatuntisf.c: Likewise.
22770         * soft-fp/floatuntitf.c: Likewise.
22771         * soft-fp/fmadf4.c: Likewise.
22772         * soft-fp/fmasf4.c: Likewise.
22773         * soft-fp/fmatf4.c: Likewise.
22774         * soft-fp/gedf2.c: Likewise.
22775         * soft-fp/gesf2.c: Likewise.
22776         * soft-fp/getf2.c: Likewise.
22777         * soft-fp/ledf2.c: Likewise.
22778         * soft-fp/lesf2.c: Likewise.
22779         * soft-fp/letf2.c: Likewise.
22780         * soft-fp/muldf3.c: Likewise.
22781         * soft-fp/mulsf3.c: Likewise.
22782         * soft-fp/multf3.c: Likewise.
22783         * soft-fp/negdf2.c: Likewise.
22784         * soft-fp/negsf2.c: Likewise.
22785         * soft-fp/negtf2.c: Likewise.
22786         * soft-fp/op-1.h: Likewise.
22787         * soft-fp/op-2.h: Likewise.
22788         * soft-fp/op-4.h: Likewise.
22789         * soft-fp/op-8.h: Likewise.
22790         * soft-fp/op-common.h: Likewise.
22791         * soft-fp/quad.h: Likewise.
22792         * soft-fp/single.h: Likewise.
22793         * soft-fp/soft-fp.h: Likewise.
22794         * soft-fp/sqrtdf2.c: Likewise.
22795         * soft-fp/sqrtsf2.c: Likewise.
22796         * soft-fp/sqrttf2.c: Likewise.
22797         * soft-fp/subdf3.c: Likewise.
22798         * soft-fp/subsf3.c: Likewise.
22799         * soft-fp/subtf3.c: Likewise.
22800         * soft-fp/truncdfsf2.c: Likewise.
22801         * soft-fp/trunctfdf2.c: Likewise.
22802         * soft-fp/trunctfsf2.c: Likewise.
22803         * soft-fp/trunctfxf2.c: Likewise.
22804         * soft-fp/unorddf2.c: Likewise.
22805         * soft-fp/unordsf2.c: Likewise.
22806         * soft-fp/unordtf2.c: Likewise.
22808 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22810         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22811         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22813 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22815         * elf/dl-libc.c: Clear initfini list after freeing.
22817 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22819         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22820         * soft-fp/addsf3.c: Likewise.
22821         * soft-fp/addtf3.c: Likewise.
22822         * soft-fp/divdf3.c: Likewise.
22823         * soft-fp/divsf3.c: Likewise.
22824         * soft-fp/divtf3.c: Likewise.
22825         * soft-fp/double.h: Likewise.
22826         * soft-fp/eqdf2.c: Likewise.
22827         * soft-fp/eqsf2.c: Likewise.
22828         * soft-fp/eqtf2.c: Likewise.
22829         * soft-fp/extenddftf2.c: Likewise.
22830         * soft-fp/extended.h: Likewise.
22831         * soft-fp/extendsfdf2.c: Likewise.
22832         * soft-fp/extendsftf2.c: Likewise.
22833         * soft-fp/extendxftf2.c: Likewise.
22834         * soft-fp/fixdfdi.c: Likewise.
22835         * soft-fp/fixdfsi.c: Likewise.
22836         * soft-fp/fixdfti.c: Likewise.
22837         * soft-fp/fixsfdi.c: Likewise.
22838         * soft-fp/fixsfsi.c: Likewise.
22839         * soft-fp/fixsfti.c: Likewise.
22840         * soft-fp/fixtfdi.c: Likewise.
22841         * soft-fp/fixtfsi.c: Likewise.
22842         * soft-fp/fixtfti.c: Likewise.
22843         * soft-fp/fixunsdfdi.c: Likewise.
22844         * soft-fp/fixunsdfsi.c: Likewise.
22845         * soft-fp/fixunsdfti.c: Likewise.
22846         * soft-fp/fixunssfdi.c: Likewise.
22847         * soft-fp/fixunssfsi.c: Likewise.
22848         * soft-fp/fixunssfti.c: Likewise.
22849         * soft-fp/fixunstfdi.c: Likewise.
22850         * soft-fp/fixunstfsi.c: Likewise.
22851         * soft-fp/fixunstfti.c: Likewise.
22852         * soft-fp/floatdidf.c: Likewise.
22853         * soft-fp/floatdisf.c: Likewise.
22854         * soft-fp/floatditf.c: Likewise.
22855         * soft-fp/floatsidf.c: Likewise.
22856         * soft-fp/floatsisf.c: Likewise.
22857         * soft-fp/floatsitf.c: Likewise.
22858         * soft-fp/floattidf.c: Likewise.
22859         * soft-fp/floattisf.c: Likewise.
22860         * soft-fp/floattitf.c: Likewise.
22861         * soft-fp/floatundidf.c: Likewise.
22862         * soft-fp/floatundisf.c: Likewise.
22863         * soft-fp/floatunsidf.c: Likewise.
22864         * soft-fp/floatunsisf.c: Likewise.
22865         * soft-fp/floatuntidf.c: Likewise.
22866         * soft-fp/floatuntisf.c: Likewise.
22867         * soft-fp/floatuntitf.c: Likewise.
22868         * soft-fp/fmadf4.c: Likewise.
22869         * soft-fp/fmasf4.c: Likewise.
22870         * soft-fp/fmatf4.c: Likewise.
22871         * soft-fp/gedf2.c: Likewise.
22872         * soft-fp/gesf2.c: Likewise.
22873         * soft-fp/getf2.c: Likewise.
22874         * soft-fp/ledf2.c: Likewise.
22875         * soft-fp/lesf2.c: Likewise.
22876         * soft-fp/letf2.c: Likewise.
22877         * soft-fp/muldf3.c: Likewise.
22878         * soft-fp/mulsf3.c: Likewise.
22879         * soft-fp/multf3.c: Likewise.
22880         * soft-fp/negdf2.c: Likewise.
22881         * soft-fp/negsf2.c: Likewise.
22882         * soft-fp/negtf2.c: Likewise.
22883         * soft-fp/op-1.h: Likewise.
22884         * soft-fp/op-2.h: Likewise.
22885         * soft-fp/op-4.h: Likewise.
22886         * soft-fp/op-8.h: Likewise.
22887         * soft-fp/op-common.h: Likewise.
22888         * soft-fp/quad.h: Likewise.
22889         * soft-fp/single.h: Likewise.
22890         * soft-fp/soft-fp.h: Likewise.
22891         * soft-fp/sqrtdf2.c: Likewise.
22892         * soft-fp/sqrtsf2.c: Likewise.
22893         * soft-fp/sqrttf2.c: Likewise.
22894         * soft-fp/subdf3.c: Likewise.
22895         * soft-fp/subsf3.c: Likewise.
22896         * soft-fp/subtf3.c: Likewise.
22897         * soft-fp/truncdfsf2.c: Likewise.
22898         * soft-fp/trunctfdf2.c: Likewise.
22899         * soft-fp/trunctfsf2.c: Likewise.
22900         * soft-fp/trunctfxf2.c: Likewise.
22901         * soft-fp/unorddf2.c: Likewise.
22902         * soft-fp/unordsf2.c: Likewise.
22903         * soft-fp/unordtf2.c: Likewise.
22905 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
22907         [BZ #15672]
22908         * misc/error.c (error_tail): Fix possible buffer overflow.
22910 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
22912         [BZ #13028]
22913         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22914         address.
22916 2013-10-14  P. J. McDermott  <pj@pehjota.net>
22918         [BZ #832]
22919         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
22920         testing pipefail option.
22922 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22924         * soft-fp/double.h: Indent preprocessor directives inside #if.
22925         * soft-fp/extended.h: Likewise.
22926         * soft-fp/op-2.h: Likewise.
22927         * soft-fp/op-4.h: Likewise.
22928         * soft-fp/op-common.h: Likewise.
22929         * soft-fp/quad.h: Likewise.
22930         * soft-fp/single.h: Likewise.
22931         * soft-fp/soft-fp.h: Likewise.
22933 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
22935         * iconv/iconv_prog.c: Fix typos.
22936         * stdio-common/psiginfo-data.h: Likewise.
22938 2013-10-12   Reuben Thomas <rrt@sc3d.org>
22940         [BZ #15764]
22941         * locale/setlocale.c: Fix typo.
22943 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22945         [BZ #16036]
22946         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22947         signaling NaN arguments.
22948         * soft-fp/unordsf2.c (__unordsf2): Likewise.
22949         * soft-fp/unordtf2.c (__unordtf2): Likewise.
22951         [BZ #14910]
22952         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22953         unordered operands.
22954         * soft-fp/gesf2.c (__gesf2): Likewise.
22955         * soft-fp/getf2.c (__getf2): Likewise.
22956         * soft-fp/ledf2.c (__ledf2): Likewise.
22957         * soft-fp/lesf2.c (__lesf2): Likewise.
22958         * soft-fp/letf2.c (__letf2): Likewise.
22960         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22961         * soft-fp/eqsf2.c (__eqsf2): Likewise.
22962         * soft-fp/eqtf2.c (__eqtf2): Likewise.
22963         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22964         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22965         * soft-fp/fixdfti.c (__fixdfti): Likewise.
22966         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22967         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22968         * soft-fp/fixsfti.c (__fixsfti): Likewise.
22969         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22970         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22971         * soft-fp/fixtfti.c (__fixtfti): Likewise.
22972         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22973         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22974         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22975         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22976         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22977         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22978         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22979         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22980         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22981         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22982         * soft-fp/floatdisf.c (__floatdisf): Likewise.
22983         * soft-fp/floatsisf.c (__floatsisf): Likewise.
22984         * soft-fp/floattidf.c (__floattidf): Likewise.
22985         * soft-fp/floattisf.c (__floattisf): Likewise.
22986         * soft-fp/floattitf.c (__floattitf): Likewise.
22987         * soft-fp/floatundidf.c (__floatundidf): Likewise.
22988         * soft-fp/floatundisf.c (__floatundisf): Likewise.
22989         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22990         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22991         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22992         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22993         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22994         * soft-fp/gesf2.c (__gesf2): Likewise.
22995         * soft-fp/getf2.c (__getf2): Likewise.
22996         * soft-fp/ledf2.c (__ledf2): Likewise.
22997         * soft-fp/lesf2.c (__lesf2): Likewise.
22998         * soft-fp/letf2.c (__letf2): Likewise.
23000         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23001         Undefine and redefine.
23002         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23003         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23004         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23005         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23006         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23007         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23008         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23009         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23010         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23011         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23012         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23013         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23014         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23015         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23016         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23018         [BZ #16032]
23019         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23020         without decrementing exponent if mantissa >= that for the
23021         denominator, not >.
23022         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23023         denominator, not >.  Decrement exponent in < case instead of
23024         incrementing in >= case.
23025         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23026         without decrementing exponent if mantissa >= that for the
23027         denominator, not >.
23029         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23030         computing saturated result for unsigned overflow.
23032 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23033             Jeff Law  <law@redhat.com>
23035         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23036         (atan2Mp): Add systemtap probe marker.
23037         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23038         (__ieee754_log): Add systemtap probe marker.
23039         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23040         (atanMp): Add systemtap probe marker.
23041         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23042         (tanMp): Add systemtap probe marker.
23043         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23044         (__slowexp): Add systemtap probe marker.
23045         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23046         (__slowpow): Add systemtap probe marker.
23047         * manual/probes.texi: Document probes.
23049 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
23051         [BZ #15362]
23052         * libio/fileops.c (_IO_new_file_write): Return count of bytes
23053         written.
23054         (_IO_new_file_xsputn): Don't return EOF if nothing has been
23055         written.
23056         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23057         written to buffer but not flushed.
23058         * libio/iofwrite_u.c:  Likewise.
23059         * libio/iopadn.c:  Return bytes returned even if EOF was
23060         encountered.
23061         * libio/iowpadn.c:  Likewise.
23062         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23063         if _IO_padn does not write the whole buffer.
23064         [!COMPILE_WPRINTF] (PAD): Likewise.
23066 2013-10-10  David S. Miller  <davem@davemloft.net>
23068         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23069         directory block.
23071 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23073         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
23074         instead of FSF address.
23075         * soft-fp/fixdfti.c: Likewise.
23076         * soft-fp/fixsfti.c: Likewise.
23077         * soft-fp/fixtfti.c: Likewise.
23078         * soft-fp/fixunsdfti.c: Likewise.
23079         * soft-fp/fixunssfti.c: Likewise.
23080         * soft-fp/fixunstfti.c: Likewise.
23081         * soft-fp/floattidf.c: Likewise.
23082         * soft-fp/floattisf.c: Likewise.
23083         * soft-fp/floattitf.c: Likewise.
23084         * soft-fp/floatuntidf.c: Likewise.
23085         * soft-fp/floatuntisf.c: Likewise.
23086         * soft-fp/floatuntitf.c: Likewise.
23087         * soft-fp/trunctfxf2.c: Likewise.
23089         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
23090         * soft-fp/fixdfti.c: Likewise.
23091         * soft-fp/fixsfti.c: Likewise.
23092         * soft-fp/fixtfti.c: Likewise.
23093         * soft-fp/fixunsdfti.c: Likewise.
23094         * soft-fp/fixunssfti.c: Likewise.
23095         * soft-fp/fixunstfti.c: Likewise.
23096         * soft-fp/floattidf.c: Likewise.
23097         * soft-fp/floattisf.c: Likewise.
23098         * soft-fp/floattitf.c: Likewise.
23099         * soft-fp/floatuntidf.c: Likewise.
23100         * soft-fp/floatuntisf.c: Likewise.
23101         * soft-fp/floatuntitf.c: Likewise.
23102         * soft-fp/trunctfxf2.c: Likewise.
23104 2013-10-10  David S. Miller  <davem@davemloft.net>
23106         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23108 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
23110         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23111         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23112         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23113         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23114         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23115         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23116         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23118         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23119         for NaNs before doing comparisons on argument.
23120         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23121         Likewise.
23123 2013-10-10  Will Newton  <will.newton@linaro.org>
23125         * malloc/hooks.c (memalign_check): Ensure the value of bytes
23126         passed to _int_memalign does not overflow.
23128 2013-10-10  Torvald Riegel  <triegel@redhat.com>
23130         * scripts/bench.pl: Add include-sources directive.
23131         * benchtests/README: Update documentation.
23133 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23135         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23136         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23137         instead of FP_INIT_ROUNDMODE.
23138         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23139         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23141         [BZ #16034]
23142         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
23143         copy class of input value.
23144         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23145         not handle exceptions.
23146         * soft-fp/negsf2.c (__negsf2): Likewise.
23147         * soft-fp/negtf2.c (__negtf2): Likewise.
23148         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23150 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23152         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23153         semicolon.  From Linux kernel.
23155 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23157         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23159 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23161         [BZ #156]
23162         * manual/socket.texi: Added statement about buffer
23163         for gethostbyname2_r.
23165 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23167         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23168         Use .p2align directive instead, throughout.
23169         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23170         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23171         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23172         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23173         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23174         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23175         * sysdeps/x86_64/strchr.S: Likewise.
23176         * sysdeps/x86_64/strrchr.S: Likewise.
23178 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23180         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23182         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23184         * sysdeps/generic/math_private.h (__mpsin1): Remove
23185         declaration.
23186         (__mpcos1): Likewise.
23187         (__mpsin): New argument __range_reduce.
23188         (__mpcos): Likewise.
23189         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23190         (slow): Use __mpsin and __mpcos.
23191         (slow1): Likewise.
23192         (slow2): Likewise.
23193         (sloww): Likewise.
23194         (sloww1): Likewise.
23195         (sloww2): Likewise.
23196         (bsloww): Likewise.
23197         (bsloww1): Likewise.
23198         (bsloww2): Likewise.
23199         (cslow2): Likewise.
23200         (csloww): Likewise.
23201         (csloww1): Likewise.
23202         (csloww2): Likewise.
23203         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23204         range_reduce.  Merge in __mpsin1.
23205         (__mpcos): Likewise.
23206         (__mpsin1): Remove.
23207         (__mpcos1): Likewise.
23209 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
23211         * locale/loadlocale.c (_nl_intern_locale_data): Use
23212         LOCFILE_ALIGNED_P.
23213         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23214         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23215         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23216         obstack data is appropriately aligned.
23217         (obstack_int32_grow_fast): Likewise.
23218         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23219         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23220         (add_locale_uint32_array): Likewise.
23222 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23224         * benchtests/Makefile: Remove ARGLIST and RET variables.
23225         ($(objpfx)bench-%.c): Pass only function name to the script.
23226         * benchtests/README: Update documentation.
23227         * benchtests/acos-inputs: Add new directives.
23228         * benchtests/acosh-inputs: Likewise.
23229         * benchtests/asin-inputs: Likewise.
23230         * benchtests/asinh-inputs: Likewise.
23231         * benchtests/atan-inputs: Likewise.
23232         * benchtests/atanh-inputs: Likewise.
23233         * benchtests/cos-inputs: Likewise.
23234         * benchtests/cosh-inputs: Likewise.
23235         * benchtests/exp-inputs: Likewise.
23236         * benchtests/log-inputs: Likewise.
23237         * benchtests/pow-inputs: Likewise.
23238         * benchtests/rint-inputs: Likewise.
23239         * benchtests/sin-inputs: Likewise.
23240         * benchtests/sinh-inputs: Likewise.
23241         * benchtests/tan-inputs: Likewise.
23242         * benchtests/tanh-inputs: Likewise.
23243         * scripts/bench.pl: Add support for new directives.
23245 2013-10-07  Alan Modra  <amodra@gmail.com>
23247         * README: Fix careless merge.
23249 2013-10-05  Alan Modra  <amodra@gmail.com>
23251         * NEWS: Mention powerpc64le support and bugs fixed.
23252         * README: Both big-endian and little-endian powerpc64 supported.
23254 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23256         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23257         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23258         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23259         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23261 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
23263         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23264         match prototype.
23266 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
23268         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23269         Move -mhard-float appending from
23270         ports/sysdeps/powerpc/powerpc32/Makefile.
23271         [$(with-fp) = yes] (ASFLAGS): Likewise.
23272         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23273         * sysdeps/powerpc/nofpu: Move directory from
23274         ports/sysdeps/powerpc/nofpu.
23275         * sysdeps/powerpc/soft-fp: Move directory from
23276         ports/sysdeps/powerpc/soft-fp.
23277         * sysdeps/powerpc/powerpc32/405: Move directory from
23278         ports/sysdeps/powerpc/powerpc32/405.
23279         * sysdeps/powerpc/powerpc32/440: Move directory from
23280         ports/sysdeps/powerpc/powerpc32/440.
23281         * sysdeps/powerpc/powerpc32/464: Move directory from
23282         ports/sysdeps/powerpc/powerpc32/464.
23283         * sysdeps/powerpc/powerpc32/476: Move directory from
23284         ports/sysdeps/powerpc/powerpc32/476.
23285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23286         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23288         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23290         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23292         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23294         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23295         * README: Update for powerpc-*-linux-gnu software floating point
23296         support in libc.
23298         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23299         case to powerpc/powerpc32*.
23300         * sysdeps/unix/sysv/linux/configure: Regenerated.
23302         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23303         (_FPU_MASK_OM): Define as 0x04.
23304         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23305         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23306         0x00c10080.
23307         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23308         0x0000003c.
23309         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23312         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23313         getcontext_e500.
23314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23315         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23316         setcontext_e500.
23317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23318         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23319         and setcontext_e500.
23321 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
23323         * locale/iso-3166.def: Update iso-1366.def and related occurrences
23325 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23327         * manual/threads.texi (Default Thread Attributes): Fix typo.
23329 2013-10-04  Will Newton  <will.newton@linaro.org>
23331         * malloc/Makefile: Add tst-memalign.
23332         * malloc/tst-memalign.c: New file.
23334         * malloc/tst-posix_memalign.c: Add comments.
23335         (do_test): Add comments and call free on all potentially
23336         allocated pointers. Add space after cast.
23338         * malloc/tst-pvalloc.c: Add comments.
23339         (do_test): Add comments and call free on all potentially
23340         allocated pointers. Remove duplicate check for NULL pointer.
23341         Add space after cast.
23343         * malloc/tst-valloc.c: Add comments.
23344         (do_test): Add comments and call free on all potentially
23345         allocated pointers. Remove duplicate check for NULL pointer.
23346         Add space after cast.
23348 2013-10-04  Alan Modra  <amodra@gmail.com>
23350         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23351         Use stdint types in rather than __attribute__((mode())).
23352         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23354 2013-10-04  Alan Modra  <amodra@gmail.com>
23356         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23357         Correct handling of unaligned relocs for little-endian.
23358         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23360 2013-10-04  Alan Modra  <amodra@gmail.com>
23362         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23363         * configure: Regenerate.
23364         * nptl/shlib-versions: Powerpc*le starts at 2.18.
23365         * shlib-versions: Likewise.
23367 2013-10-04  Alan Modra  <amodra@gmail.com>
23369         * string/tester.c (test_memrchr): Increment reported test cycle.
23371 2013-10-04  Alan Modra  <amodra@gmail.com>
23373         * string/test-memcpy.c (do_one_test): When reporting errors, print
23374         string address and don't overrun end of string.
23376 2013-10-04  Alan Modra  <amodra@gmail.com>
23378         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23379         insrdi.  Make better use of reg selection to speed exit slightly.
23380         Schedule entry path a little better.  Remove useless "are we done"
23381         checks on entry to main loop.  Handle wrapping around zero address.
23382         Correct main loop count.  Handle single left-over word from main
23383         loop inline rather than by using loop_small.  Remove extra word
23384         case in loop_small caused by wrong loop count.  Add little-endian
23385         support.
23386         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23387         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
23388         cache hint.
23389         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23390         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23391         support.  Avoid rlwimi.
23392         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23394 2013-10-04  Alan Modra  <amodra@gmail.com>
23396         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23397         insrdi.  Formatting.
23398         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23399         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23400         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23401         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23402         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23403         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23405 2013-10-04  Alan Modra  <amodra@gmail.com>
23407         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23408         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23409         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23410         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23411         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23412         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23413         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23414         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23415         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
23416         use of regs.  Use power7 mtocrf.  Tidy function tails.
23418 2013-10-04  Alan Modra  <amodra@gmail.com>
23420         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23421         Formatting.  Consistently use rXXX register defines or rN defines.
23422         Use early exit labels that avoid restoring unused non-volatile regs.
23423         Make cr field use more consistent with rWORDn compares.  Rename
23424         regs used as shift registers for unaligned loop, using rN defines
23425         for short lifetime/multiple use regs.
23426         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23427         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
23428         addi 1,1,64 to pop stack frame.  Simplify return value code.
23429         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23431 2013-10-04  Alan Modra  <amodra@gmail.com>
23433         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23434         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
23435         rather than rlwimi.
23436         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23437         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23438         little-endian support.  Correct typos.
23439         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
23440         rather than rlwimi.
23441         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
23442         in loop and entry code to keep "and." results.
23443         (strchr): Add little-endian support.  Comment.  Move cntlzd
23444         earlier in tail.
23445         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23447 2013-10-04  Alan Modra  <amodra@gmail.com>
23449         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23450         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23451         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23452         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23454 2013-10-04  Alan Modra  <amodra@gmail.com>
23456         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23457         (rTMP): Define as r11.
23458         (strcmp): Add little-endian support.  Optimise tail.
23459         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23460         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23461         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23462         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23463         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23464         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23465         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23467 2013-10-04  Alan Modra  <amodra@gmail.com>
23469         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23470         little-endian support.  Remove unnecessary "are we done" tests.
23471         Handle "s" wrapping around zero and extremely large "size".
23472         Correct main loop count.  Handle single left-over word from main
23473         loop inline rather than by using small_loop.  Correct comments.
23474         Delete "zero" tail, use "end_max" instead.
23475         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23477 2013-10-04  Alan Modra  <amodra@gmail.com>
23479         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23480         support.  Don't branch over align.
23481         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23482         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23483         support.  Rearrange tmp reg use to suit.  Comment.
23484         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23486 2013-10-04  Alan Modra  <amodra@gmail.com>
23488         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23490 2013-10-04  Alan Modra  <amodra@gmail.com>
23492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23493         conditional form of branch and link when obtaining pc.
23494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23496 2013-10-04  Alan Modra  <amodra@gmail.com>
23498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23499         HIWORD/LOWORD.
23500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23503 2013-10-04  Alan Modra  <amodra@gmail.com>
23505         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23506         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23507         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23508         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23509         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23510         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23511         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23512         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23513         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23514         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23516 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23517             Alistair Popple <alistair@ozlabs.au.ibm.com>
23518             Alan Modra <amodra@gmail.com>
23520         [BZ #15723]
23521         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23522         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23523         _dl_hwcap access for little-endian.
23524         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
23525         destroy vmx regs when saving unaligned.
23526         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23527         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
23528         destroy vmx regs when saving unaligned.
23530 2013-10-04  Alan Modra  <amodra@gmail.com>
23532         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23533         Don't use a union to pack hi/low value.
23535 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23537         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23538         for little-endian.
23539         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23540         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23541         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23542         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23543         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23545 2013-10-04  Alan Modra  <amodra@gmail.com>
23547         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23548         constants to usual value for .cst8 section, and remove redundant
23549         high address load.
23550         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23551         constant for 0x1p52.  Load little-endian words of double from
23552         correct stack offsets.
23554 2013-10-04  Alan Modra  <amodra@gmail.com>
23556         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23557         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23558         words of double from correct stack offsets.
23559         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23560         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23561         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23562         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23563         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23564         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23565         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23566         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23567         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23568         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23569         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23570         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23571         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23572         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23573         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23574         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23575         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23577 2013-10-04  Alan Modra  <amodra@gmail.com>
23579         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23580         64-bit int/double union.
23581         (_FPU_SETCW): Likewise.
23582         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23583         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23585 2013-10-04  Alan Modra  <amodra@gmail.com>
23587         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23588         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23590 2013-10-04  Alan Modra  <amodra@gmail.com>
23592         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23593         use vector int constants.
23594         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23596 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23598         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23599         array with long long.
23600         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23601         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23602         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23603         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23604         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23605         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23606         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23607         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23608         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23609         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23610         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23611         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23612         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23614 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23616         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23617         (__signbit): Likewise.  Correct for little-endian.
23618         (__signbitl): Call __signbit.
23619         (lrint): Correct for little-endian.
23620         (lrintf): Call lrint.
23622 2013-10-04  Alan Modra  <amodra@gmail.com>
23624         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23625         union 32-bit int array member with 64-bit int array.
23626         (t515, tm256): Double rather than long double.
23627         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23629 2013-10-04  Alan Modra  <amodra@gmail.com>
23631         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23632         Delete.
23633         (IEEE854_LONG_DOUBLE_BIAS): Delete.
23634         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23635         version of math_ldbl.h.
23637 2013-10-04  Alan Modra  <amodra@gmail.com>
23639         [BZ #15734], [BZ #15735]
23640         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23641         all uses of ieee875 long double macros and unions.  Simplify test
23642         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
23643         ldbl_extract_mantissa value for ix,iy exponents.  Properly
23644         normalize after ldbl_extract_mantissa, and don't add hidden bit
23645         already handled.  Don't treat low word of ieee854 mantissa like
23646         low word of IBM long double and mask off bit when testing for
23647         zero.
23648         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23649         all uses of ieee875 long double macros and unions.  Simplify tests
23650         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
23651         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
23652         two1022, instead use their values.  Recognise that tests for large
23653         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
23654         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23655         Rewrite all uses of ieee875 long double macros and unions.  Simplify
23656         test for 0.0L and nan.  Correct negation.
23657         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23658         ieee875 long double macros and unions.  Correct output for large
23659         magnitude x.  Correct absolute value calculation.
23660         (__erfcl): Likewise.
23661         * math/libm-test.inc: Add tests for errors discovered in IBM long
23662         double versions of fmodl, remainderl, erfl and erfcl.
23664 2013-10-04  Alan Modra  <amodra@gmail.com>
23666         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23667         all uses of ieee854 long double macros and unions.  Simplify tests
23668         for long doubles that are fully specified by the high double.
23669         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23670         Likewise.
23671         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
23672         Remove dead code too.
23673         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23674         (__ieee754_ynl): Likewise.
23675         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
23676         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
23677         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
23678         Remove dead code too.
23679         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
23680         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
23681         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
23682         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
23683         Simplify.
23684         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
23685         Simplify.
23686         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
23687         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
23688         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
23689         Comment on variable precision.
23690         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23691         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23692         Likewise.
23693         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23694         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23695         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23696         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23697         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23699 2013-10-04  Alan Modra  <amodra@gmail.com>
23701         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23702         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23703         all uses of ieee854 long double macros and unions.
23704         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23705         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23706         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23707         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23708         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23709         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23710         Likewise.
23711         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23712         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23713         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23714         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23715         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23716         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23717         Simplify sign and nan test too.
23718         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23719         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23720         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23721         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23722         Likewise.
23723         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23724         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23725         Likewise.
23726         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23727         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23728         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23729         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23730         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23731         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23733 2013-10-04  Alan Modra  <amodra@gmail.com>
23735         * stdio-common/printf_size.c (__printf_size): Don't use
23736         union ieee854_long_double in fpnum union.
23737         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23738         signbit macro to retrieve sign from long double.
23739         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23740         retrieve sign from long double.
23741         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23742         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23743         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23744         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23745         * math/test-misc.c (main): Don't use union ieee854_long_double.
23747 2013-10-04  Alan Modra  <amodra@gmail.com>
23749         [BZ #15680]
23750         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23751         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23752         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23753         calculation.  Remove unnecessary test for denormal exponent.
23754         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23755         Correct handling of denormals.  Avoid undefined shift behaviour.
23756         Correct normalisation of low mantissa when low double is denormal.
23757         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23758         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23759         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23760         Correct normalisation of low mantissa.  Test for overflow of high
23761         mantissa and normalise.
23762         (ldbl_nearbyint): Use more readable constant for two52.
23763         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23764         (__mpn_construct_long_double): Fix test for overflow of high
23765         mantissa and correct normalisation.  Avoid undefined shift.
23767 2013-10-04  Alan Modra  <amodra@gmail.com>
23769         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23770         (union ibm_extended_long_double): Define as an array of ieee754_double.
23771         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23772         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23773         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23774         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23775         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23776         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23777         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23778         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23779         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23780         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23781         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23783 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23785         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23786         page size instead of calling getpagesize.
23788         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23789         (LOCFILE_ALIGN_MASK): Likewise.
23790         (LOCFILE_ALIGN_UP): Likewise.
23791         (LOCFILE_ALIGNED_P): Likewise.
23792         * locale/programs/ld-collate.c (collate_output): Use the new
23793         macros instead of __alignof__ (int32_t).
23794         * locale/weight.h (findidx): Likewise.
23796 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23798         [BZ #431]
23799         * manual/string.texi: Fix strncat and wcsncat.
23801 2013-10-03  Brooks Moses  <bmoses@google.com>
23803         [BZ #15915]
23804         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23805         * Makerules: ...here, and adjust associated comments.
23807 2013-10-02  Will Newton  <will.newton@linaro.org>
23809         * malloc/Makefile: Add tst-pvalloc.
23810         * malloc/tst-pvalloc.c: New file.
23812 2013-10-02  Will Newton  <will.newton@linaro.org>
23814         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23815         improve test coverage.
23817 2013-10-02  Will Newton  <will.newton@linaro.org>
23819         * malloc/Makefile: Add tst-posix_memalign.
23820         * malloc/tst-posix_memalign.c: New file.
23822 2013-10-01  Eric Blake  <eblake@redhat.com>
23824         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23825         Use __THROWNL rather than __THROW on static functions.
23827 2013-09-30  Petr Machata  <pmachata@redhat.com>
23829         * elf/elf.h (R_AARCH64_ABS16): New macro.
23830         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23831         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23832         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23833         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23834         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23835         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23836         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23837         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23838         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23839         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23840         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23841         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23842         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23843         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23844         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23845         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23846         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23847         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23848         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23849         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23850         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23851         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23852         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23853         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23854         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23855         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23856         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23857         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23858         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23859         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23860         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23861         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23862         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23863         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23864         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23865         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23866         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23867         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23868         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23869         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23870         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23871         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23872         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23873         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23874         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23875         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23876         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23877         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23878         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23879         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23880         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23881         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23882         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23883         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23884         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23885         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23886         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23887         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23888         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23889         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23890         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23891         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23892         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23893         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23894         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23895         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23896         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23897         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23898         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23899         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23900         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23901         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23902         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23903         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23904         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23905         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23906         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23907         (R_AARCH64_TLSDESC_LDR): Likewise.
23908         (R_AARCH64_TLSDESC_ADD): Likewise.
23909         (R_AARCH64_TLSDESC_CALL): Likewise.
23911 2013-09-30  Andreas Schwab  <schwab@suse.de>
23913         [BZ #15048]
23914         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23915         the nss database lookup.
23916         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23917         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23919 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
23921         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23923 2013-09-28  P. J. McDermott  <pj@pehjota.net>
23925         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23926         ${Bash-specific parameter/pattern/string} parameter expansion.
23927         * sysdeps/unix/make-syscalls.sh: Likewise.
23929 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23931         * sysdeps/sh/stackguard-macros.h: New file.
23933 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
23935         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23936         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23937         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23938         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23939         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23940         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23942 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23944         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23945         Fix thread ID register.
23947 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
23949         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23950         [POSIX || UNIX98]: Require rather than permitting all symbols from
23951         <time.h>.
23952         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23953         element of struct sched_param.
23954         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23955         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23956         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23957         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23958         constant.
23960 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
23962         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23963         argument calculation.
23965 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23967         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23968         Expect macro.
23969         [POSIX] (pthread_attr_t): Do not require type.
23970         [POSIX] (pthread_cond_t): Likewise.
23971         [POSIX] (pthread_condattr_t): Likewise.
23972         [POSIX] (pthread_key_t): Likewise.
23973         [POSIX] (pthread_mutex_t): Likewise.
23974         [POSIX] (pthread_mutexattr_t): Likewise.
23975         [POSIX] (pthread_once_t): Likewise.
23976         [POSIX] (pthread_t): Likewise.
23977         [POSIX-based standards] (pthread_atfork): Expect function.
23979 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23980             Richard Sandiford  <richard@codesourcery.com>
23982         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23983         (swap_endianness_p): New extern variable.
23984         (set_big_endian): New inline function.
23985         (maybe_swap_uint32): Likewise.
23986         (maybe_swap_uint32_array): Likewise.
23987         (maybe_swap_uint32_obstack): Likewise.
23988         * locale/programs/locfile.c: Include <stdbool.h>.
23989         (swap_endianness_p): New variable.
23990         (add_locale_uint32): Call maybe_swap_uint32.
23991         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23992         (write_locale_data): Call maybe_swap_uint32_array.
23993         * locale/programs/ld-collate.c (obstack_int32_grow): Call
23994         maybe_swap_uint32.
23995         (obstack_int32_grow_fast): Likewise.
23996         (output_weightwc): Call maybe_swap_uint32_obstack.
23997         (collate_output): Likewise.
23998         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23999         (OPT_LITTLE_ENDIAN): Likewise.
24000         (options): Add --little-endian and --big-endian options.
24001         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24002         * locale/programs/locarchive.c: Include "locfile.h".
24003         (GET): New macro.
24004         (SET): Likewise.
24005         (INC): Likewise.
24006         (create_archive): Use the new macros to access fields of
24007         structures directly mapped from or written to locale archives.
24008         (oldlocrecentcmp): Likewise.
24009         (enlarge_archive): Likewise.
24010         (insert_name): Likewise.
24011         (add_alias): Likewise.
24012         (add_locale): Likewise.
24013         (delete_locales_from_archive): Likewise.
24014         (show_archive_content): Likewise.
24015         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24016         locale data.
24018 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24020         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24021         http://www.gnu.org/doc/freemanuals.texi.
24022         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24024 2013-09-24  Will Newton  <will.newton@linaro.org>
24026         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24027         macro.
24029 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
24031         * locale/hashval.h (compute_hashval): Interpret bytes of key as
24032         unsigned char.
24034 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
24036         * manual/threads.texi (POSIX Threads): Fix a typo.
24038 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24040         [BZ #14547]
24041         * string/tst-strcoll-overflow.c: New test case.
24042         * string/Makefile (xtests): Add tst-strcoll-overflow.
24043         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24044         cache if string sizes may cause integer overflow.
24046         [BZ #14547]
24047         * string/strcoll_l.c (coll_seq): New members rule, idx,
24048         save_idx and back_us.
24049         (get_next_seq_nocache): New function.
24050         (do_compare_nocache): New function.
24051         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24052         when malloc fails.
24054 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
24056         [BZ #15754]
24057         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24058         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24059         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24061         [BZ #15754]
24062         * elf/Makefile (tests): Add tst-ptrguard1.
24063         (tests-static): Add tst-ptrguard1-static.
24064         (tst-ptrguard1-ARGS): Define.
24065         (tst-ptrguard1-static-ARGS): Define.
24066         * elf/tst-ptrguard1.c: New file.
24067         * elf/tst-ptrguard1-static.c: New file.
24068         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24069         * sysdeps/i386/stackguard-macros.h: Likewise.
24070         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24071         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24072         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24073         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24074         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24075         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24077 2013-09-23  Hector Marco  <hecmargi@upv.es>
24078             Ismael Ripoll  <iripoll@disca.upv.es>
24079             Carlos O'Donell  <carlos@redhat.com>
24081         [BZ #15754]
24082         * sysdeps/generic/stackguard-macros.h: Define
24083         __pointer_chk_guard_local and POINTER_CHK_GUARD.
24084         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24085         Define __pointer_chk_guard_local.
24086         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24087         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24089 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
24091         [BZ #15859]
24092         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24094 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
24096         * include/string.h (__ffs): Declare as hidden.
24097         * string/ffs.c (__ffs): Define as hidden.
24098         * sysdeps/i386/ffs.c (__ffs): Likewise.
24099         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24100         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24101         * sysdeps/s390/ffs.c (__ffs): Likewise.
24102         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24104 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
24106         * NEWS: Mention malloc probes.
24108         * malloc/arena.c (new_heap): New memory_heap_new probe.
24109         (grow_heap): New memory_heap_more probe.
24110         (shrink_heap): New memory_heap_less probe.
24111         (heap_trim): New memory_heap_free probe.
24112         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24113         (systrim): New memory_sbrk_less probe.
24114         * manual/probes.texi: Document them.
24116         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24117         * manual/probes.texi: Document it.
24119         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24120         (__libc_realloc): Add memory_realloc_retry probe.
24121         (__libc_memalign): Add memory_memalign_retry probe.
24122         (__libc_valloc): Add memory_valloc_retry probe.
24123         (__libc_pvalloc): Add memory_pvalloc_retry probe.
24124         (__libc_calloc): Add memory_calloc_retry probe.
24125         * manual/probes.texi: Document them.
24127         * malloc/arena.c (get_free_list): Add probe
24128         memory_arena_reuse_free_list.
24129         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24130         and memory_arena_reuse.
24131         (arena_get2) [!PER_THREAD]: Likewise.
24132         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24133         memory_arena_reuse_realloc.
24134         * manual/probes.texi: Document them.
24136         * malloc/malloc.c (__libc_free): Add
24137         memory_mallopt_free_dyn_thresholds probe.
24138         (__libc_mallopt): Add multiple memory_mallopt probes.
24139         * manual/probes.texi: Document them.
24141         * malloc/malloc.c: Include stap-probe.h.
24142         (__libc_mallopt): Add memory_mallopt probe.
24143         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24144         * manual/probes.texi: New.
24145         * manual/Makefile (chapters): Add probes.
24146         * manual/threads.texi: Set next node.
24148 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24150         [BZ #15963, #13985]
24151         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24152         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24153         Add `Chinese' to `nan' entry name.
24155 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24157         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24158         (POLYNOMIAL): Likewise.
24159         (TAYLOR_SINCOS): Likewise.
24160         (TAYLOR_SLOW): Likewise.
24161         (__sin): Use TAYLOR_SINCOS.
24162         (__cos): Likewise.
24163         (slow): Use TAYLOR_SLOW.
24164         (sloww): Likewise.
24165         (bsloww): Likewise.
24166         (csloww): Likewise.
24168 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24170         * stdlib/strtod_l.c: Fix buffer overrun.
24172 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24174         * benchtests/Makefile (bench): Add sincos.
24175         * benchtests/bench-sincos.c: New file.
24177         * math/libm-test.inc (cos_test_data): New test inputs.
24178         (sin_test_data): Likewise.
24180         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24181         macro.
24182         (__sin): Use it.
24183         (__cos): Likewise.
24184         (slow1): Likewise.
24185         (slow2): Likewise.
24186         (sloww1): Likewise.
24187         (sloww2): Likewise.
24188         (bsloww1): Likewise.
24189         (bsloww2): Likewise.
24190         (cslow2): Likewise.
24191         (csloww1): Likewise.
24192         (csloww2): Likewise.
24194         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24195         function.
24196         (__sin): Use it.
24197         (__cos): Likewise.
24199         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24200         gotos.
24201         (__cos): Likewise.
24203 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
24205         * config.h.in (HAVE_MIPS_NAN2008): New macro.
24206         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24207         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24208         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24209         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24210         * elf/cache.c (print_entry): Handle the new cache flags.
24212 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24213             Aldy Hernandez  <aldyh@redhat.com>
24215         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24216         Change condition to [_SOFT_FLOAT].
24217         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24218         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24219         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24220         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24221         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24222         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24223         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24224         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24225         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24226         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24227         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24228         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24229         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24230         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24231         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24232         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24233         declaration.
24235 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24237         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24238         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24239         (__longjmp): Use LOAD_GP to load saved GPRs.
24240         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24241         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24242         (__sigsetjmp): Use SAVE_GP to save GPRs.
24244         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24245         Do not append -msoft-float.
24246         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24248 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24250         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24252 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
24254         [BZ #15966]
24255         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24256         (_FPU_GETCW): Use initial "__" on variable and field names but not
24257         on macro parameter name.
24258         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
24259         parentheses around reference to macro parameter.
24261 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
24263         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24264         prototype.
24265         (ctype_startup): Use uint32_t in cast and sizeof for
24266         ctype->charnames.
24268 2013-09-11  Jia Liu  <proljc@gmail.com>
24270         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24271         __daddr_t_defined.
24272         [__FreeBSD__]: Likewise.
24274 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
24276         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24277         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24278         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24279         (strchr): Remove __strchr_sse42 ifunc selection.
24280         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24281         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24283 2013-09-11  Will Newton  <will.newton@linaro.org>
24285         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24286         parameter to RES. Remove hardcoded 1000 value.
24287         * benchtests/bench-skeleton.c (main): Pass RES parameter
24288         to TIMING_INIT and multiply result by 1000.
24290 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24292         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24294 2013-09-11  Andreas Schwab  <schwab@suse.de>
24296         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24297         if not defined.
24298         (O_TMPFILE) [__USE_GNU]: Define.
24299         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24300         Define.
24302 2013-09-11  Will Newton  <will.newton@linaro.org>
24304         [BZ #15857]
24305         * malloc/malloc.c (__libc_memalign): Check the value of bytes
24306         does not overflow.
24308 2013-09-11  Will Newton  <will.newton@linaro.org>
24310         [BZ #15856]
24311         * malloc/malloc.c (__libc_valloc): Check the value of bytes
24312         does not overflow.
24314 2013-09-11  Will Newton  <will.newton@linaro.org>
24316         [BZ #15855]
24317         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24318         does not overflow.
24320 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
24322         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24323         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24324         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24325         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24326         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24328 2013-09-10  Allan McRae  <allan@archlinux.org>
24330         [BZ #15748]
24331         * manual/arith.texi (Parsing of Floats): Clarify
24332         cross-reference.
24334         [BZ #15849]
24335         * manual/install.texi (Running make install): Mention
24336         --enable-pt-chown.
24337         * INSTALL: Regenerated.
24339 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
24341         * csu/init-first.c (_init): Remove the !SHARED condition around
24342         FPU control word initialization.
24343         * elf/dl-support.c (_dl_fpu_control): New variable.
24344         (_dl_aux_init) <AT_FPUCW>: Initialize it.
24345         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24346         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24347         * math/test-fpucw-static.c: New file.
24348         * math/test-fpucw-ieee.c: New file.
24349         * math/test-fpucw-ieee-static.c: New file.
24350         * math/Makefile (tests): Add `test-fpucw-ieee' and
24351         `$(tests-static)'.
24352         (tests-static): New variable.
24353         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24354         dependency to...
24355         [($(build-shared),yes)]
24356         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24357         ... this.
24358         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24359         New dependency.
24361 2013-09-09  Allan McRae  <allan@archlinux.org>
24363         [BZ #15939]
24364         * manual/string.texi (Collation Functions): Fix typo in
24365         strcoll example.
24366         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24368         [BZ #15893]
24369         * stdlib/isomac.c (get_null_defines): Fix memory leak.
24371         [BZ #15892]
24372         * libio/memstream.c (open_memstream): Fix memory leak.
24373         * libio/wmemstream.c (open_wmemstream): Likewise.
24375         [BZ #15895]
24376         * nscd/netgroupcache.c: Fix nesting of ifdefs.
24378 2013-09-09  Will Newton  <will.newton@linaro.org>
24380         * malloc/Makefile: Add tst-realloc to tests.
24381         * malloc/tst-realloc.c: New file.
24383 2013-09-09  Allan McRae  <allan@archlinux.org>
24385         [BZ #15844]
24386         * COPYING: Update from GNU website to fix FSF address.
24387         * COPYING.LIB: Likewise.
24389 2013-09-06  David S. Miller  <davem@davemloft.net>
24391         * po/zh_TW.po: Update Chinese (traditional) translation from
24392         translation project.
24394 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
24395             Joseph Myers  <joseph@codesourcery.com>
24397         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24398         "localeinfo.h".
24399         (obstack_chunk_alloc): New macro.
24400         (obstack_chunk_free): Likewise.
24401         (record_offset): New function.
24402         (init_locale_data): Likewise.
24403         (align_locale_data): Likewise.
24404         (add_locale_empty): Likewise.
24405         (add_locale_raw_data): Likewise.
24406         (add_locale_raw_obstack): Likewise.
24407         (add_locale_string): Likewise.
24408         (add_locale_wstring): Likewise.
24409         (add_locale_uint32): Likewise.
24410         (add_locale_uint32_array): Likewise.
24411         (add_locale_char): Likewise.
24412         (start_locale_structure): Likewise.
24413         (end_locale_structure): Likewise.
24414         (start_locale_prelude): Likewise.
24415         (end_locale_prelude): Likewise.
24416         (write_locale_data): Take locale_file structure rather than an
24417         iovec.
24418         * locale/programs/locfile.h: Include "obstack.h".
24419         (struct locale_file): Change to store locale file contents instead
24420         of header.
24421         (init_locale_data): New prototype.
24422         (align_locale_data): Likewise.
24423         (add_locale_empty): Likewise.
24424         (add_locale_raw_data): Likewise.
24425         (add_locale_raw_obstack): Likewise.
24426         (add_locale_string): Likewise.
24427         (add_locale_wstring): Likewise.
24428         (add_locale_uint32): Likewise.
24429         (add_locale_uint32_array): Likewise.
24430         (add_locale_char): Likewise.
24431         (start_locale_structure): Likewise.
24432         (end_locale_structure): Likewise.
24433         (start_locale_prelude): Likewise.
24434         (end_locale_prelude): Likewise.
24435         (write_locale_data): Update prototype.
24436         * locale/programs/3level.h (struct TABLE): Remove result field.
24437         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24438         Use new locale_file interface.
24439         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24440         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24441         * locale/programs/ld-address.c (address_output): Use new
24442         locale_file interface.
24443         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24444         NO_ADD_LOCALE.
24445         (collate_finish): Don't call collseq_table_finalize.
24446         (collate_output): Use new locale_file interface.
24447         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24448         in file.
24449         (NO_FINALIZE): Change to NO_ADD_LOCALE.
24450         (TABLE): Move defines earlier in file.
24451         (ELEMENT): Likewise.
24452         (DEFAULT): Likewise.
24453         (wctrans_table_add): Move macro and inline function earlier in
24454         file.
24455         (struct wctype_table): Move type earlier in file.
24456         (add_locale_wctype_table): New static prototype.
24457         (struct locale_ctype_t): Use logical types instead of struct iovec
24458         pointers for members.
24459         (ctype_output): Use new locale_file interface.
24460         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
24461         new locale_file interface.
24462         (allocate_arrays): Update for use of new locale_file interface.
24463         * locale/programs/ld-identification.c (identification_output): Use
24464         new locale_file interface.
24465         * locale/programs/ld-measurement.c (measurement_output): Likewise.
24466         * locale/programs/ld-messages.c (messages_output): Likewise.
24467         * locale/programs/ld-monetary.c (monetary_output): Likewise.
24468         * locale/programs/ld-name.c (name_output): Likewise.
24469         * locale/programs/ld-numeric.c (numeric_output): Likewise.
24470         * locale/programs/ld-paper.c (paper_output): Likewise.
24471         * locale/programs/ld-telephone.c (telephone_output): Likewise.
24472         * locale/programs/ld-time.c (time_output): Likewise.
24474 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24476         * benchtests/Makefile: Add memrchr benchmark.
24477         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24478         benchmark as memrchr.
24479         * benchtests/bench-memrchr-ifunc.c: New file.
24480         * benchtests/bench-memrchr.c: New file.
24482 2013-09-06   Will Newton  <will.newton@linaro.org>
24484         * benchtests/Makefile (string-bench): Add memcpy.
24486 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
24487             Cong Wang  <amwang@redhat.com>
24489         [BZ #15850]
24490         * sysdeps/unix/sysv/linux/bits/in.h
24491         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24492         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24493         before __USE_KERNEL_IPV6_DEFS uses.
24494         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24495         IPPROTO_BEETPH.
24496         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24497         sockaddr_in6, or ipv6_mreq.
24499 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24501         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24502         memory access for final bytes in some large inputs.
24503         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24505 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24507         * string/test-memrchr.c: New file.
24508         * string/test-memrchr-ifunc.c: New file.
24509         * string/Makefile: Add new memrchr testcase.
24511 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
24513         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24514         fanotify_init returns EPERM.
24516 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24518         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24519         errors.
24520         (top level): Treat second token from macro or constant entries for
24521         allowed headers as allowed.
24522         * include/complex.h: Condition internal declarations on
24523         [!_ISOMAC].
24524         * include/fenv.h: Condition include of <stdbool.h> and internal
24525         declarations on [!_ISOMAC].
24527 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
24529         [BZ #15923]
24530         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24532 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24534         * configure.in (--enable-versioning): Remove configure option.
24535         (libc_cv_asm_symver_directive): Remove configure test.
24536         (libc_cv_ld_version_script_option): Likewise.
24537         (VERSIONING): Remove variable and AC_SUBST.
24538         (DO_VERSIONING): Remove AC_DEFINE.
24539         * configure: Regenerated.
24540         * config.h.in (DO_VERSIONING): Remove macro.
24541         * Makerules [$(versioning) = yes]: Change conditionals to
24542         [$(build-shared) = yes].
24543         * config.make.in (versioning): Remove variable.
24544         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24545         [$(build-shared) = yes].
24546         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24547         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24548         * elf/Makefile [$(versioning) = yes]: Change conditionals to
24549         [$(build-shared) = yes].
24550         * extra-lib.mk [$(versioning) = yes]: Likewise.
24551         * hurd/Makefile [$(versioning) = yes]: Likewise.
24552         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24553         [SHARED].
24554         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24555         [SHARED].
24556         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24557         [SHARED && !NO_HIDDEN].
24558         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24559         [SHARED].
24560         [SHARED && DO_VERSIONING]: Likewise..
24561         * libio/Makefile [$(versioning) = yes]: Change conditionals to
24562         [$(build-shared) = yes].
24563         * manual/install.texi (--disable-versioning): Remove
24564         documentation.
24565         * INSTALL: Regenerated.
24566         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24567         to [SHARED].
24568         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24569         [$(build-shared) = yes].
24570         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24571         * sysdeps/i386/i686/multiarch/strstr-c.c
24572         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24573         [SHARED && !NO_HIDDEN].
24574         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24575         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24576         * sysdeps/powerpc/powerpc32/dl-machine.c
24577         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24578         * sysdeps/powerpc/powerpc32/sysdep.h
24579         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24580         to [SHARED && PIC && !NO_HIDDEN].
24581         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24582         conditional to [SHARED].
24584 2013-09-04   Will Newton  <will.newton@linaro.org>
24586         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24587         * benchtests/bench-string.h: Include bench-timing.h instead
24588         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24589         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24590         call to HP_TIMING_DIFF_INIT.
24591         * benchtests/bench-memccpy.c: Use bench-timing.h macros
24592         instead of hp-timing.h macros.
24593         * benchtests/bench-memchr.c: Likewise.
24594         * benchtests/bench-memcmp.c: Likewise.
24595         * benchtests/bench-memcpy.c: Likewise.
24596         * benchtests/bench-memmem.c: Likewise.
24597         * benchtests/bench-memmove.c: Likewise.
24598         * benchtests/bench-memset.c: Likewise.
24599         * benchtests/bench-rawmemchr.c: Likewise.
24600         * benchtests/bench-strcasecmp.c: Likewise.
24601         * benchtests/bench-strcasestr.c: Likewise.
24602         * benchtests/bench-strcat.c: Likewise.
24603         * benchtests/bench-strchr.c: Likewise.
24604         * benchtests/bench-strcmp.c: Likewise.
24605         * benchtests/bench-strcpy.c: Likewise.
24606         * benchtests/bench-strcpy_chk.c: Likewise.
24607         * benchtests/bench-strlen.c: Likewise.
24608         * benchtests/bench-strncasecmp.c: Likewise.
24609         * benchtests/bench-strncat.c: Likewise.
24610         * benchtests/bench-strncmp.c: Likewise.
24611         * benchtests/bench-strncpy.c: Likewise.
24612         * benchtests/bench-strnlen.c: Likewise.
24613         * benchtests/bench-strpbrk.c: Likewise.
24614         * benchtests/bench-strrchr.c: Likewise.
24615         * benchtests/bench-strspn.c: Likewise.
24616         * benchtests/bench-strstr.c: Likewise.
24618 2013-09-04  Will Newton  <will.newton@linaro.org>
24620         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24622 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
24624         [BZ #15427]
24625         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24626         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24627         * math/libm-test.inc (lgamma_test_data): Add more tests.
24628         * sysdeps/i386/fpu/libm-test-ulps: Update.
24629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24631 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
24633         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24634         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24635         Add ifunc.
24636         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24637         Add strcmp-sse2-unaligned
24638         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24640 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24642         * Versions.def (libc): Add GLIBC_2.19.
24644 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24646         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24647         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24649 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
24651         [BZ #14155]
24652         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24653         intermediate calculations in recurrence.
24654         (__ieee754_ynf): Likewise.
24655         * math/libm-test.inc (jn_test_data): Do not allow spurious
24656         underflow exception.  Add more tests.
24657         (yn_test_data): Add more tests.
24658         * sysdeps/i386/fpu/libm-test-ulps: Update.
24659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24661 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
24663         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24665 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24667         * csu/init-first.c: Fix then/than typos.
24668         * locale/programs/ld-collate.c: Likewise.
24669         * locale/programs/linereader.h: Likewise.
24670         * manual/charset.texi: Likewise.
24671         * manual/filesys.texi: Likewise.
24672         * manual/stdio.texi: Likewise.
24673         * manual/string.texi: Likewise.
24674         * stdlib/fmtmsg.c: Likewise.
24675         * sysdeps/i386/stpncpy.S: Likewise.
24676         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24677         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24678         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24679         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24681 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24683         * elf/dl-open.c: Fix typos.
24684         * iconvdata/gbbig5.c: Likewise.
24685         * iconvdata/iso-2022-jp.c: Likewise.
24686         * iconv/gconv_int.h: Likewise.
24687         * iconv/loop.c: Likewise.
24688         * nis/rpcsvc/nis.h: Likewise.
24689         * resolv/ns_name.c: Likewise.
24690         * stdio-common/vfscanf.c: Likewise.
24691         * streams/stropts.h: Likewise.
24692         * sunrpc/rpc_thread.c: Likewise.
24693         * sysdeps/i386/strpbrk.S: Likewise.
24694         * sysdeps/ieee754/k_standard.c: Likewise.
24695         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24696         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24697         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24698         * sysdeps/mach/hurd/profil.c: Likewise.
24699         * sysdeps/s390/dl-procinfo.h: Likewise.
24700         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24701         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24702         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24703         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24704         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24706 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24708         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24709         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24711 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24713         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24714         aix specific files.
24715         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24716         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24717         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24718         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24719         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24720         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24721         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24722         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24724 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24725             Roland McGrath  <roland@hack.frob.com>
24727         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24728         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24730 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24732         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24733         __executable_start symbol instead of _start.
24735 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24737         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24738         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24739         Move macros to...
24740         * sysdeps/gnu/ldsodefs.h: ... this new file.
24742         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24743         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24744         instead of ELFOSABI_LINUX.
24746         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24747         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24748         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24749         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24750         Likewise.
24751         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24752         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24753         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24754         Likewise.
24755         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24756         (ibm_extended_long_double): Add ieee_nan member.
24757         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24758         (do_test): New function.
24760         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24761         TEST_TRUNC.
24762         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24763         functions, renamed from truncdfsf_test, trunctfsf_test,
24764         trunctfdf_test.
24765         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24766         functions.
24767         (do_test): Run all these.
24769 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24771         * argp/argp-help.c: Fix typos.
24772         * argp/argp-parse.c: Likewise.
24773         * debug/backtracesyms.c: Likewise.
24774         * elf/elf.h: Likewise.
24775         * malloc/malloc.c: Likewise.
24776         * nis/nis_print.c: Likewise.
24777         * resolv/res_comp.c: Likewise.
24778         * stdlib/stdlib.h: Likewise.
24779         * sunrpc/clnt_tcp.c: Likewise.
24780         * sunrpc/clnt_udp.c: Likewise.
24781         * sunrpc/clnt_unix.c: Likewise.
24782         * sysdeps/unix/bsd/ptsname.c: Likewise.
24783         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24784         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24786         Likewise.
24787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24788         Likewise.
24789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24790         Likewise.
24791         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24793 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24795         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24796         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24798 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24800         [BZ #15897]
24801         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24802         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24803         ($(objpfx)bug-dl-leaf): New rule.
24804         ($(objpfx)bug-dl-leaf.so): Likewise.
24805         ($(objpfx)bug-dl-leaf.out): Likewise.
24806         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24807         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24808         * dlfcn/bug-dl-leaf.c: New test.
24809         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24810         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24811         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24812         (dlclose): Likewise.
24813         (dlmopen): Likewise.
24815 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24817         * include/netdb.h [!_ISOMAC]:
24818         Don't include <tls.h>.
24819         (h_errno, __libc_h_errno): Move declaration and macros out of
24820         [_LIBC_REENTRANT].
24822         * include/resolv.h [_RESOLV_H_]:
24823         Don't include <tls.h>.
24824         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24825         * resolv/res_libc.c: Don't include <tls.h>.
24826         (_res): Use __attribute__ ((nocommon)) in place of
24827         __attribute__ ((section (".bss"))).
24829         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24830         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24832         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24834         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24835         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24837         * resolv/res_mkquery.c: Include <sys/time.h>.
24839         * inet/ifreq.c: Moved to ...
24840         * sysdeps/unix/ifreq.c: ... here.
24841         * inet/ifreq.c: New file, true stub version.
24843         * socket/sa_len.c: New file.
24844         * socket/Makefile (aux): Add it.
24845         * sysdeps/unix/sysv/linux/Makefile
24846         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24847         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24848         and #include <socket/sa_len.c>.
24849         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24850         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24852         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24853         * bits/socket.h: ... here.
24855         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24856         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24857         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24859 2013-08-27  Andreas Schwab  <schwab@suse.de>
24861         [BZ #15736]
24862         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24863         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24864         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24865         * string/test-strcasecmp.c (test_main): Run tests in several
24866         locales.
24867         * string/test-strncasecmp.c (test_main): Likewise.
24869         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24870         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24871         to __strcasecmp_nonascii and __strncasecmp_nonascii.
24872         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24873         (__strncasecmp_ssse3) [PIC]: Likewise.
24875 2013-08-26  Roland McGrath  <roland@hack.frob.com>
24877         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24879         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24880         instead of explicitly declaring xdecrypt.
24881         * nis/nss_nis/nis-publickey.c: Likewise.
24883 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24885         [BZ #15890]
24886         * nscd/aicache.c: Include res_hconf.h.
24887         (addhstaiX): Initialize res_hconf.
24889 2013-08-26  Andreas Schwab  <schwab@suse.de>
24891         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24892         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24894 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24896         * nscd/aicache.c (addhstaiX): Fix indentation.
24898 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
24900         * configure.ac: Quote $build_pt_chown test.
24901         * configure: Regenerated.
24903 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
24905         [BZ #15532]
24906         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24907         * math/s_cexpf.c (__cexpf): Likewise.
24908         * math/s_cexpl.c (__cexpl): Likewise.
24909         * math/libm-test.inc (cexp_test_data): Correct expected return
24910         value for NaN + i0.  Add another test.
24912 2013-08-22  David S. Miller  <davem@davemloft.net>
24914         * po/ca.po: Update Catalan translation from translation project.
24915         * po/uk.po: Add Ukrainian translations from translation project.
24917 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
24919         [BZ #15797]
24920         * math/s_fdim.c (__fdim): Check for infinite arguments if result
24921         is infinite, not alongside NaN test.
24922         * math/s_fdimf.c (__fdimf): Likewise.
24923         * math/s_fdiml.c (__fdiml): Likewise.
24924         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
24925         errno is unchanged.
24927 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
24929         * argp/argp-help.c: Fix typos.
24930         * crypt/speeds.c: Likewise.
24931         * csu/check_fds.c: Likewise.
24932         * elf/dl-load.c: Likewise.
24933         * elf/dl-open.c: Likewise.
24934         * elf/reldep3.c: Likewise.
24935         * elf/reldep.c: Likewise.
24936         * elf/sprof.c: Likewise.
24937         * iconv/iconv_charmap.c: Likewise.
24938         * iconv/skeleton.c: Likewise.
24939         * iconv/strtab.c: Likewise.
24940         * io/lockf64.c: Likewise.
24941         * libio/libioP.h: Likewise.
24942         * resolv/gai_notify.c: Likewise.
24943         * resolv/ns_name.c: Likewise.
24944         * resolv/ns_samedomain.c: Likewise.
24945         * resolv/res_send.c: Likewise.
24946         * stdlib/random.c: Likewise.
24947         * sunrpc/rpc/xdr.h: Likewise.
24948         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24949         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24950         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24951         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24952         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24953         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24954         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24955         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24956         * sysdeps/mach/hurd/check_fds.c: Likewise.
24957         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24958         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24959         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24960         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24961         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24962         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24963         * sysdeps/pthread/aio_notify.c: Likewise.
24964         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24965         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24966         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24967         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24968         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24970 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24972         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24973         version if bit_Slow_SSE4_2 is set.
24974         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24975         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24977 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24979         [BZ #15867]
24980         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24981         trampoline stack frame information.
24982         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24983         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24984         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24985         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24986         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24987         * sysdeps/unix/sysv/linux/powerpc/init-first.c
24988         (_libc_vdso_platform_setup): Initialize the signal trampolines.
24989         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24990         sa_flags value.
24991         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24992         interrupting a syscall and set with option SA_SIGINFO.
24994 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24996         [BZ #15531]
24997         * math/s_cproj.c (__cproj): Only return an infinity if one part of
24998         argument is infinite.
24999         * math/s_cprojf.c (__cprojf): Likewise.
25000         * math/s_cprojl.c (__cprojl): Likewise.
25001         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25002         * math/libm-test.inc (cproj_test_data): Add more tests.
25004         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25006         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25007         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25008         size.  Use __ffs to determine corresponding shift.
25010 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25011             Roland McGrath  <roland@hack.frob.com>
25013         * Makefile (INSTALL): Remove trailing blank lines from output of
25014         makeinfo.
25016 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25018         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25019         Align 32 bit compat elf_greg to 8 bytes.
25021 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25023         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25025 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25027         * string/strcoll_l.c (coll_seq): New structure.
25028         (get_next_seq_cached): New function.
25029         (get_next_seq): New function.
25030         (do_compare): New function.
25031         (STRCOLL): Use GNU style definition.  Simplify implementation
25032         by using get_next_seq, get_next_seq_cached and do_compare.
25034 2013-08-16  Florian Weimer  <fweimer@redhat.com>
25036         [BZ #14699]
25037         CVE-2013-4237
25038         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25039         member.
25040         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25041         member.
25042         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25043         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25044         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
25045         conditional.
25046         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25047         GETDENTS_64BIT_ALIGNED.
25048         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25049         * manual/filesys.texi (Reading/Closing Directory): Document
25050         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
25051         strongly.
25052         * manual/conf.texi (Limits for Files): Add portability note to
25053         NAME_MAX, PATH_MAX.
25054         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25056 2013-08-13  Andreas Schwab  <schwab@suse.de>
25058         [BZ #15749]
25059         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25060         of fabs.
25061         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25062         LDBL_MAX_EXP >= 16384]: Add tests for it.
25064 2013-08-12  David S. Miller  <davem@davemloft.net>
25066         * version.h (RELEASE): Set to "development".
25067         (VERSION): Set to "2.18.90".
25068         * NEWS: Add 2.19 section.
25070 2013-08-03  David S. Miller  <davem@davemloft.net>
25072         * po/ko.po: Update Korean translation from translation project.
25074 2013-08-01  David S. Miller  <davem@davemloft.net>
25076         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
25077         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25078         Bilka.
25080 2013-07-30  David S. Miller  <davem@davemloft.net>
25082         * po/fr.po: Update French translation from translation project.
25084 2013-07-28  David S. Miller  <davem@davemloft.net>
25086         * po/cs.po: Update Czech translation from translation project.
25088         * po/sv.po: Update Swedish translation from translation project.
25090 2013-07-27  David S. Miller  <davem@davemloft.net>
25092         * po/eo.po: Update Esperanto translation from translation project.
25094         * po/vi.po: Update Vietnamese translation from translation project.
25096         * po/de.po: Update German translation from translation project.
25098 2013-07-26  David S. Miller  <davem@davemloft.net>
25100         * po/bg.po: Update Bulgarian translation from translation project.
25102         * po/nl.po: Update Dutch translation from translation project.
25103         * po/pl.po: Update Polish translation from translation project.
25104         * po/ru.po: Update Russian translation from translation project.
25106 2013-07-24  David S. Miller  <davem@davemloft.net>
25108         * po/libc.pot: Update.
25110 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25112         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25113         variable page size.
25114         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25115         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25116         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25118 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25120         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25122 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25123             Andreas Schwab  <schwab@suse.de>
25124             Roland McGrath  <roland@hack.frob.com>
25125             Joseph Myers  <joseph@codesourcery.com>
25126             Carlos O'Donell  <carlos@redhat.com>
25128         [BZ #15755]
25129         * config.h.in: Define HAVE_PT_CHOWN.
25130         * config.make.in (build-pt-chown): New variable.
25131         * configure.in (--enable-pt_chown): New configure option.
25132         * configure: Regenerate.
25133         * login/Makefile: Include Makeconfig.  Build pt_chown only if
25134         build-pt-chown is enabled.
25135         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25136         pt_chown to fix pty ownership.
25137         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25138         CLOSE_ALL_FDS.
25139         * manual/install.texi (Configuring and compiling): Mention
25140         --enable-pt_chown. Add @findex for grantpt.
25141         * INSTALL: Regenerate.
25143 2013-07-20  David S. Miller  <davem@davemloft.net>
25145         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25146         difference between 32-bit and 64-bit.
25148 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25150         [BZ #15711]
25151         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25152         Avoid system header dependency with -ffreestanding.
25153         ($(objpfx)bits/syscall%d): Likewise.
25155 2013-07-13  David S. Miller  <davem@davemloft.net>
25157         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25158         underflows from atanl/atan2l due to bug 15319.
25159         (casinh_test_data): Likewise.
25161 2013-07-07  David S. Miller  <davem@davemloft.net>
25163         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25165 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25167         * sysdeps/i386/fpu/libm-test-ulps: Update.
25168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25170 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25172         * configure.in (--enable-lock-elision): Fix message text.
25173         * INSTALL: Regenerate.
25174         * configure: Regenerate.
25176 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25178         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25180 2013-07-03  Andreas Jaeger  <aj@suse.de>
25182         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25183         define.
25184         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25185         (ptrace_peeksiginfo_args): Add.
25186         (__ptrace_peeksiginfo_flags): Add.
25187         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25188         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25189         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25191 2013-07-03  Allan McRae  <allan@archlinux.org>
25193         * sysdeps/i386/fpu/libm-test-ulps: Update.
25195 2013-07-02  David S. Miller  <davem@davemloft.net>
25197         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25199 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
25201         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25203 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25205         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25206         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25208 2013-07-02  Andi Kleen <ak@linux.intel.com>
25210         * config.h.in (ENABLE_LOCK_ELISION): Add.
25211         * configure.in (--enable-lock-elision): Add option.
25212         * manual/install.texi: Document --enable lock elision.
25213         * configure: Regenerate
25214         * INSTALL: Regenerate.
25216 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25218         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25219         SSE4.2 strcasecmp for libc.a.
25220         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25222 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25224         [BZ #13304]
25225         * soft-fp/op-common.h (_FP_FMA): New macro.
25226         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25227         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
25228         (_FP_MUL_MEAT_1_imm): ... here.
25229         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
25230         (_FP_MUL_MEAT_1_wide): ... here.
25231         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
25232         (_FP_MUL_MEAT_1_hard): ... here.
25233         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25234         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
25235         (_FP_MUL_MEAT_2_wide): ... here.
25236         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
25237         (_FP_MUL_MEAT_2_wide_3mul): ... here.
25238         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
25239         (_FP_MUL_MEAT_2_gmp): ... here.
25240         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25241         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
25242         (_FP_MUL_MEAT_4_wide): ... here.
25243         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
25244         (_FP_MUL_MEAT_4_gmp): ... here.
25245         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25246         (_FP_WFRACBITS_DW_S): Likewise.
25247         (_FP_WFRACXBITS_DW_S): Likewise.
25248         (_FP_HIGHBIT_DW_S): Likewise.
25249         (FP_FMA_S): Likewise.
25250         (_FP_FRAC_HIGH_DW_S): Likewise.
25251         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25252         (_FP_WFRACBITS_DW_D): Likewise.
25253         (_FP_WFRACXBITS_DW_D): Likewise.
25254         (_FP_HIGHBIT_DW_D): Likewise.
25255         (FP_FMA_D): Likewise.
25256         (_FP_FRAC_HIGH_DW_D): Likewise.
25257         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25258         (_FP_WFRACBITS_DW_E): Likewise.
25259         (_FP_WFRACXBITS_DW_E): Likewise.
25260         (_FP_HIGHBIT_DW_E): Likewise.
25261         (FP_FMA_E): Likewise.
25262         (_FP_FRAC_HIGH_DW_E): Likewise.
25263         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25264         (_FP_WFRACBITS_DW_Q): Likewise.
25265         (_FP_WFRACXBITS_DW_Q): Likewise.
25266         (_FP_HIGHBIT_DW_Q): Likewise.
25267         (FP_FMA_Q): Likewise.
25268         (_FP_FRAC_HIGH_DW_Q): Likewise.
25269         * soft-fp/fmasf4.c: New file.
25270         * soft-fp/fmadf4.c: Likewise.
25271         * soft-fp/fmatf4.c: Likewise.
25273 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25275         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25276         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25277         Silvermont.
25278         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25279         macro.
25280         (index_Slow_SSE4_2): Likewise.
25281         (index_Prefer_PMINUB_for_stringop): Likewise.
25282         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25283         bit_Slow_SSE4_2 is set.
25284         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25285         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25287 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25289         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25290         rtld_global._dl_hwcap2.
25291         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25292         POWER8.
25293         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25294         POWER8 feature descriptions defined in _dl_hwcap2.
25295         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25296         string handling for POWER8 feature bits.
25297         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25298         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25299         _dl_powerpc_cap_flags.
25300         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25301         * sysdeps/powerpc/rtld-global-offsets.sym
25302         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25303         _dl_hwcap2 in the rtld_global_ro structure.
25305 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25307         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25308         hardware capabilities in support of AT_HWCAP2.
25309         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25310         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25311         GLRO(dl_hwcap2).
25312         (_dl_show_auxv): Add support for calling _dl_procinfo to display
25313         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
25314         explicitly the unknown a_type display mechanism is used.
25315         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25316         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25317         struct member.
25318         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25319         to macro prototype for AT_HWCAP2 support.
25320         * sysdeps/i386/dl-procinfo.h: Likewise.
25321         * sysdeps/s390/dl-procinfo.h: Likewise.
25322         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25323         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
25324         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
25325         return -1 for unknown a_type display fallback.
25326         * sysdeps/sparc/dl-procinfo.h: Likewise.
25327         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25328         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25330 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
25332         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25333         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25335 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
25337         [BZ #12492]
25338         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25339         mprotect making __stack_prot writable.
25341 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
25342             Joseph Myers  <joseph@codesourcery.com>
25344         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25345         as being properly aligned.
25347 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
25349         * dlfcn/modstatic5.c: New file.
25350         * dlfcn/tststatic5.c: New file.
25351         * dlfcn/Makefile (tests): Add tststatic5.
25352         (tests-static): Likewise.
25353         (modules-names): Add modstatic5.
25354         (tststatic5-ENV): New variable.
25355         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25357         [BZ #15022]
25358         * elf/dl-support.c (_dl_main_map): New variable.
25359         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25360         (_dl_nns, _dl_load_adds): Set to 1.
25361         (_dl_initial_searchlist): Refer to _dl_main_map.
25362         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25363         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25364         call to _dl_get_origin.
25365         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25366         around call_map.
25367         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25368         * dlfcn/modstatic3.c: New file.
25369         * dlfcn/tststatic3.c: New file.
25370         * dlfcn/tststatic4.c: New file.
25371         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25372         (tests-static): Likewise.
25373         (modules-names): Add modstatic3.
25374         (tststatic3-ENV, tststatic4-ENV): New variables.
25375         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25376         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25378 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
25380         * configure.in (CC): Require GCC version 4.4 or later.
25381         * configure: Regenerated.
25382         * manual/install.texi (Tools for Compilation): Update GCC version
25383         requirement.
25384         * INSTALL: Regenerated.
25386 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25388         [BZ #15674]
25389         * string/test-memcmp.c (check2): New.
25390         (main): Call check2.
25392         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25394 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
25396         [BZ #15022]
25397         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25398         over to...
25399         (dl_open_worker) [!SHARED]: ... here.
25401 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25403         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25405 2013-06-25  Richard Henderson  <rth@redhat.com>
25407         * locale/programs/locarchive.c: Include <libc-internal.h>
25409 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
25411         * manual/texinfo.tex: Update to version 2013-06-21.17, with
25412         trailing whitespace removed.
25414 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25416         [BZ #10283]
25417         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25418         * locale/programs/locarchive.c: Include libc-mmap.h.
25419         (prepare_address_space): Take two new outputs (the mmap base and len).
25420         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
25421         values.
25422         (create_archive): Declare new mmap base and len values for
25423         prepare_address_space, and store the result in ah.
25424         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25425         (enlarge_archive): If ah->mmap_base is not NULL, use that and
25426         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25427         Declare new mmap base and len values for
25428         prepare_address_space, and store the result in new_ah.
25429         (open_archive): Declare new mmap base and len values for
25430         prepare_address_space, and store the result in ah.
25431         (close_archive): If ah->mmap_base is not NULL, use that and
25432         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25433         * sysdeps/generic/libc-mmap.h: New file.
25435 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25437         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25438         (ALIGN_UP): Likewise.
25439         (PTR_ALIGN_DOWN): Likewise.
25440         (PTR_ALIGN_UP): Likewise.
25442 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25444         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25445         entry mapped to PPC_PLATFORM_POWER8.
25446         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25447         POWER8.
25448         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25449         (_dl_string_platform): Add case for exporting platform position for
25450         POWER8.
25451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25452         search path to sysdeps/powerpc/powerpc32/power8 directory.
25453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25454         search path to sysdeps/powerpc/powerpc64/power8 directory.
25455         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25456         power7 directories.
25457         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25458         power7 directories.
25460 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25462         * INSTALL: Regenerate.
25464         * nscd/connections.c (nscd_init): Fix comment.
25466 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
25468         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25470         [BZ #15667]
25471         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25472         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25474 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25476         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25477         DL_DST_REQ_STATIC.
25478         (DL_DST_REQ_STATIC): Remove macro.
25480 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
25482         [BZ #7006]
25483         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25484         with a shift of 0 bits.
25486 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25488         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25489         $(tststatic-ENV).
25491 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25493         [BZ #15655]
25494         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25496 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25498         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25499         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25500         accepts -fno-tree-loop-distribute-patterns.
25501         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25502         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25503         recursive call.
25504         * string/memset.c (memset): Likewise.
25505         * string/test-memmove.c (simple_memmove): Disable loop transformation
25506         to library calls.
25507         * string/test-memset.c (simple_memset): Likewise.
25508         * benchtests/bench-memmove.c (simple_memmove): Likewise.
25509         * benchtests/bench-memset.c (simple_memset): Likewise.
25510         * configure: Regenerated.
25512 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
25514         * math/test-misc.c (main): Ignore fesetround failure when failures
25515         of subsequent rounding tests would be ignored.
25517         [BZ #15654]
25518         * math/fedisblxcpt.c (fedisableexcept): Return 0.
25519         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25520         * math/fegetenv.c (__fegetenv): Return 0.
25521         * math/fegetexcept.c (fegetexcept): Return 0.
25522         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25523         FE_TONEAREST.
25524         * math/feholdexcpt.c (feholdexcept): Return 0.
25525         * math/fesetenv.c (__fesetenv): Return 0.
25526         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25527         argument FE_TONEAREST.
25528         * math/feupdateenv.c (__feupdateenv): Return 0.
25529         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25531 2013-06-18  Roland McGrath  <roland@hack.frob.com>
25533         * elf/rtld-Rules (rtld-compile-command.S): New variable.
25534         (rtld-compile-command.s, rtld-compile-command.c): New variables.
25535         ($(objpfx)rtld-%.os rules): Use them.
25537 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25539         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25540         fields.
25542 2013-06-17  Roland McGrath  <roland@hack.frob.com>
25544         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25545         length of target pattern, then descending length of dependency pattern.
25546         * configure.in (AWK): Require gawk 3.1.2 or newer.
25547         * manual/install.texi (Tools for Compilation): Say that we do.
25548         * configure: Regenerated.
25550         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25551         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25552         * scripts/sysd-rules.awk: ... this new script.
25553         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25554         than a glob-style pattern.
25556 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
25558         * math/test-misc.c (main): Do not treat incorrectly rounded
25559         conversions as failure unless ROUNDING_TESTS passes.
25561 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
25563         [BZ #15631]
25564         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25565         restore exception state around main square root computation, then
25566         check for inexactness explicitly.
25568         * math/libm-test.inc (fma_test_data): Add another test.
25570 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25572         * manual/threads.texi (Non-POSIX Extensions): New document
25573         node.  Document pthread_getattr_default_np and
25574         pthread_setattr_default_np.
25576         * Versions.def (libpthread): Add GLIBC_2.18.
25577         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25579         Likewise.
25580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25581         Likewise.
25582         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25583         Likewise.
25584         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25585         Likewise.
25586         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25587         Likewise.
25588         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25589         Likewise.
25590         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25591         Likewise.
25592         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25593         Likewise.
25594         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25595         Likewise.
25597 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25599         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25600         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25602 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25603             H.J. Lu  <hjl.tools@gmail.com>
25605         [BZ #15627]
25606         * sysdeps/x86_64/rtld-memset.c: Remove file.
25607         * sysdeps/x86_64/rtld-memset.S: New file.
25609 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
25611         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25612         (test_in_one_mode): Take arguments for whether the rounding mode
25613         is supported for each floating-point type.
25614         (do_test): Pass new arguments to test_in_one_mode using
25615         ROUNDING_TESTS.
25617 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25619         * posix/tst-waitid.c (do_test): Distinguish different instances of
25620         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
25621         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25622         before entering the kernel for waitpid.
25624 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25626         * NEWS: Fix note on clock function precision.  Text by Roland
25627         McGrath.
25629 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25631         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25632         it into place only when and if the sanity check passes.
25634 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
25636         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25637         output for whether conversion result is exact.  Take argument
25638         indicating whether type is IBM long double.
25639         (round_for_all): Change need_exact field to ibm_ld.
25640         * stdlib/tst-strtod-round.c (struct exactness): New type.
25641         (struct test): Change bool ld_ok field to struct exactness exact.
25642         (TEST): Update all definitions for change to field.
25643         (tests): Regenerate array contents.
25644         (test_in_one_mode): Take pointer to new field instead of old ld_ok
25645         field value.  Check for IBM long double here.
25646         (do_test): Update calls to test_in_one_mode.
25648 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25650         [BZ #12515]
25651         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25652         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25654 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25656         [BZ #15605]
25657         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25658         generated by the compiler on loop optimizations.
25659         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25660         general definitions.
25662 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
25664         * math/bug-nextafter.c: Include <math-tests.h>.
25665         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25666         the relevant type.
25667         * math/bug-nexttoward.c: Include <math-tests.h>.
25668         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25669         the relevant type.
25670         * math/test-misc.c: Include <math-tests.h>.
25671         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25672         the relevant type.
25674 2013-06-12  Andreas Jaeger  <aj@suse.de>
25676         * po/ia.po: Update Interlingua translation from translation
25677         project.
25679 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25681         * include/fenv.h: Include stdbool.h.
25682         (struct rm_ctx): New structure.
25683         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
25684         Define macro.
25685         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
25686         (SET_RESTORE_ROUNDF): Likewise.
25687         (SET_RESTORE_ROUNDL): Likewise.
25688         (SET_RESTORE_ROUND_NOEX): Likewise.
25689         (SET_RESTORE_ROUND_NOEXF): Likewise.
25690         (SET_RESTORE_ROUND_NOEXL): Likewise.
25691         (SET_RESTORE_ROUND_53BIT): Likewise.
25692         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25693         (libc_feresetround_noexf_ctx): Likewise.
25694         (libc_feresetround_noexl_ctx): Likewise.
25695         (libc_feholdsetround_53bit_ctx): Likewise.
25696         (libc_feresetround_53bit_ctx): Likewise.
25697         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25698         (libc_feholdexcept_setround_sse_ctx): New function.
25699         (libc_fesetenv_sse_ctx): Likewise.
25700         (libc_feupdateenv_sse_ctx): Likewise.
25701         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25702         (libc_feholdexcept_setround_387_ctx): Likewise.
25703         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25704         (libc_feholdsetround_387_prec_ctx): Likewise.
25705         (libc_feholdsetround_387_ctx): Likewise.
25706         (libc_feholdsetround_387_53bit_ctx): Likewise.
25707         (libc_feholdsetround_sse_ctx): Likewise.
25708         (libc_feresetround_sse_ctx): Likewise.
25709         (libc_feresetround_387_ctx): Likewise.
25710         (libc_feupdateenv_387_ctx): Likewise.
25711         (libc_feholdexcept_setroundf_ctx): Define macro.
25712         (libc_fesetenvf_ctx): Likewise.
25713         (libc_feupdateenvf_ctx): Likewise.
25714         (libc_feholdsetroundf_ctx): Likewise.
25715         (libc_feresetroundf_ctx): Likewise.
25716         (libc_feholdexcept_setround_ctx): Likewise.
25717         (libc_fesetenv_ctx): Likewise.
25718         (libc_feupdateenv_ctx): Likewise.
25719         (libc_feholdsetround_ctx): Likewise.
25720         (libc_feresetround_ctx): Likewise.
25721         (libc_feholdexcept_setroundl_ctx): Likewise.
25722         (libc_feupdateenvl_ctx): Likewise.
25723         (libc_feholdsetroundl_ctx): Likewise.
25724         (libc_feresetroundl_ctx): Likewise.
25725         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25726         (libc_feresetround_53bit_ctx): Likewise.
25728 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25730         * locale/iso-639.def: Convert to UTF-8.
25732 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25734         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25735         (EXCEPTION_TESTS_double): Likewise.
25736         (EXCEPTION_TESTS_long_double): Likewise.
25737         (EXCEPTION_TESTS): Likewise.
25738         * math/libm-test.inc (test_exceptions): Only test exceptions if
25739         EXCEPTION_TESTS (FLOAT).
25741 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25743         * benchtests/Makefile (string-bench): Add strcpy_chk and
25744         stpcpy_chk.
25745         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25746         * benchtests/bench-stpcpy_chk.c: New file.
25747         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25748         * benchtests/bench-strcpy_chk.c: New file.
25749         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25750         code.
25751         (do_test): Likewise.
25753 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25755         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25756         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25757         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25758         with tabs where appropriate.
25759         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25760         dl-procinfo.h.
25761         [PPC_PLATFORM_PPC440]: Likewise.
25762         [PPC_PLATFORM_PPC464]: Likewise.
25763         [PPC_PLATFORM_PPC476]: Likewise.
25764         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25765         ppc464, and ppc476 platform strings merging from ports/
25766         dl-procinfo.h.
25768 2013-06-11  Andreas Schwab  <schwab@suse.de>
25770         [BZ #14991]
25771         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25772         (from_ucs4_idx): Regenerate.
25773         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25774         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25775         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25776         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25777         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25778         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25779         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25780         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25781         from FROM_LOOP and TO_LOOP specific macros.
25782         (BODY): Handle combining characters.
25783         * iconvdata/BIG5HKSCS.irreversible: Update.
25784         * iconvdata/BIG5HKSCS.precomposed: New file.
25785         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25786         characters.
25787         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25789 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25791         * include/sys/time.h: Fix indentation and add copyright header.
25793         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25794         (do_test): Likewise.
25795         * string/test-memchr.c (do_one_test): Likewise.
25796         (do_test): Likewise.
25797         * string/test-memcmp.c (do_one_test): Likewise.
25798         (do_test): Likewise.
25799         * string/test-memcpy.c (do_one_test): Likewise.
25800         (do_test): Likewise.
25801         * string/test-memmem.c (do_one_test): Likewise.
25802         (do_test): Likewise.
25803         (do_random_tests): Likewise.
25804         * string/test-memmove.c (do_one_test): Likewise.
25805         (do_test): Likewise.
25806         * string/test-memset.c (do_one_test): Likewise.
25807         (do_test): Likewise.
25808         * string/test-rawmemchr.c (do_one_test): Likewise.
25809         (do_test): Likewise.
25810         * string/test-strcasecmp.c (do_one_test): Likewise.
25811         (do_test): Likewise.
25812         * string/test-strcasestr.c (do_one_test): Likewise.
25813         (do_test): Likewise.
25814         * string/test-strcat.c (do_one_test): Likewise.
25815         (do_test): Likewise.
25816         * string/test-strchr.c (do_one_test): Likewise.
25817         (do_test): Likewise.
25818         * string/test-strcmp.c (do_one_test): Likewise.
25819         (do_test): Likewise.
25820         * string/test-strcpy.c (do_one_test): Likewise.
25821         (do_test): Likewise.
25822         * string/test-string.h: Likewise.
25823         (test_init): Likewise.
25824         * string/test-strlen.c (do_one_test): Likewise.
25825         (do_test): Likewise.
25826         * string/test-strncasecmp.c (do_one_test): Likewise.
25827         (do_test): Likewise.
25828         * string/test-strncat.c (do_one_test): Likewise.
25829         (do_test): Likewise.
25830         * string/test-strncmp.c (do_one_test): Likewise.
25831         (do_test_limit): Likewise.
25832         (do_test): Likewise.
25833         * string/test-strncpy.c (do_one_test): Likewise.
25834         (do_test): Likewise.
25835         * string/test-strnlen.c (do_one_test): Likewise.
25836         (do_test): Likewise.
25837         * string/test-strpbrk.c (do_one_test): Likewise.
25838         (do_test): Likewise.
25839         * string/test-strrchr.c (do_one_test): Likewise.
25840         (do_test): Likewise.
25841         * string/test-strspn.c (do_one_test): Likewise.
25842         (do_test): Likewise.
25843         * string/test-strstr.c (do_one_test): Likewise.
25844         (do_test): Likewise.
25846         * benchtests/Makefile (string-bench): Add string benchmarks.
25847         * benchtests/bench-bcopy-ifunc.c: New file.
25848         * benchtests/bench-bcopy.c: New file.
25849         * benchtests/bench-bzero-ifunc.c: New file.
25850         * benchtests/bench-bzero.c: New file.
25851         * benchtests/bench-memccpy-ifunc.c: New file.
25852         * benchtests/bench-memccpy.c: New file.
25853         * benchtests/bench-memchr-ifunc.c: New file.
25854         * benchtests/bench-memchr.c: New file.
25855         * benchtests/bench-memcmp-ifunc.c: New file.
25856         * benchtests/bench-memcmp.c: New file.
25857         * benchtests/bench-memmem-ifunc.c: New file.
25858         * benchtests/bench-memmem.c: New file.
25859         * benchtests/bench-memmove-ifunc.c: New file.
25860         * benchtests/bench-memmove.c: New file.
25861         * benchtests/bench-mempcpy-ifunc.c: New file.
25862         * benchtests/bench-mempcpy.c: New file.
25863         * benchtests/bench-memset-ifunc.c: New file.
25864         * benchtests/bench-memset.c: New file.
25865         * benchtests/bench-rawmemchr-ifunc.c: New file.
25866         * benchtests/bench-rawmemchr.c: New file.
25867         * benchtests/bench-stpcpy-ifunc.c: New file.
25868         * benchtests/bench-stpcpy.c: New file.
25869         * benchtests/bench-stpncpy-ifunc.c: New file.
25870         * benchtests/bench-stpncpy.c: New file.
25871         * benchtests/bench-strcasecmp-ifunc.c: New file.
25872         * benchtests/bench-strcasecmp.c: New file.
25873         * benchtests/bench-strcasestr-ifunc.c: New file.
25874         * benchtests/bench-strcasestr.c: New file.
25875         * benchtests/bench-strcat-ifunc.c: New file.
25876         * benchtests/bench-strcat.c: New file.
25877         * benchtests/bench-strchr-ifunc.c: New file.
25878         * benchtests/bench-strchr.c: New file.
25879         * benchtests/bench-strchrnul-ifunc.c: New file.
25880         * benchtests/bench-strchrnul.c: New file.
25881         * benchtests/bench-strcmp-ifunc.c: New file.
25882         * benchtests/bench-strcmp.c: New file.
25883         * benchtests/bench-strcpy-ifunc.c: New file.
25884         * benchtests/bench-strcpy.c: New file.
25885         * benchtests/bench-strcspn-ifunc.c: New file.
25886         * benchtests/bench-strcspn.c: New file.
25887         * benchtests/bench-strlen-ifunc.c: New file.
25888         * benchtests/bench-strlen.c: New file.
25889         * benchtests/bench-strncasecmp-ifunc.c: New file.
25890         * benchtests/bench-strncasecmp.c: New file.
25891         * benchtests/bench-strncat-ifunc.c: New file.
25892         * benchtests/bench-strncat.c: New file.
25893         * benchtests/bench-strncmp-ifunc.c: New file.
25894         * benchtests/bench-strncmp.c: New file.
25895         * benchtests/bench-strncpy-ifunc.c: New file.
25896         * benchtests/bench-strncpy.c: New file.
25897         * benchtests/bench-strnlen-ifunc.c: New file.
25898         * benchtests/bench-strnlen.c: New file.
25899         * benchtests/bench-strpbrk-ifunc.c: New file.
25900         * benchtests/bench-strpbrk.c: New file.
25901         * benchtests/bench-strrchr-ifunc.c: New file.
25902         * benchtests/bench-strrchr.c: New file.
25903         * benchtests/bench-strspn-ifunc.c: New file.
25904         * benchtests/bench-strspn.c: New file.
25905         * benchtests/bench-strstr-ifunc.c: New file.
25906         * benchtests/bench-strstr.c: New file.
25908         * benchtests/Makefile: Disable parallel execution of targets.
25909         (string-bench): Add memcpy.
25910         (benchset): New variable to store a list of benchmark sets.
25911         (bench-func): Renamed from bench.
25912         (bench-set): New target.
25913         (bench): Depend on bench-func and bench-set.
25914         * benchtests/README: Add section on benchmark sets.
25915         * benchtests/bench-memcpy-ifunc.c: New file.
25916         * benchtests/bench-memcpy.c: New file.
25917         * benchtests/bench-string.h: New file.
25919 2013-06-11  Andreas Schwab  <schwab@suse.de>
25921         [BZ #15577]
25922         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25923         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25924         values in the triple.
25925         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25926         terminator in the group key.
25928 2013-06-11  Andreas Jaeger  <aj@suse.de>
25930         * po/zh_TW.po: Update Chinese (traditional) translation from
25931         translation project.
25933 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25935         * include/time.h (__clock_gettime): Add libc_hidden_proto.
25936         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25937         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
25938         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25939         (clock_getcpuclockid): Likewise.
25940         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25941         Add weak_alias and libc_hidden_def.
25942         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25943         * rt/clock_gettime.c (clock_gettime): Rename to
25944         __clock_gettime.  Add weak_alias and libc_hidden_def.
25945         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25946         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25947         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
25948         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25949         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25950         Likewise.
25951         * rt/clock_settime.c (clock_settime): Rename to
25952         __clock_settime.  Add weak_alias and libc_hidden_def.
25953         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25955 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
25957         * mach/err_boot.sub: Remove trailing whitespace.
25958         * mach/err_ipc.sub: Likewise.
25959         * mach/err_mach.sub: Likewise.
25961         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25962         (ROUNDING_TESTS_double): Likewise.
25963         (ROUNDING_TESTS_long_double): Likewise.
25964         (ROUNDING_TESTS): Likewise.
25965         * math/libm-test.inc: Include <math-tests.h>.
25966         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25967         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25968         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25969         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25971 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25973         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25974         of assigning.
25976 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
25978         * sysdeps/gnu/errlist.awk: Do not generate space at end of
25979         otherwise empty TRANS lines.
25980         * sysdeps/gnu/errlist.c: Regenerated.
25982         * catgets/gencat.c (error_print): Use (void) in function
25983         definition.
25984         * crypt/crypt_util.c (__init_des): Likewise.
25985         * crypt/speeds.c (Stop): Likewise.
25986         (main): Likewise.
25987         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25988         * inet/ruserpass.c (token): Likewise.
25989         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25990         * intl/localealias.c (extend_alias_table): Likewise.
25991         * intl/plural-exp.c (init_germanic_plural): Likewise.
25992         * libio/fcloseall.c (__fcloseall): Likewise.
25993         * libio/genops.c (_IO_flush_all): Likewise.
25994         (_IO_flush_all_linebuffered): Likewise.
25995         (_IO_cleanup): Likewise.
25996         (_IO_iter_begin): Likewise.
25997         (_IO_iter_end): Likewise.
25998         (_IO_list_lock): Likewise.
25999         (_IO_list_unlock): Likewise.
26000         (_IO_list_resetlock): Likewise.
26001         * libio/getchar.c (getchar): Likewise.
26002         * libio/getchar_u.c (getchar_unlocked): Likewise.
26003         * libio/getwchar.c (getwchar): Likewise.
26004         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26005         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26006         * login/getpt.c (__getpt): Likewise.
26007         * login/tst-utmp.c (main): Likewise.
26008         * malloc/hooks.c (__malloc_check_init): Likewise.
26009         * malloc/malloc.c (__malloc_stats): Likewise.
26010         * malloc/mtrace.c (tr_break): Likewise.
26011         (mtrace): Likewise.
26012         (muntrace): Likewise.
26013         * misc/fstab.c (endfsent): Likewise.
26014         * misc/getclktck.c (__getclktck): Likewise.
26015         * misc/getdtsz.c (__getdtablesize): Likewise.
26016         * misc/gethostid.c (gethostid): Likewise.
26017         * misc/getpagesize.c (__getpagesize): Likewise.
26018         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26019         (__get_nprocs): Likewise.
26020         (__get_phys_pages): Likewise.
26021         (__get_avphys_pages): Likewise.
26022         * misc/getttyent.c (getttyent): Likewise.
26023         (setttyent): Likewise.
26024         (endttyent): Likewise.
26025         * misc/getusershell.c (getusershell): Likewise.
26026         (endusershell): Likewise.
26027         (setusershell): Likewise.
26028         (initshells): Likewise.
26029         * misc/hsearch.c (__hdestroy): Likewise.
26030         * misc/sync.c (sync): Likewise.
26031         * misc/syslog.c (closelog_internal): Likewise.
26032         (closelog): Likewise.
26033         * misc/ttyslot.c (ttyslot): Likewise.
26034         * misc/vhangup.c (vhangup): Likewise.
26035         * posix/fork.c (__fork): Likewise.
26036         * posix/getegid.c (__getegid): Likewise.
26037         * posix/geteuid.c (__geteuid): Likewise.
26038         * posix/getgid.c (__getgid): Likewise.
26039         * posix/getpid.c (__getpid): Likewise.
26040         * posix/getppid.c (__getppid): Likewise.
26041         * posix/getuid.c (__getuid): Likewise.
26042         * posix/pause.c (pause): Likewise.
26043         * posix/setpgrp.c (setpgrp): Likewise.
26044         * posix/setsid.c (__setsid): Likewise.
26045         * posix/test-vfork.c (noop): Likewise.
26046         * resolv/gethnamaddr.c (_endhtent): Likewise.
26047         (_gethtent): Likewise.
26048         (ht_endhostent): Likewise.
26049         (gethostent): Likewise.
26050         (dns_service): Likewise.
26051         * stdlib/drand48.c (drand48): Likewise.
26052         * stdlib/lrand48.c (lrand48): Likewise.
26053         * stdlib/mrand48.c (mrand48): Likewise.
26054         * stdlib/rand.c (rand): Likewise.
26055         * stdlib/random.c (__random): Likewise.
26056         * stdlib/setenv.c (clearenv): Likewise.
26057         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26058         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26059         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26060         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26061         (__get_nprocs): Likewise.
26062         (__get_phys_pages): Likewise.
26063         (__get_avphys_pages): Likewise.
26064         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26065         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26066         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26067         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26068         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26069         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26070         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26071         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26072         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26073         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26074         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26075         * sysdeps/mach/hurd/sync.c (sync): Likewise.
26076         * sysdeps/posix/clock.c (clock): Likewise.
26077         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26078         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26079         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26080         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26081         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26082         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26083         (__get_nprocs_conf): Likewise.
26084         (__get_phys_pages): Likewise.
26085         (__get_avphys_pages): Likewise.
26086         * time/clock.c (clock): Likewise.
26087         * time/tzset.c (__tzname_max): Likewise.
26089 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
26091         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26092         (__bswap_32): Do not use "register".
26093         * crypt/crypt.c (_ufc_doit_r): Likewise.
26094         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26095         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26096         * gmon/gmon.c (__monstartup): Likewise.
26097         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26098         * hurd/hurdmalloc.c (more_memory): Likewise.
26099         (malloc): Likewise.
26100         (free): Likewise.
26101         (realloc): Likewise.
26102         (malloc_fork_prepare): Likewise.
26103         (malloc_fork_parent): Likewise.
26104         (malloc_fork_child): Likewise.
26105         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26106         (_svcauth_des): Likewise.
26107         * inet/inet_lnaof.c (inet_lnaof): Likewise.
26108         * inet/inet_net.c (inet_network): Likewise.
26109         * inet/inet_netof.c (inet_netof): Likewise.
26110         * inet/rcmd.c (__validuser2_sa): Likewise.
26111         * io/fts.c (fts_open): Likewise.
26112         (fts_load): Likewise.
26113         (fts_close): Likewise.
26114         (fts_read): Likewise.
26115         (fts_children): Likewise.
26116         (fts_build): Likewise.
26117         (fts_stat): Likewise.
26118         (fts_sort): Likewise.
26119         (fts_alloc): Likewise.
26120         (fts_lfree): Likewise.
26121         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26122         (_IO_file_xsgetn): Likewise.
26123         (_IO_file_xsgetn_mmap): Likewise.
26124         * libio/iofopncook.c (_IO_cookie_read): Likewise.
26125         (_IO_cookie_write): Likewise.
26126         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26127         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26128         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26129         * malloc/obstack.c (_obstack_begin): Likewise.
26130         (_obstack_begin_1): Likewise.
26131         (_obstack_newchunk): Likewise.
26132         (_obstack_allocated_p): Likewise.
26133         (obstack_free): Likewise.
26134         (_obstack_memory_used): Likewise.
26135         * misc/getttyent.c (getttynam): Likewise.
26136         (getttyent): Likewise.
26137         (skip): Likewise.
26138         (value): Likewise.
26139         * misc/getusershell.c (initshells): Likewise.
26140         * misc/syslog.c (__vsyslog_chk): Likewise.
26141         * misc/ttyslot.c (ttyslot): Likewise.
26142         * nis/nis_hash.c (__nis_hash): Likewise.
26143         * posix/fnmatch_loop.c (FCT): Likewise.
26144         * posix/getconf.c (print_all): Likewise.
26145         (main): Likewise.
26146         * posix/getopt.c (exchange): Likewise.
26147         * posix/glob.c (globfree): Likewise.
26148         (prefix_array): Likewise.
26149         (__glob_pattern_type): Likewise.
26150         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26151         (NS_GET32): Likewise.
26152         (NS_PUT16): Likewise.
26153         (NS_PUT32): Likewise.
26154         * resolv/gethnamaddr.c (getanswer): Likewise.
26155         (gethostbyname2): Likewise.
26156         (gethostbyaddr): Likewise.
26157         (_gethtent): Likewise.
26158         (_gethtbyname2): Likewise.
26159         (_gethtbyaddr): Likewise.
26160         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26161         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26162         * resolv/res_init.c (__res_vinit): Likewise.
26163         (net_mask): Likewise.
26164         * resolv/res_mkquery.c (outchar): Likewise.
26165         (PRINT): Likewise.
26166         * stdio-common/printf_fp.c (outchar): Likewise.
26167         (PRINT): Likewise.
26168         * stdio-common/printf_fphex.c (outchar): Likewise.
26169         (PRINT): Likewise.
26170         * stdio-common/printf_size.c (outchar): Likewise.
26171         (PRINT): Likewise.
26172         * stdio-common/test_rdwr.c (main): Likewise.
26173         * stdio-common/tfformat.c (matches): Likewise.
26174         * stdio-common/vfprintf.c (outchar): Likewise.
26175         (printf_unknown): Likewise.
26176         (buffered_vfprintf): Likewise.
26177         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26178         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26179         (ReadFile): Likewise.
26180         * stdlib/qsort.c (SWAP): Likewise.
26181         (_quicksort): Likewise.
26182         * stdlib/setenv.c (__add_to_environ): Likewise.
26183         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26184         * stdlib/strtol_l.c (__strtol_l): Likewise.
26185         * stdlib/tst-strtod.c (main): Likewise.
26186         * stdlib/tst-strtol.c (main): Likewise.
26187         * stdlib/tst-strtoll.c (main): Likewise.
26188         * string/bits/string2.h (__strcmp_cc): Likewise.
26189         (__strcmp_cg): Likewise.
26190         (__strcspn_c1): Likewise.
26191         (__strcspn_c2): Likewise.
26192         (__strcspn_c3): Likewise.
26193         (__strspn_c1): Likewise.
26194         (__strspn_c2): Likewise.
26195         (__strspn_c3): Likewise.
26196         (__strsep_1c): Likewise.
26197         (__strsep_2c): Likewise.
26198         (__strsep_3c): Likewise.
26199         * string/memccpy.c (__memccpy): Likewise.
26200         * string/stpcpy.c (__stpcpy): Likewise.
26201         * string/strcmp.c (strcmp): Likewise.
26202         * string/strrchr.c (strrchr): Likewise.
26203         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26204         Likewise.
26205         * sysdeps/mach/hurd/getcwd.c
26206         (_hurd_canonicalize_directory_name_internal): Likewise.
26207         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26208         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26209         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26210         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26211         Likewise, in both definitions.
26212         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26213         definitions.
26214         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26215         64] (__bswap_64): Likewise.
26216         * time/test_time.c (main): Likewise.
26217         * time/tzfile.c (__tzfile_read): Likewise.
26218         (__tzfile_compute): Likewise.
26219         * time/tzset.c (__tzset_parse_tz): Likewise.
26220         (tzset_internal): Likewise.
26221         (compute_change): Likewise.
26222         * wcsmbs/wcscat.c (__wcscat): Likewise.
26223         * wcsmbs/wcschr.c (wcschr): Likewise.
26224         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26225         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26226         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26227         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26228         * wcsmbs/wcsspn.c (wcsspn): Likewise.
26229         * wcsmbs/wcsstr.c (wcsstr): Likewise.
26230         * wcsmbs/wmemchr.c (wmemchr): Likewise.
26231         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26232         * wcsmbs/wmemset.c (wmemset): Likewise.
26234 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
26236         * scripts/config.guess: Update to version 2013-05-16.
26237         * scripts/config.sub: Update to version 2013-04-24.
26238         * scripts/install-sh: Update to version 2011-11-20.07.
26239         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26240         * scripts/move-if-change: Update to version 2012-01-06 07:23.
26242 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
26244         * debug/fgetws_u_chk.c: Fix leading whitespaces.
26245         * elf/sln.c: Likewise.
26246         * hurd/hurd/ioctl.h: Likewise.
26247         * hurd/hurdmalloc.c: Likewise.
26248         * hurd/xattr.c: Likewise.
26249         * include/shlib-compat.h: Likewise.
26250         * inet/ruserpass.c: Likewise.
26251         * libio/iofgets_u.c: Likewise.
26252         * libio/iofgetws_u.c: Likewise.
26253         * locale/programs/ld-identification.c: Likewise.
26254         * locale/programs/ld-time.c: Likewise.
26255         * mach/msg-destroy.c: Likewise.
26256         * nss/nss_files/files-netgrp.c: Likewise.
26257         * resolv/res_data.c: Likewise.
26258         * soft-fp/op-1.h: Likewise.
26259         * soft-fp/op-2.h: Likewise.
26260         * soft-fp/op-4.h: Likewise.
26261         * soft-fp/op-common.h: Likewise.
26262         * stdio-common/printf_fphex.c: Likewise.
26263         * stdlib/strtod_l.c: Likewise.
26264         * sunrpc/rpc/clnt.h: Likewise.
26265         * sysdeps/generic/framestate.c: Likewise.
26266         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26267         * sysdeps/i386/bsd-setjmp.S: Likewise.
26268         * sysdeps/i386/__longjmp.S: Likewise.
26269         * sysdeps/i386/setjmp.S: Likewise.
26270         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26271         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26272         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26273         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26274         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26275         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26276         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26277         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26278         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26279         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26280         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26281         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26282         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26283         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26284         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26285         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26286         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26287         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26288         * sysdeps/ieee754/support.c: Likewise.
26289         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26290         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26291         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26292         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26293         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26294         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26295         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26296         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26297         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26298         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26299         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26300         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26301         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26302         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26303         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26304         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26305         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26308 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
26310         * posix/transbug.c: Remove executable mode.
26312 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
26314         * crypt/speeds.c: Remove trailing whitespace.
26315         * dlfcn/default.c: Likewise.
26316         * elf/ifuncdep2.c: Likewise.
26317         * elf/ifuncmain1.c: Likewise.
26318         * elf/ifuncmain1vis.c: Likewise.
26319         * elf/testobj.h: Likewise.
26320         * elf/tst-stackguard1.c: Likewise.
26321         * gmon/sys/gmon.h: Likewise.
26322         * hurd/hurdmsg.c: Likewise.
26323         * hurd/new-fd.c: Likewise.
26324         * hurd/ports-get.c: Likewise.
26325         * iconvdata/ibm1008_420.c: Likewise.
26326         * inet/tst-getni1.c: Likewise.
26327         * inet/tst-getni2.c: Likewise.
26328         * libio/ioungetc.c: Likewise.
26329         * libio/wfiledoalloc.c: Likewise.
26330         * manual/libm-err-tab.pl: Likewise.
26331         * math/w_dremf.c: Likewise.
26332         * misc/ftruncate.c: Likewise.
26333         * posix/bug-glob2.c: Likewise.
26334         * posix/tst-pcre.c: Likewise.
26335         * posix/wait4.c: Likewise.
26336         * resolv/README: Likewise.
26337         * resolv/res_debug.h: Likewise.
26338         * resolv/tst-inet_ntop.c: Likewise.
26339         * setjmp/bug269-setjmp.c: Likewise.
26340         * soft-fp/extended.h: Likewise.
26341         * soft-fp/op-1.h: Likewise.
26342         * soft-fp/op-2.h: Likewise.
26343         * soft-fp/op-4.h: Likewise.
26344         * soft-fp/op-8.h: Likewise.
26345         * soft-fp/testit.c: Likewise.
26346         * stdio-common/bug16.c: Likewise.
26347         * stdlib/random.c: Likewise.
26348         * sunrpc/rpcsvc/rquota.x: Likewise.
26349         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26350         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26351         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26352         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26353         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26354         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26355         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26356         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26357         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26358         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26359         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26360         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26361         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26362         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26363         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26364         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26365         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26366         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26367         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26368         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26369         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26370         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26371         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26372         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26373         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26374         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26375         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26376         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26377         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26378         * sysdeps/ieee754/s_lib_version.c: Likewise.
26379         * sysdeps/mach/hurd/check_fds.c: Likewise.
26380         * sysdeps/mach/hurd/getsockname.c: Likewise.
26381         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26382         * sysdeps/mach/hurd/recvfrom.c: Likewise.
26383         * sysdeps/powerpc/bits/link.h: Likewise.
26384         * sysdeps/powerpc/dl-procinfo.c: Likewise.
26385         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26386         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26387         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26388         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26389         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26390         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26391         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26392         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26393         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26394         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26395         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26396         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26397         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26398         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26399         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26400         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26401         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26402         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26403         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26404         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26405         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26406         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26407         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26408         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26409         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26410         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26411         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26412         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26413         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26414         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26415         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26416         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26417         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26418         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26419         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26420         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26421         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26422         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26423         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26424         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26425         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26426         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26427         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26428         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26429         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26430         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26431         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26432         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26433         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26434         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26435         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26436         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26437         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26438         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26439         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26440         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26441         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26442         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26443         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26444         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26445         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26446         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26447         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26448         * sysdeps/powerpc/sysdep.h: Likewise.
26449         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26450         * sysdeps/s390/s390-64/sub_n.S: Likewise.
26451         * sysdeps/sh/dl-trampoline.S: Likewise.
26452         * sysdeps/sh/memset.S: Likewise.
26453         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26454         * sysdeps/sh/strlen.S: Likewise.
26455         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26456         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26457         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26458         * sysdeps/sparc/sparc32/rem.S: Likewise.
26459         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26460         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26461         * sysdeps/sparc/sparc32/strchr.S: Likewise.
26462         * sysdeps/sparc/sparc32/udiv.S: Likewise.
26463         * sysdeps/sparc/sparc32/urem.S: Likewise.
26464         * sysdeps/sparc/sparc64/add_n.S: Likewise.
26465         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26466         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26467         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26468         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26469         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26470         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26471         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26472         * sysdeps/unix/bsd/times.c: Likewise.
26473         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26474         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26478         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26479         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26480         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26481         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26482         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26483         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26484         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26485         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26486         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26487         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26488         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26489         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26490         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26491         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26492         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26493         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26494         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26495         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26496         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26497         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26498         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26499         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26500         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26501         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26502         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26503         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26504         * sysdeps/x86_64/strcspn.S: Likewise.
26506 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26508         * locale/C-translit.h: Revert #include <stdint.h> because this is a
26509         generated file.  Regenerate properly from gen-translit.pl.
26510         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
26511         locale/C-translit.h.
26513 2013-06-05  Andreas Schwab  <schwab@suse.de>
26515         [BZ #15100]
26516         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26517         week as 6 instead of -1.
26518         * time/tst-strptime.c (day_tests): Add test case.
26520 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26522         * sysdeps/generic/math_private.h
26523         (libc_feholdexcept_setround_53bit): Replace with
26524         libc_feholdsetround_53bit.
26525         (libc_feupdateenv_53bit): Replace with
26526         libc_feresetround_53bit.
26527         (SET_RESTORE_ROUND_53BIT): Adjust.
26529 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26531         * string/test-strchrnul.c: Add copyright header.
26533         * posix/tst-getaddrinfo4.c: Increase test timeout.
26535 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
26537         [BZ #15536]
26538         * math/libm-test.inc (MAX_EXP): Remove
26539         (MIN_EXP): Define.
26540         (ulp): Use MIN_EXP - MANT_DIG.
26541         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26543 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
26545         * po/be.po: Revert last change.
26546         * po/zh_CN.po: Likewise.
26547         * po/header.pot: Likewise.
26549 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
26551         * Makefile ($(common-objpfx)linkobj/libc.so): Define
26552         link-libc-deps to empty as target-specific variable.
26553         * Makerules (link-libc-args): New variable.
26554         (libc-for-link): Likewise.
26555         (link-libc-deps): Likewise.
26556         (lib%.so): Depend on $(link-libc-deps).  Link with
26557         $(link-libc-args).
26558         (build-module): Link with $(link-libc-args).
26559         (build-module-asneeded): Likewise.
26560         (build-module-helper-objlist): Filter out $(link-libc-deps) from
26561         list of objects.
26562         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26563         target-specific variable.
26564         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26565         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26566         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26567         libc.
26568         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26569         libc and ld.so.
26570         ($(objpfx)libpcprofile.so): Likewise.
26571         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26572         libc_nonshared.a.
26573         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26574         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26575         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26576         $(link-libc-deps).
26577         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26578         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26579         * login/Makefile ($(objpfx)libutil.so): Likewise.
26580         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26581         * math/Makefile ($(objpfx)libm.so): Likewise.
26582         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26583         $(objpfx)libnsl.so): Define libc-for-link as target-specific
26584         variable instead of depending directly on libc.
26585         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26586         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26587         $(link-libc-deps).
26588         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26589         libc.
26590         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26591         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26592         ($(objpfx)libanl.so): Likewise.
26593         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26594         ld.so.
26595         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26596         $(link-libc-deps).
26597         * sysdeps/i386/fpu/Makefile: Remove file.
26598         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26599         ($(objpfx)libm.so): Remove dependency on ld.so.
26601 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
26603         [BZ # 15553]
26604         * nis/yp_xdr.c (XDRMAXNAME): Define.
26605         (XDRMAXRECORD): Define.
26606         (xdr_domainname): Use XDRMAXNAME.
26607         (xdr_mapname): Likewise.
26608         (xdr_peername): Likewise.
26609         (xdr_keydat): Use XDRMAXRECORD.
26610         (xdr_valdat): Likewise.
26612 2013-05-30  Jeff Law  <law@redhat.com>
26614         [BZ #14256]
26615         * manual/errno.texi (ESTALE): Update to account for more than
26616         just NFS file systems.
26617         * sysdeps/gnu/errlist.c: Regenerated.
26619 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26621         [BZ #15465]
26622         * elf/Makefile (tests): Add tst-null-argv.
26623         (modules-names):  Add tst-null-argv-lib.
26624         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26625         (tst-null-argv-ENV): Set environment for tst-null-argv.
26626         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26627         (RTLD_PROGNAME): New macro.
26628         * elf/tst-null-argv.c: New test case.
26629         * elf/tst-null-argv-lib.c: Library for test case.
26630         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26631         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26632         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26633         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26634         * elf/dl-init.c (call_init): Likewise.
26635         (_dl_init): Likewise.
26636         * elf/dl-load.c (print_search_path): Likewise.
26637         (_dl_map_object): Likewise.
26638         * elf/dl-lookup.c (do_lookup_x): Likewise.
26639         (add_dependency): Likewise.
26640         (_dl_lookup_symbol_x): Likewise.
26641         (_dl_debug_bindings): Likewise.
26642         * elf/dl-open.c (_dl_show_scope): Likewise.
26643         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26644         * elf/dl-version.c (match_symbol): Likewise.
26645         (_dl_check_map_versions): Likewise.
26646         * elf/rtld.c (dl_main): Likewise.
26647         (print_unresolved): Use RTLD_PROGNAME.
26648         (print_missing_version): Likewise.
26649         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26650         (elf_machine_rela): Likewise.
26651         * sysdeps/powerpc/powerpc32/dl-machine.c
26652         (__process_machine_rela): Likewise.
26653         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26654         Likewise.
26655         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26656         Likewise.
26657         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26658         Likewise.
26659         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26660         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26661         Likewise.
26662         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26663         Likewise.
26664         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26666 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
26668         * po/be.po: Add descriptive title.
26669         * po/zh_CN.po: Likewise.
26670         * po/header.pot: Likewise.
26672 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
26674         * locale/programs/locarchive.c (create_archive): Inlucde fname in
26675         error message.
26676         (enlarge_archive): Likewise.
26678 2013-05-28  Ben North  <ben@redfrontdoor.org>
26680         * manual/arith.texi (frexp): It is the magnitude of the return
26681         value which lies in [0.5, 1), not the return value itself.
26683 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26685         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26687 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
26689         * stdio-common/bug26.c (main): Correct fscanf template.
26691         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26692         declare _dl_skip_args.
26694         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26695         Don't declare.
26697         * manual/platform.texi: Add missing @end deftypefun.
26699 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26701         [BZ #15529]
26702         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26703         bit of mantissa of 2^16382.
26704         * math/libm-test.inc (hypot_test_data): Add more tests.
26706         * math/libm-test.inc: Add drem and pow10 to list of tested
26707         functions.
26708         (pow10_test): New function.
26709         (drem_test): Likewise.
26710         (drem_test_tonearest): Likewise.
26711         (drem_test_towardzero): Likewise.
26712         (drem_test_downward): Likewise.
26713         (drem_test_upward): Likewise.
26714         (main): Call the new functions.
26716         * math/libm-test.inc (finite_test_data): Remove.
26717         (finite_test): Run tests from isfinite_test_data.
26718         (gamma_test_data): Remove.
26719         (gamma_test): Run tests from lgamma_test_data.
26720         * sysdeps/i386/fpu/libm-test-ulps: Update.
26721         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26723 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26725         * manual/platform.texi: Add PowerPC PPR function set documentation.
26726         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26727         implementation.
26729 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26731         * math/libm-test.inc (MAX_EXP): Define.
26732         (ULPDIFF): Define.
26733         (ulp): New function.
26734         (check_float_internal): Use ULPDIFF.
26735         (cpow_test): Disable failing test.
26736         (check_ulp): Test ulp() implemetnation.
26737         (main): Call check_ulp before starting tests.
26739 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26741         * math/gen-libm-test.pl (generate_testfile): Do not handle
26742         START_DATA and END_DATA.
26743         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26744         END_DATA.
26745         (acos_tonearest_test_data): Likewise.
26746         (acos_towardzero_test_data): Likewise.
26747         (acos_downward_test_data): Likewise.
26748         (acos_upward_test_data): Likewise.
26749         (acosh_test_data): Likewise.
26750         (asin_test_data): Likewise.
26751         (asin_tonearest_test_data): Likewise.
26752         (asin_towardzero_test_data): Likewise.
26753         (asin_downward_test_data): Likewise.
26754         (asin_upward_test_data): Likewise.
26755         (asinh_test_data): Likewise.
26756         (atan_test_data): Likewise.
26757         (atanh_test_data): Likewise.
26758         (atan2_test_data): Likewise.
26759         (cabs_test_data): Likewise.
26760         (cacos_test_data): Likewise.
26761         (cacosh_test_data): Likewise.
26762         (carg_test_data): Likewise.
26763         (casin_test_data): Likewise.
26764         (casinh_test_data): Likewise.
26765         (catan_test_data): Likewise.
26766         (catanh_test_data): Likewise.
26767         (cbrt_test_data): Likewise.
26768         (ccos_test_data): Likewise.
26769         (ccosh_test_data): Likewise.
26770         (ceil_test_data): Likewise.
26771         (cexp_test_data): Likewise.
26772         (cimag_test_data): Likewise.
26773         (clog_test_data): Likewise.
26774         (clog10_test_data): Likewise.
26775         (conj_test_data): Likewise.
26776         (copysign_test_data): Likewise.
26777         (cos_test_data): Likewise.
26778         (cos_tonearest_test_data): Likewise.
26779         (cos_towardzero_test_data): Likewise.
26780         (cos_downward_test_data): Likewise.
26781         (cos_upward_test_data): Likewise.
26782         (cosh_test_data): Likewise.
26783         (cosh_tonearest_test_data): Likewise.
26784         (cosh_towardzero_test_data): Likewise.
26785         (cosh_downward_test_data): Likewise.
26786         (cosh_upward_test_data): Likewise.
26787         (cpow_test_data): Likewise.
26788         (cproj_test_data): Likewise.
26789         (creal_test_data): Likewise.
26790         (csin_test_data): Likewise.
26791         (csinh_test_data): Likewise.
26792         (csqrt_test_data): Likewise.
26793         (ctan_test_data): Likewise.
26794         (ctan_tonearest_test_data): Likewise.
26795         (ctan_towardzero_test_data): Likewise.
26796         (ctan_downward_test_data): Likewise.
26797         (ctan_upward_test_data): Likewise.
26798         (ctanh_test_data): Likewise.
26799         (ctanh_tonearest_test_data): Likewise.
26800         (ctanh_towardzero_test_data): Likewise.
26801         (ctanh_downward_test_data): Likewise.
26802         (ctanh_upward_test_data): Likewise.
26803         (erf_test_data): Likewise.
26804         (erfc_test_data): Likewise.
26805         (exp_test_data): Likewise.
26806         (exp_tonearest_test_data): Likewise.
26807         (exp_towardzero_test_data): Likewise.
26808         (exp_downward_test_data): Likewise.
26809         (exp_upward_test_data): Likewise.
26810         (exp10_test_data): Likewise.
26811         (exp2_test_data): Likewise.
26812         (expm1_test_data): Likewise.
26813         (fabs_test_data): Likewise.
26814         (fdim_test_data): Likewise.
26815         (finite_test_data): Likewise.
26816         (floor_test_data): Likewise.
26817         (fma_test_data): Likewise.
26818         (fma_towardzero_test_data): Likewise.
26819         (fma_downward_test_data): Likewise.
26820         (fma_upward_test_data): Likewise.
26821         (fmax_test_data): Likewise.
26822         (fmin_test_data): Likewise.
26823         (fmod_test_data): Likewise.
26824         (fpclassify_test_data): Likewise.
26825         (frexp_test_data): Likewise.
26826         (gamma_test_data): Likewise.
26827         (hypot_test_data): Likewise.
26828         (ilogb_test_data): Likewise.
26829         (isfinite_test_data): Likewise.
26830         (isgreater_test_data): Likewise.
26831         (isgreaterequal_test_data): Likewise.
26832         (isinf_test_data): Likewise.
26833         (isless_test_data): Likewise.
26834         (islessequal_test_data): Likewise.
26835         (islessgreater_test_data): Likewise.
26836         (isnan_test_data): Likewise.
26837         (isnormal_test_data): Likewise.
26838         (issignaling_test_data): Likewise.
26839         (isunordered_test_data): Likewise.
26840         (j0_test_data): Likewise.
26841         (j1_test_data): Likewise.
26842         (jn_test_data): Likewise.
26843         (ldexp_test_data): Likewise.
26844         (lgamma_test_data): Likewise.
26845         (lrint_test_data): Likewise.
26846         (lrint_tonearest_test_data): Likewise.
26847         (lrint_towardzero_test_data): Likewise.
26848         (lrint_downward_test_data): Likewise.
26849         (lrint_upward_test_data): Likewise.
26850         (llrint_test_data): Likewise.
26851         (llrint_tonearest_test_data): Likewise.
26852         (llrint_towardzero_test_data): Likewise.
26853         (llrint_downward_test_data): Likewise.
26854         (llrint_upward_test_data): Likewise.
26855         (log_test_data): Likewise.
26856         (log10_test_data): Likewise.
26857         (log1p_test_data): Likewise.
26858         (log2_test_data): Likewise.
26859         (logb_test_data): Likewise.
26860         (logb_downward_test_data): Likewise.
26861         (lround_test_data): Likewise.
26862         (llround_test_data): Likewise.
26863         (modf_test_data): Likewise.
26864         (nearbyint_test_data): Likewise.
26865         (nextafter_test_data): Likewise.
26866         (nexttoward_test_data): Likewise.
26867         (pow_test_data): Likewise.
26868         (pow_tonearest_test_data): Likewise.
26869         (pow_towardzero_test_data): Likewise.
26870         (pow_downward_test_data): Likewise.
26871         (pow_upward_test_data): Likewise.
26872         (remainder_test_data): Likewise.
26873         (remainder_tonearest_test_data): Likewise.
26874         (remainder_towardzero_test_data): Likewise.
26875         (remainder_downward_test_data): Likewise.
26876         (remainder_upward_test_data): Likewise.
26877         (remquo_test_data): Likewise.
26878         (rint_test_data): Likewise.
26879         (rint_tonearest_test_data): Likewise.
26880         (rint_towardzero_test_data): Likewise.
26881         (rint_downward_test_data): Likewise.
26882         (rint_upward_test_data): Likewise.
26883         (round_test_data): Likewise.
26884         (scalb_test_data): Likewise.
26885         (scalbn_test_data): Likewise.
26886         (scalbln_test_data): Likewise.
26887         (signbit_test_data): Likewise.
26888         (sin_test_data): Likewise.
26889         (sin_tonearest_test_data): Likewise.
26890         (sin_towardzero_test_data): Likewise.
26891         (sin_downward_test_data): Likewise.
26892         (sin_upward_test_data): Likewise.
26893         (sincos_test_data): Likewise.
26894         (sinh_test_data): Likewise.
26895         (sinh_tonearest_test_data): Likewise.
26896         (sinh_towardzero_test_data): Likewise.
26897         (sinh_downward_test_data): Likewise.
26898         (sinh_upward_test_data): Likewise.
26899         (sqrt_test_data): Likewise.
26900         (tan_test_data): Likewise.
26901         (tan_tonearest_test_data): Likewise.
26902         (tan_towardzero_test_data): Likewise.
26903         (tan_downward_test_data): Likewise.
26904         (tan_upward_test_data): Likewise.
26905         (tanh_test_data): Likewise.
26906         (tgamma_test_data): Likewise.
26907         (trunc_test_data): Likewise.
26908         (y0_test_data): Likewise.
26909         (y1_test_data): Likewise.
26910         (yn_test_data): Likewise.
26911         (significand_test_data): Likewise.
26913         * math/gen-libm-test.pl (@functions): Remove variable.
26914         (generate_testfile): Don't handle START and END lines.
26915         * math/libm-test.inc (START): New macro.
26916         (END): Likewise.
26917         (END_COMPLEX): Likewise.
26918         (acos_test): Use END macro without arguments.
26919         (acos_test_tonearest): Likewise.
26920         (acos_test_towardzero): Likewise.
26921         (acos_test_downward): Likewise.
26922         (acos_test_upward): Likewise.
26923         (acosh_test): Likewise.
26924         (asin_test): Likewise.
26925         (asin_test_tonearest): Likewise.
26926         (asin_test_towardzero): Likewise.
26927         (asin_test_downward): Likewise.
26928         (asin_test_upward): Likewise.
26929         (asinh_test): Likewise.
26930         (atan_test): Likewise.
26931         (atanh_test): Likewise.
26932         (atan2_test): Likewise.
26933         (cabs_test): Likewise.
26934         (cacos_test): Use END_COMPLEX macro without arguments.
26935         (cacosh_test): Likewise.
26936         (carg_test): Use END macro without arguments.
26937         (casin_test): Use END_COMPLEX macro without arguments.
26938         (casinh_test): Likewise.
26939         (catan_test): Likewise.
26940         (catanh_test): Likewise.
26941         (cbrt_test): Use END macro without arguments.
26942         (ccos_test): Use END_COMPLEX macro without arguments.
26943         (ccosh_test): Likewise.
26944         (ceil_test): Use END macro without arguments.
26945         (cexp_test): Use END_COMPLEX macro without arguments.
26946         (cimag_test): Use END macro without arguments.
26947         (clog_test): Use END_COMPLEX macro without arguments.
26948         (clog10_test): Likewise.
26949         (conj_test): Likewise.
26950         (copysign_test): Use END macro without arguments.
26951         (cos_test): Likewise.
26952         (cos_test_tonearest): Likewise.
26953         (cos_test_towardzero): Likewise.
26954         (cos_test_downward): Likewise.
26955         (cos_test_upward): Likewise.
26956         (cosh_test): Likewise.
26957         (cosh_test_tonearest): Likewise.
26958         (cosh_test_towardzero): Likewise.
26959         (cosh_test_downward): Likewise.
26960         (cosh_test_upward): Likewise.
26961         (cpow_test): Use END_COMPLEX macro without arguments.
26962         (cproj_test): Likewise.
26963         (creal_test): Use END macro without arguments.
26964         (csin_test): Use END_COMPLEX macro without arguments.
26965         (csinh_test): Likewise.
26966         (csqrt_test): Likewise.
26967         (ctan_test): Likewise.
26968         (ctan_test_tonearest): Likewise.
26969         (ctan_test_towardzero): Likewise.
26970         (ctan_test_downward): Likewise.
26971         (ctan_test_upward): Likewise.
26972         (ctanh_test): Likewise.
26973         (ctanh_test_tonearest): Likewise.
26974         (ctanh_test_towardzero): Likewise.
26975         (ctanh_test_downward): Likewise.
26976         (ctanh_test_upward): Likewise.
26977         (erf_test): Use END macro without arguments.
26978         (erfc_test): Likewise.
26979         (exp_test): Likewise.
26980         (exp_test_tonearest): Likewise.
26981         (exp_test_towardzero): Likewise.
26982         (exp_test_downward): Likewise.
26983         (exp_test_upward): Likewise.
26984         (exp10_test): Likewise.
26985         (exp2_test): Likewise.
26986         (expm1_test): Likewise.
26987         (fabs_test): Likewise.
26988         (fdim_test): Likewise.
26989         (finite_test): Likewise.
26990         (floor_test): Likewise.
26991         (fma_test): Likewise.
26992         (fma_test_towardzero): Likewise.
26993         (fma_test_downward): Likewise.
26994         (fma_test_upward): Likewise.
26995         (fmax_test): Likewise.
26996         (fmin_test): Likewise.
26997         (fmod_test): Likewise.
26998         (fpclassify_test): Likewise.
26999         (frexp_test): Likewise.
27000         (gamma_test): Likewise.
27001         (hypot_test): Likewise.
27002         (ilogb_test): Likewise.
27003         (isfinite_test): Likewise.
27004         (isgreater_test): Likewise.
27005         (isgreaterequal_test): Likewise.
27006         (isinf_test): Likewise.
27007         (isless_test): Likewise.
27008         (islessequal_test): Likewise.
27009         (islessgreater_test): Likewise.
27010         (isnan_test): Likewise.
27011         (isnormal_test): Likewise.
27012         (issignaling_test): Likewise.
27013         (isunordered_test): Likewise.
27014         (j0_test): Likewise.
27015         (j1_test): Likewise.
27016         (jn_test): Likewise.
27017         (ldexp_test): Likewise.
27018         (lgamma_test): Likewise.
27019         (lrint_test): Likewise.
27020         (lrint_test_tonearest): Likewise.
27021         (lrint_test_towardzero): Likewise.
27022         (lrint_test_downward): Likewise.
27023         (lrint_test_upward): Likewise.
27024         (llrint_test): Likewise.
27025         (llrint_test_tonearest): Likewise.
27026         (llrint_test_towardzero): Likewise.
27027         (llrint_test_downward): Likewise.
27028         (llrint_test_upward): Likewise.
27029         (log_test): Likewise.
27030         (log10_test): Likewise.
27031         (log1p_test): Likewise.
27032         (log2_test): Likewise.
27033         (logb_test): Likewise.
27034         (logb_test_downward): Likewise.
27035         (lround_test): Likewise.
27036         (llround_test): Likewise.
27037         (modf_test): Likewise.
27038         (nearbyint_test): Likewise.
27039         (nextafter_test): Likewise.
27040         (nexttoward_test): Likewise.
27041         (pow_test): Likewise.
27042         (pow_test_tonearest): Likewise.
27043         (pow_test_towardzero): Likewise.
27044         (pow_test_downward): Likewise.
27045         (pow_test_upward): Likewise.
27046         (remainder_test): Likewise.
27047         (remainder_test_tonearest): Likewise.
27048         (remainder_test_towardzero): Likewise.
27049         (remainder_test_downward): Likewise.
27050         (remainder_test_upward): Likewise.
27051         (remquo_test): Likewise.
27052         (rint_test): Likewise.
27053         (rint_test_tonearest): Likewise.
27054         (rint_test_towardzero): Likewise.
27055         (rint_test_downward): Likewise.
27056         (rint_test_upward): Likewise.
27057         (round_test): Likewise.
27058         (scalb_test): Likewise.
27059         (scalbn_test): Likewise.
27060         (scalbln_test): Likewise.
27061         (signbit_test): Likewise.
27062         (sin_test): Likewise.
27063         (sin_test_tonearest): Likewise.
27064         (sin_test_towardzero): Likewise.
27065         (sin_test_downward): Likewise.
27066         (sin_test_upward): Likewise.
27067         (sincos_test): Likewise.
27068         (sinh_test): Likewise.
27069         (sinh_test_tonearest): Likewise.
27070         (sinh_test_towardzero): Likewise.
27071         (sinh_test_downward): Likewise.
27072         (sinh_test_upward): Likewise.
27073         (sqrt_test): Likewise.
27074         (tan_test): Likewise.
27075         (tan_test_tonearest): Likewise.
27076         (tan_test_towardzero): Likewise.
27077         (tan_test_downward): Likewise.
27078         (tan_test_upward): Likewise.
27079         (tanh_test): Likewise.
27080         (tgamma_test): Likewise.
27081         (trunc_test): Likewise.
27082         (y0_test): Likewise.
27083         (y1_test): Likewise.
27084         (yn_test): Likewise.
27085         (significand_test): Likewise.
27087 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
27089         [BZ #15381]
27090         * libio/genops.c (_IO_no_init): Initialize wide struct info.
27092 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27094         [BZ #14894]
27095         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27096         __ppc_mdoio and __ppc_mdoom.
27097         * manual/platform.texi: Document new functions __ppc_yield,
27098         __ppc_mdoio and __ppc_mdoom.
27100 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
27102         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27103         (main): Mention "tls" pseudo-hwcap is legacy.
27104         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27106 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27108         * math/gen-libm-test.pl (parse_args): Output only string of
27109         arguments as text for test name, not full call or descriptions of
27110         tests for extra outputs.
27111         (generate_testfile): Do not pass function name to parse_args.
27112         Generate this_func variable from START.
27113         * math/libm-test.inc (struct test_f_f_data): Rename test_name
27114         field to arg_str.
27115         (struct test_ff_f_data): Likewise.
27116         (test_ff_f_data_nexttoward): Likewise.
27117         (struct test_fi_f_data): Likewise.
27118         (struct test_fl_f_data): Likewise.
27119         (struct test_if_f_data): Likewise.
27120         (struct test_fff_f_data): Likewise.
27121         (struct test_c_f_data): Likewise.
27122         (struct test_f_f1_data): Likewise.  Remove field extra_name.
27123         (struct test_fF_f1_data): Likewise.
27124         (struct test_ffI_f1_data): Likewise.
27125         (struct test_c_c_data): Rename test_name field to arg_str.
27126         (struct test_cc_c_data): Likewise.
27127         (struct test_f_i_data): Likewise.
27128         (struct test_ff_i_data): Likewise.
27129         (struct test_f_l_data): Likewise.
27130         (struct test_f_L_data): Likewise.
27131         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
27132         and extra2_name.
27133         (COMMON_TEST_SETUP): New macro.
27134         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27135         (COMMON_TEST_CLEANUP): Likewise.
27136         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27137         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
27138         macros.
27139         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27140         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
27141         macros.
27142         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27143         (RUN_TEST_fff_f): Take argument string.  Call new setup and
27144         cleanup macros.
27145         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27146         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27147         macros.
27148         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27149         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27150         macros.
27151         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27152         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27153         cleanup macros.
27154         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27155         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27156         cleanup macros.
27157         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27158         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27159         cleanup macros.
27160         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27161         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27162         macros.
27163         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27164         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27165         macros.
27166         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27167         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27168         macros.
27169         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27170         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27171         cleanup macros.
27172         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27173         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27174         cleanup macros.
27175         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27176         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27177         macros.
27178         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27179         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27180         cleanup macros.
27181         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27182         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
27183         macros.
27184         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27185         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
27186         macros.
27187         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27188         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
27189         cleanup macros.
27190         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27192 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
27194         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27195         to _sifields.sigfault.
27196         (si_addr_lsb): Define new macro.
27197         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27198         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27199         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27201 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
27203         [BZ #15441]
27204         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27205         returns -1.
27206         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27207         null return -1.
27208         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27209         loading the domain.
27211 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27213         * math/gen-libm-test.pl (parse_args): Do not include expected
27214         result in test name.
27215         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27216         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27217         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27218         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27219         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27220         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27222 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27224         * benchtests/Makefile: Sort function entries.
27226         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27227         tanh, asinh, acosh, atanh.
27228         * benchtests/acos-inputs: New file.
27229         * benchtests/acosh-inputs: New file.
27230         * benchtests/asin-inputs: New file.
27231         * benchtests/asinh-inputs: New file.
27232         * benchtests/atanh-inputs: New file.
27233         * benchtests/cosh-inputs: New file.
27234         * benchtests/log-inputs: New file.
27235         * benchtests/sinh-inputs: New file.
27236         * benchtests/tanh-inputs: New file.
27238 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
27240         [BZ #15339]
27241         * posix/tst-getaddrinfo4.c: New test.
27242         * posix/Makefile (tests): Add it.
27244 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27246         [BZ #15339]
27247         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27248         when no services were used.
27249         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27250         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27252 2013-05-21  Andreas Schwab  <schwab@suse.de>
27254         [BZ #15014]
27255         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27256         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27257         successful.
27258         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27259         redundant variable declarations and reallocation of buffer when
27260         parsing as IPv6 address.  Always set NSS status when called from
27261         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
27262         buffer too small.  Correct computation of needed size.
27263         * nss/Makefile (tests): Add test-digits-dots.
27264         * nss/test-digits-dots.c: New test.
27266 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27268         * benchtests/Makefile: Remove instructions for adding
27269         benchmark tests.
27270         * benchtests/README: New file to explain how to execute and
27271         enhance the benchmark tests.
27273 2013-05-21  Andreas Schwab  <schwab@suse.de>
27275         [BZ #15493]
27276         * setjmp/Makefile (tests): Add tst-sigsetjmp.
27277         * setjmp/tst-sigsetjmp.c: New test.
27279 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27281         * sysdeps/x86_64/memset.S (memset): New implementation.
27282         (__bzero): Likewise.
27283         (__memset_tail): New function.
27285 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27287         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27288         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27289         __memcpy_sse2_unaligned ifunc selection.
27290         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27291         Add memcpy-sse2-unaligned.S.
27292         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27293         Add: __memcpy_sse2_unaligned.
27295 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
27297         [BZ #15490]
27298         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27299         math_force_eval before restoring floating-point envrionment.
27300         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27301         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27302         Likewise.
27303         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27304         <math_private.h>.
27305         (__nearbyintl): Use math_force_eval before restoring
27306         floating-point environment.
27307         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27309         * math/gen-libm-test.pl (special_functions): Remove.
27310         (parse_args): Don't handle TEST_extra.  Handle functions with no
27311         return value.
27312         * math/libm-test.inc (struct test_sincos_data): Replace with
27313         struct test_fFF_11_data.
27314         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27315         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27316         (sincos_test_data): Change element type to struct
27317         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
27318         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27319         RUN_TEST_LOOP_sincos.
27320         * math/README.libm-test: Don't mention special handling of
27321         individual functions.
27322         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27323         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27324         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27325         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27326         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27327         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27329         * math/gen-libm-test.pl (get_variable): Remove function.
27330         (parse_args): Don't show pointer parameters to call in test
27331         names.  Use "extra output N" in test names for extra outputs
27332         rather than naming variables.
27334 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
27336         [BZ #15488]
27337         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27338         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27339         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27340         double tests.
27341         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27342         disable.
27343         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27344         check_long_double.
27346         * math/gen-libm-test.pl (@tests): Remove variable.
27347         ($count): Likewise.
27348         (new_test): Remove function.
27349         (show_exceptions): New function.
27350         (special_functions): Use show_exceptions instead of new_test.
27351         (parse_args): Likewise.
27352         (generate_testfile): Pass only function name in generated call to
27353         print_max_error or print_complex_max_error.
27354         (get_ulps): Do not handle complex tests specially.
27355         (output_test): Rename to ...
27356         (get_all_ulps_for_test): ... this.  Return a string rather than
27357         printing to a file.  Require ulps to be present.
27358         (output_ulps): Generate arrays rather than #defines.
27359         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27360         (struct ulp_data): New type.
27361         (BUILD_COMPLEX_ULP): Remove macro.
27362         (compare_ulp_data): New function.
27363         (find_ulps): Likewise.
27364         (find_test_ulps): Likewise.
27365         (find_function_ulps): Likewise.
27366         (find_complex_function_ulps): Likewise.
27367         (print_max_error): Determine allowed ulps using
27368         find_function_ulps.
27369         (print_complex_max_error): Determine allowed ulps using
27370         find_complex_function_ulps.
27371         (check_float_internal): Determine max ulps using find_test_ulps.
27372         (check_float): Do not take max_ulp parameter.  Update call to
27373         check_float_internal.
27374         (check_complex): Likewise.
27375         (check_int): Do not take max_ulp parameter.
27376         (check_long): Likewise.
27377         (check_bool): Likewise.
27378         (check_longlong): Likewise.
27379         (struct test_f_f_data): Remove max_ulp field.
27380         (struct test_ff_f_data): Likewise.
27381         (struct test_ff_f_data_nexttoward): Likewise.
27382         (struct test_fi_f_data): Likewise.
27383         (struct test_fl_f_data): Likewise.
27384         (struct test_if_f_data): Likewise.
27385         (struct test_fff_f_data): Likewise.
27386         (struct test_c_f_data): Likewise.
27387         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27388         (struct test_fF_f1_data): Likewise.
27389         (struct test_ffI_f1_data): Likewise.
27390         (struct test_c_c_data): Remove max_ulp field.
27391         (struct test_cc_c_data): Likewise.
27392         (struct test_f_i_data): Likewise.
27393         (struct test_ff_i_data): Likewise.
27394         (struct test_f_l_data): Likewise.
27395         (struct test_f_L_data): Likewise.
27396         (struct test_sincos_data): Likewise.
27397         (RUN_TEST_f_f): Do not handle ulps.
27398         (RUN_TEST_LOOP_f_f): Likewise.
27399         (RUN_TEST_2_f): Likewise.
27400         (RUN_TEST_LOOP_2_f): Likewise.
27401         (RUN_TEST_fff_f): Likewise.
27402         (RUN_TEST_LOOP_fff_f): Likewise.
27403         (RUN_TEST_c_f): Likewise.
27404         (RUN_TEST_LOOP_c_f): Likewise.
27405         (RUN_TEST_f_f1): Likewise.
27406         (RUN_TEST_LOOP_f_f1): Likewise.
27407         (RUN_TEST_fF_f1): Likewise.
27408         (RUN_TEST_LOOP_fF_f1): Likewise.
27409         (RUN_TEST_fI_f1): Likewise.
27410         (RUN_TEST_LOOP_fI_f1): Likewise.
27411         (RUN_TEST_ffI_f1): Likewise.
27412         (RUN_TEST_LOOP_ffI_f1): Likewise.
27413         (RUN_TEST_c_c): Likewise.
27414         (RUN_TEST_LOOP_c_c): Likewise.
27415         (RUN_TEST_cc_c): Likewise.
27416         (RUN_TEST_LOOP_cc_c): Likewise.
27417         (RUN_TEST_f_i): Likewise.
27418         (RUN_TEST_LOOP_f_i): Likewise.
27419         (RUN_TEST_f_i_tg): Likewise.
27420         (RUN_TEST_LOOP_f_i_tg): Likewise.
27421         (RUN_TEST_ff_i_tg): Likewise.
27422         (RUN_TEST_LOOP_ff_i_tg): Likewise.
27423         (RUN_TEST_f_b): Likewise.
27424         (RUN_TEST_LOOP_f_b): Likewise.
27425         (RUN_TEST_f_b_tg): Likewise.
27426         (RUN_TEST_LOOP_f_b_tg): Likewise.
27427         (RUN_TEST_f_l): Likewise.
27428         (RUN_TEST_LOOP_f_l): Likewise.
27429         (RUN_TEST_f_L): Likewise.
27430         (RUN_TEST_LOOP_f_L): Likewise.
27431         (RUN_TEST_sincos): Likewise.
27432         (RUN_TEST_LOOP_sincos): Likewise.
27434 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
27436         [BZ #15480]
27437         [BZ #15485]
27438         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27439         main case of finite arguments, set rounding mode to FE_TONEAREST
27440         and discard exceptions.
27441         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27442         exceptions.
27443         (remainder_tonearest_test_data): New variable.
27444         (remainder_test_tonearest): New function.
27445         (remainder_towardzero_test_data): New variable.
27446         (remainder_test_towardzero): New function.
27447         (remainder_downward_test_data): New variable.
27448         (remainder_test_downward): New function.
27449         (remainder_upward_test_data): New variable.
27450         (remainder_test_upward): New function.
27451         (main): Call the new test functions.
27453         * math/libm-test.inc (struct test_f_f1_data): Remove field
27454         extra_init.
27455         (struct test_fF_f1_data): Likewise.
27456         (struct test_ffI_f1_data): Likewise.
27457         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
27458         based on value of EXTRA_EXPECTED.
27459         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27460         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
27461         EXTRA_VAR based on value of EXTRA_EXPECTED.
27462         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27463         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
27464         EXTRA_VAR based on value of EXTRA_EXPECTED.
27465         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27466         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
27467         EXTRA_VAR based on value of EXTRA_EXPECTED.
27468         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27469         * math/gen-libm-test.pl (parse_args): Don't output initializers
27470         for extra output values.
27472         * math/libm-test.inc (check_int): Expect result to be exactly
27473         equal to expected value and do not handle ulps.
27474         (check_long): Likewise.
27475         (check_longlong): Likewise.
27477         * math/libm-test.inc (ceil_test_data): Test for "inexact"
27478         exceptions.
27479         (cimag_test_data): Likewise.
27480         (conj_test_data): Likewise.
27481         (copysign_test_data): Likewise.
27482         (cproj_test_data): Likewise.
27483         (creal_test_data): Likewise.
27484         (fabs_test_data): Likewise.
27485         (fdim_test_data): Likewise.
27486         (finite_test_data): Likewise.
27487         (floor_test_data): Likewise.
27488         (fmax_test_data): Likewise.
27489         (fmin_test_data): Likewise.
27490         (fmod_test_data): Likewise.
27491         (fpclassify_test_data): Likewise.
27492         (frexp_test_data): Likewise.
27493         (ilogb_test_data): Likewise.
27494         (isfinite_test_data): Likewise.
27495         (isgreater_test_data): Likewise.
27496         (isgreaterequal_test_data): Likewise.
27497         (isinf_test_data): Likewise.
27498         (isless_test_data): Likewise.
27499         (islessequal_test_data): Likewise.
27500         (islessgreater_test_data): Likewise.
27501         (isnan_test_data): Likewise.
27502         (isnormal_test_data): Likewise.
27503         (issignaling_test_data): Likewise.
27504         (isunordered_test_data): Likewise.
27505         (ldexp_test_data): Likewise.
27506         (lrint_test_data): Likewise.
27507         (lrint_test_data) [TEST_FLOAT]: Disable one test.
27508         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27509         (lrint_tonearest_test_data): Test for "inexact" exceptions.
27510         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27511         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27512         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27513         test input.
27514         (lrint_towardzero_test_data): Test for "inexact" exceptions.
27515         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27516         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27517         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27518         that test input.
27519         (lrint_downward_test_data): Test for "inexact" exceptions.
27520         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27521         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27522         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27523         test input.
27524         (lrint_upward_test_data): Test for "inexact" exceptions.
27525         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27526         test input.
27527         (llrint_test_data): Test for "inexact" exceptions.
27528         (llrint_test_data) [TEST_FLOAT]: Disable one test.
27529         (llrint_tonearest_test_data): Test for "inexact" exceptions.
27530         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27531         (llrint_towardzero_test_data): Test for "inexact" exceptions.
27532         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27533         (llrint_downward_test_data): Test for "inexact" exceptions.
27534         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27535         (llrint_upward_test_data): Test for "inexact" exceptions.
27536         (logb_test_data): Likewise.
27537         (logb_downward_test_data): Likewise.
27538         (nextafter_test_data): Likewise.
27539         (nexttoward_test_data): Likewise.
27540         (remainder_test_data): Likewise.
27541         (remquo_test_data): Likewise.
27542         (scalbn_test_data): Likewise.
27543         (scalbln_test_data): Likewise.
27544         (signbit_test_data): Likewise.
27545         (sqrt_test_data): Likewise.
27546         (significand_test_data): Likewise.
27548 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27550         [BZ #15424]
27551         * benchtests/bench-modf.c (struct args): Mark arg0 as
27552         volatile.
27553         * scripts/bench.pl: Mark members of struct args as volatile.
27555 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27557         [BZ # 15497]
27558         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27559         negative infinity on POWER6 or lower.
27560         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27562 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27564         [BZ #15442]
27565         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27566         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27567         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27568         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27569         (_FP_SETQNAN): New macro.
27570         (_FP_SETQNAN_SEMIRAW): Likewise.
27571         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27572         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27573         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27574         (FP_EXTEND): Use _FP_FRAC_SNANP.
27575         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27576         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27577         into account.
27578         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27579         New macro.
27580         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27581         Likewise.
27583 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27585         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27586         with DIVIDE_BY_ZERO_EXCEPTION.
27587         (gamma_test_data): Likewise.
27588         (lgamma_test_data): Likewise.
27589         (log_test_data): Likewise.
27590         (log10_test_data): Likewise.
27591         (log2_test_data): Likewise.
27592         (tgamma_test_data): Likewise.
27594         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27595         (acos_test_tonearest): Likewise.
27596         (acos_test_towardzero): Likewise.
27597         (acos_test_downward): Likewise.
27598         (acos_test_upward): Likewise.
27599         (acosh_test): Likewise.
27600         (asin_test): Likewise.
27601         (asin_test_tonearest): Likewise.
27602         (asin_test_towardzero): Likewise.
27603         (asin_test_downward): Likewise.
27604         (asin_test_upward): Likewise.
27605         (asinh_test): Likewise.
27606         (atan_test): Likewise.
27607         (atanh_test): Likewise.
27608         (atan2_test): Likewise.
27609         (cabs_test): Likewise.
27610         (cacos_test): Likewise.
27611         (cacosh_test): Likewise.
27612         (casin_test): Likewise.
27613         (casinh_test): Likewise.
27614         (catan_test): Likewise.
27615         (catanh_test): Likewise.
27616         (cbrt_test): Likewise.
27617         (ccos_test): Likewise.
27618         (ccosh_test): Likewise.
27619         (cexp_test): Likewise.
27620         (clog_test): Likewise.
27621         (clog10_test): Likewise.
27622         (cos_test): Likewise.
27623         (cos_test_tonearest): Likewise.
27624         (cos_test_towardzero): Likewise.
27625         (cos_test_downward): Likewise.
27626         (cos_test_upward): Likewise.
27627         (cosh_test): Likewise.
27628         (cosh_test_tonearest): Likewise.
27629         (cosh_test_towardzero): Likewise.
27630         (cosh_test_downward): Likewise.
27631         (cosh_test_upward): Likewise.
27632         (cpow_test): Likewise.
27633         (csin_test): Likewise.
27634         (csinh_test): Likewise.
27635         (csqrt_test): Likewise.
27636         (ctan_test): Likewise.
27637         (ctan_test_tonearest): Likewise.
27638         (ctan_test_towardzero): Likewise.
27639         (ctan_test_downward): Likewise.
27640         (ctan_test_upward): Likewise.
27641         (ctanh_test): Likewise.
27642         (ctanh_test_tonearest): Likewise.
27643         (ctanh_test_towardzero): Likewise.
27644         (ctanh_test_downward): Likewise.
27645         (ctanh_test_upward): Likewise.
27646         (erf_test): Likewise.
27647         (erfc_test): Likewise.
27648         (exp_test): Likewise.
27649         (exp_test_tonearest): Likewise.
27650         (exp_test_towardzero): Likewise.
27651         (exp_test_downward): Likewise.
27652         (exp_test_upward): Likewise.
27653         (exp10_test): Likewise.
27654         (exp2_test): Likewise.
27655         (expm1_test): Likewise.
27656         (fmod_test): Likewise.
27657         (gamma_test): Likewise.
27658         (hypot_test): Likewise.
27659         (j0_test): Likewise.
27660         (j1_test): Likewise.
27661         (jn_test): Likewise.
27662         (lgamma_test): Likewise.
27663         (log_test): Likewise.
27664         (log10_test): Likewise.
27665         (log1p_test): Likewise.
27666         (log2_test): Likewise.
27667         (logb_test_downward): Likewise.
27668         (pow_test): Likewise.
27669         (pow_test_tonearest): Likewise.
27670         (pow_test_towardzero): Likewise.
27671         (pow_test_downward): Likewise.
27672         (pow_test_upward): Likewise.
27673         (remainder_test): Likewise.
27674         (remquo_test): Likewise.
27675         (sin_test): Likewise.
27676         (sin_test_tonearest): Likewise.
27677         (sin_test_towardzero): Likewise.
27678         (sin_test_downward): Likewise.
27679         (sin_test_upward): Likewise.
27680         (sincos_test): Likewise.
27681         (sinh_test): Likewise.
27682         (sinh_test_tonearest): Likewise.
27683         (sinh_test_towardzero): Likewise.
27684         (sinh_test_downward): Likewise.
27685         (sinh_test_upward): Likewise.
27686         (sqrt_test): Likewise.
27687         (tan_test): Likewise.
27688         (tan_test_tonearest): Likewise.
27689         (tan_test_towardzero): Likewise.
27690         (tan_test_downward): Likewise.
27691         (tan_test_upward): Likewise.
27692         (tanh_test): Likewise.
27693         (tgamma_test): Likewise.
27694         (y0_test): Likewise.
27695         (y1_test): Likewise.
27696         (yn_test): Likewise.
27698         * math/gen-libm-test.pl (adjust_arg): Remove function.
27699         (special_function): Remove argument $in_func.  Only handle
27700         generating output for tables of tests, not inside functions.
27701         (parse_args): Likewise.
27702         (generate_testfile): Remove variable $in_func.  Update call to
27703         parse_args.
27704         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27705         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27706         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27707         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27708         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27709         (MAX_VALUE_INIT): Rename macro to max_value.
27710         (MIN_VALUE_INIT): Rename macro to min_value.
27711         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27712         (plus_zero): Remove variable.
27713         (minus_zero): Likewise.
27714         (plus_infty): Likewise.
27715         (minus_infty): Likewise.
27716         (qnan_value): Likewise.
27717         (max_value): Likewise.
27718         (min_value): Likewise.
27719         (min_subnorm_value): Likewise.
27721 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27723         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27724         uint64_t or uint32_t usage.
27725         * crypt/sha256-block.c: Likewise.
27726         * crypt/sha256-crypt.c: Likewise.
27727         * crypt/sha256.c: Likewise.
27728         * crypt/sha512-block.c: Likewise.
27729         * crypt/sha512-crypt.c: Likewise.
27730         * crypt/sha512.c: Likewise.
27731         * debug/backtrace-tst.c: Likewise.
27732         * debug/pcprofiledump.c: Likewise.
27733         * elf/cache.c: Likewise.
27734         * elf/dl-cache.c: Likewise.
27735         * elf/dl-misc.c: Likewise.
27736         * elf/dl-profile.c: Likewise.
27737         * elf/dl-support.c: Likewise.
27738         * elf/ldconfig.c: Likewise.
27739         * elf/sprof.c: Likewise.
27740         * iconv/dummy-repertoire.c: Likewise.
27741         * iconv/iconv_charmap.c: Likewise.
27742         * iconv/skeleton.c: Likewise.
27743         * iconvdata/8bit-generic.c: Likewise.
27744         * iconvdata/cp737.h: Likewise.
27745         * iconvdata/cp775.h: Likewise.
27746         * iconvdata/ibm1008.h: Likewise.
27747         * iconvdata/ibm1025.h: Likewise.
27748         * iconvdata/ibm1046.h: Likewise.
27749         * iconvdata/ibm1097.h: Likewise.
27750         * iconvdata/ibm1112.h: Likewise.
27751         * iconvdata/ibm1122.h: Likewise.
27752         * iconvdata/ibm1123.h: Likewise.
27753         * iconvdata/ibm1124.h: Likewise.
27754         * iconvdata/ibm1129.h: Likewise.
27755         * iconvdata/ibm1130.h: Likewise.
27756         * iconvdata/ibm1132.h: Likewise.
27757         * iconvdata/ibm1133.h: Likewise.
27758         * iconvdata/ibm1137.h: Likewise.
27759         * iconvdata/ibm1140.h: Likewise.
27760         * iconvdata/ibm1141.h: Likewise.
27761         * iconvdata/ibm1142.h: Likewise.
27762         * iconvdata/ibm1143.h: Likewise.
27763         * iconvdata/ibm1144.h: Likewise.
27764         * iconvdata/ibm1145.h: Likewise.
27765         * iconvdata/ibm1146.h: Likewise.
27766         * iconvdata/ibm1147.h: Likewise.
27767         * iconvdata/ibm1148.h: Likewise.
27768         * iconvdata/ibm1149.h: Likewise.
27769         * iconvdata/ibm1153.h: Likewise.
27770         * iconvdata/ibm1154.h: Likewise.
27771         * iconvdata/ibm1155.h: Likewise.
27772         * iconvdata/ibm1156.h: Likewise.
27773         * iconvdata/ibm1157.h: Likewise.
27774         * iconvdata/ibm1158.h: Likewise.
27775         * iconvdata/ibm1160.h: Likewise.
27776         * iconvdata/ibm1161.h: Likewise.
27777         * iconvdata/ibm1162.h: Likewise.
27778         * iconvdata/ibm1163.h: Likewise.
27779         * iconvdata/ibm1164.h: Likewise.
27780         * iconvdata/ibm1166.h: Likewise.
27781         * iconvdata/ibm1167.h: Likewise.
27782         * iconvdata/ibm12712.h: Likewise.
27783         * iconvdata/ibm1390.h: Likewise.
27784         * iconvdata/ibm1399.h: Likewise.
27785         * iconvdata/ibm16804.h: Likewise.
27786         * iconvdata/ibm4517.h: Likewise.
27787         * iconvdata/ibm4899.h: Likewise.
27788         * iconvdata/ibm4909.h: Likewise.
27789         * iconvdata/ibm4971.h: Likewise.
27790         * iconvdata/ibm5347.h: Likewise.
27791         * iconvdata/ibm803.h: Likewise.
27792         * iconvdata/ibm856.h: Likewise.
27793         * iconvdata/ibm901.h: Likewise.
27794         * iconvdata/ibm902.h: Likewise.
27795         * iconvdata/ibm9030.h: Likewise.
27796         * iconvdata/ibm9066.h: Likewise.
27797         * iconvdata/ibm921.h: Likewise.
27798         * iconvdata/ibm922.h: Likewise.
27799         * iconvdata/ibm9448.h: Likewise.
27800         * iconvdata/isiri-3342.h: Likewise.
27801         * iconvdata/jis0201.h: Likewise.
27802         * include/link.h: Likewise.
27803         * include/netdb.h: Likewise.
27804         * inet/check_native.c: Likewise.
27805         * inet/check_pf.c: Likewise.
27806         * inet/getipv4sourcefilter.c: Likewise.
27807         * inet/getnameinfo.c: Likewise.
27808         * inet/getsourcefilter.c: Likewise.
27809         * inet/htonl.c: Likewise.
27810         * inet/setipv4sourcefilter.c: Likewise.
27811         * inet/setsourcefilter.c: Likewise.
27812         * inet/test-inet6_opt.c: Likewise.
27813         * inet/tst-network.c: Likewise.
27814         * locale/C-collate.c: Likewise.
27815         * locale/C-ctype.c: Likewise.
27816         * locale/C-time.c: Likewise.
27817         * locale/C-translit.h: Likewise.
27818         * locale/loadarchive.c: Likewise.
27819         * locale/programs/3level.h: Likewise.
27820         * locale/programs/charmap.c: Likewise.
27821         * locale/programs/charmap.h: Likewise.
27822         * locale/programs/ld-address.c: Likewise.
27823         * locale/programs/ld-collate.c: Likewise.
27824         * locale/programs/ld-ctype.c: Likewise.
27825         * locale/programs/ld-identification.c: Likewise.
27826         * locale/programs/ld-measurement.c: Likewise.
27827         * locale/programs/ld-messages.c: Likewise.
27828         * locale/programs/ld-monetary.c: Likewise.
27829         * locale/programs/ld-name.c: Likewise.
27830         * locale/programs/ld-numeric.c: Likewise.
27831         * locale/programs/ld-paper.c: Likewise.
27832         * locale/programs/ld-telephone.c: Likewise.
27833         * locale/programs/ld-time.c: Likewise.
27834         * locale/programs/linereader.c: Likewise.
27835         * locale/programs/locale.c: Likewise.
27836         * locale/programs/locarchive.c: Likewise.
27837         * locale/programs/locfile.h: Likewise.
27838         * locale/programs/repertoire.c: Likewise.
27839         * locale/programs/simple-hash.c: Likewise.
27840         * locale/programs/simple-hash.h: Likewise.
27841         * malloc/memusage.c: Likewise.
27842         * malloc/memusagestat.c: Likewise.
27843         * nis/nis_defaults.c: Likewise.
27844         * nis/nis_hash.c: Likewise.
27845         * nis/nis_print.c: Likewise.
27846         * nis/nis_xdr.c: Likewise.
27847         * nscd/connections.c: Likewise.
27848         * nscd/hstcache.c: Likewise.
27849         * nscd/nscd_gethst_r.c: Likewise.
27850         * nscd/nscd_getserv_r.c: Likewise.
27851         * nscd/nscd_helper.c: Likewise.
27852         * nscd/servicescache.c: Likewise.
27853         * nss/makedb.c: Likewise.
27854         * nss/nss_db/db-XXX.c: Likewise.
27855         * nss/nss_db/db-initgroups.c: Likewise.
27856         * nss/nss_db/db-netgrp.c: Likewise.
27857         * nss/nss_files/files-network.c: Likewise.
27858         * nss/nss_files/files-parse.c: Likewise.
27859         * posix/bug-regex5.c: Likewise.
27860         * posix/fnmatch_loop.c: Likewise.
27861         * posix/regcomp.c: Likewise.
27862         * posix/regexec.c: Likewise.
27863         * posix/tst-rfc3484-2.c: Likewise.
27864         * posix/tst-rfc3484-3.c: Likewise.
27865         * posix/tst-rfc3484.c: Likewise.
27866         * resolv/nss_dns/dns-canon.c: Likewise.
27867         * resolv/nss_dns/dns-network.c: Likewise.
27868         * resolv/res_init.c: Likewise.
27869         * resolv/res_mkquery.c: Likewise.
27870         * resolv/tst-aton.c: Likewise.
27871         * stdlib/cxa_atexit.c: Likewise.
27872         * stdlib/cxa_finalize.c: Likewise.
27873         * stdlib/gen-fpioconst.c: Likewise.
27874         * stdlib/strtol_l.c: Likewise.
27875         * string/tst-endian.c: Likewise.
27876         * sunrpc/auth_des.c: Likewise.
27877         * sunrpc/clnt_udp.c: Likewise.
27878         * sunrpc/rtime.c: Likewise.
27879         * sunrpc/svcauth_des.c: Likewise.
27880         * sunrpc/xdr.c: Likewise.
27881         * sunrpc/xdr_intXX_t.c: Likewise.
27882         * sunrpc/xdr_rec.c: Likewise.
27883         * sysdeps/generic/ldconfig.h: Likewise.
27884         * sysdeps/generic/ldsodefs.h: Likewise.
27885         * sysdeps/generic/memusage.h: Likewise.
27886         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27887         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27888         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27889         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27890         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27891         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27892         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27893         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27894         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27895         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27896         * sysdeps/posix/getaddrinfo.c: Likewise.
27897         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27898         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27899         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27900         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27901         * sysdeps/powerpc/test-gettimebase.c: Likewise.
27902         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27903         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27904         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27905         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27906         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27907         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27908         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27909         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27910         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27911         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27912         * sysdeps/x86_64/dl-tls.h: Likewise.
27913         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27914         * time/alt_digit.c: Likewise.
27915         * time/era.c: Likewise.
27916         * wcsmbs/tst-c16c32-1.c: Likewise.
27918 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27920         * math/libm-test.inc (struct test_sincos_data): New type.
27921         (RUN_TEST_LOOP_sincos): New macro.
27922         (sincos_test_data): New variable.
27923         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27925 2013-05-16  Richard Henderson  <rth@redhat.com>
27927         * math/atest-exp2.c (LIMB64): New macro.
27928         (CONSTSZ): New macro.
27929         (mp_exp1, mp_exp_m1, mp_log2): New variables.
27930         (hexdig): Move ...
27931         (print_mpn_fp): ... to function scope.
27932         (read_mpn_hex): Remove.
27933         (get_log2): Remove.
27934         (exp2_mpn): Use mp_log2.
27935         (main): Use mp_exp1.
27937 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27939         * math/libm-test.inc: Remove comment about not testing "inexact"
27940         exceptions.
27941         (INEXACT_EXCEPTION): New macro.
27942         (NO_INEXACT_EXCEPTION): Likewise.
27943         (INVALID_EXCEPTION_OK): Update value.
27944         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27945         (OVERFLOW_EXCEPTION_OK): Likewise.
27946         (UNDERFLOW_EXCEPTION_OK): Likewise.
27947         (IGNORE_ZERO_INF_SIGN): Likewise.
27948         (ERRNO_UNCHANGED): Likewise.
27949         (ERRNO_EDOM): Likewise.
27950         (ERRNO_ERANGE): Likewise.
27951         (test_exceptions): Handle testing "inexact" exceptions.
27952         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27953         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27954         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27955         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27956         INEXACT_EXCEPTION.
27957         (rint_towardzero_test_data): Likewise.
27958         (rint_downward_test_data): Likewise.
27959         (rint_upward_test_data): Likewise.
27961         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27962         with OVERFLOW_EXCEPTION.
27963         (exp10_test_data): Likewise.
27964         (exp2_test_data): Likewise.
27965         (expm1_test_data): Likewise.
27966         (lgamma_test_data): Likewise.
27967         (pow_test_data): Likewise.
27968         (tgamma_test_data): Likewise.
27969         (yn_test_data): Remove duplicate test of overflow.
27971         * math/libm-test.inc (struct test_cc_c_data): New type.
27972         (RUN_TEST_LOOP_cc_c): New macro.
27973         (cpow_test_data): New variable.
27974         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27976         * math/libm-test.inc (struct test_f_L_data): New type.
27977         (RUN_TEST_LOOP_f_L): New macro.
27978         (llrint_test_data): New variable.
27979         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27980         (llrint_tonearest_test_data): New variable.
27981         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27982         (llrint_towardzero_test_data): New variable.
27983         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27984         (llrint_downward_test_data): New variable.
27985         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27986         (llrint_upward_test_data): New variable.
27987         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27988         (llround_test_data): New variable.
27989         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27991 2013-05-13  Peter Collingbourne  <pcc@google.com>
27993         * math/atest-exp2.c (get_log2): Remove const attribute.
27995 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27997         * math/libm-test.inc (struct test_f_l_data): New type.
27998         (RUN_TEST_LOOP_f_l): New macro.
27999         (lrint_test_data): New variable.
28000         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28001         (lrint_tonearest_test_data): New variable.
28002         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28003         (lrint_towardzero_test_data): New variable.
28004         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28005         (lrint_downward_test_data): New variable.
28006         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28007         (lrint_upward_test_data): New variable.
28008         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28009         (lround_test_data): New variable.
28010         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28012 2013-05-15  Peter Collingbourne  <pcc@google.com>
28014         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28015         (EXTRACT_WORDS64) Use where appropriate.
28016         (INSERT_WORDS64) Likewise.
28018         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28019         constraints with x constraints.
28020         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28022         * malloc/obstack.c (_obstack_compat): Add initializer.
28024 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28026         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28027         si_trapno and add si_addr_lsb to _sifields.sigfault.
28028         (si_trapno): Remove macro.
28029         (si_addr_lsb): Define new macro.
28030         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28032 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28034         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28035         instead of TEST_f_l.
28036         (llrint_test_tonearest): Likewise.
28037         (llrint_test_towardzero): Likewise.
28038         (llrint_test_downward): Likewise.
28039         (llrint_test_upward): Likewise.
28040         (llround_test): Likewise.
28042         * math/libm-test.inc (struct test_f_i_data): Add comment.
28043         (RUN_TEST_LOOP_f_b): New macro.
28044         (RUN_TEST_LOOP_f_b_tg): Likewise.
28045         (finite_test_data): New variable.
28046         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28047         (isfinite_test_data): New variable.
28048         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28049         (isinf_test_data): New variable.
28050         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28051         (isnan_test_data): New variable.
28052         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28053         (isnormal_test_data): New variable.
28054         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28055         (issignaling_test_data): New variable.
28056         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28057         (signbit_test_data): New variable.
28058         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28060         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28061         with INVALID_EXCEPTION.
28062         (acosh_test_data): Likewise.
28063         (asin_test_data): Likewise.
28064         (atanh_test_data): Likewise.
28065         (fmod_test_data): Likewise.
28066         (log_test_data): Likewise.
28067         (log10_test_data): Likewise.
28068         (log2_test_data): Likewise.
28069         (pow_test_data): Likewise.
28070         (sqrt_test_data): Likewise.
28071         (y0_test_data): Likewise.
28072         (y1_test_data): Likewise.
28073         (yn_test_data): Likewise.
28075         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28076         function contents.
28078         * math/libm-test.inc (struct test_ff_i_data): New type.
28079         (RUN_TEST_LOOP_ff_i_tg): New macro.
28080         (isgreater_test_data): New variable.
28081         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28082         (isgreaterequal_test_data): New variable.
28083         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28084         (isless_test_data): New variable.
28085         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28086         (islessequal_test_data): New variable.
28087         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28088         (islessgreater_test_data): New variable.
28089         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28090         (isunordered_test_data): New variable.
28091         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28093 2013-05-14  David S. Miller  <davem@davemloft.net>
28095         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28097 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
28099         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28101         * math/libm-test.inc (struct test_fF_f1_data): Change type of
28102         extra_test to int.
28103         (struct test_f_i_data): Change type of max_ulp to int.
28105         * math/libm-test.inc (test_ffI_f1_data): New type.
28106         (RUN_TEST_LOOP_ffI_f1): New macro.
28107         (remquo_test_data): New variable.
28108         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28110         * setjmp/tst-setjmp-fp.c: New file.
28111         * setjmp/Makefile (tests): Add tst-setjmp-fp.
28112         (link-libm): New variable.
28113         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28115         * math/libm-test.inc (struct test_f_i_data): New type.
28116         (RUN_TEST_LOOP_f_i): New macro.
28117         (RUN_TEST_LOOP_f_i_tg): Likewise.
28118         (fpclassify_test_data): New variable.
28119         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28120         (ilogb_test_data): New variable.
28121         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28123         * math/libm-test.inc (scalbln_test): Correct function name in END
28124         call.
28126         * math/libm-test.inc (struct test_f_f1_data): Add comment.
28127         (RUN_TEST_LOOP_fI_f1): New macro.
28128         (frexp_test_data): New variable.
28129         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28131         * math/libm-test.inc (struct test_fF_f1_data): New type.
28132         (RUN_TEST_LOOP_fF_f1): New macro.
28133         (modf_test_data): New variable.
28134         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28136         * math/libm-test.inc (struct test_f_f1_data): New type.
28137         (RUN_TEST_LOOP_f_f1): New macro.
28138         (gamma_test_data): New variable.
28139         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28140         (lgamma_test_data): New variable.
28141         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28143 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28145         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28146         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28147         (main): Comment "tls" pseudo-hwcap.
28149 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28151         * math/libm-test.inc (struct test_fl_f_data): New type.
28152         (RUN_TEST_LOOP_fl_f): New variable.
28153         (scalbln_test_data): New variable.
28154         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28156         * math/libm-test.inc (struct test_fi_f_data): New type.
28157         (RUN_TEST_LOOP_fi_f): New macro.
28158         (ldexp_test_data): New variable.
28159         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28160         (scalbn_test_data): New variable.
28161         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28163         * math/libm-test.inc (struct test_c_f_data): New type.
28164         (RUN_TEST_LOOP_c_f): New macro.
28165         (cabs_test_data): New variable.
28166         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28167         (carg_test_data): New variable.
28168         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28169         (cimag_test_data): New variable.
28170         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28171         (creal_test_data): New variable.
28172         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28174         * math/libm-test.inc (struct test_if_f_data): New type.
28175         (RUN_TEST_LOOP_if_f): New macro.
28176         (jn_test_data): New variable.
28177         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28178         (yn_test_data): New variable.
28179         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28181         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28183 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28185         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28186         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28188 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28190         * benchtests/Makefile (CPPFLAGS-nonlib): Add
28191         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28192         (bench-deps): Add bench-timing.h.
28193         * benchtests-bench-skeleton.c: Include bench-timing.h.
28194         (main): Use TIMING_* macros instead of clock_gettime.
28195         * benchtests/bench-timing.h: New file.
28197         [BZ #14582]
28198         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28199         Renamed from _LIB_VERSION.
28200         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28202 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
28204         * math/libm-test.inc (struct test_fff_f_data): New type.
28205         (RUN_TEST_LOOP_fff_f): New macro.
28206         (fma_test_data): New variable.
28207         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28208         (fma_towardzero_test_data): New variable.
28209         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28210         (fma_downward_test_data): New variable.
28211         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28212         (fma_upward_test_data): New variable.
28213         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28215         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28216         (struct test_c_c_data): New type.
28217         (RUN_TEST_LOOP_c_c): New macro.
28218         (cacos_test_data): New variable.
28219         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28220         (cacosh_test_data): New variable.
28221         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28222         (casin_test_data): New variable.
28223         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28224         (casinh_test_data): New variable.
28225         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28226         (catan_test_data): New variable.
28227         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28228         (catanh_test_data): New variable.
28229         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28230         (ccos_test_data): New variable.
28231         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28232         (ccosh_test_data): New variable.
28233         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28234         (cexp_test_data): New variable.
28235         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28236         (clog_test_data): New variable.
28237         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28238         (clog10_test_data): New variable.
28239         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28240         (conj_test_data): New variable.
28241         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28242         (cproj_test_data): New variable.
28243         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28244         (csin_test_data): New variable.
28245         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28246         (csinh_test_data): New variable.
28247         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28248         (csqrt_test_data): New variable.
28249         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28250         (ctan_test_data): New variable.
28251         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28252         (ctan_tonearest_test_data): New variable.
28253         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28254         (ctan_towardzero_test_data): New variable.
28255         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28256         (ctan_downward_test_data): New variable.
28257         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28258         (ctan_upward_test_data): New variable.
28259         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28260         (ctanh_test_data): New variable.
28261         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28262         (ctanh_tonearest_test_data): New variable.
28263         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28264         (ctanh_towardzero_test_data): New variable.
28265         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28266         (ctanh_downward_test_data): New variable.
28267         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28268         (ctanh_upward_test_data): New variable.
28269         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28270         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28271         of BUILD_COMPLEX.
28273         * math/libm-test.inc (struct test_ff_f_data): New type.
28274         (struct test_ff_f_data_nexttoward): Likewise.
28275         (RUN_TEST_LOOP_2_f): New macro.
28276         (RUN_TEST_LOOP_ff_f): Likewise.
28277         (atan2_test_data): New variable.
28278         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28279         (copysign_test_data): New variable.
28280         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28281         (fdim_test_data): New variable.
28282         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28283         (fmax_test_data): New variable.
28284         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28285         (fmin_test_data): New variable.
28286         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28287         (fmod_test_data): New variable.
28288         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28289         (hypot_test_data): New variable.
28290         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28291         (nextafter_test_data): New variable.
28292         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28293         (nexttoward_test_data): New variable.
28294         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28295         (pow_test_data): New variable.
28296         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28297         (pow_tonearest_test_data): New variable.
28298         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28299         (pow_towardzero_test_data): New variable.
28300         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28301         (pow_downward_test_data): New variable.
28302         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28303         (pow_upward_test_data): New variable.
28304         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28305         (remainder_test_data): New variable.
28306         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28307         (scalb_test_data): New variable.
28308         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28309         * sysdeps/i386/fpu/libm-test-ulps: Update.
28311 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
28313         * math/libm-test.inc (fma_test): Use max_value instead of local
28314         variable fltmax.
28315         (nextafter_test): Likewise.
28317         * math/libm-test.inc (acos_towardzero_test_data): New variable.
28318         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28319         (acos_downward_test_data): New variable.
28320         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28321         (acos_upward_test_data): New variable.
28322         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28323         (acosh_test_data): New variable.
28324         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28325         (asin_test_data): New variable.
28326         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28327         (asin_tonearest_test_data): New variable.
28328         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28329         (asin_towardzero_test_data): New variable.
28330         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28331         (asin_downward_test_data): New variable.
28332         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28333         (asin_upward_test_data): New variable.
28334         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28335         (asinh_test_data): New variable.
28336         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28337         (atan_test_data): New variable.
28338         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28339         (atanh_test_data): New variable.
28340         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28341         (cbrt_test_data): New variable.
28342         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28343         (ceil_test_data): New variable.
28344         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28345         (cos_test_data): New variable.
28346         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28347         (cos_tonearest_test_data): New variable.
28348         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28349         (cos_towardzero_test_data): New variable.
28350         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28351         (cos_downward_test_data): New variable.
28352         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28353         (cos_upward_test_data): New variable.
28354         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28355         (cosh_test_data): New variable.
28356         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28357         (cosh_tonearest_test_data): New variable.
28358         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28359         (cosh_towardzero_test_data): New variable.
28360         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28361         (cosh_downward_test_data): New variable.
28362         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28363         (cosh_upward_test_data): New variable.
28364         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28365         (erf_test_data): New variable.
28366         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28367         (erfc_test_data): New variable.
28368         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28369         (exp_test_data): New variable.
28370         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28371         (exp_tonearest_test_data): New variable.
28372         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28373         (exp_towardzero_test_data): New variable.
28374         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28375         (exp_downward_test_data): New variable.
28376         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28377         (exp_upward_test_data): New variable.
28378         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28379         (exp10_test_data): New variable.
28380         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28381         (exp2_test_data): New variable.
28382         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28383         (expm1_test_data): New variable.
28384         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28385         (fabs_test_data): New variable.
28386         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28387         (floor_test_data): New variable.
28388         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28389         (j0_test_data): New variable.
28390         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28391         (j1_test_data): New variable.
28392         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28393         (log_test_data): New variable.
28394         (log_test): Run tests with RUN_TEST_LOOP_f_f.
28395         (log10_test_data): New variable.
28396         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28397         (log1p_test_data): New variable.
28398         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28399         (log2_test_data): New variable.
28400         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28401         (logb_test_data): New variable.
28402         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28403         (logb_downward_test_data): New variable.
28404         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28405         (nearbyint_test_data): New variable.
28406         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28407         (rint_test_data): New variable.
28408         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28409         (rint_tonearest_test_data): New variable.
28410         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28411         (rint_towardzero_test_data): New variable.
28412         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28413         (rint_downward_test_data): New variable.
28414         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28415         (rint_upward_test_data): New variable.
28416         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28417         (round_test_data): New variable.
28418         (round_test): Run tests with RUN_TEST_LOOP_f_f.
28419         (sin_test_data): New variable.
28420         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28421         (sin_tonearest_test_data): New variable.
28422         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28423         (sin_towardzero_test_data): New variable.
28424         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28425         (sin_downward_test_data): New variable.
28426         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28427         (sin_upward_test_data): New variable.
28428         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28429         (sinh_test_data): New variable.
28430         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28431         (sinh_tonearest_test_data): New variable.
28432         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28433         (sinh_towardzero_test_data): New variable.
28434         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28435         (sinh_downward_test_data): New variable.
28436         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28437         (sinh_upward_test_data): New variable.
28438         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28439         (sqrt_test_data): New variable.
28440         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28441         (tan_test_data): New variable.
28442         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28443         (tan_tonearest_test_data): New variable.
28444         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28445         (tan_towardzero_test_data): New variable.
28446         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28447         (tan_downward_test_data): New variable.
28448         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28449         (tan_upward_test_data): New variable.
28450         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28451         (tanh_test_data): New variable.
28452         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28453         (tgamma_test_data): New variable.
28454         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28455         (trunc_test_data): New variable.
28456         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28457         (y0_test_data): New variable.
28458         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28459         (y1_test_data): New variable.
28460         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28461         (significand_test_data): New variable.
28462         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28464 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
28466         [BZ #12387]
28467         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28469 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28471         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28473 2013-05-10  Andreas Jaeger  <aj@suse.de>
28475         [BZ #15448]
28476         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28477         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28479 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28481         * math/gen-libm-test.pl (adjust_arg): New function.
28482         (special_functions): Handle generating output in both functions
28483         and arrays.
28484         (parse_args): Likewise.
28485         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
28486         $in_func argument to parse_args.
28487         * math/libm-test.inc (struct test_f_f_data): New type.
28488         (IF_ROUND_INIT_): New macro.
28489         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28490         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28491         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28492         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28493         (ROUND_RESTORE_): Likewise.
28494         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28495         (ROUND_RESTORE_FE_TONEAREST): Likewise.
28496         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28497         (ROUND_RESTORE_FE_UPWARD): Likewise.
28498         (RUN_TEST_LOOP_f_f): New macro.
28499         (acos_test_data): New variable.
28500         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28501         (acos_tonearest_test_data): New variable.
28502         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28504 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28506         * benchtests/bench-skeleton.c (startup): Fix coding style.
28508 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28510         [BZ #6809]
28511         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28512         negative infinity argument.
28513         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28514         negative infinity argument.
28515         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28516         negative infinity argument.
28517         * math/libm-test.inc (tgamma_test): Expect errno to be set for
28518         domain errors.
28520 2013-05-10  Florian Weimer  <fweimer@redhat.com>
28522         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28523         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28524         * iconv/iconv_prog.c (main): Likewise.
28525         * locale/programs/charmap-dir.c (charmap_readdir)
28526         (fopen_uncompressed): Likewise.
28527         * locale/programs/locfile.c (siblings_uncached)
28528         (write_locale_data): Use lstat64 instead of lstat.
28529         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28530         stat.
28532 2013-05-10  Andreas Jaeger  <aj@suse.de>
28534         [BZ #15395]
28535         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28536         localization.
28537         Include <locale.h>.
28539 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
28541         * elf/dl-close.c (_dl_close_worker): Add comments.
28543 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
28545         [BZ #15359]
28546         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28547         high part of pi/2.
28548         (__ieee754_rem_pio2l): Update comments.
28550         [BZ #15429]
28551         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28552         high part of pi/2.
28553         (__ieee754_rem_pio2l): Update comments.
28555         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28556         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28558         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28559         M_PI_4l.
28561         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28562         (M_PI_34_LOG10El): Likewise.
28563         (M_PI2_LOG10El): Likewise.
28564         (M_PI4_LOG10El): Likewise.
28565         (M_PI_LOG10El): Likewise.
28567 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28569         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28571 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
28573         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28574         (MINUS_ZERO_INIT): Likewise.
28575         (PLUS_INFTY_INIT): Likewise.
28576         (MINUS_INFTY_INIT): Likewise.
28577         (QNAN_VALUE_INIT): Likewise.
28578         (MAX_VALUE_INIT): Likewise.
28579         (MIN_VALUE_INIT): Likewise.
28580         (MIN_SUBNORM_VALUE_INIT): Likewise.
28581         (plus_zero): Initialize with PLUS_ZERO_INIT.
28582         (minus_zero): Initialize with MINUS_ZERO_INIT.
28583         (plus_infty): Initialize with PLUS_INFTY_INIT.
28584         (minus_infty): Initialize with MINUS_INFTY_INIT.
28585         (qnan_value): Initialize with QNAN_VALUE_INIT.
28586         (max_value): Initialize with MAX_VALUE_INIT.
28587         (min_value): Initialize with MIN_VALUE_INIT.
28588         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28590         * math/libm-test.inc (RUN_TEST_if_f): New macro.
28591         (jn_test): Use TEST_if_f instead of TEST_ff_f.
28592         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28593         (yn_test): Use TEST_if_f instead of TEST_ff_f.
28595         * math/libm-test.inc (RUN_TEST_f_f): New macro.
28596         (RUN_TEST_2_f): Likewise.
28597         (RUN_TEST_ff_f): Likewise.
28598         (RUN_TEST_fi_f): Likewise.
28599         (RUN_TEST_fl_f): Likewise.
28600         (RUN_TEST_fff_f): Likewise.
28601         (RUN_TEST_c_f): Likewise.
28602         (RUN_TEST_f_f1): Likewise.
28603         (RUN_TEST_fF_f1): Likewise.
28604         (RUN_TEST_fI_f1): Likewise.
28605         (RUN_TEST_ffI_f1): Likewise.
28606         (RUN_TEST_c_c): Likewise.
28607         (RUN_TEST_cc_c): Likewise.
28608         (RUN_TEST_f_i): Likewise.
28609         (RUN_TEST_f_i_tg): Likewise.
28610         (RUN_TEST_ff_i_tg): Likewise.
28611         (RUN_TEST_f_b): Likewise.
28612         (RUN_TEST_f_b_tg): Likewise.
28613         (RUN_TEST_f_l): Likewise.
28614         (RUN_TEST_f_L): Likewise.
28615         (RUN_TEST_sincos): Likewise.
28616         * math/gen-libm-test.pl (new_test): Take new argument to indicate
28617         whether to show exceptions.  Do not include ");\n" in return
28618         value.
28619         (special_functions): Output call to RUN_TEST_sincos instead of
28620         check_float calls.  Update calls to new_test.
28621         (parse_args): Output call to single RUN_TEST_* macro instead of
28622         check_* calls and other assignments.  Update calls to new_test.
28624         [BZ #2546]
28625         [BZ #2560]
28626         [BZ #5159]
28627         [BZ #15426]
28628         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28629         input to result for tgamma overflow.
28630         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28631         (gamma_coeff): New variable.
28632         (NCOEFF): New macro.
28633         (gamma_positive): New function.
28634         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28635         underflow here.  Use gamma_positive instead of exp (lgamma) for
28636         other arguments.
28637         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28638         (gamma_coeff): New variable.
28639         (NCOEFF): New macro.
28640         (gammaf_positive): New function.
28641         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28642         underflow here.  Use gamma_positive instead of exp (lgamma) for
28643         other arguments.
28644         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28645         (gamma_coeff): New variable.
28646         (NCOEFF): New macro.
28647         (gammal_positive): New function.
28648         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28649         underflow here.  Use gamma_positive instead of exp (lgamma) for
28650         other arguments.
28651         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28652         (gamma_coeff): New variable.
28653         (NCOEFF): New macro.
28654         (gammal_positive): New function.
28655         (__ieee754_gammal_r): Handle positive infinity, overflow and
28656         underflow here.  Handle NaN the same as positive infinity.  Remove
28657         check x < 0xffffffff for negative integers.  Use gamma_positive
28658         instead of exp (lgamma) for other arguments.
28659         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28660         (gamma_coeff): New variable.
28661         (NCOEFF): New macro.
28662         (gammal_positive): New function.
28663         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28664         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28665         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28666         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28667         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28668         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28669         * sysdeps/generic/math_private.h (__gamma_productf): New
28670         prototype.
28671         (__gamma_product): Likewise.
28672         (__gamma_productl): Likewise.
28673         * math/Makefile (libm-calls): Add gamma_product.
28674         * math/libm-test.inc (tgamma_test): Add more tests.
28675         * sysdeps/i386/fpu/libm-test-ulps: Update.
28676         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28678 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
28680         * benchtests/bench-skeleton.c (main): Preheat CPU.
28682 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
28684         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
28686 2013-05-07  Roland McGrath  <roland@hack.frob.com>
28688         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
28689         and _dl_skip_args_internal.
28691 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
28693         * manual/message.texi (Message Translation): Talk about users.
28694         Message to key mapping impacts design.
28696 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28698         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28700         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28702         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28703         * sysdeps/wordsize-64/glob64.c: ... here.
28705         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28706         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28707         New macros.
28709         * debug/getlogin_r_chk.c: Moved to ...
28710         * login/getlogin_r_chk.c: ... here.
28711         * debug/Makefile (routines): Move getlogin_r_chk to ...
28712         * login/Makefile (routines): ... here.
28713         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28714         * login/Versions (libc: GLIBC_2.4): ... here.
28716         * io/poll.c (__poll): Renamed from poll.
28717         Add libc_hidden_def.
28718         (poll): Define as weak alias.
28720         * debug/ptsname_r_chk.c: Moved to ...
28721         * login/ptsname_r_chk.c: ... here.
28722         * debug/Makefile (routines): Move ptsname_r_chk to ...
28723         * login/Makefile (routines): ... here.
28724         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28725         * login/Versions (libc: GLIBC_2.4): ... here.
28727         * posix/getlogin.c: Moved to ...
28728         * login/getlogin.c: ... here.
28729         * posix/getlogin_r.c: Moved to ...
28730         * login/getlogin_r.c: ... here.
28731         * posix/getlogin_r.c: Moved to ...
28732         * login/getlogin_r.c: ... here.
28733         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28734         * login/Makefile (routines): ... here.
28735         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28736         * login/Versions (libc: GLIBC_2.0): ... here.
28738         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28739         (setrlimit): Define as weak alias.
28741         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28742         Call __ names for open, ftruncate, and close.
28743         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28744         (truncate): Define as weak alias.
28746 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28748         * math/gen-libm-test.pl (parse_args): Initialize x before each
28749         test of frexp, modf and remquo.
28751         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28752         test signgam value.
28754 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28756         [BZ #15418]
28757         [BZ #15419]
28758         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28759         internal tests.
28760         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28762 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28764         * elf/dl-writev.h: New file.
28765         * elf/dl-misc.c: Include it.
28766         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28767         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28769 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28771         * math/libm-test.inc (noXFails): Remove variable.
28772         (noXPasses): Likewise.
28773         (BUILD_COMPLEX_INT): Remove macro.
28774         (print_screen): Remove xfail argument.
28775         (print_screen_max_error): Likewise.
28776         (update_stats): Likewise.
28777         (print_max_error): Likewise.  Update calls to other affected
28778         functions.
28779         (print_complex_max_error): Likewise.
28780         (test_single_exception): Update calls to print_screen.
28781         (test_single_errno): Likewise.
28782         (check_float_internal): Remove xfail argument.  Update calls to
28783         other affected functions.
28784         (check_float): Likewise.
28785         (check_complex): Likewise.
28786         (check_int): Likewise.
28787         (check_long): Likewise.
28788         (check_bool): Likewise.
28789         (check_longlong): Likewise.
28790         (main): Don't print noXFails and noXPasses.
28791         * math/gen-libm-test.pl (top level): Don't mention expected
28792         failure handling in comment.
28793         (new_test): Don't handle expected failures.
28794         (parse_args): Don't mention expected failure handling in comment.
28795         (generate_testfile): Don't handle expected failures.
28796         (parse_ulps): Likewise.
28797         (print_ulps_file): Likewise.
28798         (get_failure): Remove function.
28799         (output_test): Don't handle expected failures.
28800         * make/README.libm-test: Don't mention expected failure handling.
28802         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28803         (minus_zero): Likewise.
28804         (plus_infty): Likewise.
28805         (minus_infty): Likewise.
28806         (qnan_value): Likewise.
28807         (max_value): Likewise.
28808         (min_value): Likewise.
28809         (min_subnorm_value): Likewise.
28810         (initialize): Do not initialize those variables dynamically.
28812 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28814         * io/open.c (__open_2): Moved to ...
28815         * io/open_2.c: ... this new file.
28816         * io/open64.c (__open64_2): Moved to ...
28817         * io/open64_2.c: ... this new file.
28818         * io/openat.c (__openat_2): Moved to ...
28819         * io/openat_2.c: ... this new file.
28820         * io/openat64.c (__openat64_2): Moved to ...
28821         * io/openat64_2.c: ... this new file.
28822         * io/Makefile (routines): Add them.
28823         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28824         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28825         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28826         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28827         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28828         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28829         (__openat64): Add hidden_ver.
28830         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28831         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28833         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28834         Separately conditionalize setting of GLRO(dl_sysinfo) so
28835         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28836         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28838 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28840         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28841         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28842         definition.
28843         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28844         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28845         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28846         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28847         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28849 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28851         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28852         test signgam value.
28854         * math/libm-test.inc (hypot_test): Do not use
28855         IGNORE_ZERO_INF_SIGN.
28857 2013-05-03  Andreas Jaeger  <aj@suse.de>
28859         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28860         Linux 3.9.
28861         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28862         (PF_MAX): Adjust for VSOCK change.
28864 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28866         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28868 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
28870         [BZ #15264]
28871         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28872         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28873         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28875 2013-05-02  David S. Miller  <davem@davemloft.net>
28877         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28879 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
28881         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28883 2013-05-01  Roland McGrath  <roland@hack.frob.com>
28885         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28887 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
28889         [BZ #14952]
28890         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28891         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28892         Use __attribute__ ((__gnu_inline__)).
28893         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28894         Don't use __attribute__ ((__gnu_inline__)).
28896 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
28898         [BZ #15423]
28899         * math/s_catan.c (__catan): Handle small real or imaginary part of
28900         input specially to avoid spurious underflow.
28901         * math/s_catanf.c (__catanf): Likewise.
28902         * math/s_catanh.c (__catanh): Likewise.
28903         * math/s_catanhf.c (__catanhf): Likewise.
28904         * math/s_catanhl.c (__catanhl): Likewise.
28905         * math/s_catanl.c (__catanl): Likewise.
28906         * math/libm-test.inc (catan_test): Add more tests.
28907         (catanh_test): Likewise.
28908         * sysdeps/i386/fpu/libm-test-ulps: Update.
28909         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28911 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28913         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28915 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
28917         [BZ #15416]
28918         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28919         accurately for denominator in atan2.
28920         * math/s_catanf.c (__catanf): Likewise.
28921         * math/s_catanh.c (__catanh): Likewise.
28922         * math/s_catanhf.c (__catanhf): Likewise.
28923         * math/s_catanhl.c (__catanhl): Likewise.
28924         * math/s_catanl.c (__catanl): Likewise.
28925         * math/libm-test.inc (catan_test): Add more tests.
28926         (catanh_test): Likewise.
28927         * sysdeps/i386/fpu/libm-test-ulps: Update.
28928         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28930 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28932         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28934         * benchtests/Makefile (bench): Remove slow benchmarks.
28935         * benchtests/atan-inputs: Add slow benchmark inputs.
28936         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28937         (BENCH_FUNC): Accept variant offset.
28938         (VARIANT): Define.
28939         * benchtests/bench-skeleton.c (main): Run benchmark for each
28940         variant.
28941         * benchtests/cos-inputs: Add slow benchmark inputs.
28942         * benchtests/exp-inputs: Likewise.
28943         * benchtests/pow-inputs: Likewise.
28944         * benchtests/sin-inputs: Likewise.
28945         * benchtests/slowatan-inputs: Remove.
28946         * benchtests/slowatan.c: Remove.
28947         * benchtests/slowcos-inputs: Remove.
28948         * benchtests/slowcos.c: Remove.
28949         * benchtests/slowexp-inputs: Remove.
28950         * benchtests/slowexp.c: Remove.
28951         * benchtests/slowpow-inputs: Remove.
28952         * benchtests/slowpow.c: Remove.
28953         * benchtests/slowsin-inputs: Remove.
28954         * benchtests/slowsin.c: Remove.
28955         * benchtests/slowtan-inputs: Remove.
28956         * benchtests/slowtan.c: Remove.
28957         * benchtests/tan-inputs: Add slow benchmark inputs.
28958         * scripts/bench.pl: Parse comments and directives.
28960         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
28961         in CPPFLAGS.
28962         ($(objpfx)bench-%.c): Remove *-ITER.
28963         * benchtests/bench-modf.c: Remove definition of ITER.
28964         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28965         (main): Loop for DURATION seconds instead of fixed number of
28966         iterations.
28967         * scripts/bench.pl: Don't expect iterations in parameters.
28969 2013-04-29  Roland McGrath  <roland@hack.frob.com>
28971         * io/fchdir.c (__fchdir): Renamed from fchdir.
28972         (fchdir): Define as weak alias.
28974 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28976         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28977         (ERRNO_EDOM): Likewise.
28978         (ERRNO_ERANGE): Likewise.
28979         (noErrnoTests): New variable.
28980         (init_max_error): Set errno to 0.
28981         (test_single_errno): New function.
28982         (test_errno): Likewise.
28983         (check_float_internal): Call test_errno.  Set errno to 0.
28984         (check_complex): Refer to errno tests in comment.
28985         (check_int): Call test_errno.  Set errno to 0.
28986         (check_long): Likewise.
28987         (check_bool): Likewise.
28988         (check_longlong): Likewise.
28989         (cos_test): Use ERRNO_* flags for errno tests instead of
28990         check_int.
28991         (expm1_test): Likewise.
28992         (fmod_test): Likewise.
28993         (ilogb_test): Likewise.
28994         (lgamma_test): Likewise.
28995         (pow_test): Likewise.
28996         (remainder_test): Likewise.
28997         (sin_test): Likewise.
28998         (tan_test): Likewise.
28999         (yn_test): Likewise.
29000         (initialize): Set errno to 0.
29001         (main): Print number of errno tests.
29002         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29004 2013-04-29  Andreas Jaeger  <aj@suse.de>
29006         [BZ #15084]
29007         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29008         and RES_USEVC.
29010         [BZ #15085]
29011         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29012         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29013         unimplemented.
29015         [BZ #15380]
29016         * stdlib/random.c (__initstate): Return NULL if
29017         __initstate fails.
29019         [BZ #15086]
29020         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29021         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29022         RES_SNGLKUPREOP.
29024 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29026         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29028 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29030         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29031         of individual tests.
29032         (casin_test): Likewise.
29033         (casinh_test): Likewise.
29035 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
29037         [BZ #15409]
29038         * math/s_catan.c (__catan): Handle arguments with large real or
29039         imaginary part separately without squaring.
29040         * math/s_catanf.c (__catanf): Likewise.
29041         * math/s_catanh.c (__catanh): Likewise.
29042         * math/s_catanhf.c (__catanhf): Likewise.
29043         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29044         and redefine.
29045         (__catanhl): Handle arguments with large real or imaginary part
29046         separately without squaring.
29047         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29048         and redefine.
29049         (__catanl): Handle arguments with large real or imaginary part
29050         separately without squaring.
29051         * math/libm-test.inc (catan_test): Add more tests.
29052         (catanh_test): Likewise.
29053         * sysdeps/i386/fpu/libm-test-ulps: Update.
29054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29056 2013-04-27  Andreas Jaeger  <aj@suse.de>
29058         [BZ #15007]
29059         * stdlib/stdlib.h: Update guards for qecvt.
29060         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29061         <stdlib.h>.
29063 2013-04-27  Allan McRae  <allan@archlinux.org>
29065         * sysdeps/i386/fpu/libm-test-ulps: Update.
29067 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
29069         [BZ #15406]
29070         * math/s_catan.c: Include <float.h>.
29071         (__catan): Ensure underflow exception occurs for underflowed
29072         result.
29073         * math/s_catanf.c: Include <float.h>.
29074         (__catanf): Ensure underflow exception occurs for underflowed
29075         result.
29076         * math/s_catanh.c: Include <float.h>.
29077         (__catanh): Ensure underflow exception occurs for underflowed
29078         result.
29079         * math/s_catanhf.c: Include <float.h>.
29080         (__catanhf): Ensure underflow exception occurs for underflowed
29081         result.
29082         * math/s_catanhl.c: Include <float.h>.
29083         (__catanhl): Ensure underflow exception occurs for underflowed
29084         result.
29085         * math/s_catanl.c: Include <float.h>.
29086         (__catanl): Ensure underflow exception occurs for underflowed
29087         result.
29088         * math/libm-test.inc (catan_test): Add more tests.
29089         (catanh_test): Likewise.
29091         [BZ #15405]
29092         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29093         underflowed result.
29094         * math/s_ccoshf.c (__ccoshf): Likewise.
29095         * math/s_ccoshl.c (__ccoshl): Likewise.
29096         * math/s_csin.c (__csin): Likewise.
29097         * math/s_csinf.c (__csinf): Likewise.
29098         * math/s_csinh.c (__csinh): Likewise.
29099         * math/s_csinhf.c (__csinhf): Likewise.
29100         * math/s_csinhl.c (__csinhl): Likewise.
29101         * math/s_csinl.c (__csinl): Likewise.
29102         * math/libm-test.inc (ccos_test): Add more tests.
29103         (ccosh_test): Likewise.
29104         (csin_test): Likewise.
29105         (csinh_test): Likewise.
29107 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29109         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29110         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29111         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29112         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29113         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29114         powerpc/power5+/fpu folders.
29115         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29118 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29120         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29122 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
29124         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29125         additions to variable.
29126         [$(config-machine) = x86_64] (modules-names): Likewise.
29127         ($(objpfx)tst-audit3): Remove dependency.
29128         ($(objpfx)tst-audit3.out): Likewise.
29129         ($(objpfx)tst-audit4): Likewise.
29130         ($(objpfx)tst-audit4.out): Likewise.
29131         ($(objpfx)tst-audit5): Likewise.
29132         ($(objpfx)tst-audit5.out): Likewise.
29133         ($(objpfx)tst-audit6): Likewise.
29134         ($(objpfx)tst-audit6.out): Likewise.
29135         ($(objpfx)tst-audit7): Likewise.
29136         ($(objpfx)tst-audit7.out): Likewise.
29137         (tst-audit3-ENV): Remove variable.
29138         (tst-audit4-ENV): Likewise.
29139         (tst-audit5-ENV): Likewise.
29140         (tst-audit6-ENV): Likewise.
29141         (tst-audit7-ENV): Likewise.
29142         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29143         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29144         addition to variable.
29145         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29146         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29147         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29148         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29149         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29150         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29151         tst-audit3, tst-audit4 and tst-audit5.
29152         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29153         tst-audit6 and tst-audit7.
29154         [$(subdir) = elf] (modules-names): Add audit modules for those
29155         tests.
29156         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29157         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29158         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29159         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29160         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29161         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29162         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29163         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29164         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29165         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29166         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29167         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29168         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29169         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29170         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29171         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29172         Likewise.
29173         [$(subdir) = elf && $(config-cflags-avx) = yes]
29174         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29175         [$(subdir) = elf && $(config-cflags-avx) = yes]
29176         (CFLAGS-tst-auditmod4a.c): Likewise.
29177         [$(subdir) = elf && $(config-cflags-avx) = yes]
29178         (CFLAGS-tst-auditmod4b.c): Likewise.
29179         [$(subdir) = elf && $(config-cflags-avx) = yes]
29180         (CFLAGS-tst-auditmod6b.c): Likewise.
29181         [$(subdir) = elf && $(config-cflags-avx) = yes]
29182         (CFLAGS-tst-auditmod6c.c): Likewise.
29183         [$(subdir) = elf && $(config-cflags-avx) = yes]
29184         (CFLAGS-tst-auditmod7b.c): Likewise.
29185         * elf/tst-audit3.c: Move to ...
29186         * sysdeps/x86_64/tst-audit3.c: ... here.
29187         * elf/tst-audit4.c: Move to ...
29188         * sysdeps/x86_64/tst-audit4.c: ... here.
29189         * elf/tst-audit5.c: Move to ...
29190         * sysdeps/x86_64/tst-audit5.c: ... here.
29191         * elf/tst-audit6.c: Move to ...
29192         * sysdeps/x86_64/tst-audit6.c: ... here.
29193         * elf/tst-audit7.c: Move to ...
29194         * sysdeps/x86_64/tst-audit7.c: ... here.
29195         * elf/tst-auditmod3a.c: Move to ...
29196         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29197         * elf/tst-auditmod3b.c: Move to ...
29198         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29199         * elf/tst-auditmod4a.c: Move to ...
29200         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29201         * elf/tst-auditmod4b.c: Move to ...
29202         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29203         * elf/tst-auditmod5a.c: Move to ...
29204         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29205         * elf/tst-auditmod5b.c: Move to ...
29206         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29207         * elf/tst-auditmod6a.c: Move to ...
29208         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29209         * elf/tst-auditmod6b.c: Move to ...
29210         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29211         * elf/tst-auditmod6c.c: Move to ...
29212         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29213         * elf/tst-auditmod7a.c: Move to ...
29214         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29215         * elf/tst-auditmod7b.c: Move to ...
29216         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29218 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29220         [BZ #15366]
29221         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29222         define unconditionally.
29223         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29224         define unconditionally.
29225         (INT8_C, INT16_C, etc.): Likewise.
29227 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
29229         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29230         __ehdr_start with hidden visibility.
29232         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29234 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
29236         * math/libm-test.inc (cos_test): Use accurate hex constants.
29237         (sincost_test): Likewise.
29239 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
29241         * math/libm-test.inc (catan_test): Add more tests.
29242         (catanh_test): Likewise.
29244         * math/s_catanf.c (__catanf): Use suffixed floating-point
29245         constants.
29246         * math/s_catanhf.c (__catanhf): Likewise.
29247         * math/s_catanhl.c (__catanhl): Likewise.
29248         * math/s_catanl.c (__catanl): Likewise.
29250         [BZ #15394]
29251         * math/s_catan.c (__catan): Calculate imaginary part of result
29252         with log1p not log unless computing log of number close to 0.
29253         * math/s_catanf.c (__catanf): Likewise.
29254         * math/s_catanl.c (__catanl): Likewise.
29255         * math/s_catanh.c (__catanh): Calculate real part of result with
29256         log1p not log unless computing log of number close to 0.
29257         * math/s_catanhf.c (__catanhf): Likewise.
29258         * math/s_catanhl.c (__catanhl): Likewise.
29259         * math/libm-test.inc (catan_test): Add more tests.
29260         (catanh_test): Likewise.
29261         * sysdeps/i386/fpu/libm-test-ulps: Update.
29262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29264 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29266         * benchtests/Makefile: Mention files in which fast and slow
29267         paths of math functions are implemented.
29269 2013-04-23  Roland McGrath  <roland@hack.frob.com>
29271         * sysdeps/posix/timespec_get.c: New file.
29273 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29275         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29276         POWER.
29277         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29278         for POWER.
29279         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29280         powerpc/power5/fpu folders.
29281         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29282         * benchtests/Makefile: Add modf testcase.
29283         * benchtests/bench-modf.c: New file: Benchmark test for mo
29285 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29287         [BZ #14888]
29288         * time/Makefile (tests): Add tst-strptime-whitespace.
29289         * time/strptime_l.c (get_number): Use ISSPACE.
29290         (__strptime_internal): Likewise.
29291         * time/tst-strptime-whitespace.c: New test case.
29293 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
29295         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29296         member.
29297         (_nss_files_init): Set it here.
29299 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
29301         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29302         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29303         unsigned.
29305 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
29307         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29309 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29311         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29312         size just once.
29314 2013-04-21  David S. Miller  <davem@davemloft.net>
29316         * po/ru.po: Update Russion translation from translation project.
29318 2013-04-17  Adam Conrad  <adconrad@0c3.net>
29320         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29321         and setfsgid.
29323 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
29325         * configure.in: Remove i386 configure warning. Remove i386 case.
29326         * configure: Regenerate.
29327         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29328         Add example to error message.
29329         * sysdeps/i386/configure: Regenerate.
29331 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29333         * benchtests/Makefile (bench): Add cos, tan, slowcos and
29334         slowtan.
29335         * benchtests/cos-inputs: New file.
29336         * benchtests/slowcos-inputs: New file.
29337         * benchtests/slowcos.c: New file.
29338         * benchtests/slowtan-inputs: New file.
29339         * benchtests/slowtan.c: New file.
29340         * benchtests/tan-inputs: New file.
29342 2013-04-16  Roland McGrath  <roland@hack.frob.com>
29344         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29345         considered kosher.
29347 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29349         * benchtests/Makefile: Include cppflags-iterator.mk to add
29350         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29352         * Makefile.in (bench-clean): New target.
29353         * benchtests/Makefile (bench-clean): Likewise.
29355 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
29357         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29359 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
29361         * stdio-common/tstdiomisc.c: Fix coding-style violation.
29363 2013-04-15  Andreas Schwab  <schwab@suse.de>
29365         * nscd/grpcache.c (cache_addgr): Properly check for short write.
29366         * nscd/initgrcache.c (addinitgroupsX): Likewise.
29367         * nscd/pwdcache.c (cache_addpw): Likewise.
29368         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
29369         more than recsize.
29371 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29373         * benchtests/Makefile (bench): Write all output to
29374         bench-out.tmp together.
29376 2013-04-15  Andreas Schwab  <schwab@suse.de>
29378         * nscd/nscd.c (main): Don't fork again after closing files.
29380 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29382         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29384         * benchtests/Rules (bench-deps): Collect dependencies into a
29385         single variable.  Add Makefile to dependencies.
29386         ($(objpfx)bench-%.c): Depend on bench-deps.
29388 2013-04-12  Roland McGrath  <roland@hack.frob.com>
29389             Xavier Roche  <roche+kml2@exalead.com>
29391         [BZ #15361]
29392         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29393         just that it's a file descriptor.
29394         * manual/llio.texi (Synchronizing AIO Operations): Update description
29395         for EBADF error from aio_fsync.
29397 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29399         * Rules (bench): Move target definition...
29400         * benchtests/Makefile: ... here.
29402 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
29404         * math/libm-test.inc (cos_test): Fix PI/2 test.
29405         (sincos_test): Likewise.
29406         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29407         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29409 2013-04-11  Andreas Schwab  <schwab@suse.de>
29411         [BZ #13988]
29412         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29413         accept exponent character only when digits were seen.
29414         * stdio-common/Makefile (tests): Add bug26.
29415         * stdio-common/bug26.c: New file.
29417         [BZ #14293]
29418         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29419         non-freeable.
29421 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29423         * Makeconfig (rtld-prefix): Define built linker prefix.
29424         * Rules (run-bench): Use it.
29425         * math/Makefile (run-regen-ulps): Likewise.
29427         * Rules (bench): Remove eval.
29429 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29430             Roland McGrath  <roland@hack.frob.com>
29431             Ondrej Bilka  <neleai@seznam.cz>
29433         [BZ #15346]
29434         * time/getdate.c: Include ctype.h and alloca.h.
29435         (__getdate_r): Trim leading and trailing spaces of input.
29436         * time/tst-getdate.c (tests): Add tests with leading and
29437         trailing spaces.
29439 2013-04-08  Roland McGrath  <roland@hack.frob.com>
29441         [BZ #14280]
29442         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29443         when computing value.
29445 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29447         * math/README.libm-test (How can I generate "libm-test-ulps"?):
29448         Use testrun.sh to run libm tests.
29450         [BZ #15309]
29451         * elf/dl-open.c (dl_open_worker): memset all of seen array.
29453 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
29455         [BZ #15264]
29456         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29458 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29460         * Makefile.in (regen-ulps): New target.
29461         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29462         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29463         [ifneq (no,$(PERL)] (regen-ulps): New target.
29464         [ifeq (no,$(PERL)] (regen-ulps): New target.
29465         * math/libm-test.inc (ulps_file_name): Define.
29466         (output_dir): New variable.
29467         (options): Add "output-dir" option.
29468         (parse_opt): Handle 'o' case.
29469         (main): If output_dir is non-NULL use it as a prefix
29470         otherwise use "".
29471         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29473 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29475         [BZ #10060, #10062]
29476         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29477         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29478         fail configure if __sync_val_compare_and_swap is not inlined.
29479         * sysdeps/i386/configure: Regenerate.
29480         * configure.in: Build for i686 when configured for i386.
29481         * configure: Regenerate.
29482         * README: Remove i386 reference.
29484 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29486         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29487         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29489 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
29491         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29492         (lmsnanval): New variables.
29493         (F): Add conversion tests.
29494         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29495         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29497         * stdio-common/tstdiomisc.c (F): Properly collect individual
29498         tests' results.
29500         [BZ #14686, #15336]
29501         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29502         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29503         Instead, use input NaN values or generate a qNaN by arithmetic
29504         operation.  Also fix bugs to comply with the standard.
29505         * math/libm-test.inc (remainder_test): Add more tests.
29507         [BZ #15335, #15342]
29508         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29509         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29510         input NaN values or generate a qNaN by arithmetic operation.
29512         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29513         unreachable code.
29515         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29516         definitions.
29518 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
29520         [BZ #14478]
29521         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29522         underflowed result.
29523         * math/s_cexpf.c (__cexpf): Likewise.
29524         * math/s_cexpl.c (__cexpl): Likewise.
29525         * math/libm-test.inc (cexp_test): Add more tests.
29527 2013-04-03  Andreas Schwab  <schwab@suse.de>
29529         [BZ #15330]
29530         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29531         order arrays from heap if bigger than alloca cutoff.
29533 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
29535         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29536         (SNAN_TESTS_double): Refer to GCC PR56831.
29537         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29538         GCC PR56828.
29540 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
29542         * Rules (bench): Move bench.out after the run is complete.
29544         * Rules (bench): Echo currently running benchmark.
29546         * benchtests/Makefile (bench): Add atan and slowatan.
29547         * benchtests/atan-inputs: New file.
29548         * benchtests/slowatan-inputs: New file.
29549         * benchtests/slowatan.c: New file.
29551         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29552         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29553         its value.
29555         [BZ #15305]
29556         * sysdeps/unix/sysv/linux/kernel-features.h
29557         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29558         __ASSUME_XFS_RESTRICTED_CHOWN.
29559         * sysdeps/unix/sysv/linux/pathconf.c
29560         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29561         Save and restore errno.
29563 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
29565         [BZ #15327]
29566         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29567         arguments using __kernel_casinh.
29568         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29569         arguments using __kernel_casinhf.
29570         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29571         arguments using __kernel_casinhl.
29572         * math/libm-test.inc (cacosh_test): Add more tests.
29573         * sysdeps/i386/fpu/libm-test-ulps: Update.
29574         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29576 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29578         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29579         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29581         * bench/Makefile (bench): Add sin and slowsin.
29582         * benchtests/sin-inputs: New file.
29583         * benchtests/slowsin-inputs: New file.
29584         * benchtests/slowsin.c: New file.
29586         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29587         (bench): Add slowexp and slowpow.
29588         (exp-ITER): Increase iterations.
29589         (pow-ITER): Likewise.
29590         * benchtests/exp-inputs: Change input.
29591         * benchtests/pow-inputs: Likewise.
29592         * benchtests/slowexp-inputs: New file.
29593         * benchtests/slowexp.c: New file.
29594         * benchtests/slowpow-inputs: New file.
29595         * benchtests/slowpow.c: New file.
29597 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29599         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29600         instructions.
29601         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29602         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29603         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29604         * benchtests/Makefile: Add rint benchtest.
29605         * benchtests/rint-inputs: Input for rint benchtest.
29607 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
29609         * Versions.def (libm): Add GLIBC_2.18.
29610         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29611         hidden libm prototypes.
29612         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29613         * math/Makefile (libm-calls): Add s_issignaling.
29614         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29615         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
29616         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29617         declaration.
29618         * math/math.h [__USE_GNU] (issignaling): New macro.
29619         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29620         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29621         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29622         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29623         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29624         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29625         * manual/arith.texi (issignaling): New section.
29626         * manual/libm-err-tab.pl (@all_functions): Update comment.
29627         * math/gen-libm-test.pl (parse_args): Apply special handling for
29628         issignaling.
29629         * math/libm-test.inc (print_float, issignaling_test): New
29630         functions.
29631         (check_float_internal): Add issignaling checks.
29632         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29633         default definition.
29634         * sysdeps/powerpc/math-tests.h: New file.
29635         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29636         tests.
29637         * math/test-snan.c (TEST_FUNC): Likewise.
29639 2013-03-30  David S. Miller  <davem@davemloft.net>
29641         * po/de.po: Update from translation team.
29643 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
29645         [BZ #10357]
29646         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29647         imaginary part less than 1.0 and real part less than 0.5
29648         specially.
29649         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29650         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29651         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29652         (cacos_test): Add more tests.
29653         (casin_test): Likewise.
29654         (casinh_test): Likewise.
29655         * sysdeps/i386/fpu/libm-test-ulps: Update.
29656         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29658 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29660         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29661         ONE with its value.
29663         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29664         (__pow_mp): Replace ONE and MONE with their values.
29665         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29666         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29667         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29668         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29669         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29670         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29672         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
29674         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
29675         (__pow_mp): Replace ZERO and MZERO with their values.
29676         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29677         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29678         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29679         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
29680         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29681         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
29682         (__sqr): Likewise.
29684         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
29686         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
29688 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29690         * include/stdlib.h [!SHARED] (__call_tls_dtors):
29691         Declare with __attribute__ ((weak)).
29692         * stdlib/exit.c (__libc_atexit) [!SHARED]:
29693         Call __call_tls_dtors only if it's not NULL.
29695 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29697         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29698         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29699         magic __ehdr_start linker symbol if it's defined.
29700         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29701         them up here if it was already done.
29703         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29704         (_dl_aux_init): Use const in cast when setting it.
29705         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29706         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29707         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29709         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29710         Declare them here.
29711         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29712         * csu/libc-tls.c: Nor here.
29713         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29715         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29716         (__libc_message): Never call vsyslog.
29718 2013-03-28  Alan Modra  <amodra@gmail.com>
29720         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29721         Define as empty.
29722         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29723         Likewise.
29725 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29727         [BZ #15214]
29728         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29729         underflow.
29730         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29732 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29734         [BZ #15304]
29735         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29736         Don't add gid passed as argument.
29738         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29740 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29742         [BZ #15307]
29743         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29744         imaginary part between 1.0 and 1.5 and real part less than 0.5
29745         specially.
29746         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29747         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29748         * math/libm-test.inc (cacos_test): Add more tests.
29749         (casin_test): Likewise.
29750         (casinh_test): Likewise.
29751         * sysdeps/i386/fpu/libm-test-ulps: Update.
29752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29754 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29756         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29757         constants.
29758         (norm): Likewise.
29759         (denorm): Likewise.
29760         (__dbl_mp): Likewise.
29761         (add_magnitudes): Likewise.
29762         (sub_magnitudes): Likewise.
29763         (__add): Likewise.
29764         (__sub): Likewise.
29765         (__mul): Likewise.
29766         (__sqr): Likewise.
29767         (__inv): Likewise.
29768         (__dvd): Likewise.
29770         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29771         commented code.
29772         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29773         (__dubcos): Likewise.
29774         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29775         (__ieee754_acos): Likewise.
29776         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29777         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29778         (__exp1): Likewise.
29779         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29780         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29781         (log1): Likewise.
29782         (my_log2): Likewise.
29783         (checkint): Likewise.
29784         * sysdeps/ieee754/dbl-64/e_remainder.c
29785         (__ieee754_remainder): Likewise.
29786         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29787         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29788         (bsloww): Likewise.
29789         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29791         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29792         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29793         MANTISSA_STORE_T to store computations on mantissa.  Use
29794         macros for rounding and division.
29795         (denorm): Likewise.
29796         (__dbl_mp): Likewise.
29797         (add_magnitudes): Likewise.
29798         (sub_magnitudes): Likewise.
29799         (__mul): Likewise.
29800         (__sqr): Likewise.
29801         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29802         powers of two in terms of TWOPOW macro.
29803         (mp_no): Make type of mantissa as MANTISSA_T.
29804         [!RADIXI]: Define RADIXI.
29805         [!TWO52]: Define TWO52.
29806         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29808 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29810         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29811         llroundl symbol when building for PPC32.
29813 2013-03-24  Mark H Weaver  <mhw@netris.org>
29815         * manual/arith.texi (Normalization Functions): Fix prototypes for
29816         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29818 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29820         [BZ #13889]
29821         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29822         high value to check if expl overflow.
29823         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29824         to check for underflow and overflow.
29825         * math/libm-test.inc: Add exp test.
29827 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29829         [BZ #11120]
29830         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29831         with NOT_IN_libc.
29833 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29835         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29836         symbol.
29838 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29840         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29841         wrap blocks consisting of several statements.
29843         * sysdeps/generic/math-tests.h: New file.
29844         * sysdeps/i386/fpu/math-tests.h: Likewise.
29845         * math/test-snan.c: Include it.
29846         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29848 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29850         [BZ #15285]
29851         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29852         (__ieee754_j0l): Do not improve calculations using cos of twice
29853         input for inputs above LDBL_MAX / 2.0L.
29854         (__ieee754_y0l): Likewise.
29855         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29856         (__ieee754_j1l): Do not improve calculations using cos of twice
29857         input for inputs above LDBL_MAX / 2.0L.
29858         (__ieee754_y1l): Likewise.
29859         * math/libm-test.inc (j0_test): Add another test.
29860         (j1_test): Likewise.
29861         (y0_test): Likewise.
29862         (y1_test): Likewise.
29863         * sysdeps/i386/fpu/libm-test-ulps: Update.
29865 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29867         * Rules ($(objpfx)bench-%.c): Include code from a C source
29868         file.
29870 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29872         [BZ #15287]
29873         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29874         imaginary part 1.0 and real part less than 0.5 specially.
29875         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29876         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29877         * math/libm-test.inc (cacos_test): Add more tests.
29878         (casin_test): Likewise.
29879         (casinh_test): Likewise.
29880         * sysdeps/i386/fpu/libm-test-ulps: Update.
29881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29883 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29885         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29886         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29888 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
29890         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29891         * config.make.in (config-cflags-sse4): Remove variable.
29892         (config-cflags-avx): Likewise.
29893         (config-cflags-sse2avx): Likewise.
29894         (config-cflags-novzeroupper): Likewise.
29895         (config-asflags-i686): Likewise.
29896         (have-mfma4): Likewise.
29897         (have-as-vis3): Likewise.
29898         (MIG): Likewise.
29899         * configure.in (MIG): Do not AC_SUBST.
29900         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29901         (libc_cv_cc_sse4): Do not AC_SUBST.
29902         (libc_cv_cc_avx): Likewise.
29903         (libc_cv_cc_sse2avx): Likewise.
29904         (libc_cv_cc_novzeroupper): Likewise.
29905         (libc_cv_cc_fma4): Likewise.
29906         (libc_cv_as_i686): Likewise.
29907         (libc_cv_sparc_as_vis3): Likewise.
29908         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29909         LIBC_CONFIG_VAR.
29910         (config-asflags-i686): Likewise.
29911         (config-cflags-avx): Likewise.
29912         (config-cflags-sse2avx): Likewise.
29913         (have-mfma4): Likewise.
29914         (config-cflags-novzeroupper): Likewise.
29915         * sysdeps/mach/configure.in (MIG): Likewise.
29916         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29917         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29918         LIBC_CONFIG_VAR.
29919         (config-cflags-avx): Likewise.
29920         (config-cflags-sse2avx): Likewise.
29921         (have-mfma4): Likewise.
29922         (config-cflags-novzeroupper): Likewise.
29923         * configure: Regenerated.
29924         * sysdeps/i386/configure: Likewise.
29925         * sysdeps/mach/configure: Likewise.
29926         * sysdeps/sparc/configure: Likewise.
29927         * sysdeps/x86_64/configure: Likewise.
29929 2013-03-20  Roland McGrath  <roland@hack.frob.com>
29931         [BZ #14812]
29932         * locale/programs/localedef.c (options): Put N_ translation marker
29933         on argument names, not just descriptions.
29935 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29937         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29939 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
29941         [BZ #14176]
29942         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29944 2013-03-19  Roland McGrath  <roland@hack.frob.com>
29946         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29947         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29948         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29949         [!BEFORE_ABORT] (before_abort): New function.
29950         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29951         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29952         (writev_for_fatal): New function.
29953         (WRITEV_FOR_FATAL): New macro; call that.
29954         (backtrace_and_maps): New function.
29955         (BEFORE_ABORT): New macro; call that.
29956         (struct str_list): Type removed.
29957         (__libc_message, __libc_fatal): Functions removed.
29958         Include <sysdeps/posix/libc_fatal.c> instead.
29960 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
29962         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29963         constants.
29964         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29965         double constants.
29967 2013-03-19  Andreas Schwab  <schwab@suse.de>
29969         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29970         * sysdeps/gnu/configure: Regenerate.
29972         * configure.in: Substitute libc_cv_rtlddir.
29973         * configure: Regenerate.
29974         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29975         * Makeconfig (rtlddir, inst_rtlddir): New variables.
29976         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29977         * elf/Makefile (install-others, CFLAGS-interp.c)
29978         (ldso_install, common-ldd-rewrite): Likewise.
29979         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29980         $(inst_slibdir)/$(rtld-installed-name).
29981         * scripts/rellns-sh: Add -p option.
29982         * Makerules (make-shlib-link): Use rellns-sh to get relative name
29983         for source.
29985 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29987         * manual/nptl.texi: Renamed to ...
29988         * manual/threads.texi: ... this.
29989         * manual/Makefile (chapters): Update.
29991 2013-03-18  Roland McGrath  <roland@hack.frob.com>
29993         [BZ #14812]
29994         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29995         on argument names, not just descriptions.
29996         * malloc/memusagestat.c (options): Likewise.
29997         * nss/getent.c (options): Likewise.
29999 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30001         [BZ #14812]
30002         * iconv/iconv_prog.c (options): Put N_ translation marker
30003         on argument names, not just descriptions.
30004         * iconv/iconvconfig.c (options): Likewise.
30006 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30008         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30009         implementation which is faster on all x86_64 architectures.
30010         Tested on AMD, Intel Nehalem, SNB, IVB.
30011         * sysdeps/x86_64/strnlen.S: Likewise.
30013         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30014         Remove all multiarch strlen and strnlen versions.
30015         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30016         Remove strlen and strnlen related parts.
30018         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30019         Inline strlen part.
30020         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30022         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30023         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30024         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30025         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30026         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30027         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30029 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
30031         * manual/memory.texi (Malloc Tunable Parameters):
30032         Sort parameters alphabetically. Add comments for missing entries.
30034 2013-03-17  David S. Miller  <davem@davemloft.net>
30036         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30038 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
30040         [BZ #15283]
30041         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30042         for arguments at most half maximum finite value.
30043         * math/libm-test.inc (j0_test): Add more tests.
30044         (j1_test): Likewise.
30045         (y0_test): Likewise.
30046         (y1_test): Likewise.
30047         * sysdeps/i386/fpu/libm-test-ulps: Update.
30048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30050         [BZ #14155]
30051         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30052         1 / x and functions P and Q for arguments above 0x1p256L.
30053         (__ieee754_y0l): Likewise.
30054         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30055         (__ieee754_y1l): Likewise.
30056         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30057         (j1_test): Likewise.
30058         (y0_test): Likewise.
30059         (y1_test): Likewise.
30061 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
30063         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30064         variable.
30066 2013-03-15  Roland McGrath  <roland@hack.frob.com>
30068         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30069         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30070         zero since it's initialized to EXEC_PAGESIZE.
30072         * sysdeps/unix/sysv/linux/ldsodefs.h
30073         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30074         * sysdeps/generic/ldsodefs.h: ... here.
30076 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
30078         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30080         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30081         math/test-snan.c.
30082         * math/test-snan.c: Renamed from
30083         sysdeps/powerpc/fpu/test-powerpc-snan.c.
30084         * math/Makefile (tests): Add test-snan.
30085         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30086         test-powerpc-snan.
30088         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30089         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
30090         functions.
30091         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
30092         __builtin_nan family of functions.
30093         * math/libm-test.inc (initialize): Initialize qnan_value with
30094         __builtin_nan family of functions.
30095         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30096         Remove variables.
30097         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30098         Remove functions.
30099         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
30100         storage class.  Initialize qNaN_var and sNaN_var with
30101         __builtin_nan and __builtin_nans families of functions,
30102         respectively.
30104         * math/libm-test.inc (acosh_test): Also test with qNaN input.
30105         (sqrt_test): Remove duplicate test with qNaN input.
30106         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30107         (round_test, signbit_test, significand_test): Note missing +/-Inf
30108         as well as qNaN tests.
30110         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30111         qNaN_var.  Fix a few strings, too.
30112         * math/libm-test.inc (nan_value): Rename to qnan_value.
30113         * math/gen-libm-test.pl (%beautify): Adjust to that.
30114         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30115         * math/test-misc.c (main): Likewise.
30116         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30117         to __qnan_bytes, and __qnan_union, respectively.
30118         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30119         Likewise.
30120         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30121         and lqnanval, respectively.
30122         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30123         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30124         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30125         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30127         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30128         * math/test-misc.c (main) [__x86_64__]: Enable test for long
30129         doubles.
30131         * math/test-misc.c (main): Fix copy'n'pastos.
30132         * misc/tst-efgcvt.c (special): Likewise.
30134         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30135         Remove declarations.
30137 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30139         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30140         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30141         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30142         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30144 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30146         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30147         macro to return vdso values correctly in IFUNC implementations.
30148         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30149         Optimization by using IFUNC.
30151 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30152             Richard Henderson  <rth@redhat.com>
30153             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30155         * Makefile.in (bench): New target.
30156         * NEWS: Mention the benchmark framework.
30157         * Rules (bench): Likewise.
30158         (binaries-bench): Generate binaries for functions to
30159         benchmark.
30160         * benchtests/Makefile: New makefile for benchmark tests.
30161         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30162         programs.
30163         * benchtests/exp-inputs: New input file for EXP function.
30164         * benchtests/pow-inputs: New input file for POW function.
30165         * scripts/bench.pl: New script to generate source files for
30166         benchmark programs.
30168 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30170         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30171         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30172         computations on mantissa.  Use macros for rounding and
30173         division.
30174         (denorm): Likewise.
30175         (__dbl_mp): Likewise.
30176         (add_magnitudes): Likewise.
30177         (sub_magnitudes): Likewise.
30178         (__mul): Likewise.
30179         (__sqr): Likewise.
30180         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30181         powers of two in terms of TWOPOW macro.
30182         (mp_no): Make type of mantissa as MANTISSA_T.
30183         [!RADIXI]: Define RADIXI.
30184         [!TWO52]: Define TWO52.
30185         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30187         * manual/nptl.texi (cindex): Modify threads to pthreads.
30189 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
30191         * sysdeps/x86_64/preconfigure: Regenerated.
30193 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
30195         [BZ #14155]
30196         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30197         0x1p28 and above.
30198         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30199         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30200         0x1p28 and above.
30201         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30202         * math/libm-test.inc (j0_test): Do not allow one spurious
30203         underflow exception.
30204         (y1_test): Likewise.
30206 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30208         * manual/Makefile (chapters): Add nptl.
30209         * manual/debug.texi (Debugging Support): Add link to Threads
30210         chapter.
30211         * manual/nptl.texi: New file.
30213         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30215 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30217         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30218         for non-NULL pointer before the memory validity test. Pointed
30219         out by Holger Brunck <holger.brunck@keymile.com>.
30221 2013-03-13  Andreas Schwab  <schwab@suse.de>
30223         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30224         instead of .os.
30226 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
30228         * timezone/zic.c: Update from tzcode 2013b.
30230 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
30232         * manual/install.texi (Configuring and compiling):
30233         Mention i686 and i586.
30234         * INSTALL: Regenerate.
30236 2013-03-12  Roland McGrath  <roland@hack.frob.com>
30238         * sysdeps/init_array/elf-init.c: New file.
30239         * csu/elf-init.c
30240         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30241         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30243         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30244         __gmon_start__ as global, but as static with a .preinit_array pointer.
30245         * sysdeps/init_array/gmon-start.c: New file.  Use that.
30246         * sysdeps/init_array/crti.S: New file, empty except for comments.
30247         * sysdeps/init_array/crtn.S: Likewise.
30249 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
30251         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30252         definining bcopy.
30253         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30254         Remove Prefer_SSE_for_memop.
30255         * sysdeps/x86_64/multiarch/init-arch.h: Remove
30256         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30257         HAS_PREFER_SSE_FOR_MEMOP.
30258         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30259         memset-x86-64.
30260         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30261         Remove bzero, memset ifunc support.
30262         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30263         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30264         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30265         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30267 2013-03-11  Andreas Schwab  <schwab@suse.de>
30269         [BZ #15234]
30270         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30271         by SHLIB_COMPAT.
30272         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30273         (GLIBC_2.16): Remove pthread_atfork.
30275 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
30277         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30278         (ptestcases.h): Likewise.
30280 2013-03-08  Roland McGrath  <roland@hack.frob.com>
30282         * Makeconfig ($(common-objpfx)config.status): Depend on
30283         sysdeps/*/preconfigure{,.in} too.
30285 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
30287         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30288         (__free_hook): Use void * instead of __malloc_ptr_t.
30289         (__malloc_hook): Likewise.
30290         (__realloc_hook): Likewise.
30291         (__memalign_hook): Likewise.
30292         (__after_morecore_hook): Likewise.
30293         * malloc/arena.c (save_malloc_hook): Likewise.
30294         (save_free_hook): Likewise.
30295         * malloc/hooks.c (malloc_hook_ini): Likewise.
30296         (realloc_hook_ini): Likewise.
30297         (memalign_hook_ini): Likewise.
30298         * malloc/malloc.c (malloc_hook_ini): Likewise.
30299         (realloc_hook_ini): Likewise.
30300         (memalign_hook_ini): Likewise.
30301         (__free_hook): Likewise.
30302         (__malloc_hook): Likewise.
30303         (__realloc_hook): Likewise.
30304         (__memalign_hook): Likewise.
30305         (__libc_malloc): Likewise.
30306         (__libc_free): Likewise.
30307         (__libc_realloc): Likewise.
30308         (__libc_memalign): Likewise.
30309         (__libc_valloc): Likewise.
30310         (__libc_pvalloc): Likewise.
30311         (__libc_calloc): Likewise.
30312         (__posix_memalign): Likewise.
30313         * malloc/morecore.c (__sbrk): Likewise.
30314         (__default_morecore): Likewise.
30316         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30318         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30319         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30320         __malloc_ptrdiff_t.
30322         * malloc/malloc.h (__malloc_size_t): Remove macro.
30323         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30324         __malloc_size_t.
30325         (old_memalign_hook): Likewise.
30326         (old_realloc_hook): Likewise.
30327         (struct hdr): Likewise.
30328         (flood): Likewise.
30329         (mallochook): Likewise.
30330         (memalignhook): Likewise.
30331         (reallochook): Likewise.
30332         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30333         (tr_old_realloc_hook): Likewise.
30334         (tr_old_memalign_hook): Likewise.
30335         (tr_mallochook): Likewise.
30336         (tr_reallochook): Likewise.
30337         (tr_memalignhook): Likewise.
30339 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30341         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30342         default_ldbl_pack and using as default implementation.
30343         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30344         implementation.
30345         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30346         redundant definition.
30347         (ldbl_insert_mantissa): Likewise.
30348         (ldbl_canonicalize): Likewise.
30349         (ldbl_nearbyint): Likewise.
30350         (ldbl_pack): Rename to ldbl_pack_ppc.
30351         (ldbl_unpack): Rename to ldbl_unpack_ppc.
30352         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30353         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30355 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30357         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30358         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30359         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30360         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30361         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30362         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30363         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30364         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30366 2013-03-07  Andreas Jaeger  <aj@suse.de>
30368         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30369         bits/mman-linux.h.
30371 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30373         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30374         Include mpa.h and declare __MPEXP.
30375         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30376         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30377         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30378         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30379         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30380         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30381         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30383         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30384         (__slowpow): Use long double EXPL and LOGL functions to
30385         compute POW.
30386         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30387         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30388         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30389         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30390         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30391         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30393         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30394         intermediate variable to calculate exponent.
30395         (__sqr): Likewise.
30396         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30397         Likewise.
30398         (__sqr): Likewise.
30400         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30401         [!NO__SQR]: Define __sqr.
30402         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30403         and NO__SQR.  Remove all code except __mul and __sqr.  Include
30404         sysdeps/ieee754/dbl-64/mpa.c.
30405         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30407         [BZ #12723]
30408         * posix/Makefile (tests): Add tst-pathconf.
30409         * posix/tst-pathconf.c: New test case.
30410         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30411         _PC_PIPE_BUF.
30412         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30414 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
30416         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30418 2013-03-06  Andreas Jaeger  <aj@suse.de>
30420         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30421         definition via __MAP_ANONYMOUS.
30423         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30424         it's not part of Linux headers.
30426         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30427         (MAP_HUGE_MASK): Define.
30429         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30430         Define.
30431         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30432         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30433         Define.
30434         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30435         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30436         Define.
30437         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30438         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30439         Define.
30440         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30442         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30443         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30444         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30445         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30446         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30447         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30449         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30450         Handle f2fs.
30452         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30453         Handle f2fs and efivarfs.
30455         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30456         f2fs.
30458         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30459         (EFIVARFS_MAGIC): Add.
30460         (F2FS_LINK_MAX): Add.
30462 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
30464         * stdio-common/vfprintf.c: Replace __builtin_expect with
30465         __glibc_unlikely.
30467 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
30469         [BZ #13550]
30470         * sysdeps/generic/bp-sym.h: Remove file.
30471         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30472         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30473         <bp-sym.h> and <bp-asm.h>.
30474         (__longjmp): Don't use BP_SYM.
30475         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30476         and <bp-asm.h>.
30477         (memcpy): Don't use BP_SYM.
30478         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30479         <bp-sym.h> and <bp-asm.h>.
30480         (memcpy): Don't use BP_SYM.
30481         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30482         <bp-asm.h>.
30483         (memcpy): Don't use BP_SYM.
30484         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30485         <bp-asm.h>.
30486         (memset): Don't use BP_SYM.
30487         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30488         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30489         (__bzero): Don't use BP_SYM.
30490         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30491         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30492         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30493         <bp-sym.h> and <bp-asm.h>.
30494         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30495         pointers.
30496         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30497         <bp-sym.h> and <bp-asm.h>.
30498         (memcpy): Don't use BP_SYM.
30499         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30500         <bp-sym.h> and <bp-asm.h>.
30501         (memset): Don't use BP_SYM.
30502         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30503         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30504         (__bzero): Don't use BP_SYM.
30505         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30506         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30507         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30508         <bp-sym.h> and <bp-asm.h>.
30509         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30510         pointers.
30511         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30512         <bp-sym.h> and <bp-asm.h>.
30513         (memcpy): Don't use BP_SYM.
30514         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30515         <bp-sym.h> and <bp-asm.h>.
30516         (memset): Don't use BP_SYM.
30517         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30518         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30519         (__bzero): Don't use BP_SYM.
30520         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30521         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30522         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30523         <bp-sym.h> and <bp-asm.h>.
30524         (__memchr): Don't use BP_SYM.
30525         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30526         <bp-sym.h> and <bp-asm.h>.
30527         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30528         pointers.
30529         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30530         <bp-sym.h> and <bp-asm.h>.
30531         (memcpy): Don't use BP_SYM.
30532         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30533         <bp-sym.h> and <bp-asm.h>.
30534         (__mempcpy): Don't use BP_SYM.
30535         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30536         <bp-sym.h> and <bp-asm.h>.
30537         (__memrchr): Don't use BP_SYM.
30538         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30539         <bp-sym.h> and <bp-asm.h>.
30540         (memset): Don't use BP_SYM.
30541         (__bzero): Likewise.
30542         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30543         <bp-sym.h> and <bp-asm.h>.
30544         (__rawmemchr): Don't use BP_SYM.
30545         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30546         <bp-sym.h> and <bp-asm.h>.
30547         (__STRCMP): Don't use BP_SYM.
30548         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30549         <bp-sym.h> and <bp-asm.h>.
30550         (strchr): Don't use BP_SYM.
30551         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30552         <bp-sym.h> and <bp-asm.h>.
30553         (__strchrnul): Don't use BP_SYM.
30554         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30555         <bp-sym.h> and <bp-asm.h>.
30556         (strlen): Don't use BP_SYM.
30557         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30558         <bp-sym.h> and <bp-asm.h>.
30559         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30560         pointers.
30561         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30562         <bp-sym.h> and <bp-asm.h>.
30563         (__strnlen): Don't use BP_SYM.
30564         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30565         <bp-sym.h> and <bp-asm.h>.
30566         (__GI__setjmp): Don't use BP_SYM.
30567         (_setjmp): Likewise.
30568         (__sigsetjmp): Likewise.
30569         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30570         (L(start_addresses)): Don't use BP_SYM.
30571         (_start): Likewise.
30572         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30573         <bp-asm.h>.
30574         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30575         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30576         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30577         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30578         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30579         <bp-asm.h>.
30580         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30581         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
30582         about bounded pointers.
30583         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30584         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30585         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30586         <bp-asm.h>.
30587         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30588         about bounded pointers.  Remove GKM FIXME comments.
30589         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30590         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30591         <bp-asm.h>.
30592         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30593         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
30594         Remove GKM FIXME comments.
30595         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30596         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30597         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30598         <bp-asm.h>.
30599         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30600         about bounded pointers.  Remove GKM FIXME comment.
30601         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30602         and <bp-asm.h>.
30603         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30604         pointers.
30605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30606         <bp-sym.h> and <bp-asm.h>.
30607         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30609         <bp-sym.h> and <bp-asm.h>.
30610         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30611         comment.
30613 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30615         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30616         call free(NULL).
30618 2013-03-05  David S. Miller  <davem@davemloft.net>
30620         * po/es.po: Update from translation team.
30622 2013-03-05  Andreas Jaeger  <aj@suse.de>
30624         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30625         <bits/mman-linux.h>.
30626         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30627         is fine.
30628         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30629         <bits/mman-linux.h> to end of file.
30630         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30631         is fine.
30632         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30633         <bits/mman-linux.h> to end of file.
30634         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30635         is fine.
30636         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30637         <bits/mman-linux.h> to end of file.
30639         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30640         (MCL_CURRENT, MCL_FUTURE): Define here.
30642 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30644         [BZ #15232]
30645         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30646         attribute_hidden.
30647         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30649 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30651         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30652         fourth parameter needed for rt_sigprocmask syscall.
30653         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30654         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30655         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30656         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30657         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30658         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30660 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
30662         [BZ #13550]
30663         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30664         comment about bounded pointers.
30665         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30666         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30668 2013-03-04  Andreas Jaeger  <aj@suse.de>
30670         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30671         common definitions.
30673         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
30674         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
30675         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
30676         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30677         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30678         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30680 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30682         [BZ #15055]
30683         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
30684         __ieee754_sqrl instead of __sqrl.
30686 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
30688         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
30689         * sysdeps/powerpc/fpu_control.h: ... here.
30690         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30691         * sysdeps/powerpc/bits/fenvinline.h: ... here.
30692         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30693         * sysdeps/powerpc/bits/mathinline.h: ... here.
30695 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30697         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30698         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30699         to just [NEED_DL_SYSINFO_DSO].
30700         * elf/dl-support.c: Likewise.
30701         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30702         * elf/rtld.c (dl_main): Likewise.
30703         * elf/setup-vdso.h (setup_vdso): Likewise.
30704         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30705         * sysdeps/unix/sysv/linux/dl-sysdep.c
30706         (_dl_discover_osversion): Likewise.
30708 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30710         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30711         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30713 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30715         * NEWS: Mention libm performance improvements and non-x86 PI
30716         futex support.
30718         * csu/libc-start.c (__pthread_initialize_minimal): Change
30719         function arguments.
30720         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30722 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30724         [BZ #13550]
30725         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30726         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30727         <bp-sym.h> and <bp-asm.h>.
30728         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30729         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30730         and <bp-asm.h>.
30731         (memcpy): Don't use BP_SYM.
30732         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30733         <bp-asm.h>.
30734         (__mpn_add_n): Don't use BP_SYM.
30735         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30736         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30737         and <bp-asm.h>.
30738         (__mpn_addmul_1): Don't use BP_SYM.
30739         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30740         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30741         <bp-sym.h>.
30742         (_setjmp): Don't use BP_SYM.
30743         (__novmx_setjmp): Likewise.
30744         (__GI__setjmp): Likewise.
30745         (__vmx_setjmp): Likewise.
30746         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30747         <bp-sym.h>.
30748         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30749         (__bzero): Don't use BP_SYM.
30750         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30751         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30752         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30753         <bp-sym.h> and <bp-asm.h>.
30754         (memcpy): Don't use BP_SYM.
30755         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30756         <bp-sym.h> and <bp-asm.h>.
30757         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30758         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30759         <bp-sym.h> and <bp-asm.h>.
30760         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30761         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30762         <bp-asm.h>.
30763         (__mpn_lshift): Don't use BP_SYM.
30764         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30765         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30766         <bp-asm.h>.
30767         (memset): Don't use BP_SYM.
30768         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30769         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30770         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30771         <bp-asm.h>.
30772         (__mpn_mul_1): Don't use BP_SYM.
30773         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30774         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30775         <bp-sym.h> and <bp-asm.h>.
30776         (memcmp): Don't use BP_SYM.
30777         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30778         <bp-sym.h> and <bp-asm.h>.
30779         (memcpy): Don't use BP_SYM.
30780         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30781         <bp-sym.h> and <bp-asm.h>.
30782         (memset): Don't use BP_SYM.
30783         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30784         <bp-sym.h> and <bp-asm.h>.
30785         (strncmp): Don't use BP_SYM.
30786         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30787         <bp-sym.h> and <bp-asm.h>.
30788         (memcpy): Don't use BP_SYM.
30789         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30790         <bp-sym.h> and <bp-asm.h>.
30791         (memset): Don't use BP_SYM.
30792         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30793         <bp-sym.h> and <bp-asm.h>.
30794         (__memchr): Don't use BP_SYM.
30795         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30796         <bp-sym.h> and <bp-asm.h>.
30797         (memcmp): Don't use BP_SYM.
30798         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30799         <bp-sym.h> and <bp-asm.h>.
30800         (memcpy): Don't use BP_SYM.
30801         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30802         <bp-sym.h> and <bp-asm.h>.
30803         (__mempcpy): Don't use BP_SYM.
30804         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30805         <bp-sym.h> and <bp-asm.h>.
30806         (__memrchr): Don't use BP_SYM.
30807         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30808         <bp-sym.h> and <bp-asm.h>.
30809         (memset): Don't use BP_SYM.
30810         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30811         <bp-sym.h> and <bp-asm.h>.
30812         (__rawmemchr): Don't use BP_SYM.
30813         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30814         <bp-sym.h> and <bp-asm.h>.
30815         (__STRCMP): Don't use BP_SYM.
30816         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30817         <bp-sym.h> and <bp-asm.h>.
30818         (strchr): Don't use BP_SYM.
30819         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30820         <bp-sym.h> and <bp-asm.h>.
30821         (__strchrnul): Don't use BP_SYM.
30822         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30823         <bp-sym.h> and <bp-asm.h>.
30824         (strlen): Don't use BP_SYM.
30825         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30826         <bp-sym.h> and <bp-asm.h>.
30827         (strncmp): Don't use BP_SYM.
30828         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30829         <bp-sym.h> and <bp-asm.h>.
30830         (__strnlen): Don't use BP_SYM.
30831         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30832         <bp-asm.h>.
30833         (__mpn_rshift): Don't use BP_SYM.
30834         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30835         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30836         <bp-sym.h> and <bp-asm.h>.
30837         (__sigsetjmp): Don't use BP_SYM.
30838         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30839         (L(start_addresses)): Don't use BP_SYM.
30840         (_start): Likewise.
30841         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30842         <bp-asm.h>.
30843         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30844         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30845         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30846         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30847         <bp-asm.h>.
30848         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30849         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30850         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30851         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30852         <bp-asm.h>.
30853         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30854         comments.
30855         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30856         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30857         <bp-asm.h>.
30858         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30859         FIXME comments.
30860         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30861         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30862         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30863         <bp-asm.h>.
30864         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30865         comment.
30866         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30867         and <bp-asm.h>.
30868         (strncmp): Don't use BP_SYM,
30869         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30870         <bp-asm.h>.
30871         (__mpn_sub_n): Don't use BP_SYM.
30872         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30873         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30874         and <bp-asm.h>.
30875         (__mpn_submul_1): Don't use BP_SYM.
30876         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30878         <bp-sym.h> and <bp-asm.h>.
30879         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30881         <bp-sym.h> and <bp-asm.h>.
30882         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30883         comment.
30885 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30887         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30888         Use ZK to minimize writes to Z.
30889         (sub_magnitudes): Simplify code a bit.
30890         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30891         Use ZK to minimize writes to Z.
30892         (sub_magnitudes): Simplify code a bit.
30894 2013-02-27  Roland McGrath  <roland@hack.frob.com>
30896         * csu/gmon-start.c: Add special exception to license text.
30898 2013-02-27  Richard Henderson  <rth@redhat.com>
30900         * scripts/config.guess: Update from config.git.
30901         * scripts/config.sub: Likewise.
30903 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30905         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30907         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30909         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30911         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30913         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30915 2013-02-26  Roland McGrath  <roland@hack.frob.com>
30917         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30918         [$(build-shared = yes].
30920 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30922         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30923         (__mul): Reduce iterations for calculating mantissa.
30925         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30926         MPTWO.
30927         (__mpranred): Likewise.
30929         [BZ #15160]
30930         * malloc/memusagestat.c (main): Draw graphs for heap and stack
30931         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30933 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30935         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30936         Define __attribute__.
30938 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30940         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30941         unused.
30942         * posix/regex_internal.h (__attribute): Remove.
30943         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30944         (re_string_context_at): Likewise.
30945         (bitset_not): Use __attribute__ and mark function as possibly
30946         unused.
30947         (bitset_merge): Likewise.
30948         (bitset_mask): Likewise.
30949         (re_string_char_size_at): Likewise.
30950         (re_string_wchar_at): Likewise.
30951         (re_string_elem_size_at): Likewise.
30953 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30955         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30956         code.
30957         (cc32): Likewise.
30959         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30960         (__acr): Likewise.
30961         (__cpy): Likewise.
30962         (norm): Likewise.
30963         (denorm): Likewise.
30964         (__dbl_mp): Likewise.
30965         (add_magnitudes): Likewise.
30966         (sub_magnitudes): Likewise.
30967         (__mul): Likewise.
30968         (__inv): Likewise.
30970         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30971         style.
30973         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30974         style.
30976         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30977         code.
30979         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30980         up changes with default code.
30981         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30982         Likewise.
30984 2013-02-24  Allan McRae  <allan@archlinux.org>
30986         * manual/socket.texi (The Internet Namespace): Order menu items
30987         to match that in the file.
30989         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30990         node listing of the info page menu.
30992 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
30994         [BZ #13550]
30995         * sysdeps/i386/bp-asm.h: Remove file.
30996         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30997         (PARMS): Do not use macros from bp-asm.h.
30998         (S1): Likewise.
30999         (S2): Likewise.
31000         (SIZE): Likewise.
31001         (__mpn_add_n): Do not use BP_SYM
31002         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31003         "bp-asm.h".
31004         (PARMS): Do not use macros from bp-asm.h.
31005         (S1): Likewise.
31006         (SIZE): Likewise.
31007         (__mpn_addmul_1): Do not use BP_SYM
31008         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31009         "bp-asm.h".
31010         (PARMS): Do not use macros from bp-asm.h.
31011         (SIGMSK): Likewise.
31012         (_setjmp): Likewise.  Do not use BP_SYM.
31013         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31014         "bp-asm.h".
31015         (PARMS): Do not use macros from bp-asm.h.
31016         (SIGMSK): Likewise.
31017         (setjmp): Likewise.  Do not use BP_SYM.
31018         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31019         "bp-asm.h".
31020         (PARMS): Do not use macros from bp-asm.h.
31021         (__frexp): Do not use BP_SYM.
31022         (frexp): Likewise.
31023         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31024         "bp-asm.h".
31025         (PARMS): Do not use macros from bp-asm.h.
31026         (__frexpf): Do not use BP_SYM.
31027         (frexpf): Likewise.
31028         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31029         "bp-asm.h".
31030         (PARMS): Do not use macros from bp-asm.h.
31031         (__frexpl): Do not use BP_SYM.
31032         (frexpl): Likewise.
31033         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31034         "bp-asm.h".
31035         (PARMS): Do not use macros from bp-asm.h.
31036         (__remquo): Do not use BP_SYM.
31037         (remquo): Likewise.
31038         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31039         "bp-asm.h".
31040         (PARMS): Do not use macros from bp-asm.h.
31041         (__remquof): Do not use BP_SYM.
31042         (remquof): Likewise.
31043         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31044         "bp-asm.h".
31045         (PARMS): Do not use macros from bp-asm.h.
31046         (__remquol): Do not use BP_SYM.
31047         (remquol): Likewise.
31048         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31049         "bp-asm.h".
31050         (PARMS): Do not use macros from bp-asm.h.
31051         (DEST): Likewise.
31052         (SRC): Likewise.
31053         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
31054         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31055         "bp-asm.h".
31056         (PARMS): Do not use macros from bp-asm.h.
31057         (strlen): Do not use BP_SYM.
31058         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31059         "bp-asm.h".
31060         (PARMS): Do not use macros from bp-asm.h.
31061         (S1): Likewise.
31062         (S2): Likewise.
31063         (SIZE): Likewise.
31064         (__mpn_add_n): Do not use BP_SYM.
31065         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31066         "bp-asm.h".
31067         (PARMS): Do not use macros from bp-asm.h.
31068         (S1): Likewise.
31069         (SIZE): Likewise.
31070         (__mpn_addmul_1): Do not use BP_SYM.
31071         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31072         weak_alias.
31073         (bzero): Likewise.
31074         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31075         "bp-asm.h".
31076         (PARMS): Do not use macros from bp-asm.h.
31077         (S): Likewise.
31078         (SIZE): Likewise.
31079         (__mpn_lshift): Do not use BP_SYM.
31080         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31081         "bp-asm.h".
31082         (PARMS): Do not use macros from bp-asm.h.
31083         (DEST): Likewise.
31084         (SRC): Likewise.
31085         (LEN): Likewise.
31086         (memcpy): Likewise.  Do not use BP_SYM.
31087         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31088         libc_hidden_def and weak_alias.
31089         (mempcpy): Do not use BP_SYM in weak_alias.
31090         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31091         "bp-asm.h".
31092         (PARMS): Do not use macros from bp-asm.h.
31093         (DEST): Likewise.
31094         (LEN): Likewise.
31095         [!BZERO_P] (CHR): Likewise.
31096         (memset): Likewise.  Do not use BP_SYM.
31097         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31098         "bp-asm.h".
31099         (PARMS): Do not use macros from bp-asm.h.
31100         (S1): Likewise.
31101         (SIZE): Likewise.
31102         (__mpn_mul_1): Do not use BP_SYM.
31103         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31104         "bp-asm.h".
31105         (PARMS): Do not use macros from bp-asm.h.
31106         (S): Likewise.
31107         (SIZE): Likewise.
31108         (__mpn_rshift): Do not use BP_SYM.
31109         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31110         "bp-asm.h".
31111         (PARMS): Do not use macros from bp-asm.h.
31112         (STR): Likewise.
31113         (CHR): Likewise.
31114         (strchr): Likewise.  Do not use BP_SYM.
31115         (index): Do not use BP_SYM in weak_alias.
31116         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31117         "bp-asm.h".
31118         (PARMS): Do not use macros from bp-asm.h.
31119         (DEST): Likewise.
31120         (SRC): Likewise.
31121         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
31122         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31123         "bp-asm.h".
31124         (PARMS): Do not use macros from bp-asm.h.
31125         (strlen): Do not use BP_SYM.
31126         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31127         "bp-asm.h".
31128         (PARMS): Do not use macros from bp-asm.h.
31129         (S1): Likewise.
31130         (S2): Likewise.
31131         (SIZE): Likewise.
31132         (__mpn_sub_n): Do not use BP_SYM.
31133         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31134         "bp-asm.h".
31135         (PARMS): Do not use macros from bp-asm.h.
31136         (S1): Likewise.
31137         (SIZE): Likewise.
31138         (__mpn_submul_1): Do not use BP_SYM.
31139         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31140         "bp-asm.h".
31141         (PARMS): Do not use macros from bp-asm.h.
31142         (S1): Likewise.
31143         (S2): Likewise.
31144         (SIZE): Likewise.
31145         (__mpn_add_n): Do not use BP_SYM.
31146         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31147         weak_alias.
31148         (bzero): Likewise.
31149         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31150         "bp-asm.h".
31151         (PARMS): Do not use macros from bp-asm.h.
31152         (BLK2): Likewise.
31153         (LEN): Likewise.
31154         (memcmp): Do not use BP_SYM.
31155         (bcmp): Do not use BP_SYM in weak_alias.
31156         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31157         "bp-asm.h".
31158         (PARMS): Do not use macros from bp-asm.h.
31159         (DEST): Likewise.
31160         (SRC): Likewise.
31161         (LEN): Likewise.
31162         (memcpy): Likewise.  Do not use BP_SYM.
31163         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31164         "bp-asm.h".
31165         (PARMS): Do not use macros from bp-asm.h.
31166         (DEST): Likewise.
31167         (SRC): Likewise.
31168         (LEN): Likewise.
31169         (memmove): Likewise.  Do not use BP_SYM.
31170         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31171         "bp-asm.h".
31172         (PARMS): Do not use macros from bp-asm.h.
31173         (DEST): Likewise.
31174         (SRC): Likewise.
31175         (LEN): Likewise.
31176         (__mempcpy): Likewise.  Do not use BP_SYM.
31177         (mempcpy): Do not use BP_SYM in weak_alias.
31178         * sysdeps/i386/i686/memset.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         (LEN): Likewise.
31183         [!BZERO_P] (CHR): Likewise.
31184         (memset): Likewise.  Do not use BP_SYM.
31185         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31186         "bp-asm.h".
31187         (PARMS): Do not use macros from bp-asm.h.
31188         (STR2): Likewise.
31189         (strcmp): Do not use BP_SYM.
31190         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31191         "bp-asm.h".
31192         (PARMS): Do not use macros from bp-asm.h.
31193         (STR): Likewise.
31194         (DELIM): Likewise.
31195         [USE_AS_STRTOK_R] (SAVE): Likewise.
31196         (FUNCTION): Likewise.  Do not use BP_SYM.
31197         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31198         aliases.
31199         (strtok_r): Likewise.
31200         (__GI___strtok_r): Likewise.
31201         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31202         (PARMS): Do not use macros from bp-asm.h.
31203         (S): Likewise.
31204         (SIZE): Likewise.
31205         (__mpn_lshift): Do not use BP_SYM.
31206         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31207         (PARMS): Do not use macros from bp-asm.h.
31208         (STR): Likewise.
31209         (CHR): Likewise.
31210         (__memchr): Do not use BP_SYM.
31211         (memchr): Do not use BP_SYM in weak_alias.
31212         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "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/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31219         (PARMS): Do not use macros from bp-asm.h.
31220         (S1): Likewise.
31221         (SIZE): Likewise.
31222         (__mpn_mul_1): Do not use BP_SYM.
31223         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31224         "bp-asm.h".
31225         (PARMS): Do not use macros from bp-asm.h.
31226         (STR): Likewise.
31227         (CHR): Likewise.
31228         (__rawmemchr): Do not use BP_SYM.
31229         (rawmemchr): Do not use BP_SYM in weak_alias.
31230         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31231         (PARMS): Do not use macros from bp-asm.h.
31232         (S): Likewise.
31233         (SIZE): Likewise.
31234         (__mpn_rshift): Do not use BP_SYM.
31235         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31236         (PARMS): Do not use macros from bp-asm.h.
31237         (SIGMSK): Likewise.
31238         (__sigsetjmp): Likewise.  Do not use BP_SYM.
31239         * sysdeps/i386/start.S: Do not include "bp-sym.h".
31240         (_start): Do not use BP_SYM.
31241         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31242         (PARMS): Do not use macros from bp-asm.h.
31243         (DEST): Likewise.
31244         (SRC): Likewise.
31245         (__stpcpy): Likewise.  Do not use BP_SYM.
31246         (stpcpy): Do not use BP_SYM in weak_alias.
31247         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31248         "bp-asm.h".
31249         (PARMS): Do not use macros from bp-asm.h.
31250         (DEST): Likewise.
31251         (SRC): Likewise.
31252         (LEN): Likewise.
31253         (__stpncpy): Likewise.  Do not use BP_SYM.
31254         (stpncpy): Do not use BP_SYM in weak_alias.
31255         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31256         (PARMS): Do not use macros from bp-asm.h.
31257         (STR): Likewise.
31258         (CHR): Likewise.
31259         (strchr): Likewise.  Do not use BP_SYM.
31260         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31261         "bp-asm.h".
31262         (PARMS): Do not use macros from bp-asm.h.
31263         (STR): Likewise.
31264         (CHR): Likewise.
31265         (__strchrnul): Likewise.  Do not use BP_SYM.
31266         (strchrnul): Do not use BP_SYM in weak_alias.
31267         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31268         "bp-asm.h".
31269         (PARMS): Do not use macros from bp-asm.h.
31270         (STOP): Likewise.
31271         (strcspn): Do not use BP_SYM.
31272         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31273         "bp-asm.h".
31274         (PARMS): Do not use macros from bp-asm.h.
31275         (STR): Likewise.
31276         (STOP): Likewise.
31277         (strpbrk): Likewise.  Do not use BP_SYM.
31278         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31279         "bp-asm.h".
31280         (PARMS): Do not use macros from bp-asm.h.
31281         (STR): Likewise.
31282         (CHR): Likewise.
31283         (strrchr): Likewise.  Do not use BP_SYM.
31284         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31285         (PARMS): Do not use macros from bp-asm.h.
31286         (SKIP): Likewise.
31287         (strspn): Do not use BP_SYM.
31288         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31289         (PARMS): Do not use macros from bp-asm.h.
31290         (STR): Likewise.
31291         (DELIM): Likewise.
31292         (SAVE): Likewise.
31293         (FUNCTION): Likewise.  Do not use BP_SYM.
31294         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31295         aliases.
31296         (strtok_r): Likewise.
31297         (__GI___strtok_r): Likewise.
31298         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31299         (PARMS): Do not use macros from bp-asm.h.
31300         (S1): Likewise.
31301         (S2): Likewise.
31302         (SIZE): Likewise.
31303         (__mpn_sub_n): Do not use BP_SYM.
31304         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31305         "bp-asm.h".
31306         (PARMS): Do not use macros from bp-asm.h.
31307         (S1): Likewise.
31308         (SIZE): Likewise.
31309         (__mpn_submul_1): Do not use BP_SYM.
31310         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31311         <bp-sym.h>.
31312         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31313         and <bp-asm.h>.
31314         (PARMS): Do not use macros from bp-asm.h.
31315         (FLAGS): Likewise.
31316         (PTID): Likewise.
31317         (TLS): Likewise.
31318         (CTID): Likewise.
31319         (__clone): Do not use BP_SYM.
31320         (clone): Do not use BP_SYM in weak_alias.
31321         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31322         and <bp-asm.h>.
31323         (PARMS): Do not use macros from bp-asm.h.
31324         (LEN): Likewise.
31325         (__mmap64): Do not use BP_SYM.
31326         (mmap64): Do not use BP_SYM in weak_alias.
31327         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31328         <bp-sym.h> and <bp-asm.h>.
31329         (PARMS): Do not use macros from bp-asm.h.
31330         (__posix_fadvise64_l64): Do not use BP_SYM.
31331         * sysdeps/unix/sysv/linux/i386/semtimedop.S
31332         (PARMS): Do not use macros from bp-asm.h.
31333         (NSOPS): Likewise.
31334         (semtimedop): Do not use BP_SYM.
31335         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31336         and <bp-asm.h>.
31338 2013-02-21  Allan McRae  <allan@archlinux.org>
31340         * manual/message.texi (Charset conversion in gettext):
31341         Move @end statement to beginning of line.
31343 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31345         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31346         static.
31347         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31348         Likewise.
31350         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31351         (denorm): Likewise.
31352         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31353         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31355 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31357         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31358         tail-call to the resolved function if pltexit isn't needed.
31360 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31362         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31363         or Y being zero as being unlikely.
31364         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31365         Likewise.
31367 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
31369         * manual/nss.texi (System Databases and Name Service Switch):
31370         Remove frobnicate @pxref.
31372 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31374         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31375         __attribute__ ((unused)) to __attribute__ ((__unused__)).
31377 2013-02-20  Petr Machata  <pmachata@redhat.com>
31379         * elf/elf.h (R_ARM_TARGET1): New macro.
31380         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31381         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31382         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31383         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31384         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31385         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31386         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31387         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31388         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31389         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31390         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31391         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31392         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31393         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31394         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31395         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31396         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31397         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31398         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31399         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31400         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31401         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31402         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31403         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31404         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31405         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31406         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31407         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31408         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31409         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31410         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31411         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31412         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31413         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31414         (R_ARM_THM_GOT_BREL12): Likewise.
31415         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31416         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31417         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31418         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31419         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31420         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31421         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31422         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31423         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31425 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31427         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31428         __attribute_used__ to __attribute__ ((unused)).
31430 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31432         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31433         powerpc mpa.c.
31434         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31435         comment formatting.
31436         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31438 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
31440         [BZ #13550]
31441         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31442         Remove macro.
31443         (ENTER): Remove both macro definitions.
31444         (LEAVE): Likewise.
31445         (CHECK_BOUNDS_LOW): Likewise.
31446         (CHECK_BOUNDS_HIGH): Likewise.
31447         (CHECK_BOUNDS_BOTH): Likewise.
31448         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31449         (RETURN_BOUNDED_POINTER): Likewise.
31450         (RETURN_NULL_BOUNDED_POINTER): Likewise.
31451         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31452         (POP_ERRNO_LOCATION_RETURN): Likewise.
31453         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31454         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31455         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31456         macros.
31457         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31458         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31459         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31460         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31461         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31462         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31463         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31464         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31465         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31466         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31467         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31468         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31469         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31470         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31471         removed macros.
31472         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31473         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31474         macros.
31475         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31476         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31477         * sysdeps/i386/i586/memset.S (memset): Likewise.
31478         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31479         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31480         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31481         macros.
31482         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31483         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31484         Change uses of L(2) to L(out).
31485         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31486         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31487         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31488         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31489         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31490         removed macros.
31491         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31492         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31493         macros.
31494         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31495         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31496         (RETURN): Do not use macro LEAVE.
31497         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31498         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31499         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31500         * sysdeps/i386/i686/memset.S (memset): Likewise.
31501         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31502         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31503         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31504         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31505         Likewise.
31506         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31507         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
31508         L(1_2) and L(1_3) into L(1).
31509         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31510         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31511         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31512         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31513         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31514         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31515         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31516         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31517         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31518         macros.
31519         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31520         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31521         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31522         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31523         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31524         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31525         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31526         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31527         * sysdeps/i386/strcspn.S (strcspn): Likewise.
31528         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31529         * sysdeps/i386/strrchr.S (strrchr): Likewise.
31530         * sysdeps/i386/strspn.S (strspn): Likewise.
31531         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31532         conditional code.
31533         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31534         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31535         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31536         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
31537         L(1_3) into L(1_1).
31538         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31539         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31540         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31541         macros.
31542         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31544 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
31546         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31547         macro.
31549 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31551         * math/atest-exp.c (exp_mpn): Remove ROUND.
31552         * math/atest-exp2.c (exp_mpn): Likewise.
31553         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31555         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31556         * stdlib/tst-tls-atexit-lib.c: Likewise.
31557         * stdlib/tst-tls-atexit.c: Likewise.
31559 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31561         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31562         and __attribute_alloc_size__.
31564 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31566         * include/programs/xmalloc.h: Change __attribute_alloc_size to
31567         __attribute_alloc_size__.
31568         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31569         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31571 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31573         * include/programs/xmalloc.h: New file.
31574         * catgets/gencat.c: Include it.
31575         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31576         * elf/pldd.c: Likewise.
31577         * iconv/iconv_charmap.c: Likewise.
31578         * iconv/iconvconfig.c: Likewise.
31579         * iconv/strtab.c: Likewise.
31580         * locale/programs/locale.c: Likewise.
31581         * locale/programs/localedef.h: Likewise.
31582         * locale/programs/simple-hash.c: Likewise.
31583         * nscd/nscd.h: Likewise.
31584         * nss/makedb.c: Likewise.
31585         * sysdeps/generic/ldconfig.h: Likewise.
31587 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31589         * Versions.def: Add GLIBC_2.18.
31590         * include/link.h (struct link_map): New member l_tls_dtor_count.
31591         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31592         (__call_tls_dtors): Likewise.
31593         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31594         __cxa_thread_atexit_impl.
31595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31596         Likewise.
31597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31598         Likewise.
31599         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31600         Likewise.
31601         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31602         Likewise.
31603         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31604         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31605         Likewise.
31606         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31607         Likewise.
31608         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31609         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31610         Likewise.
31611         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31612         (tests): Add test case tst-tls-atexit.
31613         (modules-names): Add shared library for tst-tls-atexit.
31614         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31615         (GLIBC_PRIVATE): Add __call_tls_dtors.
31616         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31617         for libstdc++.
31618         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31619         * stdlib/tst-tls-atexit.c: New test case.
31620         * stdlib/tst-tls-atexit-lib.c: New test case.
31622         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31624         * elf/Versions (ld): Add _dl_find_dso_for_object.
31625         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31626         * elf/dl-open.c (_dl_find_dso_for_object): New function.
31627         (dl_open_worker): Use _dl_find_dso_for_object.
31628         * elf/dl-sym.c (do_sym): Likewise.
31629         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31631 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31633         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31634         Syntactic changes only.
31635         (_dl_runtime_profile): Do a tail-call to the resolved function.
31637 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
31639         [BZ #13550]
31640         * sysdeps/x86_64/bp-asm.h: Remove file.
31641         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31642         <bp-sym.h> and <bp-asm.h>.
31643         (__clone): Do not use BP_SYM.
31644         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31645         <bp-sym.h> and <bp-asm.h>.
31646         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31647         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31648         "bp-asm.h".
31649         (_setjmp): Do not use BP_SYM.
31650         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31651         "bp-asm.h".
31652         (setjmp): Do not use BP_SYM.
31653         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31654         libc_hidden_def.
31655         (mempcpy): Do not use BP_SYM in weak_alias.
31656         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31657         "bp-asm.h".
31658         (strchr): Do not use BP_SYM.
31659         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31660         "bp-asm.h".
31661         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31662         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31663         (_start): Do not use BP_SYM.
31664         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31665         "bp-asm.h".
31666         (strcat): Do not use BP_SYM.
31667         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31668         "bp-asm.h".
31669         (STRCMP): Do not use BP_SYM.
31670         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
31671         "bp-asm.h".
31672         (STRCPY): Do not use BP_SYM.
31673         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
31674         "bp-asm.h".
31675         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
31676         "bp-asm.h".
31677         (FUNCTION): Do not use BP_SYM.
31678         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
31679         weak_alias.
31680         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
31682 2013-02-17  Andreas Jaeger  <aj@suse.de>
31684         * time/Versions: Sort entries.
31685         * string/Versions: Likewise.
31686         * resolv/Versions: Likewise.
31687         * posix/Versions: Likewise.
31688         * iconv/Versions: Likewise.
31689         * elf/Versions: Likewise.
31690         * wcsmbs/Versions: Likewise.
31692 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31694         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31695         loop termination condition.
31697         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31698         variable to calculate EZ.
31699         (__sqr): Likewise.
31701         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31702         the lower precision input.
31704 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31706         [BZ #13550]
31707         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31708         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31709         (run-via-rtld-prefix): Do not handle %-bp tests.
31710         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31711         (all-object-suffixes): Remove .ob.
31712         (bppfx): Remove variable.
31713         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31714         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31715         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31716         [$(build-bounded) = yes] (libtype.ob): Likewise.
31717         * Makerules (elide-routines.ob): Remove variable.
31718         (do-tests-clean): Do not handle *-bp.out.
31719         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31720         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31721         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31722         (tests): Do not include $(tests-bp.out).
31723         (xtests): Do not include $(xtests-bp.out).
31724         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31725         [$(build-bounded) = yes] ($(addprefix
31726         $(objpfx),$(binaries-bounded))): Remove rule.
31727         ($(objpfx)%-bp.out): Remove rule.
31728         * config.make.in (build-bounded): Remove variable.
31729         * crypt/Makefile [$(build-bounded) = yes]
31730         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31731         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31732         append to variable.
31733         [$(build-bounded) = yes] (install-lib): Likewise.
31734         [$(build-bounded) = yes] (generated): Likewise.
31735         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31736         Remove rule.
31737         * intl/Makefile [$(build-bounded) = yes]
31738         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31739         * math/Makefile [$(build-bounded) = yes]
31740         ($(tests:%=$(objpfx)%-bp): Likewise.
31741         * misc/Makefile [$(build-bounded) = yes]
31742         ($(objpfx)tst-tsearch-bp): Likewise.
31743         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31744         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31745         Remove dependency.
31746         * string/Makefile (o-objects.ob): Remove variable.
31747         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31748         (CFLAGS-.ob): Remove variable.
31749         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31750         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31751         both definitions of variable.
31752         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31753         (ASFLAGS-.ob): Remove variable.
31755 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31757         [BZ #13550]
31758         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31759         Remove __BOUNDED_POINTERS__ from condition.
31760         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31761         * string/bits/string2.h [!__NO_STRING_INLINES &&
31762         !__BOUNDED_POINTERS__]: Likewise.
31763         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31764         Likewise.
31765         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31766         Remove conditional code.
31767         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31768         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31769         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31770         condition.
31772         [BZ #13550]
31773         * csu/libc-start.c: Do not include <bp-sym.h>.
31774         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31775         * elf/dl-open.c: Do not include <bp-sym.h>.
31776         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31777         * math/fegetenv.c: Do not include <bp-sym.h>.
31778         (fegetenv): Do not use BP_SYM in versioned symbols.
31779         * nptl/sysdeps/pthread/bits/libc-lockP.h
31780         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31781         <bp-sym.h>.
31782         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31783         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31784         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31785         (__pthread_mutex_destroy): Likewise.
31786         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31787         (__pthread_mutex_lock): Likewise.
31788         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31789         (__pthread_mutex_trylock): Likewise.
31790         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31791         (__pthread_mutex_unlock): Likewise.
31792         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31793         (__pthread_mutexattr_init): Likewise.
31794         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31795         (__pthread_mutexattr_destroy): Likewise.
31796         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31797         (__pthread_mutexattr_settype): Likewise.
31798         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31799         (__pthread_rwlock_init): Likewise.
31800         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31801         (__pthread_rwlock_destroy): Likewise.
31802         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31803         (__pthread_rwlock_rdlock): Likewise.
31804         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31805         (__pthread_rwlock_tryrdlock): Likewise.
31806         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31807         (__pthread_rwlock_wrlock): Likewise.
31808         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31809         (__pthread_rwlock_trywrlock): Likewise.
31810         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31811         (__pthread_rwlock_unlock): Likewise.
31812         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31813         (__pthread_key_create): Likewise.
31814         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31815         (__pthread_setspecific): Likewise.
31816         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31817         (__pthread_getspecific): Likewise.
31818         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31819         Likewise.
31820         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31821         (_pthread_cleanup_push_defer): Likewise.
31822         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31823         (_pthread_cleanup_pop_restore): Likewise.
31824         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31825         (pthread_setcancelstate): Likewise.
31826         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31827         <bp-sym.h>.
31828         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31829         (memchr): Do not use BP_SYM in weak_alias.
31830         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31831         (fegetenv): Do not use BP_SYM in versioned symbols.
31832         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31833         (fesetenv): Do not use BP_SYM in versioned symbols.
31834         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31835         (feupdateenv): Do not use BP_SYM in versioned symbols.
31836         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31837         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31838         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31839         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31840         (open64): Do not use BP_SYM in weak_alias.
31841         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31842         (fegetenv): Do not use BP_SYM in versioned symbols.
31843         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31844         (fesetenv): Do not use BP_SYM in versioned symbols.
31845         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31846         (feupdateenv): Do not use BP_SYM in versioned symbols.
31847         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31848         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31849         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31850         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31851         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31852         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31853         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31854         <bp-sym.h>.
31855         (__libc_start_main): Do not use BP_SYM.
31857 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31859         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31860         redundant return line.
31861         (norm): Likewise.
31862         (denorm): Likewise.
31863         (dbl_mp): Likewise.
31864         (sub_magnitudes): Likewise.
31865         (__add): Likewise.
31866         (__sub): Likewise.
31867         (__mul): Likewise.
31868         (__inv): Likewise.
31869         (__dvd): Likewise.
31870         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31871         (norm): Likewise.
31872         (denorm): Likewise.
31873         (dbl_mp): Likewise.
31874         (sub_magnitudes): Likewise.
31875         (__add): Likewise.
31876         (__sub): Likewise.
31877         (__mul): Likewise.
31878         (__inv): Likewise.
31879         (__dvd): Likewise.
31881         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31882         instead of __mul.
31883         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31884         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31885         (cc32): Likewise.
31887         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31888         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31889         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31890         of __mul for squares.
31891         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31892         function
31893         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31894         Likewise.
31895         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31896         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31898 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
31900         [BZ #13550]
31901         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31902         code.
31903         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31904         prototype or function definition.  Rename ubp_* variables and
31905         parameters.  Remove argv definitions conditional on
31906         [__BOUNDED_POINTERS__].
31907         * debug/backtrace.c (__backtrace): Do not use __unbounded.
31908         * elf/dl-runtime.c (_dl_fixup): Likewise.
31909         * include/set-hooks.h (RUN_HOOK): Likewise.
31910         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31911         definition.
31912         * string/strcpy.c (strcpy): Do not use __unbounded.
31913         * sysdeps/generic/frame.h (struct layout): Likewise.
31914         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31915         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31916         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31917         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31918         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31919         (__backtrace): Likewise.
31920         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31921         use __ptrvalue.
31922         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31923         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31924         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31925         Likewise.
31926         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31927         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31928         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31929         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31930         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31931         Do not use __unbounded.
31932         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31933         Rename __unboundedrlimits parameter to rlimits in prototype.
31934         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31935         Do not use __unbounded.
31936         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31937         not use __ptrvalue.
31938         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31939         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31940         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31941         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31942         __ptrvalue or __unbounded.
31943         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31944         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31945         use __unbounded.
31946         (__new_msgctl): Do not use __ptrvalue.
31947         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31948         __unbounded.
31949         (__libc_msgrcv): Do not use __ptrvalue.
31950         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31951         startup_info): Do not use __unbounded.
31952         (__libc_start_main): Likewise.  Rename ubp_* variables and
31953         parameters.  Remove argv definitions conditional on
31954         [__BOUNDED_POINTERS__].
31955         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31956         __ptrvalue.
31957         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31958         use __unbounded.
31959         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31960         or __ptrvalue.
31961         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31962         use __unbounded.
31963         (__new_shmctl): Do not use __ptrvalue.
31964         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31965         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31966         Likewise.
31967         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31968         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31969         (__libc_sigaction): Likewise.
31970         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31971         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31972         Likewise.
31973         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31975 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
31977         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
31979         * string/mempcpy.c: Implement by calling memcpy.
31981 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
31983         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31985         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31986         evaluation.
31988         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31989         values in the mantissa.
31991         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31992         minimize writes to Z.
31993         (sub_magnitudes): Simplify code a bit.
31995 2013-02-12  Roland McGrath  <roland@hack.frob.com>
31997         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31998         from the message.  The linker prefixes all warnings with that already.
32000 2013-02-12  Andreas Schwab  <schwab@suse.de>
32002         [BZ #15078]
32003         * posix/regexec.c (extend_buffers): Add parameter min_len.
32004         (check_matching): Pass minimum needed length.
32005         (clean_state_log_if_needed): Likewise.
32006         (get_subexp): Likewise.
32007         * posix/Makefile (tests): Add bug-regex34.
32008         (bug-regex34-ENV): Define.
32009         * posix/bug-regex34.c: New file.
32011         [BZ #11561]
32012         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32013         elements compare against the byte sequence of it, not its name.
32014         * posix/Makefile (tests): Add bug-regex35.
32015         (bug-regex35-ENV): Define.
32016         * posix/bug-regex35.c: New file.
32018 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32020         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32021         comment.
32022         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32023         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32024         (CHECK_EOL): Add undef.
32026 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32028         * bits/stdlib-bsearch.h: New file.
32029         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32030         * stdlib/stdlib.h: Likewise.
32032 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32034         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32035         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32036         declaration.
32037         * manual/search.texi (Array Search Function): Add missing const in
32038         lfind prototype.
32039         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32040         declaration to use rlim_t.
32041         (Basic Scheduling Functions): Remove erroneous const from
32042         sched_getparam prototype.  Remove erroneous * from
32043         sched_get_priority_max and sched_get_priority_min prototypes.
32044         (Resource Usage): Fix summary @comment on vtimes to refer to
32045         sys/vtimes.h rather than vtimes.h.
32046         Add missing *s in vtimes prototype.
32047         (Limits on Resources): Fix ulimit prototype to return long int.
32048         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32049         prototypes to use long int rather than double.
32050         (BSD Random): Fix initstate and setstate to use char *, not void *.
32051         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32052         prototype to make second argument 'struct aiocb64 *const[]'.
32053         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32054         (Status of AIO Operations): Remove erroneous const in aio_return and
32055         aio_return64 prototypes.
32056         (Synchronizing I/O): Fix sync prototype to return void.
32057         * manual/startup.texi (Suboptions): Remove an erroneous const in
32058         getsubopt prototype.
32059         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32060         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32061         use size_t rather than int.
32062         (Scanning All Users): Likewise for getpwent_r.
32063         (Setting Groups): Add missing const to setgroups prototype.
32064         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32065         * manual/socket.texi (Host Names): Fix gethostbyaddr and
32066         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32067         'const void *' rather than 'const char *'.
32068         (Host Address Functions): Likewise for inet_ntop.
32069         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32070         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32071         ssize_t for return value.
32072         (Sending Data): Likewise for send, sendto, sendmsg.
32073         (Socket Option Functions): Add a missing const in setsockopt prototype.
32074         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32075         use wchar_t for the argument.
32076         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32077         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32078         take no arguments.
32079         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32080         double/float/long double for second argument.
32081         Fix return types of significand, significandf, significandl.
32082         * manual/filesys.texi (Setting Permissions): Use mode_t for second
32083         argument in fchmod prototype.
32084         (File Owner): Use uid_t and gid_t in fchown prototype.
32085         (File Times): Add const to utimes, futimes, and lutimes prototypes.
32086         (Making Special Files): Use mode_t and dev_t in mknod prototype.
32087         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32088         use 'const struct dirent **' as argument types to CMP function pointer
32089         argument.
32090         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32091         (File Times): Fix summary magic @comment for struct utimbuf and utime
32092         to refer to utime.h, not time.h.
32093         * manual/string.texi (Argz Functions): Add missing const in
32094         argz_extract and argz_next prototypes.
32095         (Finding Tokens in a String): Likewise for basename.
32096         (String/Array Comparison): Fix typo in wcscasecmp prototype.
32097         (Copying and Concatenation): Fix typo in wmemmove prototype.
32098         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32099         (Signal Stack): Remove erroneous const in sigstack prototype.
32100         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32101         prototype.
32102         (Simple Calendar Time): Likewise for stime.
32103         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32104         prototype.
32105         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32106         say sys/sysctl.h instead.
32107         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32108         and vsyslog prototypes.
32110 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32112         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32113         Remove.
32115 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32117         * misc/sys/mman.h: Fix typo in mremap comment.
32119 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32121         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32122         the '\0' terminator.
32124 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32126         [BZ #13550]
32127         * debug/segfault.c: Don't include <bp-checks.h>.
32128         * sysdeps/generic/bp-checks.h: Remove file.
32129         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32130         (__GETDENTS): Don't use CHECK_N.
32131         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32132         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32133         (__getgroups): Don't use CHECK_N.
32134         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32135         (setgroups): Don't use CHECK_N.
32136         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32137         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32138         (__libc_msgrcv): Don't use CHECK_N.
32139         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32140         (__libc_msgsnd): Don't use CHECK_N.
32141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32142         <bp-checks.h>.
32143         (__libc_pread): Don't use CHECK_N.
32144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32145         include <bp-checks.h>.
32146         (__libc_pread64): Don't use CHECK_N.
32147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32148         include <bp-checks.h>.
32149         (__libc_pwrite): Don't use CHECK_N.
32150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32151         include <bp-checks.h>.
32152         (__libc_pwrite64): Don't use CHECK_N.
32153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32154         <bp-checks.h>.
32155         (__libc_pread): Don't use CHECK_N.
32156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32157         include <bp-checks.h>.
32158         (__libc_pread64): Don't use CHECK_N.
32159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32160         include <bp-checks.h>.
32161         (__libc_pwrite): Don't use CHECK_N.
32162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32163         include <bp-checks.h>.
32164         (__libc_pwrite64): Don't use CHECK_N.
32165         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32166         (do_pread): Don't use CHECK_N.
32167         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32168         (do_pread64): Don't use CHECK_N.
32169         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32170         (do_pwrite): Don't use CHECK_N.
32171         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32172         (do_pwrite64): Don't use CHECK_N.
32173         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32174         (__libc_readv): Don't use CHECK_N.
32175         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32176         (semop): Don't use CHECK_N.
32177         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32178         <bp-checks.h>.
32179         (semtimedop): Don't use CHECK_N.
32180         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32181         (__libc_pread): Don't use CHECK_N.
32182         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32183         <bp-checks.h>.
32184         (__libc_pread64): Don't use CHECK_N.
32185         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32186         <bp-checks.h>.
32187         (__libc_pwrite): Don't use CHECK_N.
32188         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32189         <bp-checks.h>.
32190         (__libc_pwrite64): Don't use CHECK_N.
32191         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32192         <bp-checks.h>.
32193         (__libc_msgrcv): Don't use CHECK_N.
32194         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32195         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
32196         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32197         (__libc_writev): Don't use CHECK_N.
32199 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32201         * string/strcpy.c: Removed unused variable.
32203         * Makeconfig (+sysdep-includes): Define with := rather than =.
32204         Use an existing include/ subdir of each sysdeps dir before it.
32206 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32208         * nscd/connection.c (register_traced_file): Comment function.
32209         [HAVE_INOTIFY] (union __inev): Define.
32210         [HAVE_INOTIFY] (inotify_check_files): New function.
32211         [HAVE_INOTIFY] (clear_db_cache): Likewise.
32212         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32213         clear_db_cache.
32214         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32216 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32218         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32219         loaded if not already and that a failure is permanent.
32221 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32223         [BZ #15006]
32224         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32225         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32227 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32229         [BZ #13550]
32230         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32231         (CHECK_1_NULL_OK): Likewise.
32232         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32233         (__fxstat): Do not use CHECK_1.
32234         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32235         <bp-checks.h>.
32236         (___fxstat64): Do not use CHECK_1.
32237         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32238         <bp-checks.h>.
32239         (__fxstatat): Do not use CHECK_1.
32240         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32241         <bp-checks.h>.
32242         (__fxstatat64): Do not use CHECK_1.
32243         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32244         <bp-checks.h>.
32245         (__fxstat): Do not use CHECK_1.
32246         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32247         <bp-checks.h>.
32248         (__fxstatat): Do not use CHECK_1.
32249         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32250         <bp-checks.h>.
32251         (__getresgid): Do not use CHECK_1.
32252         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32253         <bp-checks.h>.
32254         (__getresuid): Do not use CHECK_1.
32255         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32256         <bp-checks.h>.
32257         (__lxstat): Do not use CHECK_1.
32258         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32259         <bp-checks.h>.
32260         (__old_msgctl): Do not use CHECK_1.
32261         (__new_msgctl): Likewise.
32262         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32263         <bp-checks.h>.
32264         (__new_setrlimit): Do not use CHECK_1.
32265         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32266         <bp-checks.h>.
32267         (__old_shmctl): Do not use CHECK_1.
32268         (__new_shmctl): Likewise.
32269         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32270         <bp-checks.h>.
32271         (__xstat): Do not use CHECK_1.
32272         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32273         (__lxstat): Do not use CHECK_1.
32274         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32275         <bp-checks.h>.
32276         (___lxstat64): Do not use CHECK_1.
32277         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32278         (__old_msgctl): Do not use CHECK_1.
32279         (__new_msgctl): Likewise.
32280         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32281         <bp-checks.h>.
32282         (__gettimeofday): Do not use CHECK_1.
32283         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32284         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32285         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32286         <bp-checks.h>.
32287         (__gettimeofday): Do not use CHECK_1.
32288         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32289         (__old_shmctl): Do not use CHECK_1_NULL_OK.
32290         (__new_shmctl): Do not use CHECK_1.
32291         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32292         <bp-checks.h>.
32293         (do_sigtimedwait): Do not use CHECK_1.
32294         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32295         <bp-checks.h>.
32296         (do_sigwaitinfo): Do not use CHECK_1.
32297         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32298         <bp-checks.h>.
32299         (msgctl): Do not use CHECK_1.
32300         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32301         <bp-checks.h>.
32302         (shmctl): Do not use CHECK_1.
32303         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32304         (ustat): Do not use CHECK_1.
32305         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32306         <bp-checks.h>.
32307         (__fxstat): Do not use CHECK_1.
32308         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32309         <bp-checks.h>.
32310         (__fxstatat): Do not use CHECK_1.
32311         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32312         <bp-checks.h>.
32313         (__lxstat): Do not use CHECK_1.
32314         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32315         <bp-checks.h>.
32316         (__xstat): Do not use CHECK_1.
32317         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32318         (__xstat): Do not use CHECK_1.
32319         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32320         (___xstat64): Do not use CHECK_1.
32322         [BZ #13550]
32323         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32324         definitions.
32325         (CHECK_BOUNDS_HIGH): Likewise.
32326         * string/strcpy.c: Do not include <bp-checks.h>.
32327         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32329 2013-02-07  Roland McGrath  <roland@hack.frob.com>
32331         * nscd/nscd-client.h (__nscd_drop_map_ref):
32332         Add __attribute__ ((unused)).
32333         * nis/nss-nisplus.h (niserr2nss): Likewise.
32335         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32336         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32338         * csu/libc-tls.c (init_static_tls, init_slotinfo):
32339         Remove inline keyword.
32340         * include/rounding-mode.h (round_away): Likewise.
32341         * libio/wfileops.c (adjust_wide_data): Likewise.
32342         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32343         (__m128i_strloadu_tolower): Likewise.
32344         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32345         (__m128i_strloadu_tolower): Likewise.
32346         * time/mktime.c (ydhms_diff): Likewise.
32347         * locale/elem-hash.h (elem_hash): Likewise.
32348         * locale/setlocale.c (setdata): Likewise.
32349         * posix/regex_internal.h (re_string_char_size_at): Likewise.
32350         (re_string_wchar_at): Likewise.
32351         (bitset_not, bitset_merge, bitset_mask): Likewise.
32352         [!(__GNUC__ > 3)] (inline): Remove macro.
32353         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32354         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32355         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32356         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32357         * string/memcmp.c (memcmp_bytes): Likewise.
32358         * locale/programs/locarchive.c (compute_hashval): Likewise.
32359         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32360         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32361         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32362         * nss/getent.c (print_rpc, print_protocols): Likewise.
32363         (print_passwd, print_group, print_aliases): Likewise.
32364         * nis/nss-nisplus.h (niserr2nss): Likewise.
32365         * nscd/connections.c (restart_p): Likewise.
32366         Change return type to bool.
32368 2013-02-05  Roland McGrath  <roland@hack.frob.com>
32370         * Makeconfig (all-Depend-files): Add existing
32371         $(sorted-subdirs:=/Depend) files.
32372         (all-subdirs): Remove nss.
32373         * sysdeps/unix/inet/Subdirs: Add it here instead.
32374         * hesiod/Depend: New file.
32376         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32377         instead of calling alloca.
32379         * io/lseek.c (__lseek): Rename to __libc_lseek.
32380         Define __lseek as an alias.
32382         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32384 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
32386         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32387         else clause and remove check for non-standard endianness.
32389 2013-02-04  David S. Miller  <davem@davemloft.net>
32391         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32393 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
32395         [BZ #13550]
32396         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32397         (__ubp_memchr): Remove prototype.
32398         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32399         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32400         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32401         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32402         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32403         Remove alias.
32404         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32405         (__ubp_memchr): Likewise.
32406         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32407         (__ubp_memchr): Likewise.
32408         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32409         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32410         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32411         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32412         CHECK_STRING.
32413         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32414         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32415         (__getcwd): Do not use CHECK_STRING.
32416         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32417         <bp-checks.h>.
32418         (__real_chown): Do not use CHECK_STRING.
32419         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32420         <bp-checks.h>.
32421         (fchownat): Do not use CHECK_STRING.
32422         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32423         CHECK_STRING.
32424         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32425         <bp-checks.h>.
32426         (__lchown): Do not use CHECK_STRING.
32427         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32428         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32429         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32430         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32432         include <bp-checks.h>.
32433         (truncate64): Do not use CHECK_STRING.
32434         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32435         <bp-checks.h>.
32436         (__real_chown): Do not use CHECK_STRING.
32437         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32438         <bp-checks.h>.
32439         (__lchown): Do not use CHECK_STRING.
32440         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32441         <bp-checks.h>.
32442         (__chown): Do not use CHECK_STRING.
32443         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32444         <bp-checks.h>.
32445         (truncate64): Do not use CHECK_STRING.
32446         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32447         Likewise.
32448         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32449         (__xmknod): Do not use CHECK_STRING.
32450         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32451         <bp-checks.h>.
32452         (__xmknodat): Do not use CHECK_STRING.
32453         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32454         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32456 2013-02-04  Andreas Schwab  <schwab@suse.de>
32458         [BZ #14142]
32459         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32460         * include/netdb.h: Likewise for h_errno.
32461         * elf/tst-stackguard1.c: Include <tls.h>.
32463 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
32465         * elf/link.h (struct link_map): Extend the l_addr comment.
32466         * include/link.h (struct link_map): Likewise.
32468 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
32470         [BZ #13550]
32471         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32472         (BOUNDED_1): Remove macro.
32473         * debug/backtrace.c: Don't include <bp-checks.h>.
32474         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32475         (__backtrace): Likewise.
32476         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32477         <bp-checks.h>.
32478         (__backtrace): Don't use BOUNDED_1.
32479         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32480         <bp-checks.h>.
32481         (__backtrace): Don't use BOUNDED_1.
32482         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32483         (__backtrace): Don't use BOUNDED_1.
32484         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32485         (shmat): Don't use BOUNDED_N.
32487 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
32489         [BZ #13550]
32490         * sysdeps/generic/bp-start.h: Remove file.
32491         * csu/libc-start.c: Don't include <bp-start.h>.
32492         (LIBC_START_MAIN): Set up __environ directly instead of using
32493         INIT_ARGV_and_ENVIRON.
32494         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32495         <bp-start.h>.
32497         [BZ #13550]
32498         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32499         definitions.
32500         (CHECK_FCNTL): Likewise.
32501         (CHECK_N_PAGES): Likewise.
32503         [BZ #13550]
32504         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32505         definitions.
32506         (CHECK_SIGSET_NULL_OK): Likewise.
32507         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32508         <bp-checks.h>.
32509         (sigpending): Don't use CHECK_SIGSET.
32510         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32511         <bp-checks.h>.
32512         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32513         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32514         <bp-checks.h>.
32515         (do_sigsuspend): Don't use CHECK_SIGSET.
32516         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32517         use CHECK_SIGSET.
32518         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32519         (do_sigwait): Don't use CHECK_SIGSET.
32520         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32521         use CHECK_SIGSET.
32522         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32523         include <bp-checks.h>.
32524         (sigpending): Don't use CHECK_SIGSET.
32525         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32526         include <bp-checks.h>.
32527         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32528         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32529         <bp-checks.h>.
32530         (sigpending): Don't use CHECK_SIGSET.
32531         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32532         <bp-checks.h>.
32533         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32535         [BZ #13550]
32536         * sysdeps/generic/bp-semctl.h: Remove file.
32537         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32538         <bp-checks.h> and <bp-semctl.h>.
32539         (__old_semctl): Don't use CHECK_SEMCTL.
32540         (__new_semctl): Likewise.
32541         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32542         and <bp-semctl.h>.
32543         (__old_semctl): Don't use CHECK_SEMCTL.
32544         (__new_semctl): Likewise.
32545         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32546         <bp-checks.h> and <bp-semctl.h>.
32547         (__old_semctl): Don't use CHECK_SEMCTL.
32548         (__new_semctl): Likewise.
32549         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32550         <bp-checks.h> and <bp-semctl.h>.
32551         (semctl): Don't use CHECK_SEMCTL.
32553         [BZ #13550]
32554         * Makerules (elide-bp-thunks): Remove variable.
32555         (elide-routines.oS): Don't use $(elide-bp-thunks).
32556         (elide-routines.os): Likewise.
32557         (elide-routines.o): Likewise.
32558         (elide-routines.op): Likewise.
32559         (elide-routines.og): Likewise.
32560         (objects): Don't use $(bp-thunks).
32561         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32562         include.
32563         (common-generated): Do not add s-proto-bp.d.
32564         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32565         (int): Likewise.
32566         (typ): Likewise.
32567         Do not generate makefile rules for bounded-pointer thunks.
32568         * sysdeps/generic/bp-thunks.h: Remove file.
32569         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32570         * sysdeps/unix/s-proto-bp.S: Likewise.
32572         [BZ #15062]
32573         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32574         parts of result separately when argument is not close to line from
32575         -i to i and one part of argument is small.
32576         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32577         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32578         * math/libm-test.inc (cacos_test): Add more tests.
32579         (casin_test): Likewise.
32580         (casinh_test): Likewise.
32581         * sysdeps/i386/fpu/libm-test-ulps: Update.
32582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32584 2013-01-31  David S. Miller  <davem@davemloft.net>
32586         * po/de.po: Update from translation team.
32588 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
32590         * time/tzfile.c: Include stdint.h for SIZE_MAX.
32592 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
32594         * configure.in (_AC_PROG_CC_C89): New definition.
32595         * configure: Regenerate.
32597         * configure.in (AC_PROG_CPP): New definition.
32598         * configure: Regenerate.
32600 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32602         * debug/tst-backtrace.h: New file.
32603         * debug/tst-backtrace2.c: Include tst-backtrace.h.
32604         (ret): Remove variable.
32605         (x): Likewise.
32606         (FAIL): Remove macro.
32607         (NO_INLINE): Likewise.
32608         (fn1): Use match function instead of strstr.
32609         * debug/tst-backtrace3.c: Include tst-backtrace.h.
32610         (ret): Remove variable.
32611         (x): Likewise.
32612         (FAIL): Remove macro.
32613         (NO_INLINE): Likewise.
32614         (fn): Use match function instead of strstr.
32615         * debug/tst-backtrace4.c: Include tst-backtrace.h.
32616         (ret): Remove variable.
32617         (x): Likewise.
32618         (FAIL): Remove macro.
32619         (NO_INLINE): Likewise.
32620         (handle_signal): Use match function instead of strstr.
32621         * debug/tst-backtrace5.c: Include tst-backtrace.h.
32622         (ret): Remove variable.
32623         (x): Likewise.
32624         (FAIL): Remove macro.
32625         (NO_INLINE): Likewise.
32626         (handle_signal): Use match function instead of strstr.
32628 2013-01-23  Roland McGrath  <roland@hack.frob.com>
32630         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32632 2013-01-23  David S. Miller  <davem@davemloft.net>
32634         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32635         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32636         argument of CAS if possible.
32637         * sysdeps/sparc/sparc64/bits/atomic.h
32638         (__arch_compare_and_exchange_val_32_acq): Likewise.
32639         (__arch_compare_and_exchange_val_64_acq): Likewise.
32641 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
32643         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32644         * sysdeps/posix/ulimit.c: ... this.
32645         Include <limits.h>.
32646         * sysdeps/unix/bsd/ulimit.c: Remove file.
32648 2013-01-23  Adam Conrad  <adconrad@0c3.net>
32650         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32651         (LDFLAGS-tst-array5): Likewise.
32653 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32655         [BZ #15036]
32656         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32657         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32658         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32659         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32661 2013-01-21  David S. Miller  <davem@davemloft.net>
32663         * sysdeps/sparc/backtrace.c: New file.
32664         * sysdeps/sparc/sparc32/backtrace.h: New file.
32665         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32666         * sysdeps/sparc/sparc64/backtrace.h: New file.
32667         * sysdeps/sparc/sparc64/backtrace.c: Delete.
32668         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32669         -funwind-tables.
32671 2013-01-21  Andreas Schwab  <schwab@suse.de>
32673         [BZ #15020]
32674         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
32675         closed its stdout.
32677 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
32679         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
32680         "mpa2.h".
32681         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32683 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
32684             Mark Mitchell  <mark@codesourcery.com>
32685             Tom de Vries  <tom@codesourcery.com>
32686             Paul Pluzhnikov  <ppluzhnikov@google.com>
32688         * debug/tst-backtrace2.c: New file.
32689         * debug/tst-backtrace3.c: Likewise.
32690         * debug/tst-backtrace4.c: Likewise.
32691         * debug/tst-backtrace5.c: Likewise.
32692         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32693         (CFLAGS-tst-backtrace3.c): Likewise.
32694         (CFLAGS-tst-backtrace4.c): Likewise.
32695         (CFLAGS-tst-backtrace5.c): Likewise.
32696         (LDFLAGS-tst-backtrace2): Likewise.
32697         (LDFLAGS-tst-backtrace3): Likewise.
32698         (LDFLAGS-tst-backtrace4): Likewise.
32699         (LDFLAGS-tst-backtrace5): Likewise.
32700         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32701         tst-backtrace4 and tst-backtrace5.
32703 2013-01-18  Anton Blanchard  <anton@samba.org>
32704             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32706         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32707         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32708         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32709         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32711         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32712         "+r" and remove output regs list as redundant.  Add explicit inline
32713         asm to specify register of return val to work around compiler codegen
32714         bug.  Remove (int) cast on return value.  Add return type parameter to
32715         use in macro so that this macro does not truncate return value for
32716         64-bit values.
32717         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32718         pass to INTERNAL_VSYSCALL_NCS.
32719         (INLINE_VSYSCALL): Add 'long int' as return type to
32720         INTERNAL_VSYSCALL_NCS macro invocation.
32721         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32722         INTERNAL_VSYSCALL_NCS macro invocation.
32723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32725 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32727         [BZ #14496]
32728         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32729         Fix application of SIMD FP exception mask.
32731         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32732         mp_no from a power of two.
32733         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32734         __mpexp_twomm1.  Use __pow_mp.
32736         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32737         multiplication.
32739 2013-01-17  David S. Miller  <davem@davemloft.net>
32741         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32743 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32745         [BZ #15023]
32746         * include/complex.h: Condition contents on [!_COMPLEX_H].
32747         (__kernel_casinhf): New prototype.
32748         (__kernel_casinh): Likewise.
32749         (__kernel_casinhl): Likewise.
32750         * math/Makefile (libm_calls): Add k_casinh.
32751         * math/k_casinh.c: New file.
32752         * math/k_casinhf.c: Likewise.
32753         * math/k_casinhl.c: Likewise.
32754         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32755         finite nonzero arguments.
32756         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32757         finite nonzero arguments.
32758         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32759         finite nonzero arguments.
32760         * math/s_casinh.c: Do not include <float.h>.
32761         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32762         * math/s_casinhf.c: Do not include <float.h>.
32763         (__casinhf): Move code for finite nonzero arguments to
32764         k_casinhf.c.
32765         * math/s_casinhl.c: Do not include <float.h>.
32766         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32767         redefine.
32768         (__casinhl): Move code for finite nonzero arguments to
32769         k_casinhl.c.
32770         * math/libm-test.inc (cacos_test): Add more tests.
32771         * sysdeps/i386/fpu/libm-test-ulps: Update.
32772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32774 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32776         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32777         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32778         [!HAVE_MREMAP]: Remove [defined linux] case.
32779         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32781 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32783         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32785 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32787         * elf/elf.h (R_386_SIZE32): New relocation.
32788         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32789         R_386_SIZE32.
32790         (elf_machine_rela): Likewise.
32791         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32792         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32794 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32796         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32797         (FP_FAST_FMA): Do not define.
32798         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32799         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32800         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32801         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32802         !_SOFT_FLOAT]: Likewise.
32803         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32804         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32805         value.
32806         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32807         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32808         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32809         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32810         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32811         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32812         file.
32814 2013-01-16  Andreas Schwab  <schwab@suse.de>
32816         [BZ #14327]
32817         * include/stdlib.h (__mktemp): Add declaration.
32818         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32819         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32821 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32823         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32824         definitions.
32825         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32826         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32827         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32828         definitions here.
32829         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32830         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32831         definitions.
32832         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32833         and ONE.
32834         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32835         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32836         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32837         definitions.
32838         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32839         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32840         definitions.
32841         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32843         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32845 2013-01-15  David S. Miller  <davem@davemloft.net>
32847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32848         trunc{,f} to libm-sysdep_routes.
32849         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32851         file.
32852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32854         file.
32855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32856         file.
32857         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32858         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32859         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32860         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32861         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32862         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32863         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32864         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32866         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32867         nearbyint{,f} to libm-sysdep_routes.
32868         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32869         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32870         New file.
32871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32872         file.
32873         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32874         New file.
32875         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32876         file.
32877         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32878         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32879         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32880         file.
32881         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32882         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32883         file.
32884         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32885         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32886         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32888         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32889         libc_feholdexcept and libc_fesetenv.
32891 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
32893         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32895 2013-01-14  David S. Miller  <davem@davemloft.net>
32897         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32898         (SPARC_ASM_VIS2_IFUNC): Likewise.
32899         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32901         use of 'siam' instruction.
32902         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32903         Likewise.
32904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32905         Likewise.
32906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32907         Likewise.
32908         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32909         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32910         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32911         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32913         file.
32914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32915         file.
32916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32917         file.
32918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32919         file.
32920         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32921         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32922         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32923         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32924         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32925         new VIS2 routines.
32926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32927         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32929         Likewise.
32930         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32931         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32932         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32933         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32935         routines to libm-sysdep_routines.
32936         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32938         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32939         fdim/fdimf to libm-sysdep_routines.
32940         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32941         file.
32942         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32943         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32944         file.
32945         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32946         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32947         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32948         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32949         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32950         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32951         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32953 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32955         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32956         to optimize copies.
32958         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32959         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32960         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32962         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32963         local variable MPTWO.
32964         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32965         Likewise.
32967 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32969         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32970         GLOB_NOESCAPE.
32972 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32974         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32976 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32978         * manual/pattern.texi (glob_t): Document gl_flags.
32979         (glob64_t): Likewise.
32981 2013-01-11  David S. Miller  <davem@davemloft.net>
32983         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32984         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32985         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
32986         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32987         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32988         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32989         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32990         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32991         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32992         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32993         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32994         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32995         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32997         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32998         sparc V9 rather than using V8 code.
32999         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33000         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33002         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33003         Move to...
33004         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33005         Here.
33007 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33009         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33010         not in the main loop.
33011         * configure: Regenerated.
33013 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33015         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33016         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33017         to just #else.
33018         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33019         [!__GLIBC_HAVE_LONG_LONG] case.
33020         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33021         condition to just #else.
33022         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33023         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33024         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33025         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33026         unconditional.
33027         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33028         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33029         #elif condition to just #else.
33030         * sysdeps/unix/sysv/linux/sys/sysmacros.h
33031         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33032         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33033         #elif condition to just #else.
33035 2013-01-11  Steve Ellcey  <sellcey@mips.com>
33037         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33038         (EF_MIPS_ARCH_64): Fix value.
33039         (EF_MIPS_ARCH_32R2): New.
33040         (EF_MIPS_ARCH_64R2): New.
33042 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33044         * Makeconfig (+link-pie-before-libc): New.
33045         (+link-pie-after-libc): Likewise.
33046         (+link-pie-tests): Likewise.
33047         (+link-pie): Rewritten.
33048         (link-before-libc): Remove $(config-LDFLAGS).
33049         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33050         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33051         (config-LDFLAGS): Renamed to ...
33052         (rtld-LDFLAGS): This.
33053         (rtld-tests-LDFLAGS): New macro.
33054         (link-libc-rpath-link): Likewise.
33055         (link-libc-tests-rpath-link): Likewise.
33056         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33057         (link-libc): Prepand $(link-libc-rpath-link).
33058         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33059         (test-program-prefix): New macro.
33060         (test-via-rtld-prefix): Likewise.
33061         (test-program-cmd): Likewise.
33062         (host-test-program-cmd): Likewise.
33063         * Makefile ($(common-objpfx)testrun.sh): Replace
33064         $(run-program-prefix) with $(test-program-prefix).
33065         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33066         $(rtld-LDFLAGS).
33067         ($(common-objpfx)shlib.lds): Likewise.
33068         (build-module-helper): Likewise.
33069         ($(common-objpfx)format.lds): Likewise.
33070         * Rules (binaries-pie-tests): New.
33071         (binaries-pie-notests): Likewise.
33072         (binaries-pie): Rewritten.
33073         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33074         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33075         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33076         (make-test-out): Replace $(host-built-program-cmd) with
33077         $(host-test-program-cmd).
33078         * config.make.in (build-hardcoded-path-in-tests): New variable.
33079         * configure.in (--enable-hardcoded-path-in-tests): New configure
33080         option.
33081         (hardcoded_path_in_tests): New AC_SUBST.
33082         * configure: Regenerated.
33083         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33084         $(built-program-cmd) with $(test-program-cmd).
33085         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33086         (test_program_cmd): This.
33087         * elf/Makefile ($(objpfx)order.out): Run test with
33088         $(test-program-prefix).
33089         ($(objpfx)order2.out): Likewise.
33090         ($(objpfx)tst-initorder.out): Likewise.
33091         ($(objpfx)tst-initorder2.out): Likewise.
33092         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33093         $(test-program-cmd).
33094         ($(objpfx)tst-array1-static.out): Likewise.
33095         ($(objpfx)tst-array2.out): Likewise.
33096         ($(objpfx)tst-array3.out): Likewise.
33097         ($(objpfx)tst-array4.out): Likewise.
33098         ($(objpfx)tst-array5.out): Likewise.
33099         ($(objpfx)tst-array5-static.out): Likewise.
33100         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33101         $(test-program-cmd).
33102         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33103         $(run-program-prefix) with $(test-program-prefix).
33104         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33105         (test_program_prefix): This.
33106         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33107         $(run-program-prefix) with $(test-program-prefix).
33108         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33109         (test_program_prefix): This.
33110         * iconvdata/tst-tables.sh: Likewise.
33111         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33112         $(run-program-prefix) with $(test-program-prefix).
33113         ($(objpfx)tst-translit.out): Likewise.
33114         ($(objpfx)tst-gettext2.out): Likewise.
33115         ($(objpfx)tst-gettext4.out): Likewise.
33116         ($(objpfx)tst-gettext6.out): Likewise.
33117         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33118         (test_program_prefix): This.
33119         * intl/tst-gettext2.sh: Likewise.
33120         * intl/tst-gettext4.sh  Likewise.
33121         * intl/tst-gettext6.sh: Likewise.
33122         * intl/tst-translit.sh: Likewise.
33123         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33124         with $(test-program-cmd).
33125         * libio/Makefile ($(objpfx)test-freopen.out): Replace
33126         $(run-program-prefix) with $(test-program-prefix).
33127         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33128         (test_program_prefix): This.
33129         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33130         $(run-program-prefix) with $(test-program-prefix).
33131         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33132         (test_program_prefix): This.
33133         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33134         * posix/Makefile ($(objpfx)globtest.out): Replace
33135         $(run-via-rtld-prefix) and $(test-wrapper) with
33136         $(test-program-prefix) and $(test-via-rtld-prefix).
33137         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33138         $(test-program-prefix).
33139         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33140         $(host-test-program-cmd).
33141         (tst-spawn-ARGS): Likewise.
33142         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33143         $(test-program-prefix).
33144         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33145         (test_via_rtld_prefix): This.
33146         (test_wrapper): Renamed to ...
33147         (test_program_prefix): This.
33148         (run_program_prefix): Replaced by test_program_prefix.
33149         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33150         (test_program_prefix): This.
33151         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33152         with $(host-test-program-cmd).
33153         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33154         $(run-program-prefix) with $(test-program-prefix).
33155         ($(objpfx)tst-printf.out): Likewise.
33156         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33157         $(test-program-cmd).
33158         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33159         (test_program_prefix): This.
33160         * stdio-common/tst-unbputc.sh: Likewise.
33161         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33162         $(run-program-prefix) with $(test-program-prefix).
33163         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33164         (test_program_prefix): This.
33165         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33166         $(built-program-cmd) with $(test-program-cmd).
33168 2013-01-11  Andreas Jaeger  <aj@suse.de>
33170         [BZ #15003]
33171         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33172         value. Sync with Linux 3.7.
33174 2013-01-10  David S. Miller  <davem@davemloft.net>
33176         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33177         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33178         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33180 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33182         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33183         never set.
33184         * configure: Regenerated.
33186 2013-01-10  David S. Miller  <davem@davemloft.net>
33188         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33189         sparc V9 rather than using V8 code.
33190         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33191         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33193 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33195         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33196         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33197         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33198         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33199         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33200         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33201         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33202         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33203         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33204         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33205         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33206         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33207         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33208         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33209         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33210         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33211         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33212         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33213         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33214         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33215         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33216         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33217         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33218         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33219         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33220         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33221         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33223 2013-01-10  David S. Miller  <davem@davemloft.net>
33225         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33227 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33229         * posix/Makefile (tests-static): New variable.
33230         (tests): Add $(tests-static).
33231         (tst-exec-static-ARGS): New variable.
33232         (tst-spawn-static-ARGS): Likewise.
33233         * posix/tst-exec-static.c: New file.
33234         * posix/tst-spawn-static.c: Likewise.
33235         * posix/tst-exec.c: Support run directly.
33236         * posix/tst-spawn.c: Likewise.
33238 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
33240         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33241         long.
33242         * math/bits/mathcalls.h (llrint): Likewise.
33243         (llround): Likewise.
33244         * stdlib/stdlib.h (struct drand48_data): Likewise.
33245         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33246         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33247         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33248         Likewise.
33249         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33250         Likewise.
33251         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33252         (elf_greg_t): Likewise.
33253         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33254         (__jmp_buf): Likewise.
33255         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33256         definitions.
33257         (llrint): Likewise, for all definitions.
33258         (llrintl): Likewise.
33260         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33261         Remove [__GNUC__] condition.
33262         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33263         condition to just [__USE_ISOC99].
33264         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33266 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33268         [BZ #14200]
33269         * sysdeps/unix/sysv/linux/x86/bits/environments.h
33270         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33271         defined.
33272         (_POSIX_V6_ILP32_OFF32): Likewise.
33273         (_XBS5_ILP32_OFF32): Likewise.
33274         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33275         (__ILP32_OFFBIG_LDFLAGS): Likewise.
33277 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33279         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33281         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33282         doubles __mpexp_twomm1.  Adjust usage.
33283         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33284         Remove.
33286 2013-01-10  Andreas Schwab  <schwab@suse.de>
33288         [BZ #14964]
33289         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33290         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33292 2013-01-09  David S. Miller  <davem@davemloft.net>
33294         [BZ #15003]
33295         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33296         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33297         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33298         (TCP_FASTOPEN): Define.
33299         (tcp_repair_opt): New structure.
33300         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33301         enum values.
33302         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33303         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33304         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33305         (tcp_cookie_transactions): New structure.
33307 2013-01-09  Anton Blanchard  <anton@samba.org>
33309         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33310         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33311         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33312         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33314 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
33316         * include/features.h (__USE_ANSI): Remove.
33318 2013-01-09  Roland McGrath  <roland@hack.frob.com>
33320         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33322         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33324 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
33326         * sysdeps/s390/fpu/libm-test-ulps: Update.
33328         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33330         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33331         (__acr): Likewise.
33332         (__cpy): Likewise.
33333         (norm): Likewise.
33334         (denorm): Likewise.
33335         (__mp_dbl): Likewise.
33336         (__dbl_mp): Likewise.
33337         (add_magnitudes): Likewise.
33338         (sub_magnitudes): Likewise.
33339         (__add): Likewise.
33340         (__sub): Likewise.
33341         (__mul): Likewise.
33342         (__inv): Likewise.
33343         (__dvd): Likewise.
33344         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33345         (__acr): Likewise.
33346         (__cpy): Likewise.
33347         (norm): Likewise.
33348         (denorm): Likewise.
33349         (__mp_dbl): Likewise.
33350         (__dbl_mp): Likewise.
33351         (add_magnitudes): Likewise.
33352         (sub_magnitudes): Likewise.
33353         (__add): Likewise.
33354         (__sub): Likewise.
33355         (__mul): Likewise.
33356         (__inv): Likewise.
33357         (__dvd): Likewise.
33358         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33359         (__acr): Likewise.
33360         (__cpy): Likewise.
33361         (norm): Likewise.
33362         (denorm): Likewise.
33363         (__mp_dbl): Likewise.
33364         (__dbl_mp): Likewise.
33365         (add_magnitudes): Likewise.
33366         (sub_magnitudes): Likewise.
33367         (__add): Likewise.
33368         (__sub): Likewise.
33369         (__mul): Likewise.
33370         (__inv): Likewise.
33371         (__dvd): Likewise.
33373 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
33375         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33376         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33377         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33378         2 && __USE_EXTERN_INLINES]: Likewise.
33380 2013-01-08  Andreas Jaeger  <aj@suse.de>
33382         [BZ# 14985]
33383         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33384         Remove.
33385         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33386         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33388 2013-01-07  Anton Blanchard  <anton@samba.org>
33390         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33391         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33392         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33393         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33394         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33395         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33396         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33397         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33398         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33399         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33400         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33401         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33402         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33403         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33404         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33405         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33406         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33407         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33408         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33409         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33410         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33411         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33412         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33413         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33414         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33415         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33416         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33417         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33418         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33419         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33420         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33421         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33422         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33423         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33424         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33425         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33426         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33427         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33428         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33429         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33430         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33431         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33432         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33434 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
33436         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33437         (__MALLOC_PMT): Likewise.
33438         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33439         [__GNUC__], only on [_LIBC].
33440         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33441         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33442         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33443         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33444         forward declaration.
33445         (realloc_hook_ini): Likewise.
33446         (memalign_hook_ini): Likewise.
33447         (__libc_memalign): Do not use __MALLOC_PMT in variable
33448         declaration.
33449         (__libc_valloc): Likewise.
33450         (__libc_pvalloc): Likewise.
33451         (__libc_calloc): Likewise.
33452         (__posix_memalign): Likewise.
33454         [BZ #14996]
33455         * math/s_casinh.c: Include <float.h>.
33456         (__casinh): Do not do computation with squaring and square root
33457         for large arguments.
33458         * math/s_casinhf.c: Include <float.h>.
33459         (__casinhf): Do not do computation with squaring and square root
33460         for large arguments.
33461         * math/s_casinhl.c: Include <float.h>.
33462         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33463         (__casinhl): Do not do computation with squaring and square root
33464         for large arguments.
33465         * math/libm-test.inc (casin_test): Add more tests.
33466         (casinh_test): Likewise.
33467         * sysdeps/i386/fpu/libm-test-ulps: Update.
33468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33470 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
33472         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33473         (__x86_64_raw_data_cache_size): Likewise.
33474         (__x86_64_data_cache_size_half): Likewise.
33475         (__x86_64_raw_data_cache_size_half): Likewise.
33476         (__x86_64_shared_cache_size): Likewise.
33477         (__x86_64_raw_shared_cache_size): Likewise.
33478         (__x86_64_shared_cache_size_half): Likewise.
33479         (__x86_64_raw_shared_cache_size_half): Likewise.
33480         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33481         to ...
33482         (__x86_data_cache_size): This.
33483         (__x86_64_raw_data_cache_size): Renamed to ...
33484         (__x86_raw_data_cache_size): This.
33485         (__x86_64_data_cache_size_half): Renamed to ...
33486         (__x86_data_cache_size_half): This.
33487         (__x86_64_raw_data_cache_size_half): Renamed to ...
33488         (__x86_raw_data_cache_size_half): This.
33489         (__x86_64_shared_cache_size): Renamed to ...
33490         (__x86_shared_cache_size): This.
33491         (__x86_64_raw_shared_cache_size): Renamed to ...
33492         (__x86_raw_shared_cache_size): This.
33493         (__x86_64_shared_cache_size_half): Renamed to ...
33494         (__x86_shared_cache_size_half): This.
33495         (__x86_64_raw_shared_cache_size_half): Renamed to ...
33496         (__x86_raw_shared_cache_size_half): This.
33497         * sysdeps/x86_64/memcpy.S: Updated.
33498         * sysdeps/x86_64/memset.S: Likewise.
33499         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33500         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33501         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33503 2013-01-04  David S. Miller  <davem@davemloft.net>
33505         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33507 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
33509         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33510         1 to avoid redefinition warning.
33511         (__USE_GNU): Don't define.
33512         (init_signaling_nan): Protoize.
33514         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33516 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33518         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33519         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33520         (__cpymn): Likewise.
33521         (norm): Remove commented code.
33522         (denorm): Likewise.
33523         (__mp_dbl): Likewise.
33524         (__inv): Likewise.
33525         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33526         (__cpymn): Likewise.
33527         (norm): Remove commented code.
33528         (denorm): Likewise.
33529         (__mp_dbl): Likewise.
33530         (__inv): Likewise.
33532         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33533         mp_no value for 1.0 and 2.0.
33534         (norm): Use RADIXI instead of radixi.d.
33535         (denorm): Likewise.
33536         (__mul): Use 0.0 instead of zero.d.
33537         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33538         mp_no value for 1.0 and 2.0.
33539         (norm): Use RADIXI instead of radixi.d.
33540         (denorm): Likewise.
33541         (__mul): Use 0.0 instead of zero.d.
33543 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
33545         [BZ #14994]
33546         * math/s_casinh.c (__casinh): Reduce finite argument to first
33547         quadrant then set signs of results at the end.
33548         * math/s_casinhf.c (__casinhf): Likewise.
33549         * math/s_casinhl.c (__casinhl): Likewise.
33550         * math/libm-test.inc (casin_test): Add more tests.
33551         (casinh_test): Likewise.
33552         * sysdeps/i386/fpu/libm-test-ulps: Update.
33553         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33555 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33557         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33559         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33561         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33562         declarations.
33563         (denorm): Likewise.
33564         (__mp_dbl): Likewise.
33565         (__inv): Likewise.
33567         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33568         and adjust the header comment.
33570         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33571         variable name from declaration.
33573 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
33575         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33576         Initialize COMMON_CPUID_INDEX_7 element.
33577         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33578         (CPUID_RTM): Likewise.
33579         (HAS_RTM): Likewise.
33580         (COMMON_CPUID_INDEX_7): New enum.
33582 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
33584         [BZ #14981]
33585         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33586         size is zero, record memory as freed.
33588 2013-01-03  Andreas Jaeger  <aj@suse.de>
33590         * po/ia.po: Add new Interlingua translation.
33592 2012-01-03  Allan McRae  <allan@archlinux.org>
33594         * locale/programs/localedef.c: Fix description of '--posix' flag.
33596 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
33598         * NEWS: Update dates in second copyright notice.
33599         * README: Update copyright dates in example.
33600         * manual/libc.texinfo: Update copyright dates.
33601         * scripts/test-installation.pl: Update copyright date in --version
33602         output.
33604         * hurd/ctty-input.c: Fix copyright notice formatting.
33605         * hurd/ctty-output.c: Likewise.
33606         * hurd/dtable.c: Likewise.
33607         * hurd/hurd-raise.c: Likewise.
33608         * hurd/hurdprio.c: Likewise.
33609         * hurd/msgportdemux.c: Likewise.
33610         * misc/sys/file.h: Likewise.
33611         * misc/sys/ioctl.h: Likewise.
33612         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33613         * sysdeps/mach/hurd/chdir.c: Likewise.
33614         * sysdeps/mach/hurd/fchdir.c: Likewise.
33615         * sysdeps/mach/hurd/rename.c: Likewise.
33616         * sysdeps/mach/hurd/rmdir.c: Likewise.
33617         * sysdeps/mach/hurd/seekdir.c: Likewise.
33618         * sysdeps/mach/hurd/setsid.c: Likewise.
33619         * sysdeps/posix/wait3.c: Likewise.
33621         * All files with FSF copyright notices: Update copyright dates
33622         using scripts/update-copyrights.
33623         * intl/plural.c: Regenerated.
33624         * locale/programs/charmap-kw.h: Likewise.
33625         * locale/programs/locfile-kw.h: Likewise.
33627 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
33629         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33630         four values.
33632         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33633         calculation loop and add branch prediction.
33635         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33636         check access beyond bounds of m1np.
33638         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33639         MPTWO.
33640         (__inv): Remove local variable MPTWO to use the global
33641         constant.
33642         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33643         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33644         variable MPTWO.
33645         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33646         MP3HALFS static const.
33648 2013-01-01  David S. Miller  <davem@davemloft.net>
33650         * po/ca.po: Update from translation team.
33652 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
33654         * scripts/update-copyrights: New file.
33655         * Makeconfig: Reformat copyright notice.
33656         * ctype/ctype.h: Likewise.
33657         * debug/swprintf_chk.c: Likewise.
33658         * elf/dl-cache.c: Likewise.
33659         * elf/dl-debug.c: Likewise.
33660         * elf/dl-object.c: Likewise.
33661         * grp/initgroups.c: Likewise.
33662         * hurd/Makefile: Likewise.
33663         * hurd/hurd/signal.h: Likewise.
33664         * hurd/hurdfault.c: Likewise.
33665         * hurd/hurdioctl.c: Likewise.
33666         * hurd/hurdlookup.c: Likewise.
33667         * hurd/intr-msg.c: Likewise.
33668         * iconv/gconv_open.c: Likewise.
33669         * libio/swprintf.c: Likewise.
33670         * locale/lc-ctype.c: Likewise.
33671         * locale/nl_langinfo.c: Likewise.
33672         * mach/Machrules: Likewise.
33673         * mach/Makefile: Likewise.
33674         * malloc/obstack.h: Likewise.
33675         * manual/Makefile: Likewise.
33676         * manual/tsort.awk: Likewise.
33677         * misc/bits/stab.def: Likewise.
33678         * nis/nis_print_group_entry.c: Likewise.
33679         * nis/nis_table.c: Likewise.
33680         * nis/nss_compat/compat-pwd.c: Likewise.
33681         * nis/nss_compat/compat-spwd.c: Likewise.
33682         * po/Makefile: Likewise.
33683         * posix/fnmatch.c: Likewise.
33684         * posix/regex.h: Likewise.
33685         * resolv/Makefile: Likewise.
33686         * resolv/nss_dns/dns-network.c: Likewise.
33687         * resolv/res_hconf.c: Likewise.
33688         * scripts/gen-sorted.awk: Likewise.
33689         * soft-fp/soft-fp.h: Likewise.
33690         * stdio-common/printf.h: Likewise.
33691         * stdlib/monetary.h: Likewise.
33692         * stdlib/random.c: Likewise.
33693         * stdlib/random_r.c: Likewise.
33694         * sysdeps/generic/Makefile: Likewise.
33695         * sysdeps/gnu/Makefile: Likewise.
33696         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33697         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33698         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33699         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33700         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33701         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33702         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33703         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33704         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33705         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33706         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33707         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33708         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33709         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33710         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33711         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33712         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33713         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33714         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33715         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33716         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33717         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33718         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33719         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33720         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33721         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33722         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33723         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33724         * sysdeps/mach/hurd/errnos.awk: Likewise.
33725         * sysdeps/mach/hurd/fork.c: Likewise.
33726         * sysdeps/mach/hurd/getcwd.c: Likewise.
33727         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33728         * sysdeps/mach/hurd/mmap.c: Likewise.
33729         * sysdeps/mach/hurd/utimes.c: Likewise.
33730         * sysdeps/mach/hurd/xmknod.c: Likewise.
33731         * sysdeps/posix/profil.c: Likewise.
33732         * sysdeps/posix/readdir_r.c: Likewise.
33733         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33734         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33735         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33736         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33737         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33738         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33739         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33740         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33741         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33742         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33743         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33744         * sysdeps/pthread/lio_listio.c: Likewise.
33745         * sysdeps/sparc/dl-procinfo.h: Likewise.
33746         * sysdeps/unix/i386/sysdep.S: Likewise.
33747         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33748         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33749         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33750         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33752         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33753         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33754         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33755         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33756         * sysdeps/wordsize-32/divdi3.c: Likewise.
33757         * time/sys/time.h: Likewise.
33758         * wcsmbs/Makefile: Likewise.
33760 2013-01-01  David S. Miller  <davem@davemloft.net>
33762         * po/fr.po: Update from translation team.
33764         * catgets/gencat.c: Update copyright year.
33765         * csu/version.c: Likewise.
33766         * debug/catchsegv.sh: Likewise.
33767         * debug/pcprofiledump.c: Likewise.
33768         * debug/xtrace.sh: Likewise.
33769         * elf/ldconfig.c: Likewise.
33770         * elf/ldd.bash.in: Likewise.
33771         * elf/pldd.c: Likewise.
33772         * elf/sotruss.ksh: Likewise.
33773         * elf/sprof.c: Likewise.
33774         * iconv/iconv_prog.c: Likewise.
33775         * iconv/iconvconfig.c: Likewise.
33776         * locale/programs/locale.c: Likewise.
33777         * locale/programs/localedef.c: Likewise.
33778         * login/programs/pt_chown.c: Likewise.
33779         * malloc/memusage.sh: Likewise.
33780         * malloc/memusagestat.c: Likewise.
33781         * malloc/mtrace.pl: Likewise.
33782         * nscd/nscd.c: Likewise.
33783         * nss/getent.c: Likewise.
33784         * nss/makedb.c: Likewise.
33785         * posix/getconf.c: Likewise.
33787 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33789         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33790         numbers.
33792 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33794         * math/bits/mathcalls.h (modf): Use __nonnull.
33796 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33798         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33799         (split): Use macro CN instead of the bare value.
33800         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33801         could be used.
33802         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33803         instead of the bare value.
33804         (power1): Likewise.
33806 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33808         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33809         __ATAN_TWOM.
33810         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33812         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33813         their values.
33814         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33815         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33816         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33817         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33819 2012-12-28  Andreas Jaeger  <aj@suse.de>
33821         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33822         values are from Linux 3.7.
33824         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33825         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33827 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33829         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33830         TRUE case.
33832         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33833         (norm): Likewise.
33834         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33835         variables with preprocessor constants.
33836         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33837         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33838         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33840 2012-12-27  Bruno Haible  <bruno@clisp.org>
33842         [BZ #14317]
33843         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33844         only if needed.
33846 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33848         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33849         and use variable directly.
33850         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33852         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33853         MPONE.
33854         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33855         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33856         variable MPONE.
33857         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33858         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33859         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33860         include directive.  Remove local variable MPONE.
33861         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33862         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33863         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33865 2012-12-25  David S. Miller  <davem@davemloft.net>
33867         * version.h (RELEASE): Set to "development".
33868         (VERSION): Set to "2.17.90".
33869         * NEWS: Add 2.18 section.
33871 2012-12-21  David S. Miller  <davem@davemloft.net>
33873         * po/hr.po: Update from translation team.
33875 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33877         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33879 2012-12-19  Steve Ellcey  <sellcey@mips.com>
33881         * NEWS:  Mention new memcpy for MIPS.
33883 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33885         * manual/contrib.texi (Contributors): Spelling correction.
33887 2012-12-15  David S. Miller  <davem@davemloft.net>
33889         * po/ru.po: Update from translation team.
33891 2012-12-13  David S. Miller  <davem@davemloft.net>
33893         * NEWS: Mention IFUNC testsuite enhancements.
33895         * po/pl.po: Update from translation team.
33896         * po/bg.po: Likewise.
33898         * manual/contrib.texi (Contributors): Update entries for Hongjiu
33899         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
33901 2012-12-11  David S. Miller  <davem@davemloft.net>
33903         * po/sv.po: Update from translation team.
33905         * po/vi.po: Update from translation team.
33907         * po/cs.po: Update from translation team.
33909         * po/de.po: Update from translation team.
33910         * po/eo.po: Likewise.
33911         * po/nl.po: Likewise.
33913 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
33915         [BZ #14246]
33916         * manual/argp.texi (Argp Helper Functions): Move node to follow
33917         Argp Parsing State.
33919         [BZ #14872]
33920         * manual/conf.texi (Limits on File System Capacity): Mention if
33921         terminating null is included in the max size.
33923 2012-12-10  Andreas Jaeger  <aj@suse.de>
33925         * po/cs.po: Update from translation team.
33927 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
33929         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33930         void pointer and cast to uintptr_t.
33931         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33932         path.
33933         * sysdeps/s390/s390-64/memcpy.S: Likewise.
33934         * sysdeps/s390/s390-64/memset.S: Likewise.
33936 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
33938         [BZ #14833]
33939         * menual/message.texi (Message Translation): Fix typos.
33940         (Helper programs for gettext): Likewise.
33942 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
33944         [BZ #14898]
33945         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33946         Change to -1.
33948 2012-12-07  David S. Miller  <davem@davemloft.net>
33950         * po/libc.pot: Update.
33952 2012-12-07  Richard Henderson  <rth@redhat.com>
33954         [BZ #10114]
33955         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33956         normal/normal case to before the switch.
33957         (_FP_DIV): Likewise.
33959 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
33960             Mike Frysinger  <vapier@gentoo.org>
33962         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33963         check for __NR_fadvise64_64.
33965 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
33967         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33968         0, not just to plain "0" as a statement.
33969         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33970         with cw.
33972 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
33974         * NEWS: Use sourceware.org in Bugzilla URL.
33976 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33979         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33981         * stdio-common/tst-put-error.c (do_test): Add newline to the
33982         padded test to ensure flush.
33984 2012-12-05  Jeff Law  <law@redhat.com>
33986         * sunrpc/etc.rpc (fedfs_admin): Add entry.
33988 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
33990         * README: Don't refer to ports add-on as distributed separately.
33991         Mention AArch64 in list of systems supported in the ports add-on.
33993         * LICENSES: Add more non-FSF copyright and license notices.
33995         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33996         ((unused)).
33998         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34000         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34001         10000 as width of padded output.
34003 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34005         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34007         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34008         variable LX with __attribute__ ((unused)).
34009         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34010         Likewise.
34011         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34012         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34013         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34014         with __attribute__ ((unused)).
34016 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34018         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34020 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34022         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34023         (CFLAGS-nldbl-acos.c): New variable.
34024         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34025         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34026         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34027         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34028         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34029         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34030         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34031         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34032         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34033         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34034         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34035         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34036         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34037         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34038         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34039         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34040         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34041         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34042         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34043         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34044         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34045         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34046         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34047         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34048         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34049         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34050         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34051         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34052         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34053         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34054         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34055         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34056         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34057         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34058         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34059         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34060         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34061         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34062         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34063         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34064         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34065         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34066         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34067         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34068         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34069         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34070         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34071         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34072         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34073         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34074         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34075         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34076         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34077         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34078         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34079         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34080         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34081         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34082         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34083         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34084         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34085         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34086         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34087         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34088         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34089         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34090         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34091         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34092         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34093         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34094         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34095         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34096         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34097         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34098         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34099         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34100         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34101         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34102         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34103         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34104         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34105         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34106         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34107         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34108         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34109         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34110         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34111         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34112         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34113         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34114         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34115         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34116         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34117         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34118         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34119         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34120         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34123         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34125         [BZ #14914]
34126         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34127         whole low double instead of just low 47 bits when splitting values
34128         into two parts.
34130 2012-12-03  Allan McRae  <allan@archlinux.org>
34132         * manual/stdio.texi (Predefined Printf Handlers): Remove
34133         @hsep and @vsep usage.
34135 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
34137         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34138         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34140 2012-12-03  Jeff Law  <law@redhat.com>
34142         * time/sys/time.h (settimeofday): Do not mark TV argument
34143         as __nonnull.
34145 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34147         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34148         when currently writing and seek to current position when not.
34149         * libio/Makefile (tests): Remove bug-fclose1.
34150         * libio/bug-fclose1.c: Delete.
34152 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34154         * manual/arith.texi (feenableexcept): Fix typo.
34155         (fedisableexcept): Likewise.
34157 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34159         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34160         second, differently-typed declaration, rather than a cast.
34162 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34164         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34165         * include/rpc/svc.h: ... here.
34167 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34169         [BZ #13013]
34170         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34171         depending n and resplen2 to catch cases where answer
34172         equals answerp2.
34174 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34176         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34177         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34179 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34181         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34183 2012-11-29  Roland McGrath  <roland@hack.frob.com>
34185         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34187 2012-11-28  Jeff Law  <law@redhat.com>
34189         [BZ #13761]
34190         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34191         dataset_temporary.  Track alloca usage into alloca_used.
34192         If dataset is large allocate and release it via malloc/free.
34194 2012-06-04  Florian Weimer  <fweimer@redhat.com>
34196         [BZ #14197]
34197         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34199 2012-11-28  David S. Miller  <davem@davemloft.net>
34201         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34203 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34205         [BZ #14803]
34206         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34207         of pi/2 rounded to nearest to 64 bits.
34208         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34209         nearest to 64 bits.
34210         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34211         bits.
34213 2012-11-28  Jeff Law <law@redhat.com>
34214             Martin Osvald <mosvald@redhat.com>
34216         [BZ #14889]
34217         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34218         * sunrpc/svc.c: Include time.h.
34219         (__svc_accept_failed): New function.
34220         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34221         any reason other than EINTR, call __svc_accept_failed.
34222         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34223         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34225 2012-11-28  Andreas Schwab  <schwab@suse.de>
34227         * scripts/abilist.awk: Also handle indirect functions in .opd
34228         section.
34230 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34232         [BZ #13881]
34233         * sysdeps/x86/fpu/powl_helper.c: New file.
34234         * sysdeps/x86/fpu/Makefile: Likewise.
34235         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34236         (p3): New object.
34237         (__ieee754_powl): Use __powl_helper for finite arguments except
34238         integer exponents below 8.
34239         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34240         (p3): New object.
34241         (__ieee754_powl): Use __powl_helper for finite arguments except
34242         integer exponents below 8.
34243         * math/libm-test.inc (pow_test): Add more tests and enable some
34244         previously disabled tests.
34245         * sysdeps/i386/fpu/libm-test-ulps: Update.
34246         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34248 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34249             Carlos O'Donell  <carlos_odonell@mentor.com>
34251         * nss/makedb.c (is_prime): Assert that input is odd and greater
34252         than 4.  Note that fact in a comment too.
34253         (next_prime): Add 4 to input.
34255 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34257         [BZ #11741]
34258         * libio/Makefile (tests): Add test case tst-fwrite-error.
34259         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34260         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34261         * libio/tst-fwrite-error.c: New test case.
34263 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
34265         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34266         before casting to void *.
34267         * include/libc-internal.h (__pointer_type): New macro.
34268         (__integer_if_pointer_type_sub): Likewise.
34269         (__integer_if_pointer_type): Likewise.
34270         (cast_to_integer): Likewise.
34271         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34272         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34273         before casting to atomic64_t.
34274         (atomic_exchange_acq): Likewise.
34275         (__arch_exchange_and_add_body): Likewise.
34276         (__arch_add_body): Likewise.
34277         (atomic_add_negative): Likewise.
34278         (atomic_add_zero): Likewise.
34280 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
34282         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34283         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34284         (add_fdes): Likewise.
34285         (linear_search_fdes): Likewise.
34286         (binary_search_unencoded_fdes): Likewise.
34288 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
34290         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34292 2012-11-24  Adam Conrad  <adconrad@0c3.net>
34294         * configure.in: Autodetect C++ header directories.
34295         * configure: Regenerated.
34297 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
34299         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34301 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
34303         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34305 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
34307         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34308         LDBL_MANT_DIG == 106]: Disable some tests.
34309         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34310         Likewise.
34311         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34312         Likewise.
34314         [BZ #14871]
34315         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34316         input for small inputs.  Return +/- pi/2 for large inputs.
34317         * math/libm-test.inc (atan_test): Add more tests.
34319         * sysdeps/generic/unwind-dw2-fde-glibc.c
34320         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34321         __attribute__ ((unused)).
34323         [BZ #14645]
34324         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34325         x * y if x and y are nonzero and z is zero.
34327         [BZ #14811]
34328         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34329         nonzero exponents with absolute value below 0x1p-117 to +/-
34330         0x1p-117.
34332         [BZ #14869]
34333         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34334         up arguments below 2**-450, not just those below 2**-500.
34335         * math/libm-test.inc (hypot_test): Add another test.
34337         [BZ #14868]
34338         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34339         Return a+b for ratio over 2**120, not 2**60.
34340         * math/libm-test.inc (hypot_test): Add another test.
34342         * math/libm-test.inc (clog_test): Use
34343         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34344         (clog10_test): Likewise.
34346         [BZ #6778]
34347         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34349 2012-11-22  Andreas Schwab  <schwab@suse.de>
34351         * sysdeps/i386/fpu/libm-test-ulps: Update.
34353 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
34355         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34356         printf output with newline.
34358 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
34360         [BZ #14865]
34361         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34362         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34363         -z nodlopen, -z initfirst and -z execstack support.
34364         * configure: Regenerated.
34366         * elf/elf.h (DF_1_NODIRECT): New macro.
34367         (DF_1_IGNMULDEF): Likewise.
34368         (DF_1_NOKSYMS): Likewise.
34369         (DF_1_NOHDR): Likewise.
34370         (DF_1_EDITED): Likewise.
34371         (DF_1_NORELOC): Likewise.
34372         (DF_1_SYMINTPOSE): Likewise.
34373         (DF_1_GLOBAUDIT): Likewise.
34374         (DF_1_SINGLETON): Likewise.
34375         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34376         DT_1_SUPPORTED_MASK bits.
34377         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34379 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
34381         * sysdeps/unix/make-syscalls.sh: Document prefixes.
34383 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
34385         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34386         macro.
34388         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34389         (sendmmsg): Move declarations...
34390         * socket/sys/socket.h: ... here.
34391         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34392         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34393         include it from...
34394         * socket/recvmmsg.c: ... this new file.
34395         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34396         (sendmmsg): Rename to __sendmmsg, create weak alias and make
34397         definition of __sendmmsg hidden.
34398         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34399         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34400         Move ENOSYS stub into and include it from...
34401         * socket/sendmmsg.c: ... this new file.
34402         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34403         (sysdep_routines): Move recvmmsg and sendmmsg...
34404         * socket/Makefile (routines): ... here.
34405         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34406         (GLIBC_PRIVATE): Add __sendmmsg.
34407         * include/sys/socket.h (__sendmmsg): Add declarations.
34408         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34409         sendmmsg.
34411 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
34413         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34414         variable I1 with __attribute__ ((unused)).
34415         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34417 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34419         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34420         DUMMY variables with __attribute__ ((unused)).
34422         * bits/byteswap.h: Include <bits/types.h>.
34423         (__bswap_64): Use __uint64_t instead of unsigned long long int.
34425 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34427         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34428         string_t.  Do not manually set errno.
34429         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34430         length with __strnlen.  Make sure to both set errno and return it on
34431         failure.
34433 2012-11-19  David S. Miller  <davem@davemloft.net>
34435         With help from Joseph Myers.
34436         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34437         very large arguments properly.
34438         * math/libm-test.inc (atan_test): New tests.
34439         (atan2_test): New tests.
34440         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34441         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34443 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34445         [BZ #14856]
34446         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34447         Define to 3.
34449         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34450         [POSIX] (EADDRNOTAVAIL): Likewise.
34451         [POSIX] (EAFNOSUPPORT): Likewise.
34452         [POSIX] (EALREADY): Likewise.
34453         [POSIX] (ECONNABORTED): Likewise.
34454         [POSIX] (ECONNREFUSED): Likewise.
34455         [POSIX] (ECONNRESET): Likewise.
34456         [POSIX] (EDESTADDRREQ): Likewise.
34457         [POSIX] (EDQUOT): Likewise.
34458         [POSIX] (EHOSTUNREACH): Likewise.
34459         [POSIX] (EIDRM): Likewise.
34460         [POSIX] (EISCONN): Likewise.
34461         [POSIX] (ELOOP): Likewise.
34462         [POSIX] (EMULTIHOP): Likewise.
34463         [POSIX] (ENETDOWN): Likewise.
34464         [POSIX] (ENETUNREACH): Likewise.
34465         [POSIX] (ENOBUFS): Likewise.
34466         [POSIX] (ENODATA): Likewise.
34467         [POSIX] (ENOLINK): Likewise.
34468         [POSIX] (ENOMSG): Likewise.
34469         [POSIX] (ENOPROTOOPT): Likewise.
34470         [POSIX] (ENOSR): Likewise.
34471         [POSIX] (ENOSTR): Likewise.
34472         [POSIX] (ENOTCONN): Likewise.
34473         [POSIX] (ENOTSOCK): Likewise.
34474         [POSIX] (EOPNOTSUPP): Likewise.
34475         [POSIX] (EOVERFLOW): Likewise.
34476         [POSIX] (EPROTO): Likewise.
34477         [POSIX] (EPROTONOSUPPORT): Likewise.
34478         [POSIX] (EPROTOTYPE): Likewise.
34479         [POSIX] (ESTALE): Likewise.
34480         [POSIX] (ETIME): Likewise.
34481         [POSIX] (ETXTBSY): Likewise.
34482         [POSIX] (EWOULDBLOCK): Likewise.
34483         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34484         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34485         [POSIX] (SEEK_CUR): Likewise.
34486         [POSIX] (SEEK_END): Likewise.
34487         [POSIX || UNIX98] (mode_t): Do not require.
34488         [POSIX] (off_t): Likewise.
34489         [POSIX] (pid_t): Likewise.
34490         [POSIX] (sys/stat.h): Do not allow header.
34491         [POSIX] (unistd.h): Likewise.
34492         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34493         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34494         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34495         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34496         require.
34497         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34498         sigevent): Specify elements.
34499         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34500         entry.
34501         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34502         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34504         * conform/data/cpio.h-data [POSIX]: Disable whole file.
34505         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34506         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34507         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34508         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34509         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34510         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34511         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34512         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34513         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34514         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34515         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34516         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34517         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34518         Likewise.
34519         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34520         Likewise.
34521         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34522         Likewise.
34523         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34524         Likewise.
34525         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34526         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34527         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34528         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34529         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34530         Specify lower bound on value.
34531         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34532         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34533         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34534         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34535         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34536         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34537         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34538         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34539         value.
34540         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34541         as optional.
34542         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34543         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34544         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34545         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34546         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34547         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34548         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34549         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34550         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34551         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34552         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34553         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34554         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34555         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34556         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34557         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34558         entry.
34559         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34560         optional.
34561         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34562         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34563         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34564         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34565         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34566         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34567         Likewise.
34568         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34569         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34570         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34571         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34572         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
34573         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34574         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34575         as optional.
34576         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34577         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34578         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34579         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34580         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34581         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34582         specify as optional.
34583         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34584         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34585         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34586         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34587         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34588         [XPG3] (NL_LANGMAX): Likewise.
34589         [POSIX || XPG3] (NL_MSGMAX): Likewise.
34590         [POSIX || XPG3] (NL_NMAX): Likewise.
34591         [POSIX || XPG3] (NL_SETMAX): Likewise.
34592         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34593         [XPG3] (NZERO): Likewise.
34594         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34595         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34596         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34597         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34598         (REG_ERANGE): Expect.
34599         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34600         optional-constant.
34601         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34602         Use (void) in prototype.
34603         [POSIX] (*_t): Allow.
34604         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34605         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34606         (WRDE_BADVAL): Expect.
34608         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34609         expect.
34610         [XPG3 || XPG4] (O_RSYNC): Likewise.
34611         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34612         Likewise.
34613         [XPG3 || XPG4] (pthread_sigmask): Likewise.
34614         [XPG3 || XPG4] (sigqueue): Likewise.
34615         [XPG3 || XPG4] (sigtimedwait): Likewise.
34616         [XPG3 || XPG4] (sigwaitinfo): Likewise.
34617         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34618         [XPG3 || XPG4] (vsnprintf): Likewise.
34619         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34620         Likewise.
34621         [XPG3 || XPG4] (blksize_t): Likewise.
34622         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34623         Likewise.
34624         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34625         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34626         [XPG3 || XPG4] (struct itimerspec): Likewise.
34627         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34628         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34629         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34630         [XPG3 || XPG4] (clockid_t): Likewise.
34631         [XPG3 || XPG4] (timer_t): Likewise.
34632         [XPG3 || XPG4] (clock_getres): Likewise.
34633         [XPG3 || XPG4] (clock_gettime): Likewise.
34634         [XPG3 || XPG4] (clock_settime): Likewise.
34635         [XPG3 || XPG4] (nanosleep): Likewise.
34636         [XPG3 || XPG4] (timer_create): Likewise.
34637         [XPG3 || XPG4] (timer_delete): Likewise.
34638         [XPG3 || XPG4] (timer_gettime): Likewise.
34639         [XPG3 || XPG4] (timer_getoverrun): Likewise.
34640         [XPG3 || XPG4] (timer_settime): Likewise.
34641         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34642         [XPG3 || XPG4] (getlogin_r): Likewise.
34643         [XPG3 || XPG4] (pread): Likewise.
34644         [XPG3 || XPG4] (pthread_atfork): Likewise.
34645         [XPG3 || XPG4] (pwrite): Likewise.
34647         [BZ #14835]
34648         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34649         <bits/siginfo.h>.
34651 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34653         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34654         finalizing MALLSTREAM.
34656         * sysdeps/mach/hurd/syncfs.c: New file.
34658 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34660         [BZ #14719]
34661         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34662         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34663         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34664         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34665         (_nss_dns_gethostbyname4_r): Likewise.
34666         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34667         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34669 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
34671         [BZ #13763]
34672         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
34674 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
34676         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
34677         * elf/cache.c (print_entry): Print ",AArch64" for
34678         FLAG_AARCH64_LIB64
34680         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
34681         * elf/cache.c (print_entry): Print ",hard-float" for
34682         FLAG_ARM_LIBHF.
34684 2012-11-18  David S. Miller  <davem@davemloft.net>
34686         With help from Joseph Myers.
34687         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
34688         cutoff to 2**-13.
34689         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34690         cutoff to 2**-25.
34691         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34692         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34693         small.
34694         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34695         * math/libm-test.inc (y0_test): New tests.
34696         (y1_test): New tests.
34697         * sysdeps/i386/fpu/libm-test-ulps: Update.
34698         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34699         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34701 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34703         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34704         64-bit targets.
34705         * configure: Regenerated.
34707 2012-11-17  David S. Miller  <davem@davemloft.net>
34709         [BZ #14811]
34710         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34711         nonzero exponents with absolute value below 0x1p-128 to +/-
34712         0x1p-128.
34714 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34716         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34718         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34720         * posix/getconf-speclist.c: New file.
34721         * posix/posix-envs.def: Likewise.
34722         * posix/confstr.c (START_ENV_GROUP): New macro.
34723         (END_ENV_GROUP): Likewise.
34724         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34725         (KNOWN_PRESENT_ENV_STRING): Likewise.
34726         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34727         (UNKNOWN_ENVIRONMENT): Likewise.
34728         (confstr): Include posix-envs.def instead of handling
34729         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34730         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34731         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34732         (END_ENV_GROUP): Likewise.
34733         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34734         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34735         (UNKNOWN_ENVIRONMENT): Likewise.
34736         (__sysconf): Include posix-envs.def instead of handling associated
34737         cases directly here.
34738         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34739         preprocessing getconf-speclist.c rather than running getconf or
34740         generating empty file.
34742 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34744         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34746 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34748         [BZ #14672]
34749         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34751 2012-11-16  David S. Miller  <davem@davemloft.net>
34753         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34754         smaller than LDBL_EPSILON/2.0L, just return xm1.
34756 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34758         * elf/tst-array1.c (init): Set constructor priority to 1000.
34759         (fini): Set destructor priority to 1000.
34760         * elf/tst-array2dep.c: Likewise.
34762 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34764         [BZ #11741]
34765         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34766         (_IO_new_file_xsputn): Also return EOF if none of the input
34767         data was written when overflow failed.
34768         * libio/iopadn.c (_IO_padn): Likewise.
34769         * libio/iowpadn.c (_IO_wpadn): Likewise.
34770         * stdio-common/tst-put-error.c: Add copyright notice.
34771         (do_test): Add case for printing padded string.
34772         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34773         _IO_padn returned error.
34774         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34775         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34776         return EOF.
34778 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34780         * libio/libioP.h: Add comment note that the references to C++
34781         bits are now obsolete.
34783 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34785         * math/libm-test.inc (check_complex): Use asprintf.
34787 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34789         * debug/pcprofiledump.c (print_version): Update copyright year.
34790         * malloc/memusagestat.c (print_version): Likewise.
34792 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34794         [BZ #14831]
34795         * elf/Makefile (tests): Add tst-audit8.
34796         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34797         ($(objpfx)tst-audit8.out): New target.
34798         (tst-audit8-ENV): New variable.
34799         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34800         audit if l_reloc_result is NULL.
34801         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34802         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34803         * elf/tst-audit8.c: New file.
34805 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34807         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34808         * misc/Makefile (CFLAGS-select.c): Define.
34809         * posix/Makefile (CFLAGS-pause.c): Define.
34811 2012-11-13  David S. Miller  <davem@davemloft.net>
34813         * crypt/Makefile: Move test targets after toplevel Rules
34814         inclusion.  Grab any necessary sysdep routines when linking.
34815         * crypt/md5.c (md5_process_block): Remove define, we will always
34816         name it __md5_process_block.
34817         (md5_finish_ctx): Update md5_process_block call.
34818         (md5_stream): Likewise.
34819         (md5_process_bytes): Likewise.
34820         (md5_process_block): Rename to __md5_process_block and move to ...
34821         * crypt/md5-block.c: ... here.
34822         * crypt/sha256.c (sha256_process_block): Move to ...
34823         * crypt/sha256-block.c: ... here.
34824         * crypt/sha512.c (sha512_process_block): Move to ...
34825         * crypt/sha512-block.c: ... here.
34826         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34827         path.
34828         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34829         * sysdeps/sparc/sparc64/multiarch/Makefile
34830         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34831         crypt subdir.
34832         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34833         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34834         multiarch changes.
34835         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34836         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34837         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34838         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34839         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34840         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34841         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34842         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34843         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34844         file.
34845         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34846         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34847         file.
34848         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34850 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34852         * timezone/tzselect.ksh: Update from tzcode git revision
34853         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34854         * timezone/zdump.c: Likewise.
34855         * timezone/zic.c: Likewise.
34856         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34857         in TZVERSION setting, not $(PKGVERSION).
34858         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34859         REPORT_BUGS_TO settings.
34861         [BZ #14838]
34862         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34863         macro.
34865 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34867         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34868         detection to immediately after _FP_ROUND().
34869         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34870         bits are 0.
34872 2012-11-11  David S. Miller  <davem@davemloft.net>
34874         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34875         inttypes.h
34876         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34877         __close rather than their public counterparts.
34879 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
34881         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34882         file.
34883         [UNIX98] (sem_timedwait): Do not expect.
34884         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34885         [XPG4 || UNIX98] (sockatmark): Do not expect.
34886         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34887         (clock_getcpuclockid): Do not expect.
34888         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34889         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34890         Do not expect.
34891         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34892         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34893         [UNIX98] (vwscanf): Likewise.
34894         [UNIX98] (vswscanf): Likewise.
34896 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
34898         * timezone/version.h: Remove file.
34899         * timezone/README: Do not refer to version.h.
34900         * timezone/Makefile ($(objpfx)zic.o): New dependency on
34901         $(objpfx)version.h.
34902         ($(objpfx)zdump.o): Likewise.
34903         ($(objpfx)version.h): New target.
34905         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34906         2012i.
34907         * timezone/README: Don't mention modification to tzselect.ksh.
34908         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34909         work on unmodified tzselect.ksh.  Substitute version numbers in
34910         tzselect.ksh.
34912         * Makefile (format-me): Remove.
34913         (INSTALL): Adjust indentation.  Use commands directly instead of
34914         using $(format-me).
34916         * aclocal.m4 (ACX_PKGVERSION): New macro.
34917         (ACX_BUGURL): Likewise.
34918         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34919         (PKGVERSION): New AC_DEFINE_UNQUOTED.
34920         (REPORT_BUGS_TO): Likewise.
34921         * configure: Regenerated.
34922         * config.h.in (PKGVERSION): New macro.
34923         (REPORT_BUGS_TO): Likewise.
34924         * config.make.in (PKGVERSION): New variable.
34925         (PKGVERSION_TEXI): Likewise.
34926         (REPORT_BUGS_TO): Likewise.
34927         (REPORT_BUGS_TEXI): Likewise.
34928         * Makefile (format-me): Use -I$(common-objpfx)manual.
34929         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34930         ($(common-objpfx)manual/%): New target.
34931         (manual/%): Remove target.
34932         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34933         (print_version): Use PKGVERSION.
34934         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34935         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34936         and REPORT_BUGS_TO.
34937         ($(objpfx)xtrace): Likewise.
34938         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34939         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34940         (print_version): Use PKGVERSION.
34941         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34942         (do_version): Use PKGVERSION.
34943         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34944         REPORT_BUGS_TO.
34945         (common-ldd-rewrite): Likewise.
34946         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34947         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34948         (print_version): Use PKGVERSION.
34949         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34950         * elf/pldd.c (argp_program_bug_address): Remove variable.
34951         (more_help): New function.
34952         (argp): Use more_help.
34953         (print_version): Use PKGVERSION.
34954         * elf/sln.c (main): Use PKGVERSION.
34955         (usage): Use REPORT_BUGS_TO.
34956         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34957         (top level): Use PKGVERSION.
34958         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34959         (print_version): Use PKGVERSION.
34960         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34961         (print_version): Use PKGVERSION.
34962         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34963         (print_version): Use PKGVERSION.
34964         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34965         (print_version): Use PKGVERSION.
34966         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34967         (print_version): Use PKGVERSION.
34968         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34969         (print_version): Use PKGVERSION.
34970         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34971         and BUGURL.
34972         ($(objpfx)memusage): Likewise.
34973         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34974         (do_version): Use PKGVERSION.
34975         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34976         (print_version): Use PKGVERSION.
34977         * malloc/mtrace.pl ($PACKAGE): Remove variable.
34978         ($PKGVERSION): New variable.
34979         ($REPORT_BUGS_TO): Likewise.
34980         (usage): Use $REPORT_BUGS_TO.
34981         (top level): Use $PKGVERSION.
34982         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34983         ($(objpfx)pkgvers.texi): New rule.
34984         ($(objpfx)stamp-pkgvers): Likewise.
34985         * manual/install.texi: Include pkgvers.texi.
34986         (--with-pkgversion): Document new configure option.
34987         (--with-bugurl): Likewise.
34988         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34989         than necessarily for this particular distribution.  Use
34990         REPORT_BUGS_TO for where to report bugs.
34991         * INSTALL: Regenerated.
34992         * manual/libc.texinfo: Include pkgvers.texi.
34993         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34994         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34995         (print_version): Use PKGVERSION.
34996         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34997         (print_version): Use PKGVERSION.
34998         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34999         (print_version): Use PKGVERSION.
35000         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35001         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35002         macro.
35003         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35004         (print_version): Use PKGVERSION.
35005         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35006         (print_version): Use PKGVERSION.
35007         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35008         and PKGVERSION.
35010         * timezone/checktab.awk: Update from tzcode 2012i.
35011         * timezone/ialloc.c: Likewise.
35012         * timezone/private.h: Likewise.
35013         * timezone/scheck.c: Likewise.
35014         * timezone/tzfile.h: Likewise.
35015         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35016         (TZVERSION): Hardcode tzcode version number.
35017         * timezone/zdump.c: Update from tzcode 2012i.
35018         * timezone/zic.c: Likewise.
35019         * timezone/version.h: New file.
35020         * timezone/README: Describe version.h.  Update upstream location.
35022         [BZ #14824]
35023         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35024         (mktemp): Enable declaration.
35025         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35026         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35027         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35028         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35029         Likewise.
35030         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35031         Likewise.
35032         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35033         Likewise.
35034         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35035         Likewise.
35036         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35037         Likewise.
35038         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35039         Likewise.
35041         [BZ #14821]
35042         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35043         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
35044         for copies of such integer values.
35045         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35046         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35048 2012-11-09  Andreas Jaeger  <aj@suse.de>
35050         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35051         definitions and declarations that are provided by
35052         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35054 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35056         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35057         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35058         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35059         definition.
35061 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35063         * elf/elf.h: Update comment before AArch64 relocations.
35065 2012-11-07  David S. Miller  <davem@davemloft.net>
35067         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35068         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35069         (__start_context): Declare.
35070         (__makecontext_ret): Delete.
35071         (__makecontext): Hook up __start_context instead of
35072         __makecontext_ret.
35073         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35074         (sysdep_routines): Add __start_context when in stdlib.
35076 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35078         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35079         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35080         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
35081         hardcoded "nm".
35082         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
35083         (READELF): New variable.  Use it instead of hardcoded "readelf".
35085 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
35087         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35088         * sysdeps/x86/Makefile: Here.
35089         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35090         * sysdeps/x86/tst-xmmymm.sh: This.
35092 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35094         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35095         expectations.
35096         [UNIX98] (pthread_barrier_t): Do not expect.
35097         [UNIX98] (pthread_barrierattr_t): Likewise.
35098         [UNIX98] (pthread_spinlock_t): Likewise.
35099         [UNIX98] (pthread_barrier_destroy): Likewise.
35100         [UNIX98] (pthread_barrier_init): Likewise.
35101         [UNIX98] (pthread_barrier_wait): Likewise.
35102         [UNIX98] (pthread_barrierattr_destroy): Likewise.
35103         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35104         [UNIX98] (pthread_barrierattr_init): Likewise.
35105         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35106         [UNIX98] (pthread_getcpuclockid): Likewise.
35107         [UNIX98] (pthread_mutex_timedlock): Likewise.
35108         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35109         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35110         [UNIX98] (pthread_sigmask): Likewise.
35111         [UNIX98] (pthread_spin_destroy): Likewise.
35112         [UNIX98] (pthread_spin_init): Likewise.
35113         [UNIX98] (pthread_spin_lock): Likewise.
35114         [UNIX98] (pthread_spin_trylock): Likewise.
35115         [UNIX98] (pthread_spin_unlock): Likewise.
35116         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35117         Do not expect.
35118         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35119         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35120         [XPG3 || XPG4] (pthread_cond_t): Likewise.
35121         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35122         [XPG3 || XPG4] (pthread_key_t): Likewise.
35123         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35124         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35125         [XPG3 || XPG4] (pthread_once_t): Likewise.
35126         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35127         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35128         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35129         [XPG3 || XPG4] (pthread_t): Likewise.
35131         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35132         not expect.
35133         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35135         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35136         Change function return type to int.
35138         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35139         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35140         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35141         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35142         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35143         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35144         [!POSIX] (posix_madvise): Likewise.
35145         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35146         && !UNIX98].
35147         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35148         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35149         (mode_t): Likewise.
35150         (posix_mem_offset): Likewise.
35151         (posix_typed_mem_get_info): Likewise.
35152         (posix_typed_mem_open): Likewise.
35154         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35155         Change condition to [XOPEN2K8].
35157         * conform/conformtest.pl: Preprocess allow-header data with -x c
35158         instead of from stdin.
35159         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35160         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35161         [C99-based standards] (cerfc): Likewise.
35162         [C99-based standards] (cexp2): Likewise.
35163         [C99-based standards] (cexpm1): Likewise.
35164         [C99-based standards] (clog10): Likewise.
35165         [C99-based standards] (clog1p): Likewise.
35166         [C99-based standards] (clog2): Likewise.
35167         [C99-based standards] (clgamma): Likewise.
35168         [C99-based standards] (ctgamma): Likewise.
35169         [C99-based standards] (cerff): Likewise.
35170         [C99-based standards] (cerfcf): Likewise.
35171         [C99-based standards] (cexp2f): Likewise.
35172         [C99-based standards] (cexpm1f): Likewise.
35173         [C99-based standards] (clog10f): Likewise.
35174         [C99-based standards] (clog1pf): Likewise.
35175         [C99-based standards] (clog2f): Likewise.
35176         [C99-based standards] (clgammaf): Likewise.
35177         [C99-based standards] (ctgammaf): Likewise.
35178         [C99-based standards] (cerfl): Likewise.
35179         [C99-based standards] (cerfcl): Likewise.
35180         [C99-based standards] (cexp2l): Likewise.
35181         [C99-based standards] (cexpm1l): Likewise.
35182         [C99-based standards] (clog10l): Likewise.
35183         [C99-based standards] (clog1pl): Likewise.
35184         [C99-based standards] (clog2l): Likewise.
35185         [C99-based standards] (clgammal): Likewise.
35186         [C99-based standards] (ctgammal): Likewise.
35187         * conform/data/inttypes.h-data [C99-based standards]: Include
35188         stdint.h-data.  Remove all expectations for stdint.h contents.
35189         [C99-based standards] (PRI*): Do not allow.
35190         [C99-based standards] (SCN*): Likewise.
35191         [C99-based standards] (*_t): Likewise.
35192         [C99-based-standards] (PRId8): Expect macro.
35193         [C99-based-standards] (PRIi8): Likewise.
35194         [C99-based-standards] (PRIo8): Likewise.
35195         [C99-based-standards] (PRIu8): Likewise.
35196         [C99-based-standards] (PRIx8): Likewise.
35197         [C99-based-standards] (PRIX8): Likewise.
35198         [C99-based-standards] (SCNd8): Likewise.
35199         [C99-based-standards] (SCNi8): Likewise.
35200         [C99-based-standards] (SCNo8): Likewise.
35201         [C99-based-standards] (SCNu8): Likewise.
35202         [C99-based-standards] (SCNx8): Likewise.
35203         [C99-based-standards] (PRIdLEAST8): Likewise.
35204         [C99-based-standards] (PRIiLEAST8): Likewise.
35205         [C99-based-standards] (PRIoLEAST8): Likewise.
35206         [C99-based-standards] (PRIuLEAST8): Likewise.
35207         [C99-based-standards] (PRIxLEAST8): Likewise.
35208         [C99-based-standards] (PRIXLEAST8): Likewise.
35209         [C99-based-standards] (SCNdLEAST8): Likewise.
35210         [C99-based-standards] (SCNiLEAST8): Likewise.
35211         [C99-based-standards] (SCNoLEAST8): Likewise.
35212         [C99-based-standards] (SCNuLEAST8): Likewise.
35213         [C99-based-standards] (SCNxLEAST8): Likewise.
35214         [C99-based-standards] (PRIdFAST8): Likewise.
35215         [C99-based-standards] (PRIiFAST8): Likewise.
35216         [C99-based-standards] (PRIoFAST8): Likewise.
35217         [C99-based-standards] (PRIuFAST8): Likewise.
35218         [C99-based-standards] (PRIxFAST8): Likewise.
35219         [C99-based-standards] (PRIXFAST8): Likewise.
35220         [C99-based-standards] (SCNdFAST8): Likewise.
35221         [C99-based-standards] (SCNiFAST8): Likewise.
35222         [C99-based-standards] (SCNoFAST8): Likewise.
35223         [C99-based-standards] (SCNuFAST8): Likewise.
35224         [C99-based-standards] (SCNxFAST8): Likewise.
35225         [C99-based-standards] (PRId16): Likewise.
35226         [C99-based-standards] (PRIi16): Likewise.
35227         [C99-based-standards] (PRIo16): Likewise.
35228         [C99-based-standards] (PRIu16): Likewise.
35229         [C99-based-standards] (PRIx16): Likewise.
35230         [C99-based-standards] (PRIX16): Likewise.
35231         [C99-based-standards] (SCNd16): Likewise.
35232         [C99-based-standards] (SCNi16): Likewise.
35233         [C99-based-standards] (SCNo16): Likewise.
35234         [C99-based-standards] (SCNu16): Likewise.
35235         [C99-based-standards] (SCNx16): Likewise.
35236         [C99-based-standards] (PRIdLEAST16): Likewise.
35237         [C99-based-standards] (PRIiLEAST16): Likewise.
35238         [C99-based-standards] (PRIoLEAST16): Likewise.
35239         [C99-based-standards] (PRIuLEAST16): Likewise.
35240         [C99-based-standards] (PRIxLEAST16): Likewise.
35241         [C99-based-standards] (PRIXLEAST16): Likewise.
35242         [C99-based-standards] (SCNdLEAST16): Likewise.
35243         [C99-based-standards] (SCNiLEAST16): Likewise.
35244         [C99-based-standards] (SCNoLEAST16): Likewise.
35245         [C99-based-standards] (SCNuLEAST16): Likewise.
35246         [C99-based-standards] (SCNxLEAST16): Likewise.
35247         [C99-based-standards] (PRIdFAST16): Likewise.
35248         [C99-based-standards] (PRIiFAST16): Likewise.
35249         [C99-based-standards] (PRIoFAST16): Likewise.
35250         [C99-based-standards] (PRIuFAST16): Likewise.
35251         [C99-based-standards] (PRIxFAST16): Likewise.
35252         [C99-based-standards] (PRIXFAST16): Likewise.
35253         [C99-based-standards] (SCNdFAST16): Likewise.
35254         [C99-based-standards] (SCNiFAST16): Likewise.
35255         [C99-based-standards] (SCNoFAST16): Likewise.
35256         [C99-based-standards] (SCNuFAST16): Likewise.
35257         [C99-based-standards] (SCNxFAST16): Likewise.
35258         [C99-based-standards] (PRId32): Likewise.
35259         [C99-based-standards] (PRIi32): Likewise.
35260         [C99-based-standards] (PRIo32): Likewise.
35261         [C99-based-standards] (PRIu32): Likewise.
35262         [C99-based-standards] (PRIx32): Likewise.
35263         [C99-based-standards] (PRIX32): Likewise.
35264         [C99-based-standards] (SCNd32): Likewise.
35265         [C99-based-standards] (SCNi32): Likewise.
35266         [C99-based-standards] (SCNo32): Likewise.
35267         [C99-based-standards] (SCNu32): Likewise.
35268         [C99-based-standards] (SCNx32): Likewise.
35269         [C99-based-standards] (PRIdLEAST32): Likewise.
35270         [C99-based-standards] (PRIiLEAST32): Likewise.
35271         [C99-based-standards] (PRIoLEAST32): Likewise.
35272         [C99-based-standards] (PRIuLEAST32): Likewise.
35273         [C99-based-standards] (PRIxLEAST32): Likewise.
35274         [C99-based-standards] (PRIXLEAST32): Likewise.
35275         [C99-based-standards] (SCNdLEAST32): Likewise.
35276         [C99-based-standards] (SCNiLEAST32): Likewise.
35277         [C99-based-standards] (SCNoLEAST32): Likewise.
35278         [C99-based-standards] (SCNuLEAST32): Likewise.
35279         [C99-based-standards] (SCNxLEAST32): Likewise.
35280         [C99-based-standards] (PRIdFAST32): Likewise.
35281         [C99-based-standards] (PRIiFAST32): Likewise.
35282         [C99-based-standards] (PRIoFAST32): Likewise.
35283         [C99-based-standards] (PRIuFAST32): Likewise.
35284         [C99-based-standards] (PRIxFAST32): Likewise.
35285         [C99-based-standards] (PRIXFAST32): Likewise.
35286         [C99-based-standards] (SCNdFAST32): Likewise.
35287         [C99-based-standards] (SCNiFAST32): Likewise.
35288         [C99-based-standards] (SCNoFAST32): Likewise.
35289         [C99-based-standards] (SCNuFAST32): Likewise.
35290         [C99-based-standards] (SCNxFAST32): Likewise.
35291         [C99-based-standards] (PRId64): Likewise.
35292         [C99-based-standards] (PRIi64): Likewise.
35293         [C99-based-standards] (PRIo64): Likewise.
35294         [C99-based-standards] (PRIu64): Likewise.
35295         [C99-based-standards] (PRIx64): Likewise.
35296         [C99-based-standards] (PRIX64): Likewise.
35297         [C99-based-standards] (SCNd64): Likewise.
35298         [C99-based-standards] (SCNi64): Likewise.
35299         [C99-based-standards] (SCNo64): Likewise.
35300         [C99-based-standards] (SCNu64): Likewise.
35301         [C99-based-standards] (SCNx64): Likewise.
35302         [C99-based-standards] (PRIdLEAST64): Likewise.
35303         [C99-based-standards] (PRIiLEAST64): Likewise.
35304         [C99-based-standards] (PRIoLEAST64): Likewise.
35305         [C99-based-standards] (PRIuLEAST64): Likewise.
35306         [C99-based-standards] (PRIxLEAST64): Likewise.
35307         [C99-based-standards] (PRIXLEAST64): Likewise.
35308         [C99-based-standards] (SCNdLEAST64): Likewise.
35309         [C99-based-standards] (SCNiLEAST64): Likewise.
35310         [C99-based-standards] (SCNoLEAST64): Likewise.
35311         [C99-based-standards] (SCNuLEAST64): Likewise.
35312         [C99-based-standards] (SCNxLEAST64): Likewise.
35313         [C99-based-standards] (PRIdFAST64): Likewise.
35314         [C99-based-standards] (PRIiFAST64): Likewise.
35315         [C99-based-standards] (PRIoFAST64): Likewise.
35316         [C99-based-standards] (PRIuFAST64): Likewise.
35317         [C99-based-standards] (PRIxFAST64): Likewise.
35318         [C99-based-standards] (PRIXFAST64): Likewise.
35319         [C99-based-standards] (SCNdFAST64): Likewise.
35320         [C99-based-standards] (SCNiFAST64): Likewise.
35321         [C99-based-standards] (SCNoFAST64): Likewise.
35322         [C99-based-standards] (SCNuFAST64): Likewise.
35323         [C99-based-standards] (SCNxFAST64): Likewise.
35324         [C99-based-standards] (PRIdMAX): Likewise.
35325         [C99-based-standards] (PRIiMAX): Likewise.
35326         [C99-based-standards] (PRIoMAX): Likewise.
35327         [C99-based-standards] (PRIuMAX): Likewise.
35328         [C99-based-standards] (PRIxMAX): Likewise.
35329         [C99-based-standards] (PRIXMAX): Likewise.
35330         [C99-based-standards] (SCNdMAX): Likewise.
35331         [C99-based-standards] (SCNiMAX): Likewise.
35332         [C99-based-standards] (SCNoMAX): Likewise.
35333         [C99-based-standards] (SCNuMAX): Likewise.
35334         [C99-based-standards] (SCNxMAX): Likewise.
35335         [C99-based-standards] (PRIdPTR): Likewise.
35336         [C99-based-standards] (PRIiPTR): Likewise.
35337         [C99-based-standards] (PRIoPTR): Likewise.
35338         [C99-based-standards] (PRIuPTR): Likewise.
35339         [C99-based-standards] (PRIxPTR): Likewise.
35340         [C99-based-standards] (PRIXPTR): Likewise.
35341         [C99-based-standards] (SCNdPTR): Likewise.
35342         [C99-based-standards] (SCNiPTR): Likewise.
35343         [C99-based-standards] (SCNoPTR): Likewise.
35344         [C99-based-standards] (SCNuPTR): Likewise.
35345         [C99-based-standards] (SCNxPTR): Likewise.
35346         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35347         allow.
35348         * conform/data/stdint.h-data: Update comments to clarify
35349         requirements.
35350         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
35351         type.
35352         [C99-based standards] (INT8_MAX): Likewise.
35353         [C99-based standards] (INT16_MIN): Likewise.
35354         [C99-based standards] (INT16_MAX): Likewise.
35355         [C99-based standards] (INT32_MIN): Likewise.
35356         [C99-based standards] (INT32_MAX): Likewise.
35357         [C99-based standards] (INT64_MIN): Likewise.
35358         [C99-based standards] (INT64_MAX): Likewise.
35359         [C99-based standards] (UINT8_MAX): Likewise.
35360         [C99-based standards] (UINT16_MAX): Likewise.
35361         [C99-based standards] (UINT32_MAX): Likewise.
35362         [C99-based standards] (UINT64_MAX): Likewise.
35363         [C99-based standards] (INT_LEAST8_MIN): Likewise.
35364         [C99-based standards] (INT_LEAST8_MAX): Likewise.
35365         [C99-based standards] (INT_LEAST16_MIN): Likewise.
35366         [C99-based standards] (INT_LEAST16_MAX): Likewise.
35367         [C99-based standards] (INT_LEAST32_MIN): Likewise.
35368         [C99-based standards] (INT_LEAST32_MAX): Likewise.
35369         [C99-based standards] (INT_LEAST64_MIN): Likewise.
35370         [C99-based standards] (INT_LEAST64_MAX): Likewise.
35371         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35372         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35373         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35374         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35375         [C99-based standards] (INT_FAST8_MIN): Likewise.
35376         [C99-based standards] (INT_FAST8_MAX): Likewise.
35377         [C99-based standards] (INT_FAST16_MIN): Likewise.
35378         [C99-based standards] (INT_FAST16_MAX): Likewise.
35379         [C99-based standards] (INT_FAST32_MIN): Likewise.
35380         [C99-based standards] (INT_FAST32_MAX): Likewise.
35381         [C99-based standards] (INT_FAST64_MIN): Likewise.
35382         [C99-based standards] (INT_FAST64_MAX): Likewise.
35383         [C99-based standards] (UINT_FAST8_MAX): Likewise.
35384         [C99-based standards] (UINT_FAST16_MAX): Likewise.
35385         [C99-based standards] (UINT_FAST32_MAX): Likewise.
35386         [C99-based standards] (UINT_FAST64_MAX): Likewise.
35387         [C99-based standards] (INTPTR_MIN): Likewise.
35388         [C99-based standards] (INTPTR_MAX): Likewise.
35389         [C99-based standards] (UINTPTR_MAX): Likewise.
35390         [C99-based standards] (INTMAX_MIN): Likewise.
35391         [C99-based standards] (INTMAX_MAX): Likewise.
35392         [C99-based standards] (UINTMAX_MAX): Likewise.
35393         [C99-based standards] (PTRDIFF_MIN): Likewise.
35394         [C99-based standards] (PTRDIFF_MAX): Likewise.
35395         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35396         [C99-based standards] (SIZE_MAX): Likewise.
35397         [C99-based standards] (WCHAR_MAX): Likewise.
35398         [C99-based standards] (WINT_MAX): Likewise.
35399         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
35400         constraint on value.
35401         [C99-based standards] (WCHAR_MIN): Likewise.
35402         [C99-based standards] (WINT_MIN): Likewise.
35403         [C99-based standards] (*_t): Allow.
35404         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35405         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35406         Include math.h-data and complex.h-data.  Remove all expectations
35407         of math.h and complex.h contents.
35408         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35409         at end of line.
35410         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35411         (struct tm): Expect tag.
35412         [C99-based-standards] (wcstof): Expect function.
35413         [C99-based-standards] (wcstold): Likewise.
35414         [C99-based-standards] (wcstoll): Likewise.
35415         [C99-based-standards] (wcstoull): Likewise.
35416         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35417         macro-int-constant.  Specify type.
35418         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
35419         constraint on value.
35420         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35421         Specify type.
35422         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35423         Specify value.
35424         [ISO C standards]: Do not allow headers.
35425         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35426         wcs[abcdefghijklmnopqrstuvwxyz]*.
35427         [ISO C standards] (*_t): Do not allow.
35428         * conform/data/wctype.h-data [C99-based standards] (iswblank):
35429         Expect function.
35430         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35431         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35432         Specify type.
35433         [ISO C standards]: Do not allow headers.
35434         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35435         is[abcdefghijklmnopqrstuvwxyz]*.
35436         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35437         to[abcdefghijklmnopqrstuvwxyz]*.
35438         [ISO C standards] (*_t): Do not allow.
35439         * conform/data/stdalign.h-data: New file.
35440         * conform/data/stdbool.h-data: Likewise.
35441         * conform/data/stdnoreturn.h-data: Likewise.
35443 2012-11-07  Roland McGrath  <roland@hack.frob.com>
35445         [BZ #14815]
35446         * manual/filesys.texi (Directory Entries): Typo fix.
35447         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35449 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35451         * elf/elf.h (EM_AARCH64): New macro.
35452         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35453         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35454         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35455         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35456         (R_AARCH64_TLSDESC): Likewise.
35457         (NT_ARM_TLS): Likewise.
35458         (NT_ARM_HW_BREAK): Likewise.
35459         (NT_ARM_HW_WATCH): Likewise.
35461 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35463         [BZ #14811]
35464         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35465         (__ieee754_powl): Saturate nonzero exponents with absolute value
35466         below 0x1p-79 to +/- 0x1p-79.
35467         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35468         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35469         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35470         nonzero exponents with absolute value below 0x1p-32 to +/-
35471         0x1p-32.
35472         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35473         (__ieee754_powl): Saturate nonzero exponents with absolute value
35474         below 0x1p-79 to +/- 0x1p-79.
35475         * math/libm-test.inc (pow_test): Add more tests.
35477 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35479         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35480         _dl_s390_cap_flags with kernel. Increase string length.
35481         (_dl_s390_platforms): Add z196 and zEC12.
35483 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35485         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35486         Change XOPEN21K to XOPEN2K.
35488 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
35490         * string/memmove.c: Use memcpy when possible.
35492 2012-11-06  Andreas Jaeger  <aj@suse.de>
35494         * po/eo.po: Update from translation team.
35496 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
35498         [BZ #14793]
35499         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35500         exponent and small x and y exponents, scale x or y up.  Increase
35501         by 2 the exponent used in scaling up.
35502         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35503         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35504         * math/libm-test.inc (fma_test): Add more tests.
35505         (fma_test_towardzero): Likewise.
35506         (fma_test_downward): Likewise.
35507         (fma_test_upward): Likewise.
35509 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
35511         [BZ #14805]
35512         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35513         fenv_t *.
35515         [BZ #14801]
35516         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35517         namespace for names of struct fields.
35518         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35519         fenv_t fields.
35520         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35521         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35523 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35525         [BZ #3665]
35526         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35528 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35530         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35531         PTR_DEMANGLE.
35533         [BZ #5246]
35534         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35535         PTR_DEMANGLE.
35537 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
35539         [BZ #14797]
35540         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35541         definitely overflow as x * y not x * y + z.
35542         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35543         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35544         * math/libm-test.inc (fma_test): Add more tests.
35545         (fma_test_towardzero): Likewise.
35546         (fma_test_downward): Likewise.
35547         (fma_test_upward): Likewise.
35549 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35551         [BZ #157]
35553         * include/stub-tag.h: Remove file.
35554         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35555         '#include' of it.
35556         * manual/maint.texi (Porting): Don't reference it.
35557         * Makerules ($(objpfx)stubs): Likewise.
35558         * dirent/closedir.c: Don't include <stub-tag.h>.
35559         * dirent/dirfd.c: Likewise.
35560         * dirent/fdopendir.c: Likewise.
35561         * dirent/getdents.c: Likewise.
35562         * dirent/getdents64.c: Likewise.
35563         * dirent/opendir.c: Likewise.
35564         * dirent/readdir.c: Likewise.
35565         * dirent/readdir64.c: Likewise.
35566         * dirent/readdir64_r.c: Likewise.
35567         * dirent/readdir_r.c: Likewise.
35568         * dirent/rewinddir.c: Likewise.
35569         * dirent/seekdir.c: Likewise.
35570         * dirent/telldir.c: Likewise.
35571         * gmon/profil.c: Likewise.
35572         * grp/setgroups.c: Likewise.
35573         * inet/if_index.c: Likewise.
35574         * io/access.c: Likewise.
35575         * io/chdir.c: Likewise.
35576         * io/chmod.c: Likewise.
35577         * io/chown.c: Likewise.
35578         * io/close.c: Likewise.
35579         * io/dup.c: Likewise.
35580         * io/dup2.c: Likewise.
35581         * io/dup3.c: Likewise.
35582         * io/euidaccess.c: Likewise.
35583         * io/faccessat.c: Likewise.
35584         * io/fchdir.c: Likewise.
35585         * io/fchmod.c: Likewise.
35586         * io/fchmodat.c: Likewise.
35587         * io/fchown.c: Likewise.
35588         * io/fchownat.c: Likewise.
35589         * io/fcntl.c: Likewise.
35590         * io/flock.c: Likewise.
35591         * io/fstatfs.c: Likewise.
35592         * io/fstatfs64.c: Likewise.
35593         * io/fstatvfs.c: Likewise.
35594         * io/fstatvfs64.c: Likewise.
35595         * io/futimens.c: Likewise.
35596         * io/fxstat.c: Likewise.
35597         * io/fxstat64.c: Likewise.
35598         * io/fxstatat.c: Likewise.
35599         * io/fxstatat64.c: Likewise.
35600         * io/getcwd.c: Likewise.
35601         * io/isatty.c: Likewise.
35602         * io/lchmod.c: Likewise.
35603         * io/lchown.c: Likewise.
35604         * io/link.c: Likewise.
35605         * io/linkat.c: Likewise.
35606         * io/lseek.c: Likewise.
35607         * io/lseek64.c: Likewise.
35608         * io/lxstat64.c: Likewise.
35609         * io/mkdir.c: Likewise.
35610         * io/mkdirat.c: Likewise.
35611         * io/mkfifo.c: Likewise.
35612         * io/mkfifoat.c: Likewise.
35613         * io/open.c: Likewise.
35614         * io/open64.c: Likewise.
35615         * io/openat.c: Likewise.
35616         * io/openat64.c: Likewise.
35617         * io/pipe.c: Likewise.
35618         * io/pipe2.c: Likewise.
35619         * io/poll.c: Likewise.
35620         * io/posix_fadvise.c: Likewise.
35621         * io/posix_fadvise64.c: Likewise.
35622         * io/posix_fallocate.c: Likewise.
35623         * io/posix_fallocate64.c: Likewise.
35624         * io/read.c: Likewise.
35625         * io/readlink.c: Likewise.
35626         * io/readlinkat.c: Likewise.
35627         * io/rmdir.c: Likewise.
35628         * io/sendfile.c: Likewise.
35629         * io/sendfile64.c: Likewise.
35630         * io/statfs.c: Likewise.
35631         * io/statfs64.c: Likewise.
35632         * io/statvfs.c: Likewise.
35633         * io/statvfs64.c: Likewise.
35634         * io/symlink.c: Likewise.
35635         * io/symlinkat.c: Likewise.
35636         * io/ttyname.c: Likewise.
35637         * io/ttyname_r.c: Likewise.
35638         * io/umask.c: Likewise.
35639         * io/unlink.c: Likewise.
35640         * io/unlinkat.c: Likewise.
35641         * io/utime.c: Likewise.
35642         * io/utimensat.c: Likewise.
35643         * io/write.c: Likewise.
35644         * io/xmknod.c: Likewise.
35645         * io/xmknodat.c: Likewise.
35646         * io/xstat.c: Likewise.
35647         * io/xstat64.c: Likewise.
35648         * login/getpt.c: Likewise.
35649         * login/grantpt.c: Likewise.
35650         * login/unlockpt.c: Likewise.
35651         * math/e_acoshl.c: Likewise.
35652         * math/e_acosl.c: Likewise.
35653         * math/e_asinl.c: Likewise.
35654         * math/e_atan2l.c: Likewise.
35655         * math/e_atanhl.c: Likewise.
35656         * math/e_coshl.c: Likewise.
35657         * math/e_expl.c: Likewise.
35658         * math/e_fmodl.c: Likewise.
35659         * math/e_gammal_r.c: Likewise.
35660         * math/e_hypotl.c: Likewise.
35661         * math/e_j0l.c: Likewise.
35662         * math/e_j1l.c: Likewise.
35663         * math/e_jnl.c: Likewise.
35664         * math/e_lgammal_r.c: Likewise.
35665         * math/e_log10l.c: Likewise.
35666         * math/e_log2l.c: Likewise.
35667         * math/e_logl.c: Likewise.
35668         * math/e_powl.c: Likewise.
35669         * math/e_rem_pio2l.c: Likewise.
35670         * math/e_sinhl.c: Likewise.
35671         * math/e_sqrtl.c: Likewise.
35672         * math/fclrexcpt.c: Likewise.
35673         * math/fedisblxcpt.c: Likewise.
35674         * math/feenablxcpt.c: Likewise.
35675         * math/fegetenv.c: Likewise.
35676         * math/fegetexcept.c: Likewise.
35677         * math/fegetround.c: Likewise.
35678         * math/feholdexcpt.c: Likewise.
35679         * math/fesetenv.c: Likewise.
35680         * math/fesetround.c: Likewise.
35681         * math/feupdateenv.c: Likewise.
35682         * math/fgetexcptflg.c: Likewise.
35683         * math/fraiseexcpt.c: Likewise.
35684         * math/fsetexcptflg.c: Likewise.
35685         * math/ftestexcept.c: Likewise.
35686         * math/k_cosl.c: Likewise.
35687         * math/k_rem_pio2l.c: Likewise.
35688         * math/k_sinl.c: Likewise.
35689         * math/k_tanl.c: Likewise.
35690         * math/s_asinhl.c: Likewise.
35691         * math/s_atanl.c: Likewise.
35692         * math/s_cbrtl.c: Likewise.
35693         * math/s_erfl.c: Likewise.
35694         * math/s_expm1l.c: Likewise.
35695         * math/s_log1pl.c: Likewise.
35696         * math/s_tanhl.c: Likewise.
35697         * misc/acct.c: Likewise.
35698         * misc/brk.c: Likewise.
35699         * misc/chflags.c: Likewise.
35700         * misc/chroot.c: Likewise.
35701         * misc/fchflags.c: Likewise.
35702         * misc/fgetxattr.c: Likewise.
35703         * misc/flistxattr.c: Likewise.
35704         * misc/fremovexattr.c: Likewise.
35705         * misc/fsetxattr.c: Likewise.
35706         * misc/fsync.c: Likewise.
35707         * misc/ftruncate.c: Likewise.
35708         * misc/futimes.c: Likewise.
35709         * misc/futimesat.c: Likewise.
35710         * misc/getdomain.c: Likewise.
35711         * misc/getdtsz.c: Likewise.
35712         * misc/gethostid.c: Likewise.
35713         * misc/gethostname.c: Likewise.
35714         * misc/getloadavg.c: Likewise.
35715         * misc/getpagesize.c: Likewise.
35716         * misc/getsysstats.c: Likewise.
35717         * misc/getxattr.c: Likewise.
35718         * misc/gtty.c: Likewise.
35719         * misc/ioctl.c: Likewise.
35720         * misc/lgetxattr.c: Likewise.
35721         * misc/listxattr.c: Likewise.
35722         * misc/llistxattr.c: Likewise.
35723         * misc/lremovexattr.c: Likewise.
35724         * misc/lsetxattr.c: Likewise.
35725         * misc/lutimes.c: Likewise.
35726         * misc/madvise.c: Likewise.
35727         * misc/mincore.c: Likewise.
35728         * misc/mlock.c: Likewise.
35729         * misc/mlockall.c: Likewise.
35730         * misc/mmap.c: Likewise.
35731         * misc/mprotect.c: Likewise.
35732         * misc/msync.c: Likewise.
35733         * misc/munlock.c: Likewise.
35734         * misc/munlockall.c: Likewise.
35735         * misc/munmap.c: Likewise.
35736         * misc/preadv.c: Likewise.
35737         * misc/preadv64.c: Likewise.
35738         * misc/ptrace.c: Likewise.
35739         * misc/pwritev.c: Likewise.
35740         * misc/pwritev64.c: Likewise.
35741         * misc/readv.c: Likewise.
35742         * misc/reboot.c: Likewise.
35743         * misc/remap_file_pages.c: Likewise.
35744         * misc/removexattr.c: Likewise.
35745         * misc/revoke.c: Likewise.
35746         * misc/select.c: Likewise.
35747         * misc/setdomain.c: Likewise.
35748         * misc/setegid.c: Likewise.
35749         * misc/seteuid.c: Likewise.
35750         * misc/sethostid.c: Likewise.
35751         * misc/sethostname.c: Likewise.
35752         * misc/setregid.c: Likewise.
35753         * misc/setreuid.c: Likewise.
35754         * misc/setxattr.c: Likewise.
35755         * misc/sstk.c: Likewise.
35756         * misc/stty.c: Likewise.
35757         * misc/swapoff.c: Likewise.
35758         * misc/swapon.c: Likewise.
35759         * misc/sync.c: Likewise.
35760         * misc/syncfs.c: Likewise.
35761         * misc/syscall.c: Likewise.
35762         * misc/truncate.c: Likewise.
35763         * misc/ualarm.c: Likewise.
35764         * misc/usleep.c: Likewise.
35765         * misc/ustat.c: Likewise.
35766         * misc/utimes.c: Likewise.
35767         * misc/vhangup.c: Likewise.
35768         * misc/writev.c: Likewise.
35769         * posix/_exit.c: Likewise.
35770         * posix/alarm.c: Likewise.
35771         * posix/execve.c: Likewise.
35772         * posix/fexecve.c: Likewise.
35773         * posix/fork.c: Likewise.
35774         * posix/fpathconf.c: Likewise.
35775         * posix/getaddrinfo.c: Likewise.
35776         * posix/getegid.c: Likewise.
35777         * posix/geteuid.c: Likewise.
35778         * posix/getgid.c: Likewise.
35779         * posix/getgroups.c: Likewise.
35780         * posix/getlogin.c: Likewise.
35781         * posix/getlogin_r.c: Likewise.
35782         * posix/getpgid.c: Likewise.
35783         * posix/getpid.c: Likewise.
35784         * posix/getppid.c: Likewise.
35785         * posix/getresgid.c: Likewise.
35786         * posix/getresuid.c: Likewise.
35787         * posix/getsid.c: Likewise.
35788         * posix/getuid.c: Likewise.
35789         * posix/glob64.c: Likewise.
35790         * posix/nanosleep.c: Likewise.
35791         * posix/pathconf.c: Likewise.
35792         * posix/pause.c: Likewise.
35793         * posix/posix_madvise.c: Likewise.
35794         * posix/pread.c: Likewise.
35795         * posix/pread64.c: Likewise.
35796         * posix/pwrite.c: Likewise.
35797         * posix/pwrite64.c: Likewise.
35798         * posix/sched_getaffinity.c: Likewise.
35799         * posix/sched_getp.c: Likewise.
35800         * posix/sched_gets.c: Likewise.
35801         * posix/sched_primax.c: Likewise.
35802         * posix/sched_primin.c: Likewise.
35803         * posix/sched_rr_gi.c: Likewise.
35804         * posix/sched_setaffinity.c: Likewise.
35805         * posix/sched_setp.c: Likewise.
35806         * posix/sched_sets.c: Likewise.
35807         * posix/sched_yield.c: Likewise.
35808         * posix/setgid.c: Likewise.
35809         * posix/setlogin.c: Likewise.
35810         * posix/setpgid.c: Likewise.
35811         * posix/setresgid.c: Likewise.
35812         * posix/setresuid.c: Likewise.
35813         * posix/setsid.c: Likewise.
35814         * posix/setuid.c: Likewise.
35815         * posix/sleep.c: Likewise.
35816         * posix/spawni.c: Likewise.
35817         * posix/sysconf.c: Likewise.
35818         * posix/times.c: Likewise.
35819         * posix/wait.c: Likewise.
35820         * posix/wait3.c: Likewise.
35821         * posix/wait4.c: Likewise.
35822         * posix/waitpid.c: Likewise.
35823         * resolv/gai_sigqueue.c: Likewise.
35824         * resource/getpriority.c: Likewise.
35825         * resource/getrlimit.c: Likewise.
35826         * resource/getrusage.c: Likewise.
35827         * resource/nice.c: Likewise.
35828         * resource/setpriority.c: Likewise.
35829         * resource/setrlimit.c: Likewise.
35830         * resource/ulimit.c: Likewise.
35831         * rt/aio_cancel.c: Likewise.
35832         * rt/aio_fsync.c: Likewise.
35833         * rt/aio_read.c: Likewise.
35834         * rt/aio_sigqueue.c: Likewise.
35835         * rt/aio_suspend.c: Likewise.
35836         * rt/aio_write.c: Likewise.
35837         * rt/clock_getres.c: Likewise.
35838         * rt/clock_gettime.c: Likewise.
35839         * rt/clock_nanosleep.c: Likewise.
35840         * rt/clock_settime.c: Likewise.
35841         * rt/lio_listio.c: Likewise.
35842         * rt/mq_close.c: Likewise.
35843         * rt/mq_getattr.c: Likewise.
35844         * rt/mq_notify.c: Likewise.
35845         * rt/mq_open.c: Likewise.
35846         * rt/mq_receive.c: Likewise.
35847         * rt/mq_send.c: Likewise.
35848         * rt/mq_setattr.c: Likewise.
35849         * rt/mq_timedreceive.c: Likewise.
35850         * rt/mq_timedsend.c: Likewise.
35851         * rt/mq_unlink.c: Likewise.
35852         * rt/shm_open.c: Likewise.
35853         * rt/shm_unlink.c: Likewise.
35854         * rt/timer_create.c: Likewise.
35855         * rt/timer_delete.c: Likewise.
35856         * rt/timer_getoverr.c: Likewise.
35857         * rt/timer_gettime.c: Likewise.
35858         * rt/timer_settime.c: Likewise.
35859         * setjmp/__longjmp.c: Likewise.
35860         * setjmp/setjmp.c: Likewise.
35861         * signal/kill.c: Likewise.
35862         * signal/killpg.c: Likewise.
35863         * signal/raise.c: Likewise.
35864         * signal/sigaction.c: Likewise.
35865         * signal/sigaltstack.c: Likewise.
35866         * signal/sigblock.c: Likewise.
35867         * signal/sigignore.c: Likewise.
35868         * signal/sigintr.c: Likewise.
35869         * signal/signal.c: Likewise.
35870         * signal/sigpause.c: Likewise.
35871         * signal/sigpending.c: Likewise.
35872         * signal/sigqueue.c: Likewise.
35873         * signal/sigreturn.c: Likewise.
35874         * signal/sigset.c: Likewise.
35875         * signal/sigsetmask.c: Likewise.
35876         * signal/sigstack.c: Likewise.
35877         * signal/sigsuspend.c: Likewise.
35878         * signal/sigtimedwait.c: Likewise.
35879         * signal/sigvec.c: Likewise.
35880         * signal/sigwait.c: Likewise.
35881         * signal/sigwaitinfo.c: Likewise.
35882         * signal/sysv_signal.c: Likewise.
35883         * socket/accept.c: Likewise.
35884         * socket/accept4.c: Likewise.
35885         * socket/bind.c: Likewise.
35886         * socket/connect.c: Likewise.
35887         * socket/getpeername.c: Likewise.
35888         * socket/getsockname.c: Likewise.
35889         * socket/getsockopt.c: Likewise.
35890         * socket/isfdtype.c: Likewise.
35891         * socket/listen.c: Likewise.
35892         * socket/recv.c: Likewise.
35893         * socket/recvfrom.c: Likewise.
35894         * socket/recvmsg.c: Likewise.
35895         * socket/send.c: Likewise.
35896         * socket/sendmsg.c: Likewise.
35897         * socket/sendto.c: Likewise.
35898         * socket/setsockopt.c: Likewise.
35899         * socket/shutdown.c: Likewise.
35900         * socket/sockatmark.c: Likewise.
35901         * socket/socket.c: Likewise.
35902         * socket/socketpair.c: Likewise.
35903         * stdio-common/ctermid.c: Likewise.
35904         * stdio-common/cuserid.c: Likewise.
35905         * stdio-common/remove.c: Likewise.
35906         * stdio-common/rename.c: Likewise.
35907         * stdio-common/renameat.c: Likewise.
35908         * stdio-common/tempname.c: Likewise.
35909         * stdlib/getcontext.c: Likewise.
35910         * stdlib/makecontext.c: Likewise.
35911         * stdlib/setcontext.c: Likewise.
35912         * stdlib/swapcontext.c: Likewise.
35913         * stdlib/system.c: Likewise.
35914         * streams/fattach.c: Likewise.
35915         * streams/fdetach.c: Likewise.
35916         * streams/getmsg.c: Likewise.
35917         * streams/getpmsg.c: Likewise.
35918         * streams/putmsg.c: Likewise.
35919         * streams/putpmsg.c: Likewise.
35920         * sysdeps/unix/bsd/getpt.c: Likewise.
35921         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35922         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35923         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35925         Likewise.
35926         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35927         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35928         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35929         * sysvipc/msgctl.c: Likewise.
35930         * sysvipc/msgget.c: Likewise.
35931         * sysvipc/msgrcv.c: Likewise.
35932         * sysvipc/msgsnd.c: Likewise.
35933         * sysvipc/semctl.c: Likewise.
35934         * sysvipc/semget.c: Likewise.
35935         * sysvipc/semop.c: Likewise.
35936         * sysvipc/semtimedop.c: Likewise.
35937         * sysvipc/shmat.c: Likewise.
35938         * sysvipc/shmctl.c: Likewise.
35939         * sysvipc/shmdt.c: Likewise.
35940         * sysvipc/shmget.c: Likewise.
35941         * termios/tcdrain.c: Likewise.
35942         * termios/tcflow.c: Likewise.
35943         * termios/tcflush.c: Likewise.
35944         * termios/tcgetattr.c: Likewise.
35945         * termios/tcgetpgrp.c: Likewise.
35946         * termios/tcsendbrk.c: Likewise.
35947         * termios/tcsetattr.c: Likewise.
35948         * termios/tcsetpgrp.c: Likewise.
35949         * time/adjtime.c: Likewise.
35950         * time/clock.c: Likewise.
35951         * time/getitimer.c: Likewise.
35952         * time/gettimeofday.c: Likewise.
35953         * time/setitimer.c: Likewise.
35954         * time/settimeofday.c: Likewise.
35955         * time/stime.c: Likewise.
35956         * time/time.c: Likewise.
35958 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
35960         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35961         /usr/old/bin.
35963         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35964         instead of spaces.
35965         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35967 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
35969         [BZ #14796]
35970         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35971         FE_TONEAREST before applying Dekker multiplication and Knuth
35972         addition.  Clear inexact exceptions and check for exact zero
35973         results afterwards.
35974         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35975         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35976         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35977         * math/libm-test.inc (fma_test): Add more tests.
35978         (fma_test_towardzero): Likewise.
35979         (fma_test_downward): Likewise.
35980         (fma_test_upward): Likewise.
35981         * sysdeps/generic/math_private.h (default_libc_fesetround): New
35982         function.
35983         (libc_fesetround): New macro.
35984         (libc_fesetroundf): Likewise.
35985         (libc_fesetroundl): Likewise.
35986         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35987         function.
35988         (libc_fesetround_387): Likewise.
35989         (libc_fesetroundf): New macro.
35990         (libc_fesetround): Likewise.
35991         (libc_fesetroundl): Likewise.
35992         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35993         function.
35994         (libc_fesetroundf): New macro.
35995         (libc_fesetround): Likewise.
35996         (libc_fesetroundl): Likewise.
35997         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35998         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35999         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36000         libm_hidden_ver.
36001         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36002         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36003         libm_hidden_def.
36004         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36005         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36006         libm_hidden_ver.
36007         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36008         libm_hidden_def.
36010         [BZ #3439]
36011         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36012         integer constant usable in #if and use that to give value to enum
36013         constant.
36014         (FE_DIVBYZERO): Likewise.
36015         (FE_UNDERFLOW): Likewise.
36016         (FE_OVERFLOW): Likewise.
36017         (FE_INVALID): Likewise.
36018         (FE_INVALID_SNAN): Likewise.
36019         (FE_INVALID_ISI): Likewise.
36020         (FE_INVALID_IDI): Likewise.
36021         (FE_INVALID_ZDZ): Likewise.
36022         (FE_INVALID_IMZ): Likewise.
36023         (FE_INVALID_COMPARE): Likewise.
36024         (FE_INVALID_SOFTWARE): Likewise.
36025         (FE_INVALID_SQRT): Likewise.
36026         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36027         (FE_TONEAREST): Likewise.
36028         (FE_TOWARDZERO): Likewise.
36029         (FE_UPWARD): Likewise.
36030         (FE_DOWNWARD): Likewise.
36031         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36032         (FE_DIVBYZERO): Likewise.
36033         (FE_OVERFLOW): Likewise.
36034         (FE_UNDERFLOW): Likewise.
36035         (FE_INEXACT): Likewise.
36036         (FE_TONEAREST): Likewise.
36037         (FE_DOWNWARD): Likewise.
36038         (FE_UPWARD): Likewise.
36039         (FE_TOWARDZERO): Likewise.
36040         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36041         (FE_UNDERFLOW): Likewise.
36042         (FE_OVERFLOW): Likewise.
36043         (FE_DIVBYZERO): Likewise.
36044         (FE_INVALID): Likewise.
36045         (FE_TONEAREST): Likewise.
36046         (FE_TOWARDZERO): Likewise.
36047         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36048         (FE_OVERFLOW): Likewise.
36049         (FE_UNDERFLOW): Likewise.
36050         (FE_DIVBYZERO): Likewise.
36051         (FE_INEXACT): Likewise.
36052         (FE_TONEAREST): Likewise.
36053         (FE_TOWARDZERO): Likewise.
36054         (FE_UPWARD): Likewise.
36055         (FE_DOWNWARD): Likewise.
36056         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36057         (FE_DIVBYZERO): Likewise.
36058         (FE_OVERFLOW): Likewise.
36059         (FE_UNDERFLOW): Likewise.
36060         (FE_INEXACT): Likewise.
36061         (FE_TONEAREST): Likewise.
36062         (FE_DOWNWARD): Likewise.
36063         (FE_UPWARD): Likewise.
36064         (FE_TOWARDZERO): Likewise.
36066 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
36068         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36070 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
36072         * scripts/cross-test-ssh.sh (command): Use newlines to separate
36073         commands.  Quote $PWD.
36074         (blacklist_exports): Don't use remove_newlines.  Replace "declare
36075         -x" by "export".
36076         (remove_newlines): Remove.
36078 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
36080         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36081         * stdlib/stdlib.h (atof): Moved to ...
36082         * include/bits/stdlib-float.h: Here.  New file.
36083         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36084         * stdlib/bits/stdlib-float.h: New file.
36085         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36086         -mno-sse -mno-mmx.
36087         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36088         <xmmintrin.h>.
36090 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36092         * conform/conformtest.pl (@headers): Add fenv.h.
36093         * conform/data/fenv.h-data: New file.
36094         * include/fenv.h [_ISOMAC]: Disable all contents of file except
36095         include of <math/fenv.h>.
36097         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36098         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36099         && !UNIX98].  Enables tests for XOPEN2K8.
36100         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36101         POSIX2008]: Likewise.
36103         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36104         (struct rusage): Do not expect type or its members.
36106         [BZ #3439]
36107         * math/math.h (FP_NAN): Define macro to integer constant usable in
36108         #if and use that to give value to enum constant.
36109         (FP_INFINITE): Likewise.
36110         (FP_ZERO): Likewise.
36111         (FP_SUBNORMAL): Likewise.
36112         (FP_NORMAL): Likewise.
36114 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
36116         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36117         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36118         arguments.
36120 2012-11-02  Roland McGrath  <roland@hack.frob.com>
36122         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36123         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36124         autoconf-time if not.
36125         * configure.in: Remove AC_PREREQ.
36127 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36129         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36130         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36131         of the internal implementation.
36133 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36135         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36136         except include of <misc/sys/syslog.h>.
36138 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36141         function returns with a NULL context exit with zero.
36143 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36145         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36147 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36149         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36150         (run_program_cmd): This.
36151         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36152         (tst_langinfo): New variable.  Use it.
36154 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36156         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36157         floating point opcodes.
36159 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36161         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36162         variable.
36164         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36166         * sysdeps/mach/hurd/powerpc: Remove directory.
36167         * sysdeps/mach/powerpc: Likewise.
36169 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36171         * scripts/check-local-headers.sh: Ignore c++ headers.
36173 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36175         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36176         __libc_cleanup_region_start argument.
36178 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36180         [BZ #14784]
36181         [BZ #14785]
36182         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36183         x * y using scaling, not as x * y + z.
36184         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36185         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36186         * math/libm-test.inc (fma_test): Add more tests.
36187         (fma_test_towardzero): Likewise.
36188         (fma_test_downward): Likewise.
36189         (fma_test_upward): Likewise.
36191 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36193         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36195 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36197         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36198         New variable.
36200 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
36202         * rt/tst-shm.c (worker): Correct checking for mmap failure.
36204 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36207         Fix sort order.
36208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36209         Likewise.
36211 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36214         Fix the order of the list for glibc 2.17.
36215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36216         Likewise.
36218 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36220         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36222 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36224         [BZ #14610]
36225         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36226         for low part of x being zero before using __atanl (y).
36227         * math/libm-test.inc (atan2_test): Add another test.
36229         * manual/install.texi (Configuring and compiling): Document
36230         general use of test-wrapper and test-wrapper-env.
36231         * INSTALL: Regenerated.
36233         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36234         (__fma): Do not extract and scale down low bits on after-rounding
36235         systems when result rounded to normal precision would have normal
36236         exponent.
36237         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36238         (__fmal): Do not extract and scale down low bits on after-rounding
36239         systems when result rounded to normal precision would have normal
36240         exponent.
36241         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36242         (__fmal): Do not extract and scale down low bits on after-rounding
36243         systems when result rounded to normal precision would have normal
36244         exponent.
36245         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36246         macro.
36247         (fma_test): Add more tests.
36248         (fma_test_towardzero): Likewise.
36249         (fma_test_downward): Likewise.
36250         (fma_test_upward): Likewise.
36252 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
36254         * sysdeps/i386/tininess.h: Renamed to ...
36255         * sysdeps/x86/tininess.h: This.
36256         * sysdeps/x86_64/tininess.h: Removed.
36258 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36260         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36261         input.  Use $(build-program-cmd).
36262         ($(objpfx)tst-array1-static.out): Likewise.
36263         ($(objpfx)tst-array2.out): Likewise.
36264         ($(objpfx)tst-array3.out): Likewise.
36265         ($(objpfx)tst-array4.out): Likewise.
36266         ($(objpfx)tst-array5.out): Likewise.
36267         ($(objpfx)tst-array5-static.out): Likewise.
36269 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
36271         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36272         if defined.
36274         * nss/nsswitch.h (nss_interface_function): Provide new
36275         macro for use with NSS functions.
36276         * grp/initgroups.c: Use new macro.
36277         * nss/getXXbyYY.c: Likewise.
36278         * nss/getXXbyYY_r.c: Likewise.
36279         * nss/getXXent.c: Likewise.
36280         * nss/getXXent_r.c: Likewise.
36281         * sysdeps/posix/getaddrinfo.c: Likewise.
36283 2012-10-30  Andreas Jaeger  <aj@suse.de>
36285         * po/ru.po: Update Russion translation from translation project.
36287 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36289         [BZ #14152]
36290         [BZ #14783]
36291         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36292         result and shift together with sticky bit instead of replicating
36293         round-to-nearest rounding.
36294         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36295         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36296         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
36297         missing underflow exceptions.
36298         (fma_test_towardzero): Add more tests.
36299         (fma_test_downward): Likewise.
36300         (fma_test_upward): Likewise.
36302         [BZ #14047]
36303         * sysdeps/generic/tininess.h: New file.
36304         * sysdeps/i386/tininess.h: Likewise.
36305         * sysdeps/sh/tininess.h: Likewise.
36306         * sysdeps/x86_64/tininess.h: Likewise.
36307         * stdlib/tst-strtod-underflow.c: Likewise.
36308         * stdlib/tst-tininess.c: Likewise.
36309         * stdlib/strtod_l.c: Include <tininess.h>.
36310         (round_and_return): Do not set errno for exact underflow cases.
36311         Force an underflow exception when setting errno for underflow.
36312         Determine underflow based on rounding to normal precision if
36313         TININESS_AFTER_ROUNDING.
36314         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36315         ERANGE for exact underflow cases.
36316         * stdlib/Makefile (tests): Add tst-tininess and
36317         tst-strtod-underflow.
36318         ($(objpfx)tst-tininess): Use $(link-libm).
36319         ($(objpfx)tst-strtod-underflow): Likewise.
36321 2012-10-30  Andreas Jaeger  <aj@suse.de>
36323         [BZ#14767]
36324         * elf/Makefile (tests): Remove conditional for have-initfini-array
36325         since this is now always required and the variable does not exist
36326         anymore.
36327         (tests-static): Likewise.
36328         (modules-names): Likewise.
36330         * po/eo.po: Add Esperanto translation from translation project.
36332         * elf/tst-array1.c (fini_array): Make writeable so that it can be
36333         merged with constructor/destructor.
36334         (init_array): Likewise.
36335         * elf/tst-array2dep.c (fini_array): Likewise.
36336         (init_array): Likewise.
36338 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
36340         * manual/message.texi: Delete @cartouche tags.
36342 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
36344         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36345         EOPNOTSUPP.
36346         * sysdeps/mach/hurd/fsync.c: Likewise.
36348         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36349         [_POSIX_REALTIME_SIGNALS]: Change condition to
36350         [_POSIX_REALTIME_SIGNALS > 0].
36352 2012-10-27  Andreas Jaeger  <aj@suse.de>
36354         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36355         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36356         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36357         [__WORDSIZE != 64]: Likewise.
36359 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
36361         *  iconvdata/tst-table.sh: Remove ${SHELL}.
36362         *  iconvdata/tst-tables.sh: Likewise.
36364 2012-10-25  David S. Miller  <davem@davemloft.net>
36366         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36367         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36368         of strtoull.
36370         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36371         ifunc-impl-list.c
36372         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36373         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36374         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36375         file.
36377 2012-10-25  Roland McGrath  <roland@hack.frob.com>
36379         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36380         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36381         __getdirentries.
36383 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36384             Jim Blandy  <jimb@codesourcery.com>
36386         * scripts/cross-test-ssh.sh: New file.
36387         * manual/install.texi (Configuring and compiling): Document use of
36388         cross-test-ssh.sh.
36389         * INSTALL: Regenerated.
36391 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
36393         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36394         EOPNOTSUPP.
36396 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36398         * Makeconfig (run-program-prefix): Fix comment.
36400 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36401             Jim Blandy  <jimb@codesourcery.com>
36403         * Makeconfig (test-wrapper): New variable,
36404         (test-wrapper-env): Likewise.
36405         [$(cross-compiling) = yes && $(test-wrapper) != ""]
36406         (run-built-tests): Define to yes.
36407         (run-program-prefix): Use $(test-wrapper).
36408         (built-program-cmd): Likewise.
36409         * Rules (make-test-out): Use $(test-wrapper-env) and
36410         $(host-built-program-cmd).
36411         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36412         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36413         tst-pathopt.sh.
36414         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36415         $(test-wrapper-env) to tst-rtld-load-self.sh.
36416         ($(objpfx)order2.out): Use $(test-wrapper).
36417         ($(objpfx)tst-initorder.out): Likewise.
36418         ($(objpfx)tst-initorder2.out): Likewise.
36419         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36420         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36421         (test_wrapper_env): New variable.  Use it to run ld.so.
36422         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36423         Use it to run ld.so.
36424         (test_wrapper_env): Likewise.
36425         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36426         $(test-wrapper) to run-iconv-test.sh.
36427         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36428         (ICONV): Use $test_wrapper.
36429         * posix/Makefile ($(objpfx)globtest.out): Pass
36430         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36431         globtest.sh, not $(run-program-prefix).
36432         * posix/globtest.sh (run_via_rtld_prefix): New variable.
36433         (test_wrapper): Likewise.
36434         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
36435         set together with run_via_rtld_prefix.
36436         (run_program_prefix): Define in terms of test_wrapper and
36437         run_via_rtld_prefix.
36439 2012-10-24  Roland McGrath  <roland@hack.frob.com>
36441         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36442         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36443         Targets removed.
36445         [BZ #14743]
36446         * include/time.h: Remove librt_hidden_proto (clock_gettime).
36447         Declare __clock_getres, __clock_gettime, __clock_settime,
36448         __clock_nanosleep, and __clock_getcpuclockid.
36449         * rt/clock_gettime.c: Define __clock_gettime as an alias.
36450         Remove librt_hidden_def (clock_gettime).
36451         * sysdeps/unix/clock_gettime.c: Likewise.
36452         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36453         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36454         * rt/clock_getres.c: Define __clock_getres as an alias.
36455         * sysdeps/posix/clock_getres.c: Likewise.
36456         * rt/clock_settime.c: Define __clock_settime as an alias.
36457         * sysdeps/unix/clock_settime.c: Likewise.
36458         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36459         * sysdeps/unix/clock_nanosleep.c: Likewise.
36460         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36461         * rt/clock-compat.c: New file.
36462         * rt/Makefile (librt-routines): Add clock-compat and move
36463         $(clock-routines) to ...
36464         (routines): ... here, new variable.
36465         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36466         Don't add get_clockfreq here.
36467         * rt/Versions (libc: GLIBC_2.17): New version set.
36468         Add clock_* symbols here.
36469         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
36470         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36471         (GLIBC_2.17): Add clock_* symbols.
36472         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36473         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36474         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36476         Likewise.
36477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36478         Likewise.
36479         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36480         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36481         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36482         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36483         * NEWS: Mention the move.
36485         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36486         Use __open, __read, __close rather than their public counterparts.
36487         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36488         (__get_clockfreq_via_cpuinfo): Likewise.
36489         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36490         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36492         * config.h.in (HAVE_IFUNC): New #undef.
36493         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36494         was successful.
36495         * configure: Regenerated.
36497 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36499         * configure.in: Move READELF check to start of file.
36500         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36501         libc_cv_asm_gnu_indirect_function in the process.
36502         * configure: Regenerated.
36504 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36506         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36507         send the output to /dev/null.
36508         (libc_cv_cc_with_libunwind): Likewise.
36509         (libc_cv_as_noexecstack): Likewise.
36510         * configure: Regenerate.
36512 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36514         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36516         * posix/globtest.sh (TMPDIR): Do not set.
36517         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36518         (testout): Likewise.
36520 2012-10-24  Andreas Jaeger  <aj@suse.de>
36522         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36523         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36524         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36525         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36526         posix_fadvise64, posix_fallocate64.
36528         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36529         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36530         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36531         Likewise.
36532         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36533         Likewise.
36534         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36536         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36537         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36538         <bits/fcntl-linux.h>.
36539         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36541         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36542         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36543         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36544         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36545         [__WORDSIZE != 64]: Likewise.
36547 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36549         * Makeconfig (run-built-tests): New variable.
36550         * Rules [$(cross-compiling) = yes]: Change condition to
36551         [$(run-built-tests) = no].
36552         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36553         to [$(run-built-tests) = yes].
36554         * elf/Makefile [$(cross-compiling) = no]: Likewise
36555         * grp/Makefile [$(cross-compiling) = no]: Likewise.
36556         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36557         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36558         * intl/Makefile [$(cross-compiling) = no]: Likewise.
36559         * io/Makefile [$(cross-compiling) = no]: Likewise.
36560         * libio/Makefile [$(cross-compiling) = no]: Likewise.
36561         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36562         * misc/Makefile [$(cross-compiling) = no]: Likewise.
36563         * posix/Makefile [$(cross-compiling) = no]: Likewise.
36564         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36565         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36566         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36567         * string/Makefile [$(cross-compiling) = no]: Likewise.
36569         * posix/Makefile ($(objpfx)globtest.out): Pass
36570         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36571         $(rtld-installed-name).
36572         * posix/globtest.sh (elf_objpfx): Remove variable.
36573         (rtld_installed_name): Likewise.
36574         (library_path): Likewise.
36575         (run_program_prefix): New variable.  Use for running globtest
36576         binary.
36578 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
36579             Joseph Myers  <joseph@codesourcery.com>
36581         * Makeconfig (host-built-program-cmd): New variable.
36582         * elf/Makefile (tst-stackguard1-ARGS): Use
36583         $(host-built-program-cmd).
36584         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36585         (tst-spawn-ARGS): Likewise.
36586         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36588 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36589             Jim Blandy  <jimb@codesourcery.com>
36591         * Makeconfig (run-via-rtld-prefix): New variable.
36592         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36593         (built-program-cmd): Likewise.
36595 2012-10-22  Andreas Jaeger  <aj@suse.de>
36597         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36598         __O_RSYNC if it exists, otherwise to O_SYNC.
36600 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
36601             Joseph Myers  <joseph@codesourcery.com>
36603         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36604         /dev/null.
36605         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36606         from /dev/null
36607         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36608         /dev/null.
36610 2012-10-22  Andreas Jaeger  <aj@suse.de>
36612         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36613         Define always.
36614         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36616         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36617         bits/fcntl-linux.h.
36619         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36620         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36622         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36623         to __O_LARGEFILE.
36624         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36625         to __O_LARGEFILE.
36627 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
36628             Joseph Myers  <joseph@codesourcery.com>
36630         * config.make.in (NM): New variable.
36632 2012-10-21  Andreas Jaeger  <aj@suse.de>
36634         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36635         definitions and declarations that are provided by
36636         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36638 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36640         [BZ #14683]
36641         * elf/Makefile (tests-static): Add tst-leaks1-static.
36642         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36643         ($(objpfx)tst-leaks1-static): New rule.
36644         ($(objpfx)tst-leaks1-static-mem): Likewise.
36645         (tst-leaks1-static-ENV): New macro.
36646         * elf/dl-open.c (dl_open_worker): Check the main application
36647         only if SHARED is defined.
36648         * elf/tst-leaks1-static.c: New file.
36650 2012-10-20  Andreas Jaeger  <aj@suse.de>
36652         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36653         generic values for Linux.
36654         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36655         and declarations that are provided by <bits/fcntl-linux.h> and
36656         include <bits/fcntl-linux.h>.
36657         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36658         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36660 2012-10-20  Roland McGrath  <roland@hack.frob.com>
36662         * io/fcntl.h: Move include of <bits/types.h> to the top and
36663         include it unconditionally.
36665 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36667         * wcsmbs/Makefile (tests-ifunc): New variable.
36668         (tests): Add $(tests-ifunc).
36669         * wcsmbs/test-wcschr-ifunc.c: New file.
36670         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36671         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
36672         * wcsmbs/test-wcslen-ifunc.c: Likewise.
36673         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
36674         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
36676         * string/Makefile (tests-ifunc): New variable.
36677         (tests): Add $(tests-ifunc).
36678         * string/test-memccpy.c (TEST_NAME): New macro.
36679         * string/test-memchr.c (TEST_NAME): Likewise.
36680         * string/test-memcmp.c (TEST_NAME): Likewise.
36681         * string/test-memcpy.c (TEST_NAME): Likewise.
36682         * string/test-memmem.c (TEST_NAME): Likewise.
36683         * string/test-memmove.c (TEST_NAME): Likewise.
36684         * string/test-memset.c (TEST_NAME): Likewise.
36685         * string/test-rawmemchr.c (TEST_NAME): Likewise.
36686         * string/test-stpcpy.c (TEST_NAME): Likewise.
36687         * string/test-stpncpy.c (TEST_NAME): Likewise.
36688         * string/test-strcasecmp.c (TEST_NAME): Likewise.
36689         * string/test-strcasestr.c (TEST_NAME): Likewise.
36690         * string/test-strcat.c (TEST_NAME): Likewise.
36691         * string/test-strchr.c (TEST_NAME): Likewise.
36692         * string/test-strcmp.c(TEST_NAME): Likewise.
36693         * string/test-strcpy.c (TEST_NAME): Likewise.
36694         * string/test-strcspn.c (TEST_NAME): Likewise.
36695         * string/test-strlen.c (TEST_NAME): Likewise.
36696         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36697         * string/test-strncmp.c (TEST_NAME): Likewise.
36698         * string/test-strncpy.c (TEST_NAME): Likewise.
36699         * string/test-strnlen.c (TEST_NAME): Likewise.
36700         * string/test-strpbrk.c (TEST_NAME): Likewise.
36701         * string/test-strrchr.c (TEST_NAME): Likewise.
36702         * string/test-strspn.c (TEST_NAME): Likewise.
36703         * string/test-strstr.c (TEST_NAME): Likewise.
36704         * string/test-bcopy-ifunc.c: New file.
36705         * string/test-bzero-ifunc.c: Likewise.
36706         * string/test-memccpy-ifunc.c: Likewise.
36707         * string/test-memchr-ifunc.c: Likewise.
36708         * string/test-memcmp-ifunc.c: Likewise.
36709         * string/test-memcpy-ifunc.c: Likewise.
36710         * string/test-memmem-ifunc.c: Likewise.
36711         * string/test-memmove-ifunc.c: Likewise.
36712         * string/test-mempcpy-ifunc.c: Likewise.
36713         * string/test-memset-ifunc.c: Likewise.
36714         * string/test-rawmemchr-ifunc.c: Likewise.
36715         * string/test-stpcpy-ifunc.c: Likewise.
36716         * string/test-stpncpy-ifunc.c: Likewise.
36717         * string/test-strcasecmp-ifunc.c: Likewise.
36718         * string/test-strcasestr-ifunc.c: Likewise.
36719         * string/test-strcat-ifunc.c: Likewise.
36720         * string/test-strchr-ifunc.c: Likewise.
36721         * string/test-strchrnul-ifunc.c: Likewise.
36722         * string/test-strcmp-ifunc.c: Likewise.
36723         * string/test-strcpy-ifunc.c: Likewise.
36724         * string/test-strcspn-ifunc.c: Likewise.
36725         * string/test-strlen-ifunc.c: Likewise.
36726         * string/test-strncasecmp-ifunc.c: Likewise.
36727         * string/test-strncat-ifunc.c: Likewise.
36728         * string/test-strncmp-ifunc.c: Likewise.
36729         * string/test-strncpy-ifunc.c: Likewise.
36730         * string/test-strnlen-ifunc.c: Likewise.
36731         * string/test-strpbrk-ifunc.c: Likewise.
36732         * string/test-strrchr-ifunc.c: Likewise.
36733         * string/test-strspn-ifunc.c: Likewise.
36734         * string/test-strstr-ifunc.c: Likewise.
36736         * debug/Makefile (tests-ifunc): New variable.
36737         (tests): Add $(tests-ifunc).
36738         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36739         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36740         * debug/test-stpcpy_chk-ifunc.c: New file.
36741         * debug/test-strcpy_chk-ifunc.c: Likewise.
36743 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36745         [BZ #13601]
36746         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36747         header is not read in.
36749 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36751         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36752         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36753         directly.  Pass built executable to script as
36754         $(built-program-cmd).
36755         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36756         $testprogram without using LD_LIBRARY_PATH and $ldso.
36758         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36759         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36760         $(rtld-installed-name).
36761         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36762         (rtld_installed_name): Likewise.
36763         (library_path): Likewise.
36764         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36765         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36766         $(run-program-prefix) to tst-tables.sh.
36767         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36768         it to run tst-table-from and tst-table-to.
36769         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36770         Pass it to tst-table.sh.
36771         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36772         $(run-program-prefix) to tst-gettext.sh.
36773         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36774         tst-translit.sh.
36775         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36776         tst-gettext2.sh.
36777         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36778         to run tst-gettext.
36779         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36780         to run tst-gettext2.
36781         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36782         to run tst-translit.
36783         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36784         $(run-program-prefix) to tst-mtrace.sh.
36785         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36786         to run tst-mtrace.
36787         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36788         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36789         $(rtld-installed-name).
36790         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36791         (rtld_installed_name): Likewise.
36792         (run_program_prefix): New variable.  Use it to run wordexp-test.
36794         * Makeconfig (ARCH): Remove all definitions.
36795         (machine): Likewise.
36796         [ARCH]: Remove conditional code.
36797         [!objdir]: Give error.
36798         [!objdir] (objpfx): Remove.
36799         [!objdir] (common-objpfx): Likewise.
36800         [!objdir] (common-objdir): Likewise.
36801         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36802         AC_CONFIG_FILES call.
36803         * configure: Regenerated.
36805         [BZ #13888]
36806         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36807         or TMPDIR.
36808         (testout): Likewise.
36810         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36811         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36812         $(rtld-installed-name).
36813         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36814         (rtld_installed_name): Likwise.
36815         (runit): Remove function.
36816         (run_getconf): New variable,  Use it for running getconf binary.
36818 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36820         [BZ #14716]
36821         * string/test-memmem.c (check_result): New function.
36822         (do_one_test): Use it.
36823         (check1): New function.
36824         (test_main): Use it.
36826 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36828         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36830 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36832         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36833         (_G_LSEEK64): Likewise.
36834         (_G_MMAP64): Likewise.
36835         (_G_FSTAT64): Likewise.
36836         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36837         (_G_LSEEK64): Likewise.
36838         (_G_MMAP64): Likewise.
36839         (_G_FSTAT64): Likewise.
36840         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36841         unconditional.  Call __mmap64 directly.
36842         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36843         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36844         __lseek64 directly.
36845         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36846         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36847         __mmap64 directly.
36848         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36849         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36850         __lseek64 directly.
36851         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36852         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36853         __lseek64 directly.
36854         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36855         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36856         __lseek64 directly.
36857         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36858         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36859         __fxstat64 directly.
36860         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36861         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36862         unconditional.
36863         (freopen64) [!_G_OPEN64]: Remove conditional code.
36864         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36865         unconditional.
36866         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36867         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36868         unconditional.
36869         (ftello64) [!_G_LSEEK64]: Remove conditional code.
36870         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36871         unconditional.
36872         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36873         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36874         unconditional.
36875         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36876         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36877         unconditional.
36878         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36879         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36880         unconditional.
36881         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36882         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36883         unconditional.
36884         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36886 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36888         [BZ #12140]
36889         * manual/memory.texi (Malloc Tunable Parameters): Add note
36890         about free list pointers overwriting some perturb bytes.
36891         Wording suggested by Roland McGrath.
36893 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
36895         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36896         (lgamma_test): Likewise.
36897         (tgamma_test): Likewise.
36899 2012-10-16  Florian Weimer  <fweimer@redhat.com>
36901         [BZ #14700]
36902         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36903         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36905 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
36907         * NEWS: Mention BZ #14716.
36908         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36909         when removing AVAILABLE1_USES_J macro.
36911 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
36913         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36914         (__bswap_64): __uint64_t for unsigned 64-bit int.
36916 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
36918         * include/string.h (memmem): Declare libc hidden alias.
36919         * string/memmem.c (memmem): Define libc hidden alias.
36920         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36921         __read, __close instead of open, read, close.
36923 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
36925         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36926         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36927         global and hidden.
36928         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36929         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36930         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36931         Likewise.
36932         (__rawmemchr_sse2): Likewise.
36933         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36934         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36935         (__strchr_sse2): Likewise.
36936         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36937         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36938         (__strcasecmp_sse2): Likewise.
36939         (__strncasecmp_sse2): Likewise.
36940         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36941         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36942         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36943         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36944         (__strrchr_sse2): Likewise.
36945         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36946         ifunc-impl-list.c.
36947         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36948         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36949         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36950         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36951         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36952         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36953         * sysdeps/x86_64/multiarch/memset.S: Likewise.
36954         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36955         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36956         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36957         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36958         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36959         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36960         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36961         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36962         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36963         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36964         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36965         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36966         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36967         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36968         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36969         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36970         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36971         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36972         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36973         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36974         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36975         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36976         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36978         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36979         global and hidden.
36980         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36981         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36982         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36983         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36984         Likewise.
36985         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36986         Likewise.
36987         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36988         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36989         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36990         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36991         ifunc-impl-list.c.
36992         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36993         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36994         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36995         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36996         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36997         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36998         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36999         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37000         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37001         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37002         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37003         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37004         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37005         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37006         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37007         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37008         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37009         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37010         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37011         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37012         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37013         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37014         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37015         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37016         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37017         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37018         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37019         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37020         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37021         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37022         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37023         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37024         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37025         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37026         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37027         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37028         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37029         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37030         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37031         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37032         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37034         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37035         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37036         * include/ifunc-impl-list.h: New file.
37037         * misc/ifunc-impl-list.c: Likewise.
37038         * misc/Makefile (routines): Add ifunc-impl-list.
37039         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37040         * string/test-string.h: Include <ifunc-impl-list.h>.
37041         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37042         TEST_NAME]: New variables.
37043         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37044         are defined.
37045         (test_init): Call __libc_ifunc_impl_list to initialize
37046         func_list if TEST_IFUNC and TEST_NAME are defined.
37048         * string/Makefile (strop-tests): Add bcopy and bzero.
37049         * string/test-bcopy.c: New file.
37050         * string/test-bzero.c: Likewise.
37051         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37052         defined.
37053         * string/test-memset.c: Support bzero test if TEST_BZERO is
37054         defined.
37055         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37056         __libc_memmove.
37057         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37058         __libc_memset.
37059         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37060         of memset.
37062 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
37064         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37065         * configure: Regenerated.
37067         * Makeconfig (+link-static-before-libc): Don't include
37068         $(link-static-libc).
37070         * libio/libio.h (_IO_pos_t): Remove.
37072 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37074         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
37075         McGrath.
37077 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37079         * crypt/crypt-entry.c: Include fips-private.h.
37080         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37081         * crypt/md5c-test.c (main): Tolerate disabled MD5.
37082         * sysdeps/unix/sysv/linux/fips-private.h: New file.
37083         * sysdeps/generic/fips-private.h: New file, dummy fallback.
37085 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37087         * crypt/crypt-private.h: Include stdbool.h.
37088         (_ufc_setup_salt_r): Return bool.
37089         * crypt/crypt-entry.c: Include errno.h.
37090         (__crypt_r): Return NULL with EINVAL for bad salt.
37091         * crypt/crypt_util.c (bad_for_salt): New.
37092         (_ufc_setup_salt_r): Check that salt is long enough and within
37093         the specified alphabet.
37094         * crypt/badsalttest.c: New file.
37095         * crypt/Makefile (tests): Add it.
37096         ($(objpfx)badsalttest): New.
37098 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
37100         * NEWS: Add entry for BZ #14602.
37102 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37104         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37105         type-generic.
37106         * math/libm-test.inc: Update comment listing what functions and
37107         macros are tested.
37108         (isgreater_test): New function.
37109         (isgreaterequal_test): Likewise.
37110         (isless_test): Likewise.
37111         (islessequal_test): Likewise.
37112         (islessgreater_test): Likewise.
37113         (isunordered_test): Likewise.
37114         (main): Call the new functions.
37116 2012-10-09  Roland McGrath  <roland@hack.frob.com>
37118         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37119         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37120         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37121         * sysdeps/i386/configure: Regenerated.
37122         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37123         * sysdeps/mach/configure: Regenerated.
37124         * sysdeps/mach/hurd/configure: Regenerated.
37125         * sysdeps/powerpc/configure: Regenerated.
37126         * sysdeps/powerpc/powerpc32/configure: Regenerated.
37127         * sysdeps/powerpc/powerpc64/configure: Regenerated.
37128         * sysdeps/s390/s390-32/configure: Regenerated.
37129         * sysdeps/s390/s390-64/configure: Regenerated.
37130         * sysdeps/sh/configure: Regenerated.
37131         * sysdeps/sparc/configure: Regenerated.
37132         * sysdeps/unix/sysv/linux/configure: Regenerated.
37133         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37134         * sysdeps/x86_64/configure: Regenerated.
37136         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37137         defined.  Don't check if MAP is NULL.
37139 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37141         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37142         (_G_stat64): Likewise.
37143         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37144         (_G_stat64): Likewise.
37145         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37146         instead of struct _G_stat64.
37147         * libio/fileops.c (mmap_remap_check): Likewise.
37148         (decide_maybe_mmap): Likewise.
37149         (_IO_new_file_seekoff): Likewise.
37150         (_IO_file_stat): Likewise.
37151         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37152         _G_off64_t.
37153         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37154         instead of struct _G_stat64.
37155         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37157 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37159         [BZ #14602]
37160         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37161         Replace with ...
37162         (CHECK_EOL): New macro.
37163         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37164         CHECK_EOL.
37165         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37166         Replace with CHECK_EOL.
37167         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37168         Replace with CHECK_EOL.
37170 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37172         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37173         type-generic.
37174         * math/libm-test.inc: Update comment listing what functions and
37175         macros are tested.
37176         (finite_test): New function.
37177         (isinf_test): Likewise.
37178         (isnan_test): Likewise.
37179         (fpclassify_test): Test subnormal input.
37180         (isfinite_test): Likewise.
37181         (isnormal_test): Likewise.
37182         (main): Call the new functions.
37184 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
37186         [BZ #14660]
37187         * Makerules (%.dynsym): Force C locale when running
37188         $(OBJDUMP) --dynamic-syms.
37190 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
37192         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37193         <stdint.h>.
37195 2012-10-06  David S. Miller  <davem@davemloft.net>
37197         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37198         upper 32-bits of the length value in %o2 since we use branch-on-register
37199         tests which consider the entire 64-bit register.
37201 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
37203         * string/test-strstr.c (check2): Add a test for page boundary.
37205 2012-10-05  David S. Miller  <davem@davemloft.net>
37207         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37208         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37209         file.
37210         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37211         sysdep_routines.
37212         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37213         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37214         and bzero when HWCAP_SPARC_CRYPTO is present.
37216 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37218         [BZ #14602]
37219         * string/test-strstr.c (check2): New function.
37220         (test_main): Call check2.
37222         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37223         and bug-strchr1.
37224         * string/bug-strcasestr1.c (do_test): Moved to ...
37225         * string/test-strcasestr.c (check1): Here.  New function.
37226         (do_one_test): Break out result checking code into ...
37227         (check_result): This.  New function.
37228         (do_one_test): Call check_result.
37229         (test_main): Call check1.
37230         * string/bug-strchr1.c (do_test): Moved to ...
37231         * string/test-strchr.c (check1): Here.  New function.
37232         (do_one_test): Break out result checking code into ...
37233         (check_result): This.  New function.
37234         (do_one_test): Call check_result.
37235         (test_main): Call check1.
37236         * string/bug-strstr1.c (main): Moved to ...
37237         * string/test-strstr.c (check1): Here.  New function.
37238         (do_one_test): Break out result checking code into ...
37239         (check_result): This.  New function.
37240         (do_one_test): Call check_result.
37241         (test_main): Call check1.
37242         * string/bug-strcasestr1.c: Removed.
37243         * string/bug-strchr1.c: Likewise.
37244         * string/bug-strstr1.c: Likewise.
37246         * elf/Makefile (dl-routines): Add hwcaps.
37247         * elf/dl-support.c (_dl_important_hwcaps): Removed.
37248         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37249         (_dl_important_hwcaps): Moved to ...
37250         * elf/dl-hwcaps.c: Here.  New file.
37251         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37253         [BZ #14557]
37254         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37255         if IS_IN_rtld isn't defined.
37257         * elf/dl-support.c (_dl_sysinfo_map): New.
37258         Include "get-dynamic-info.h" and "setup-vdso.h".
37259         (_dl_non_dynamic_init): Call setup_vdso.
37260         * elf/dynamic-link.h: Don't include <assert.h>.
37261         (elf_get_dynamic_info): Moved to ...
37262         * elf/get-dynamic-info.h: Here.  New file.
37263         * elf/dynamic-link.h: Include "get-dynamic-info.h".
37264         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37265         * elf/setup-vdso.h: Here.  New file.
37266         * elf/rtld.c: Include "setup-vdso.h".
37267         (dl_main): Call setup_vdso.
37269 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
37271         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37272         creal in comment listing functions tested.  List finite, isinf,
37273         isnan, isless, islessequal, isgreater, isgreaterequal,
37274         islessgreater, isunordered, lgamma_r and pow10 as functions and
37275         macros not tested.  Mention which functions not tested are aliases
37276         for other functions.  Fix typo.  Note that signs of NaNs are not
37277         tested.
37279         * scripts/config.guess: Update from config.git.
37280         * scripts/config.sub: Likewise.
37282 2012-10-04  Roland McGrath  <roland@hack.frob.com>
37284         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37285         * misc/madvise.c (madvise): Renamed to __madvise.
37286         Make madvise a weak alias.
37287         * include/sys/mman.h: Declare __madvise.
37288         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37289         * sysdeps/unix/syscalls.list
37290         (madvise): Make __madvise the strong name, and madvise a weak alias.
37291         * sysdeps/unix/sysv/linux/syscalls.list
37292         (madvise, mmap): Remove redundant entries.
37293         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37294         * malloc/malloc.c (mtrim): Likewise.
37295         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37297 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37299         * sysdeps/mach/hurd/dl-cache.c: File removed.
37300         * config.h.in (USE_LDCONFIG): New #undef.
37301         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37302         * configure: Regenerated.
37303         * elf/Makefile (dl-routines): Add dl-cache only under
37304         [$(use-ldconfig) = yes].
37305         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37306         cache on [USE_LDCONFIG].
37307         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37308         [USE_LDCONFIG].
37309         * elf/rtld.c (dl_main): Likewise.
37311 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
37313         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37314         _SC_LEVEL4_CACHE_LINESIZE.
37316 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37318         * sysdeps/unix/bsd/confstr.h: File removed.
37320 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
37322         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37323         sys/sdt-config.h.
37325 2012-10-02  Roland McGrath  <roland@hack.frob.com>
37327         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37328         Make 'mapoff' field ElfW(Off) rather than off_t.
37330 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37332         * nscd/Makefile: Remove nscd-cflags and all its users.
37333         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37334         (CFLAGS-nonlib): Add compiler flags for nscd modules.
37336         [BZ #10631]
37337         * malloc.c (malloc_printerr): Clarify error message.
37339 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
37341         [BZ #14648]
37342         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37343         Set bit_FMA_Usable if FMA is supported.
37344         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37345         macro.
37346         (bit_FMA4_Usable): Updated.
37347         (index_FMA_Usable): New macro.
37348         (CPUID_FMA): Likewise
37349         (HAS_FMA): Defined with bit_FMA_Usable.
37351 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37353         * bits/types.h (__swblk_t): Type removed.
37354         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37355         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37356         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37357         (__SWBLK_T_TYPE): Likewise.
37358         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37359         (__SWBLK_T_TYPE): Likewise.
37360         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37361         (__SWBLK_T_TYPE): Likewise.
37362         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37363         (__SWBLK_T_TYPE): Likewise.
37365 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
37366             Honza Horak <hhorak@redhat.com>
37368         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37369         (xdr_mapname): Use YPMAXMAP as maxsize.
37370         (xdr_peername): Use YPMAXPEER as maxsize.
37371         (xdr_keydat): Use YPAXRECORD as maxsize.
37372         (xdr_valdat): Use YPMAXRECORD as maxsize.
37374 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37376         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37378         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37379         * csu/init-first.c: ... here.
37380         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37381         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37382         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37383         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37384         * sysdeps/i386/init-first.c: File removed.
37385         * sysdeps/sh/init-first.c: File removed.
37387 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
37389         [BZ #14645]
37390         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37391         if x * y might underflow to zero and z is zero.
37392         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37393         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37394         * math/libm-test.inc (min_subnorm_value): New variable.
37395         (fma_test): Add more tests.
37396         (fma_test_towardzero): Likewise.
37397         (fma_test_downward): Likewise
37398         (fma_test_upward): Likewise.
37399         (initialize): Set min_subnorm_value.
37401 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
37403         [BZ #14638]
37404         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37405         0 + 0.
37406         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37407         mode for addition resulting in exact zero.
37408         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37409         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37410         exact 0 + 0.
37411         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37412         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37413         * math/libm-test.inc (fma_test): Add more tests.
37414         (fma_test_towardzero): New function.
37415         (fma_test_downward): Likewise.
37416         (fma_test_upward): Likewise.
37417         (main): Call the new functions.
37419 2012-09-28  David S. Miller  <davem@davemloft.net>
37421         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37423 2012-09-28  Roland McGrath  <roland@hack.frob.com>
37425         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37426         instead of SIGALRM.
37428         * sysdeps/gnu/_G_config.h: Moved to ...
37429         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37430         * sysdeps/mach/hurd/_G_config.h: Moved to ...
37431         * sysdeps/generic/_G_config.h: ... here.
37433         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
37435         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37437         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37438         Conditionalize target on [libnss_test1.so-version].
37440         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37442         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37443         (elfobjdir): Move out of conditionals.
37445         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37446         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37447         (__nss_lookup_function): Conditionalize label remove_from_tree on
37448         [!DO_STATIC_NSS || SHARED], matching its only use.
37450 2012-09-28  David S. Miller  <davem@davemloft.net>
37452         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37453         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37454         file.
37455         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37456         sysdep_routines.
37457         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37458         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37459         when HWCAP_SPARC_CRYPTO is present.
37461 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37463         * io/tst-mknodat.c: Create a FIFO instead of a socket.
37465 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
37467         [BZ #6530]
37468         * stdio-common/vfprintf.c (process_string_arg): Revert
37469         2000-07-22 change.
37471 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
37473         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37474         for testcase.
37475         * stdio-common/tst-sprintf.c: Include <locale.h>
37476         (main): Test sprintf's handling of incomplete multibyte
37477         characters.
37479 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
37481         * elf/dl-runtime.c (VERSYMIDX): Removed.
37482         * elf/dl-version.c (VERSYMIDX): Likewise.
37483         * elf/do-rel.h (VERSYMIDX): Likewise.
37484         (VALIDX): Likewise.
37485         * elf/dynamic-link.h (VERSYMIDX): Likewise.
37486         * elf/rtld.c (VALIDX): Likewise.
37487         (ADDRIDX): Likewise.
37488         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37489         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37490         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37491         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37492         (VALIDX): Likewise.
37493         (ADDRIDX): Likewise.
37495 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37497         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37499 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
37501         [BZ #11438]
37502         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37503         to global scope.
37504         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37505         addresses are in the same scope as 192.0.2/24.
37506         * posix/gai.conf: Document new scope table defaults.
37508 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37510         [BZ #5298]
37511         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37512         for ftell.  Compute offsets from write pointers instead.
37513         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37515 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37517         [BZ #14543]
37518         * libio/Makefile (tests): New test case tst-fseek.
37519         * libio/tst-fseek.c: New test case to verify that fseek/ftell
37520         combination works in wide mode.
37521         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37522         state when the external buffer state changes.
37524 2012-09-27  David S. Miller  <davem@davemloft.net>
37526         [BZ #14376]
37527         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37528         pass reloc->r_addend in as the 'high' argument to
37529         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37531         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37533 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37535         * rt/tst-aio2.c: Include <pthread.h>.
37536         * rt/tst-aio3.c: Likewise.
37538 2012-09-27  Steve Ellcey  <sellcey@mips.com>
37540         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37542 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
37544         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37545         contents on [SHARED].
37547 2012-09-26  Marek Polacek  <polacek@redhat.com>
37549         [BZ #14530]
37550         [BZ #13741]
37551         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37552         for C++ and GCC <4.3 as well as for non GCC compilers.
37554 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
37556         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37558 2012-09-25  Roland McGrath  <roland@hack.frob.com>
37560         * Makefile.in (all, install): Declare with .PHONY.
37561         Reported by Michael Hope <michael.hope@linaro.org>.
37563 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37565         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37566         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37567         system header.
37568         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37569         Likewise.
37570         (sydep_routines): Add the new and the internal functions.
37571         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37572         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37574         (GLIBC_2.17): Add the new function.
37575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37576         (GLIBC_2.17): Likewise.
37577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37578         (GLIBC_2.17): Likewise.
37579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37580         (GLIBC_2.17): Likewise.
37581         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37583 2012-09-25  Alan Modra  <amodra@gmail.com>
37585         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37586         Add release barrier before setting once_control to say
37587         initialisation is done.  Add hints on lwarx.  Use macro in
37588         place of isync.
37589         (clear_once_control): Add release barrier.
37591 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37593         [BZ #13629]
37594         * math/s_clog.c (__clog): Handle more values close to |z| = 1
37595         specially.
37596         * math/s_clog10.c (__clog10): Likewise.
37597         * math/s_clog10f.c (__clog10f): Likewise.
37598         * math/s_clog10l.c (__clog10l): Likewise.
37599         * math/s_clogf.c (__clogf): Likewise.
37600         * math/s_clogl.c (__clogl): Likewise.
37601         * math/Makefile (libm-calls): Add x2y2m1.
37602         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37603         (__x2y2m1): Likewise.
37604         (__x2y2m1l): Likewise.
37605         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37606         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37607         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37608         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37609         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37610         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37611         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37612         * sysdeps/i386/fpu/libm-test-ulps: Update.
37613         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37615         [BZ #14621]
37616         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37617         int as type of variable DEPTH.
37618         (glob): Use size_t instead of int as type of variables NEWCOUNT
37619         and OLD_PATHC.
37621 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37623         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37624         Add s_sincosf-sse2.
37625         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37626         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37627         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37628         macros for using routine as __sincosf_ia32.
37629         Use macro for function declaration and weak_alias.
37630         * sysdeps/i386/fpu/libm-test-ulps: Update.
37632         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37633         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37635         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37636         subnormal argument.
37637         * math/s_cexpf.c (__cexpf): Likewise.
37638         * math/s_csinf.c (__csinf): Likewise.
37639         * math/s_csinhf.c (__csinhf): Likewise.
37640         * math/s_ctanf.c (__ctanf): Likewise.
37641         * math/s_ctanhf.c (__ctanhf): Likewise.
37642         * math/s_ccosh.c (__ccoshf): Likewise.
37643         * math/s_cexp.c (__cexpl): Likewise.
37644         * math/s_csin.c (__csin): Likewise.
37645         * math/s_csinh.c (__csinh): Likewise.
37646         * math/s_ctan.c (__ctan): Likewise.
37647         * math/s_ctanh.c (ctanh): Likewise.
37648         * math/s_ccoshl.c (__ccoshl): Likewise.
37649         * math/s_cexpl.c (__cexpl): Likewise.
37650         * math/s_csinl.c (__csinl): Likewise.
37651         * math/s_csinhl.c (__csinhl): Likewise.
37652         * math/s_ctanl.c (__ctanl): Likewise.
37653         * math/s_ctanhl.c (__ctanhl): Likewise.
37655 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37657         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37658         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37659         (_IO_off_t): Define to __off_t, not _G_off_t.
37660         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37661         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37662         (_IO_wint_t): Define to wint_t, not _G_wint_t.
37663         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37664         type of __dummy and __dummy2 fields.
37665         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37666         (_G_ssize_t): Likewise.
37667         (_G_off_t): Likewise.
37668         (_G_pid_t): Likewise.
37669         (_G_uid_t): Likewise.
37670         (_G_wchar_t): Likewise.
37671         (_G_wint_t): Likewise.
37672         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
37673         (_G_ssize_t): Likewise.
37674         (_G_off_t): Likewise.
37675         (_G_pid_t): Likewise.
37676         (_G_uid_t): Likewise.
37677         (_G_wchar_t): Likewise.
37678         (_G_wint_t): Likewise.
37679         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
37680         (_G_ssize_t): Likewise.
37681         (_G_off_t): Likewise.
37682         (_G_pid_t): Likewise.
37683         (_G_uid_t): Likewise.
37684         (_G_wchar_t): Likewise.
37685         (_G_wint_t): Likewise.
37687 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37689         * malloc/arena.c: Include malloc-sysdep.h.
37690         (shrink_heap): Use check_may_shrink_heap to decide if madvise
37691         is sufficient to shrink the heap or an unmap is needed.
37692         * sysdeps/generic/malloc-sysdep.h: New file.  Define
37693         new function check_may_shrink_heap.
37694         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
37695         new function check_may_shrink_heap.
37697 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37699         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37700         comments.
37702 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37704         * catgets/test-gencat.sh: Add "set -e".
37705         * elf/tst-pathopt.sh: Likewise.
37706         * grp/tst_fgetgrent.sh: Likewise.
37707         * iconvdata/run-iconv-test.sh: Likewise.
37708         * intl/tst-gettext.sh: Likewise.
37709         * intl/tst-gettext2.sh: Likewise.
37710         * intl/tst-gettext4.sh: Likewise.
37711         * intl/tst-gettext6.sh: Likewise.
37712         * intl/tst-translit.sh: Likewise.
37713         * io/ftwtest-sh: Likewise.
37714         * libio/test-freopen.sh: Likewise.
37715         * malloc/tst-mtrace.sh: Likewise.
37716         * posix/globtest.sh: Likewise.
37717         * posix/tst-getconf.sh: Likewise.
37718         * posix/wordexp-tst.sh: Likewise.
37719         * stdio-common/tst-printf.sh: Likewise.
37720         * stdio-common/tst-unbputc.sh: Likewise.
37721         * stdlib/tst-fmtmsg.sh: Likewise.
37722         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37723         * catgets/Makefile: Do not specify -e option when running
37724         testsuite shell scripts.
37725         * elf/Makefile: Likewise.
37726         * grp/Makefile: Likewise.
37727         * iconvdata/Makefile: Likewise.
37728         * intl/Makefile: Likewise.
37729         * io/Makefile: Likewise.
37730         * libio/Makefile: Likewise.
37731         * malloc/Makefile: Likewise.
37732         * posix/Makefile: Likewise.
37733         * stdio-common/Makefile: Likewise.
37734         * stdlib/Makefile: Likewise.
37735         * sysdeps/x86_64/Makefile: Likewise.
37737         * io/ftwtest-sh: Add copyright header.
37738         * posix/globtest.sh: Likewise.
37739         * posix/tst-getconf.sh: Likewise.
37740         * posix/wordexp-tst.sh: Likewise.
37741         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37743 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37745         [BZ #13679]
37746         * Makeconfig (+link): Defined as $(+link-static) if
37747         $(build-shared) isn't yes.
37748         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37749         isn't yes.
37750         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37752         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37754         [BZ #14562]
37755         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37756         new chunk size with MALLOC_ALIGN_MASK.
37758 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37760         [BZ #5044]
37761         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37762         <rounding-mode.h>.
37763         (__printf_fphex): Determine rounding using get_rounding_mode and
37764         round_away.
37765         * stdio-common/tst-printf-round.c (struct hex_test): New
37766         structure.
37767         (hex_tests): New variable.
37768         (test_hex_in_one_mode): New function.
37769         (do_test): Also run tests for hex float output.
37771 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37773         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37774         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37775         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37776         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37777         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37778         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37779         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37780         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37782 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37784         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37785         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37786         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37787         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37789 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37791         [BZ #14579]
37792         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37793         mode only.
37794         * elf/tst-rtld-load-self.sh: New test.
37795         * elf/Makefile: Run it.
37797 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37799         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37800         (tst-writev-ENV): Remove.
37801         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37803 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37805         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37807 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37809         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37810         unconditional.
37811         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37812         Likewise.
37813         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37814         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37815         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37816         Likewise.
37818 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37820         [BZ #14587]
37821         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37822         * config.make.in (have-cpp-asm-debuginfo): Removed.
37823         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37824         * configure: Regenerated.
37826 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37828         [BZ #5044]
37829         * stdio-common/printf_fp.c: Include <stdbool.h> and
37830         <rounding-mode.h>.
37831         (___printf_fp): Determine rounding using get_rounding_mode and
37832         round_away.
37833         * stdio-common/tst-printf-round.c: New file.
37834         * stdio-common/Makefile (tests): Add tst-printf-round.
37835         (link-libm): New variable.
37836         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37838 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37840         [BZ #14576]
37841         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37842         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37843         Likewise.
37844         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37845         Likewise.
37847 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37849         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37850         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37851         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37852         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37854 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37856         [BZ #14518]
37857         * include/rounding-mode.h: New file.
37858         * sysdeps/generic/get-rounding-mode.h: Likewise.
37859         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37860         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37861         (MAX_VALUE): New macro.
37862         (MIN_VALUE): Likewise.
37863         (overflow_value): New function.
37864         (underflow_value): Likewise.
37865         (round_and_return): Use overflow_value and underflow_value to
37866         determine return values in overflow and underflow cases.  Use
37867         round_away to determine rounding depending on rounding mode.
37868         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37869         determine return values in overflow and underflow cases.
37870         * stdlib/tst-strtod-round.c: Include <fenv.h>.
37871         (struct test_results): New structure.
37872         (struct test): Use struct test_results to store expected results
37873         for all rounding modes.
37874         (TEST): Include expected results for all rounding modes.
37875         (test_in_one_mode): New function.
37876         (do_test): Use test_in_one_mode to compute and check results.
37877         Check results for all rounding modes.
37878         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37879         $(link-libm).
37881 2012-12-09  Allan McRae  <allan@archlinux.org>
37883         * sysdeps/i386/fpu/libm-test-ulps: Update
37885 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
37887         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37888         (_G_int32_t): Likewise.
37889         (_G_uint16_t): Likewise.
37890         (_G_uint32_t): Likewise.
37891         (_G_HAVE_BOOL): Likewise.
37892         (_G_HAVE_ATEXIT): Likewise.
37893         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37894         (_G_HAVE_IO_FILE_OPEN): Likewise.
37895         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37896         (_G_int32_t): Likewise.
37897         (_G_uint16_t): Likewise.
37898         (_G_uint32_t): Likewise.
37899         (_G_HAVE_BOOL): Likewise.
37900         (_G_HAVE_ATEXIT): Likewise.
37901         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37902         (_G_HAVE_IO_FILE_OPEN): Likewise.
37903         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37904         (_G_int32_t): Likewise.
37905         (_G_uint16_t): Likewise.
37906         (_G_uint32_t): Likewise.
37907         (_G_HAVE_BOOL): Likewise.
37908         (_G_HAVE_ATEXIT): Likewise.
37909         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37910         (_G_HAVE_IO_FILE_OPEN): Likewise.
37912 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
37914         * csu/libc-tls.c: Update copyright years.
37916 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
37918         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37919         [!_G_USING_THUNKS]: Remove conditional code.
37920         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37921         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37923         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37924         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37925         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37926         (_G_VTABLE_LABEL_PREFIX): Likewise.
37927         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37928         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37929         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37930         (_G_VTABLE_LABEL_PREFIX): Likewise.
37931         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37932         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37933         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37934         (_G_VTABLE_LABEL_PREFIX): Likewise.
37935         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37937 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
37939         * libio/Makefile: Include ../Makeconfig before tests.
37940         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37941         only if $(build-shared) is yes.
37943         * iconv/gconv_db.c: Update copyright years.
37945 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37947         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37948         unwind info if defined PIC. Fix special cases description.
37949         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37951         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37952         DP_HI_MASK entry.
37953         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37955 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
37957         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37959         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37960         is NULL.
37962         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37963         (LDLIBS-tst-chk4): This.
37964         (LDFLAGS-tst-chk5): Renamed to ...
37965         (LDLIBS-tst-chk5): This.
37966         (LDFLAGS-tst-chk6): Renamed to ...
37967         (LDLIBS-tst-chk6): This.
37968         (LDFLAGS-tst-lfschk4): Renamed to ...
37969         (LDLIBS-tst-lfschk4): This.
37970         (LDFLAGS-tst-lfschk5): Renamed to ...
37971         (LDLIBS-tst-lfschk5): This.
37972         (LDFLAGS-tst-lfschk6): Renamed to ...
37973         (LDLIBS-tst-lfschk6): This.
37975         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37976         on $(common-objpfx)soversions.mk.
37978 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
37980         [BZ #10014]
37981         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37982         example host name.
37984 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
37986         * malloc/arena.c (arena_get_retry): New function that gets
37987         another arena for the caller to try its request on.
37988         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37989         current arena cannot fulfill the request.
37990         (__libc_memalign): Likewise.
37991         (__libc_memalign): Likewise.
37992         (__libc_pvalloc): Likewise.
37993         (__libc_calloc): Likewise.
37995 2012-09-05  John Tobey  <john.tobey@gmail.com>
37997         [BZ #13542]
37998         * manual/arith.texi (Operations on Complex): Fix description
37999         of carg branch cut.
38001 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38003         [BZ #10014]
38004         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38005         host name.
38007         [BZ #10038]
38008         * manual/memory.texi (Memory): Make order of menu items match
38009         order of sections.
38011 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38013         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38014         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38015         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38017 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38019         * csu/libc-tls.c (static_dtv): Renamed to ...
38020         (_dl_static_dtv): This.  Make it global.
38021         (_dl_initial_dtv): Removed.
38022         (__libc_setup_tls): Updated.
38023         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38024         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38025         DL_INITIAL_DTV.
38027 2012-09-06  Petr Machata  <pmachata@redhat.com>
38029         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38030         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38031         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38032         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38034 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38036         [BZ #14545]
38037         * csu/libc-tls.c (_dl_initial_dtv): New variable.
38038         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38039         freeing dtv[-1].
38041 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38043         [BZ #14544]
38044         * Makeconfig (link-static-before-libc): Replace $(+prector)
38045         with $(+prectorT).
38046         (link-static-after-libc): Replace $(+postctor) with
38047         $(+postctorT).
38048         (link-bounded): Replace $(+prector)/$(+postctor) with
38049         $(+prectorT)/$(+postctorT).
38050         (+prectorT): New macro.
38051         (+postctorT): Likewise.
38053 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38055         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38056         (round_str): Handle values above the maximum for IBM long double
38057         as inexact.
38058         * stdlib/tst-strtod-round.c (tests): Regenerated.
38060 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38062         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38063         assembler flag.
38064         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38065         zarch_nohighgprs around the zarch optimized routines.
38066         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38067         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38068         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38069         for zarch.
38071 2012-09-05  David S. Miller  <davem@davemloft.net>
38073         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38075         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38076         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38077         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38078         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38079         entries.
38081 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38083         * malloc/arena.c: Fold copyright years.
38084         * malloc/mcheck.c, malloc/memusage.c: Likewise.
38086 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38088         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38090 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38092         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
38094 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38096         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38097         change internal state upon failure.
38099 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38101         * malloc/mcheck.c (mcheck_check_all): Fix typo.
38102         * malloc/memusage.c (mmap): Likewise.
38103         (mmap64, mremap): Likewise.  Adjust name in comment.
38105 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38107         * libio/fileops.c: Fix typos in comments.
38108         * libio/oldfileops.c: Likewise.
38109         * libio/wfileops.c: Likewise.
38111 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38113         [BZ #1349]
38114         * malloc/Makefile (tests): Add tst-malloc-usable test case.
38115         (tst-malloc-usable-ENV): Set environment for test case.
38116         * malloc/hooks.c (malloc_check_get_size): New function to get
38117         requested size.
38118         * malloc/malloc.c (musable): Use malloc_check_get_size.
38119         * malloc/tst-malloc-usable.c: New test case.
38121 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38123         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38125 2012-09-05  Allan McRae  <allan@archlinux.org>
38127         [BZ #13966]
38128         * configure.in (CXX_SYSINCLUDES): Use compiler output to
38129         determine header location.
38130         * configure: Regenerated.
38132 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38134         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38135         float format.
38136         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38137         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38138         format.
38139         (test): Regenerate.
38141 2012-09-04  David S. Miller  <davem@davemloft.net>
38143         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38144         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38145         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38147 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38149         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38150         failures.
38152         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38154 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38156         [BZ #9914]
38157         * libio/iogetdelim.c: Include <limits.h>.
38158         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38159         + len + 1 would overflow.
38161 2012-09-03  Andreas Jaeger  <aj@suse.de>
38163         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38164         * sysdeps/i386/fpu/libm-test-ulps: Update.
38166 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38168         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38169         Add s_sinf-sse2, s_conf-sse2.
38171         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38172         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38173         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38174         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38176         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38177         for using routine as __sinf_ia32.
38178         Use macro for function declaration and weak_alias.
38179         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38180         for using routine as __cosf_ia32.
38181         Use macro for function declaration and weak_alias.
38183         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38184         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38186         * sysdeps/x86_64/fpu/s_sinf.S: New file.
38187         * sysdeps/x86_64/fpu/s_cosf.S: New file.
38188         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38190         * math/libm-test.inc (cos_test): Add more test cases.
38191         (sin_test): Likewise.
38192         (sincos_test): Likewise.
38194 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38196         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38197         (IFUNC_RESOLVE): Make pointers to the specialized implementations
38198         hidden.
38199         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38201 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
38203         [BZ #14538]
38204         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38205         first element of the GOT.
38206         (elf_machine_load_address): Return the difference between
38207         the runtime address of _DYNAMIC and elf_machine_dynamic ().
38209 2012-09-01  Allan McRae  <allan@archlinux.org>
38211         [BZ #13412]
38212         * configure.in (AWK): Require gawk version 3.0 or later.
38213         * configure: Regenerated.
38215 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38217         * sysdeps/unix/sysv/linux/kernel-features.h
38218         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38219         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38220         [__NR_clock_getres]: Make code unconditional.
38221         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38222         (clock_getcpuclockid): Remove code left unreachable by removal of
38223         conditionals.
38224         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38225         code unconditional.
38226         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38227         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38228         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38229         Make code unconditional.
38230         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38231         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38232         * sysdeps/unix/sysv/linux/clock_settime.c
38233         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38234         conditional code.
38235         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38236         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38238 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
38240         [BZ #14476]
38241         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38242         scripts/test-installation.pl.
38244         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38245         and $ld_so_version if it is set.
38247 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38249         [BZ #14516]
38250         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38251         failure if reading from procfs failed.
38252         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38254 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38256         * sysdeps/unix/sysv/linux/kernel-features.h
38257         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38258         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38259         Remove conditional code.
38260         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38261         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38262         Remove conditional code.
38263         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38264         * sysdeps/unix/sysv/linux/i386/fxstat.c
38265         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38266         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38267         * sysdeps/unix/sysv/linux/i386/fxstatat.c
38268         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38269         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38270         * sysdeps/unix/sysv/linux/i386/lxstat.c
38271         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38272         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38273         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38274         Remove conditional code.
38275         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38276         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38277         Remove conditional code.
38278         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38279         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38280         <kernel-features.h>.
38281         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38282         Remove.
38283         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38284         Remove conditional code.
38285         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38286         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38287         Remove conditional.
38289 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
38291         [BZ #5400]
38292         * NEWS: Add fixed bug number.
38294 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38296         [BZ #14519]
38297         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38298         underflowing exponent in case of negative sign.
38299         * stdlib/tst-strtod-round-data: Add more tests.
38300         * stdlib/tst-strtod-round.c (tests): Regenerated.
38302         [BZ #3479]
38303         * stdlib/strtod_l.c (NDIG): Remove.
38304         (HEXNDIG): Likewise.
38305         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38306         smallest representable value.
38307         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38308         lie within an exact representation of 1/2 ulp of the result.
38309         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38310         unconditionally.
38311         (TENS_P9_IDX): Define unconditionally.
38312         (TENS_P9_SIZE): Likewise.
38313         (TENS_P10_IDX): Likewise.
38314         (TENS_P10_SIZE): Likewise.
38315         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38316         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38317         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38318         entries for 10^2^13 and 10^2^14.
38319         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38320         (TENS_P13_IDX): Define.
38321         (TENS_P13_SIZE): Likewise.
38322         (TENS_P14_IDX): Likewise.
38323         (TENS_P14_SIZE): Likewise.
38324         (_fpioconst_pow10): Change array size to
38325         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
38326         unconditional.
38327         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38328         1024]: Add entries for 10^2^13 and 10^2^14.
38329         [LAST_POW10 > _LAST_POW10]: Remove #error.
38330         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38331         (_fpioconst_pow10): Change array size to
38332         FPIOCONST_POW10_ARRAY_SIZE.
38333         * stdlib/gen-fpioconst.c: New file.
38334         * stdlib/gen-tst-strtod-round.c: Likewise.
38335         * stdlib/tst-strtod-round-data: Likewise.
38336         * stdlib/tst-strtod-round.c: Likewise.
38337         * stdlib/Makefile (tests): Add tst-strtod-round.
38339         [BZ #14459]
38340         * stdlib/strtod_l.c: Include <stdint.h>.
38341         (NDEBUG): Do not define.
38342         (round_and_return): Change EXPONENT parameter to type intmax_t.
38343         Rearrange calculations to avoid internal overflow possibilities.
38344         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38345         Rearrange calculations to avoid internal overflow possibilities.
38346         Assert that number fits inside MPNSIZE limbs.
38347         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38348         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
38349         calculations and add assertions to avoid internal overflow
38350         possibilities.  Add casts to avoid signed/unsigned operations.
38351         * stdlib/tst-strtod-overflow.c: New file.
38352         * stdlib/Makefile (tests): Add tst-strtod-overflow.
38354 2012-08-25  Marek Polacek  <polacek@redhat.com>
38356         * time/time.h: Fix some typos in comments.
38358 2012-08-23  Roland McGrath  <roland@hack.frob.com>
38360         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38361         * posix/tst-rfc3484-2.c: Likewise.
38362         * posix/tst-rfc3484-3.c: Likewise.
38364 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
38366         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38367         (EF_ARM_ABI_FLOAT_HARD): Likewise.
38369 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
38371         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38372         #include of fxstatat64.c.
38374 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38376         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38377         * shadow/getspent_r.c: Likewise.
38378         * shadow/getspnam.c: Likewise.
38379         * shadow/getspnam_r.c: Likewise.
38380         * gshadow/getsgent.c: Likewise.
38381         * gshadow/getsgent_r.c: Likewise.
38382         * gshadow/getsgnam.c: Likewise.
38383         * gshadow/getsgnam_r.c: Likewise.
38384         * inet/getnetbyad.c: Likewise.
38385         * inet/getnetbyad_r.c: Likewise.
38386         * inet/getnetbynm.c: Likewise.
38387         * inet/getnetbynm_r.c: Likewise.
38388         * inet/getnetent.c: Likewise.
38389         * inet/getnetent_r.c: Likewise.
38390         * inet/getproto.c: Likewise.
38391         * inet/getproto_r.c: Likewise.
38392         * inet/getprtent.c: Likewise.
38393         * inet/getprtent_r.c: Likewise.
38394         * inet/getprtname.c: Likewise.
38395         * inet/getprtname_r.c: Likewise.
38396         * inet/getrpcbyname.c: Likewise.
38397         * inet/getrpcbyname_r.c: Likewise.
38398         * inet/getrpcbynumber.c: Likewise.
38399         * inet/getrpcbynumber_r.c: Likewise.
38400         * inet/getrpcent.c: Likewise.
38401         * inet/getrpcent_r.c: Likewise.
38402         * inet/getaliasent.c: Likewise.
38403         * inet/getaliasent_r.c: Likewise.
38404         * inet/getaliasname.c: Likewise.
38405         * inet/getaliasname_r.c: Likewise.
38406         * nscd/getgrgid_r.c: Likewise.
38407         * nscd/getgrnam_r.c: Likewise.
38408         * nscd/gethstbyad_r.c: Likewise.
38409         * nscd/gethstbynm3_r.c: Likewise.
38410         * nscd/getpwnam_r.c: Likewise.
38411         * nscd/getpwuid_r.c: Likewise.
38412         * nscd/getsrvbynm_r.c: Likewise.
38413         * nscd/getsrvbypt_r.c: Likewise.
38414         * nscd/gai.c: Likewise.
38416         * configure.in (build_nscd): New substituted variable, set
38417         by --disable-build-nscd and defaults to $use_nscd.
38418         * configure: Regenerated.
38419         * config.make.in (build-nscd): New substituted variable.
38420         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38421         Change conditional to require [$(build-nscd) = yes] as well.
38422         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38424         [BZ# 13696]
38425         * configure.in (use_nscd): New substituted variable, set by
38426         --disable-nscd.  If enabled, define USE_NSCD.
38427         * configure: Regenerated.
38428         * config.h.in: Add USE_NSCD.
38429         * config.make.in (use-nscd): New substituted variable.
38430         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38431         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38432         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38433         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38434         (CFLAGS-getgrnam_r.c): Likewise.
38435         (CFLAGS-initgroups.c): Likewise.
38436         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38437         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38438         Variables removed.
38439         * inet/getnetgrent_r.c
38440         (nscd_setnetgrent): New function, broken out of ...
38441         (setnetgrent): ... here.  Call it.
38442         (innetgr): Conditionalize nscd bits on [USE_NSCD].
38443         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38444         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38445         * nscd/Makefile (routines, aux): Move definitions after include of
38446         Makeconfig.  Conditionalize on [$(use-nscd) != no].
38447         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38448         Conditionalize on [USE_NSCD].
38449         (is_nscd, nscd_init_cb): Likewise.
38450         (nss_load_library): Conditionalize init callback on [USE_NSCD].
38451         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38452         * nss/nss_db/db-init.c: Likewise.
38453         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38454         [USE_NSCD].
38455         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38456         (make_request): Use it.
38457         (cache_valid_p): New function.
38458         (__check_pf): Use it.
38459         * NEWS: Add item for --disable-nscd.
38461 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
38463         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38464         to support sed >= 4.2.1-20-ga9bf076.
38465         * configure: Regenerated.
38467 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38469         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38470         Conditionalize whole body on [IREL].
38472 2012-08-22  Jeff Law <law@redhat.com>
38474         [BZ #14505]
38475         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38476         if the family is PF_UNSPEC.
38478 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
38480         * Makerules (lib-version): Rename from V.
38481         (install-lib-nosubdir): Change V to lib-version.
38483 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
38485         [BZ #14252]
38486         * powerpc32/power6/wcschr.c: New file.
38487         * powerpc32/power6/wcscpy.c: New file.
38488         * powerpc32/power6/wcsrchr.c: New file.
38489         * powerpc64/power6/wcschr.c: New file.
38490         * powerpc64/power6/wcscpy.c: New file.
38491         * powerpc64/power6/wcsrchr.c: New file.
38493 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38495         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38496         (two_way_short_needle): Use it.
38497         * string/strstr.c (AVAILABLE1_USES_J): Define.
38498         * string/strcasestr.c: Likewise.
38500         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38501         array references.
38502         * string/strcasestr.c (TOLOWER): Make side-effect safe.
38504         [BZ #11607]
38505         * NEWS: Add an entry.
38506         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38507         define their defaults.
38508         (two_way_short_needle): Detect end-of-string on-the-fly.
38509         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38510         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38511         * string/bug-strcasestr1.c: New test.
38512         * string/Makefile: Run it.
38514 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38516         [BZ #11607]
38517         * string/str-two-way.h (two_way_short_needle): Optimize matching of
38518         the first character.
38520 2012-08-21  Roland McGrath  <roland@hack.frob.com>
38522         * csu/elf-init.c (__libc_csu_irel): Function removed.
38523         * csu/libc-start.c (apply_irel): New function.
38524         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38526 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
38528         * sysdeps/unix/sysv/linux/kernel-features.h
38529         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38530         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38531         <kernel-features.h>.
38532         [__NR_fadvise64_64]: Make code unconditional.
38533         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38534         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38535         !__NR_fadvise64_64)]: Likewise.
38536         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38537         !__NR_fadvise64_64))]: Likewise.
38538         [__NR_fadvise64]: Make code unconditional.
38539         [!__NR_fadvise64]: Remove conditional code.
38540         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38541         <kernel-features.h>.
38542         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38543         unconditional.
38544         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38545         conditional code.
38546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38547         not include <kernel-features.h>.
38548         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38549         unconditional.
38550         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38551         conditional code.
38552         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38553         include <kernel-features.h>.
38554         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38555         unconditional.
38556         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38557         conditional code.
38559 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38561         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38562         slight instruction rearrangements per scrollpipe analysis.
38563         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38565 2012-08-20  Roland McGrath  <roland@hack.frob.com>
38567         * manual/syslog.texi (syslog; vsyslog, closelog):
38568         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38569         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38571         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38572         DSOCAPS to match condition on defining it.
38574 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
38576         * sysdeps/unix/sysv/linux/kernel-features.h
38577         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38579         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38580         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38582         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38583         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38585         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38586         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38588         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38589         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38591         * sysdeps/unix/sysv/linux/kernel-features.h
38592         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38593         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38594         unconditional.
38595         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38596         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38597         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38598         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38599         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38600         Make code unconditional.
38601         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38602         (__mmap64) [!__NR_mmap2]: Likewise.
38603         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38604         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38605         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38606         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38607         [__NR_mmap2]: Make code unconditional.
38608         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38609         (__mmap64) [!__NR_mmap2]: Likewise.
38611 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38613         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38615 2012-08-18  Andreas Jaeger  <aj@suse.de>
38617         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38619 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38621         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38622         * include/unistd.h (__have_sock_cloexec): Likewise.
38623         (__have_pipe2): Likewise.
38624         (__have_dup3): Likewise.
38626 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38628         [BZ #9685]
38629         * include/unistd.h (__have_pipe2): Change define into an extern int.
38630         (__have_dup3): Likewise.
38631         * socket/have_sock_cloexec.c: Include fcntl.h.
38632         (__have_pipe2): New variable.
38633         (__have_dup3): Likewise.
38635 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
38637         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38639 2012-08-17  Marek Polacek  <polacek@redhat.com>
38641         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38642         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38644 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38646         * configure.in: Add AC_SUBST for sysheaders.
38647         * configure: Regenerated.
38648         * config.make.in (sysheaders): New substituted variable.
38650         * sysdeps/unix/mkfifo.c: Moved ...
38651         * sysdeps/posix/mkfifo.c: ... here.
38652         * sysdeps/unix/mkfifoat.c: Moved ...
38653         * sysdeps/posix/mkfifoat.c: ... here.
38655         * sysdeps/unix/utime.c: Moved ...
38656         * sysdeps/posix/utime.c: ... here.
38658         * sysdeps/unix/time.c: Moved ...
38659         * sysdeps/posix/time.c: ... here.
38660         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38661         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38663         * sysdeps/unix/nice.c: Moved ...
38664         * sysdeps/posix/nice.c: ... here.
38666         * sysdeps/unix/alarm.c: Moved ...
38667         * sysdeps/posix/alarm.c: ... here.
38669         * intl/Makefile ($(codeset_mo)): Depend on the input file.
38671 2012-08-17  Jeff Law <law@redhat.com>
38673         * intl/Makefile (codeset_mo): New variable.
38674         ($(codeset_mo)): New target.
38675         (tst-codeset.out): Depend on that.  Remove explicit rule.
38676         (tst-gettext3.out, tst-gettext5.out): Likewise.
38677         (LOCPATH-ENV, tst-codeset-ENV): New variables.
38678         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
38679         * intl/tst-codeset.sh: Remove.
38680         * intl/tst-gettext3.sh: Likewise.
38681         * intl/tst-gettext5.sh: Likewise.
38683 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38685         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
38686         * sysdeps/unix/syscalls.list: ... here.
38688         * sysdeps/posix/getaddrinfo.c
38689         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38690         (gaiconf_init, gaiconf_reload): Use them.
38691         [!_STATBUF_ST_NSEC]
38692         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38693         Define using time_t rather than struct timespec.
38695         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38696         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38697         Macros removed.
38698         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38699         [!NO_THREADS].
38700         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38701         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38702         Likewise.
38704         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38705         __libc_cleanup_push argument.
38707         * bits/param.h: New file.
38708         * misc/sys/param.h: New file.
38709         * include/sys/param.h: New file.
38710         * misc/Makefile (headers): Add bits/param.h.
38711         * sysdeps/generic/sys/param.h: File removed.
38712         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38713         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38714         * sysdeps/mach/hurd/bits/param.h: New file.
38715         * sysdeps/mach/hurd/sys/param.h: File removed.
38717         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38718         last change.
38720         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38721         [_IO_MTSAFE_IO].
38722         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38723         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38724         New macros.
38726         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38727         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38728         rather than -D_IO_MTSAFE_IO conditionally.
38729         * stdio-common/Makefile (CPPFLAGS): Likewise.
38730         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38731         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38732         Use $(libio-mtsafe).
38733         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38734         of -D_IO_MTSAFE_IO.
38735         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38736         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38737         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38738         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38739         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38740         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38741         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38742         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38743         (CFLAGS-fread_u_chk.c): Likewise.
38744         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38745         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38746         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38747         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38748         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38749         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38750         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38751         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38752         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38754         * libio/Makefile: Test [$(libc-reentrant) = yes]
38755         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38757         * Makeconfig
38758         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38759         * sysdeps/pthread/configure: File removed.
38760         * sysdeps/pthread/Makeconfig: New file.
38761         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38762         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38764 2012-08-16  Gary Benson  <gbenson@redhat.com>
38766         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38767         unmapping the first object in a namespace.
38769 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38771         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38772         (__internal_setnetgrent): ... this.  Add internal_function to
38773         definition.  Add libc_hidden_def.
38774         (setnetgrent): Update caller.
38775         (internal_endnetgrent): Renamed to ...
38776         (__internal_endnetgrent): ... this.  Add internal_function to
38777         definition.  Add libc_hidden_def.
38778         (endnetgrent): Update caller.
38779         (internal_getnetgrent_r): Renamed to ...
38780         (__internal_getnetgrent_r): ... this.  Add internal_function to
38781         definition.  Add libc_hidden_def.
38782         (__getnetgrent_r): Update caller.
38783         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38785 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38787         * stdlib/longlong.h: Update from GCC.
38789 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38791         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38792         on _QL, which is set by umul_ppmm but never used.
38793         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38794         variables, which are set by GMP macros but never used.
38795         * stdio-common/_itowa.c (_itowa): Likewise.
38796         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38797         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38799 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38801         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38802         struct La_sh_regs is not constant.
38803         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38804         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38805         and struct La_sparc64_regs are not constant.
38807 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38809         * sysdeps/unix/sysv/linux/kernel-features.h
38810         (__ASSUME_POSIX_TIMERS): Remove.
38811         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38812         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38813         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38814         Make code unconditional.
38815         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38816         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38817         Make code unconditional.
38818         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38819         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38820         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38821         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38822         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38823         Make code unconditional.
38824         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38825         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38826         (__libc_missing_posix_timers): Remove.
38828 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38830         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38831         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38833         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38835         * elf/dl-sym.c: Include <stdlib.h>.
38837         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38838         constants, which avoids warnings in 32-bit builds.
38840         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38841         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38843         * misc/lseek.c: File moved to ...
38844         * io/lseek.c: ... here.
38846         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38848         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38849         shifting LEN more than 31 bits at once.
38851 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38853         [BZ #14195]
38854         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38855         segmentation fault for a case of two empty input strings.
38856         * string/test-strncasecmp.c (check1): Renamed to...
38857         (bz12205): ...this.
38858         (bz14195): Add new testcase for two empty input strings and N > 0.
38859         (test_main): Call new testcase, adapt for renamed function.
38861 2012-08-15  Andreas Jaeger  <aj@suse.de>
38863         [BZ #14090]
38864         * crypt/md5test2.c: New test, based on test supplied by Serge
38865         Belyshev <belyshev@depni.sinp.msu.ru>.
38866         * crypt/Makefile (xtests): Add md5test-giant..
38867         * crypt/Makefile ($(objpfx)md5test-giant): Add.
38869 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38871         [BZ #14090]
38872         * crypt/md5.c (md5_process_block): Don't assume the buffer
38873         length is less than 2**32.
38874         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38875         length is less than 2**64.
38877 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38879         * string/str-two-way.h: Include <sys/param.h>.
38880         (MAX): Macro removed.
38882         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38883         Move #define and #undef of memmove to just before and after
38884         including <string.h>.
38886         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38887         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38888         and after including <string.h>.  Move declarations of
38889         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38890         to before #include "string/memmove.c".
38892         * include/dirent.h: Declare __getdirentries.
38894         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38895         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38897 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
38899         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38900         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38901         * sysdeps/i386/configure: Regenerated.
38902         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38903         STABS_CURRENT_FILE, and STABS_FUN.
38904         (END): Remove call to STABS_FUN_END.
38905         (STABS_CURRENT_FILE1): Delete.
38906         (STABS_CURRENT_FILE): Likewise.
38907         (STABS_FUN): Likewise.
38908         (STABS_FUN_END): Likewise.
38909         (STABS_FUN2): Likewise.
38910         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38911         * sysdeps/x86_64/configure: Regenerated.
38913 2012-08-14  Roland McGrath  <roland@hack.frob.com>
38915         * elf/dl-open.c: Include <atomic.h>.
38916         * elf/dl-lookup.c: Likewise.
38918 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
38920         * sysdeps/unix/sysv/linux/kernel-features.h
38921         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38922         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38923         unconditionally.
38924         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38925         unconditionally.
38926         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38927         condition on __ASSUME_CLONE_THREAD_FLAGS.
38929 2012-08-14  Andreas Jaeger  <aj@suse.de>
38931         * sysdeps/i386/fpu/libm-test-ulps: Update.
38933 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
38935         * include/atomic.h (atomic_exchange_and_add): Split into ...
38936         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38937         New atomic macros.
38939 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
38941         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38943 2012-08-13  Jeff Law <law@redhat.com>
38945         * manual/stdio.texi (snprintf): Clarify handling of the trailing
38946         null byte in the output string.
38948 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
38950         * sysdeps/unix/sysv/linux/kernel-features.h
38951         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38952         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38953         (__ASSUME_ARG_MAX_STACK_BASED): Define.
38954         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38955         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38956         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
38957         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38959 2012-08-09  Jeff Law <law@redhat.com>
38961         [BZ #13939]
38962         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38963         When avoid_arena is set, don't retry in the that arena.  Pick the
38964         next one, whatever it might be.
38965         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38966         (arena_lock): Pass in new parameter to arena_get2.
38967         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38968         arena_get2.
38969         (__libc_malloc): Unify retrying after main arena failure with
38970         __libc_memalign version.
38971         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38973 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
38975         [BZ #14166]
38976         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38977         to __redirect_strstr.
38978         (__strstr_sse42): Use typeof __redirect_strstr.
38979         (__strstr_ia32): Likewise.
38980         (__libc_strstr): New prototype.
38981         (strstr): Renamed to ...
38982         (__libc_strstr): This.
38983         (strstr): New strong alias of __libc_strstr.
38984         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38985         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38986         __redirect_time.
38987         Include <time.h>.
38988         (__libc_time): New prototype.
38989         (time_ifunc): Replace time with __libc_time.
38990         (time): New strong alias and hidden definition of __libc_time.
38991         (__GI_time): Remove strong alias.
38992         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38993         Include <stddef.h>.
38994         (memmove): Redefined to __redirect_memmove.
38995         (__memmove_sse2): Use typeof __redirect_memmove.
38996         (__memmove_ssse3): Likewise.
38997         (__memmove_ssse3_back): Likewise.
38998         (__libc_memmove): New prototype.
38999         (memmove): Renamed to ...
39000         (__libc_memmove): This.
39001         (memmove): New strong alias of __libc_memmove.
39003 2012-08-08  Mark Salter  <msalter@redhat.com>
39005         * elf/elf.h
39006         (R_MN10300_TLS_GD): Define.
39007         (R_MN10300_TLS_LD): Likewise.
39008         (R_MN10300_TLS_LDO): Likewise.
39009         (R_MN10300_TLS_GOTIE): Likewise.
39010         (R_MN10300_TLS_IE): Likewise.
39011         (R_MN10300_TLS_LE): Likewise.
39012         (R_MN10300_TLS_DTPMOD): Likewise.
39013         (R_MN10300_TLS_DTPOFF): Likewise.
39014         (R_MN10300_TLS_TPOFF): Likewise.
39015         (R_MN10300_SYM_DIFF): Likewise.
39016         (R_MN10300_ALIGN): Likewise.
39017         (R_MN10300_NUM): Update.
39019 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39021         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39022         Remove.
39024 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39026         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39028         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39029         sysdeps/unix -> sysdeps/posix move.
39030         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39032 2012-08-07      Allan McRae     <allan@archlinux.org>
39034         [BZ #14303]
39035         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39036         (SUNOS_CPP): Likewise.
39037         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39038         not found.
39039         (open_input): Call CPP using execvp.
39041 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39043         * sysdeps/unix/sysv/linux/kernel-features.h
39044         (__ASSUME_PROT_GROWSUPDOWN): Remove.
39045         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39046         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39047         (__ASSUME_WAITID_SYSCALL): Likewise.
39048         * sysdeps/unix/sysv/linux/dl-execstack.c
39049         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39050         code unconditional.
39051         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39052         conditional code.
39053         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39054         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39055         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39056         code.
39057         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39058         unconditional.
39059         [__ASSUME_WAITID_SYSCALL]: Likewise.
39060         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39062 2012-08-07  Roland McGrath  <roland@hack.frob.com>
39064         * sysdeps/unix/closedir.c: Renamed to ...
39065         * sysdeps/posix/closedir.c: ... here.
39066         * sysdeps/unix/dirfd.c: Renamed to ...
39067         * sysdeps/posix/dirfd.c: ... here.
39068         * sysdeps/unix/dirstream.h: Renamed to ...
39069         * sysdeps/posix/dirstream.h: ... here.
39070         * sysdeps/unix/fdopendir.c: Renamed to ...
39071         * sysdeps/posix/fdopendir.c: ... here.
39072         * sysdeps/unix/opendir.c: Renamed to ...
39073         * sysdeps/posix/opendir.c: ... here.
39074         * sysdeps/unix/readdir.c: Renamed to ...
39075         * sysdeps/posix/readdir.c: ... here.
39076         * sysdeps/unix/readdir_r.c: Renamed to ...
39077         * sysdeps/posix/readdir_r.c: ... here.
39078         * sysdeps/unix/rewinddir.c: Renamed to ...
39079         * sysdeps/posix/rewinddir.c: ... here.
39080         * sysdeps/unix/seekdir.c: Renamed to ...
39081         * sysdeps/posix/seekdir.c: ... here.
39082         * sysdeps/unix/telldir.c: Renamed to ...
39083         * sysdeps/posix/telldir.c: ... here.
39084         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39085         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39086         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39087         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39089         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39090         * bits/fcntl.h: ... here.
39092         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39093         not 0.
39094         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39095         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39096         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39097         (struct flock): Move l_start, l_len to the beginning.
39098         Use __pid_t for l_pid.
39099         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39100         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39101         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39102         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39103         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39104         [__USE_LARGEFILE64] (struct flock64): New type.
39105         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39107         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39108         * bits/dirent.h: ... here.
39110         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39111         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39113 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39115         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39116         Change from 2.6.0 to 2.6.16.
39117         * sysdeps/unix/sysv/linux/configure: Regenerated.
39118         * sysdeps/unix/sysv/linux/kernel-features.h
39119         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39120         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39121         version.
39122         (__ASSUME_UTIMES): Likewise.
39123         (__ASSUME_CLONE_STOPPED): Remove.
39124         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39125         architectures, not kernel version.
39126         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39127         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39128         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39129         (__ASSUME_WAITID_SYSCALL): Likewise.
39130         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39131         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39132         * README: State 2.6.16 as minimum Linux kernel version.  Do not
39133         refer to older versions.
39135 2012-08-06  Roland McGrath  <roland@hack.frob.com>
39137         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39138         Define alphasort64 as an alias.
39139         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39140         Define versionsort64 as an alias.
39141         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39142         Define scandir64 as an alias.
39143         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39144         Define scandirat64 as an alias.
39145         * dirent/alphasort64.c (alphasort64):
39146         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39147         * dirent/versionsort64.c: Likewise.
39148         * dirent/scandir64.c: Likewise.
39149         * dirent/scandirat64.c: Likewise.
39150         * sysdeps/wordsize-64/alphasort.c: File removed.
39151         * sysdeps/wordsize-64/alphasort64.c: File removed.
39152         * sysdeps/wordsize-64/scandir.c: File removed.
39153         * sysdeps/wordsize-64/scandir64.c: File removed.
39154         * sysdeps/wordsize-64/scandirat.c: File removed.
39155         * sysdeps/wordsize-64/scandirat64.c: File removed.
39156         * sysdeps/wordsize-64/versionsort.c: File removed.
39157         * sysdeps/wordsize-64/versionsort64.c: File removed.
39158         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39159         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39160         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39161         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39162         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39163         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39164         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39165         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39167         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39168         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39169         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39170         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39171         [defined __arch64__ || defined __sparcv9]
39172         (__INO_T_MATCHES_INO64_T): New macro.
39173         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39174         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39175         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39176         * sysdeps/unix/sysv/linux/bits/dirent.h
39177         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39178         (_DIRENT_MATCHES_DIRENT64): New macro.
39180         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39181         Define lockf64 as an alias.
39182         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39183         Define fseeko64 as an alias.
39184         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39185         Define ftello64 as an alias.
39186         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39187         Define _IO_fgetpos64 and fgetpos64 as aliases.
39188         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39189         Define _IO_fsetpos64 and fsetpos64 as aliases.
39190         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39191         Conditionalize body on this.
39192         * libio/fseeko64.c: Likewise.
39193         * libio/ftello64.c: Likewise.
39194         * libio/iofgetpos64.c: Likewise.
39195         * libio/iofsetpos64.c: Likewise.
39196         * sysdeps/wordsize-64/lockf.c: File removed.
39197         * sysdeps/wordsize-64/lockf64.c: File removed.
39198         * sysdeps/wordsize-64/fseeko.c: File removed.
39199         * sysdeps/wordsize-64/fseeko64.c: File removed.
39200         * sysdeps/wordsize-64/ftello.c: File removed.
39201         * sysdeps/wordsize-64/ftello64.c: File removed.
39202         * sysdeps/wordsize-64/iofgetpos.c: File removed.
39203         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39204         * sysdeps/wordsize-64/iofsetpos.c: File removed.
39205         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39206         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39207         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39208         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39209         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39210         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39211         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39212         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39213         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39214         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39215         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39217         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39218         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39219         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39220         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39221         [defined __arch64__ || defined __sparcv9]
39222         (__OFF_T_MATCHES_OFF64_T): New macro.
39223         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39224         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39225         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39226         (__OFF_T_MATCHES_OFF64_T): New macro.
39228 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39230         * stdlib/secure-getenv.c (__secure_getenv): Replace
39231         GLIBC_2_16 with GLIBC_2_17.
39233 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39235         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39236         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39238 2012-08-03  David S. Miller  <davem@davemloft.net>
39240         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39242 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39244         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39245         Remove.
39246         (__ASSUME_CORRECT_SI_PID): Likewise.
39247         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39248         (__ASSUME_TMPFS_NAME): Likewise.
39249         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39250         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39251         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39252         (HAVE_AUX_SECURE): Make definition unconditional.
39253         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39254         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39256 2012-08-03  Roland McGrath  <roland@hack.frob.com>
39258         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39259         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39260         * sysdeps/mach/hurd/eloop-threshold.h: New file.
39261         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39262         __eloop_threshold instead of SYMLOOP_MAX.
39264         * sysdeps/generic/eloop-threshold.h: New file.
39265         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39266         of MAXSYMLINKS.
39267         * elf/chroot_canon.c (chroot_canon): Likewise.
39269 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39271         [BZ #13717]
39272         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39273         Change to 2.6.0 everywhere.
39274         * sysdeps/unix/sysv/linux/configure: Regenerated.
39275         * sysdeps/unix/sysv/linux/kernel-features.h
39276         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39277         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39278         kernel versions.
39279         (__ASSUME_POSIX_TIMERS): Define unconditionally.
39280         (__ASSUME_FUTEX_REQUEUE): Remove.
39281         (__ASSUME_STATFS64): Define unconditionally.
39282         (__ASSUME_AT_SECURE): Likewise.
39283         (__ASSUME_CORRECT_SI_PID): Likewise.
39284         (__ASSUME_TGKILL): Define without depending on kernel version for
39285         i386.
39286         (__ASSUME_UTIMES): Likewise.
39287         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39288         kernel version.
39289         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39290         (__ASSUME_TMPFS_NAME): Likewise.
39291         * README: Update reference to Linux kernel versions.
39293 2012-08-02  Marek Polacek  <polacek@redhat.com>
39295         [BZ# 14150]
39296         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
39297         libc_cv_asm_type_prefix with %.
39298         * configure: Regenerated.
39299         * include/libc-symbols.h: Remove comment about
39300         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39301         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39302         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39303         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39304         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39305         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39306         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39307         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39308         * elf/tst-unique2mod1.c: Likewise.
39309         * elf/tst-unique1mod2.c: Likewise.
39310         * elf/tst-unique1mod1.c: Likewise.
39311         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39312         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39313         Replace ASM_TYPE_DIRECTIVE with .type.
39314         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39315         * sysdeps/i386/sysdep.h: Likewise.
39316         * sysdeps/x86_64/sysdep.h: Likewise.
39317         * sysdeps/sh/sysdep.h: Likewise.
39318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39319         Do not define ASM_TYPE_DIRECTIVE.
39320         * sysdeps/powerpc/sysdep.h: Likewise.
39321         * sysdeps/powerpc/powerpc32/sysdep.h:
39322         Replace ASM_TYPE_DIRECTIVE with .type.
39323         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39324         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39325         * sysdeps/i386/fpu/e_powf.S: Likewise.
39326         * sysdeps/i386/fpu/e_expl.S: Likewise.
39327         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39328         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39329         * sysdeps/i386/fpu/e_pow.S: Likewise.
39330         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39331         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39332         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39333         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39334         * sysdeps/i386/fpu/e_log2.S: Likewise.
39335         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39336         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39337         * sysdeps/i386/fpu/e_powl.S: Likewise.
39338         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39339         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39340         * sysdeps/i386/fpu/e_logl.S: Likewise.
39341         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39342         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39343         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39344         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39345         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39346         * sysdeps/i386/fpu/e_log.S: Likewise.
39347         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39348         * sysdeps/i386/fpu/e_logf.S: Likewise.
39349         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39350         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39351         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39352         * sysdeps/i386/fpu/e_log10.S: Likewise.
39353         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39354         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39355         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39356         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39357         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39358         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39359         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39360         * sysdeps/i386/i686/strtok.S: Likewise.
39361         * sysdeps/i386/i386-mcount.S: Likewise.
39362         * sysdeps/i386/strtok.S: Likewise.
39363         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39364         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39365         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39366         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39367         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39368         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39369         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39370         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39371         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39372         * sysdeps/x86_64/_mcount.S: Likewise.
39373         * sysdeps/x86_64/strtok.S: Likewise.
39374         * sysdeps/sh/_mcount.S: Likewise.
39376 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39378         * libio/iofopen.c: Include <fcntl.h>.
39379         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39380         (_IO_fopen64, fopen64): Define as aliases.
39381         * libio/iofopen64.c: Include <fcntl.h>.
39382         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39383         Conditionalize body on this.
39384         * sysdeps/wordsize-64/iofopen.c: File removed.
39385         * sysdeps/wordsize-64/iofopen64.c: File removed.
39387 2012-08-01  Marek Polacek  <polacek@redhat.com>
39389         * libc/Makeconfig: Use elf in place of binfmt-subdir.
39390         Use dlfcn directly instead of a variable.
39391         (binfmt-subdir): Do not define.
39392         (dlfcn): Likewise.
39394 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
39396         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39397         Remove all definitions.
39398         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39399         <kernel-features.h>.
39400         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39401         (miss_F_GETOWN_EX): Remove all definitions.
39402         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39403         macro definition.
39404         [!__ASSUME_FCNTL64]: Remove conditional code.
39405         [__ASSUME_FCNTL64]: Make code unconditional.
39406         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39407         <kernel-features.h>.
39408         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39409         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39410         (lockf64) [__NR_fcntl64]: Make code unconditional.
39411         (lockf64) [__ASSUME_FCNTL64]: Likewise.
39413         * sysdeps/unix/sysv/linux/kernel-features.h
39414         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39415         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39416         Make code unconditional.
39417         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39418         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39420         [__NR_vfork]: Make code unconditional.
39421         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39422         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39424         [__NR_vfork]: Make code unconditional.
39425         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39426         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39428 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39430         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39431         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39433         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39434         Define mkstemp64 as an alias.
39435         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39436         Define mkstemps64 as an alias.
39437         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39438         Define mkostemp64 as an alias.
39439         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39440         Define mkostemps64 as an alias.
39441         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39442         Conditionalize body on this.
39443         * misc/mkostemp64.c: Likewise.
39444         * misc/mkostemps64.c: Likewise.
39445         * misc/mkstemps64.c: Likewise.
39446         * sysdeps/wordsize-64/mkstemp64.c: File removed.
39447         * sysdeps/wordsize-64/mkostemp64.c: File removed.
39448         * sysdeps/wordsize-64/mkostemp.c: File removed.
39449         * sysdeps/wordsize-64/mkstemp.c: File removed.
39450         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39451         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39452         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39453         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39455         [BZ #14138]
39456         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39457         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39458         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39459         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39461         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39462         compat_symbol macros from <shlib-compat.h> rather than the underlying
39463         default_symbol_version and symbol_version macros, so that DEFAULT
39464         lines in shlib-versions are respected.
39465         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39467 2012-08-01  Florian Weimer  <fweimer@redhat.com>
39469         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39470         Declare with warn_unused_result.
39471         (setgid, setregid, setegid, setresgid): Likewise.
39472         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39473         Likewise.
39474         * WUR-REPORT: Remove set*id functions.
39476 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
39478         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39480 2012-07-31  Roland McGrath  <roland@hack.frob.com>
39482         [BZ #10191]
39483         * include/sys/socket.h (__libc_accept, __libc_accept4):
39484         Add attribute_hidden.
39485         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39487         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39488         use of PTR_MANGLE.
39489         * inet/getnetgrent_r.c (setup): Likewise.
39491         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39493 2012-07-31  David S. Miller  <davem@davemloft.net>
39495         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39497 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
39499         [BZ #13629]
39500         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39501         value between 1.0 and 2.0 and smaller part has absolute value less
39502         than 1.0.
39503         * math/s_clog10.c (__clog10): Likewise.
39504         * math/s_clog10f.c (__clog10f): Likewise.
39505         * math/s_clog10l.c (__clog10l): Likewise.
39506         * math/s_clogf.c (__clogf): Likewise.
39507         * math/s_clogl.c (__clogl): Likewise.
39508         * math/libm-test.inc (clog_test): Add more tests.
39509         (clog10_test): Likewise.
39510         * sysdeps/i386/fpu/libm-test-ulps: Update.
39511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39513 2012-07-31  Florian Weimer  <fweimer@redhat.com>
39515         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39516         Exit with zero in case no suitable GID is found, and write a
39517         message to standard error.
39519 2012-07-30  Roland McGrath  <roland@hack.frob.com>
39521         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39522         rather than to 1.
39523         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39524         (MAXPATHLEN): Removed.
39525         (NOGROUP, NODEV): New macros.
39526         (setbit, clrbit, isset, isclr): New macros.
39527         (howmany, roundup, powerof2): New macros.
39528         (DEV_BSIZE): New macro.
39530         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39531         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39533         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39534         definition on [!__NO_LONG_DOUBLE_MATH].
39536         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39537         PTR_MANGLE and PTR_DEMANGLE.
39539         * socket/accept4.c (accept4): Rename to __libc_accept4.
39540         Define accept4 as a weak alias.
39542         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39543         on [_DIRENT_HAVE_D_TYPE].
39544         * io/ftw.c (ftw_dir): Likewise.
39546         * io/xmknod.c (__xmknod): Don't check PATH for being null.
39548         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39550         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39551         Use the BSD numbers rather than the arbitrary ones we had.
39552         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39553         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39554         (SIGXCPU, SIGXFSZ): New macros.
39555         (_NSIG): Now 32.
39557         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39558         initializer on [_LIBC_REENTRANT].
39560         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39561         definitions inside [_POSIX_MAPPED_FILES].
39563         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39565         * dirent/opendir.c: Include <fcntl.h>.
39567         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39568         (__libc_getspecific): Likewise.
39569         (__libc_key_create): Likewise.
39571         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39572         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39573         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39574         (tmpfile64): Define as alias.
39575         * sysdeps/wordsize-64/tmpfile.c: File removed.
39576         * sysdeps/wordsize-64/tmpfile64.c: File removed.
39577         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39578         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39580         * stdio-common/vfscanf.c: Include <stdbool.h>.
39581         * nss/makedb.c: Likewise.
39582         * stdio-common/_i18n_number.h: Likewise.
39583         * argp/argp-help.c: Likewise.
39584         * posix/wordexp.c: Likewise.
39585         * sysdeps/posix/spawni.c: Likewise.
39586         * nss/nss_files/files-initgroups.c: Likewise.
39587         * stdio-common/reg-modifier.c: Include <stdlib.h>.
39588         * nss/nss_files/files-initgroups.c: Likewise.
39589         * nss/nss_db/db-netgrp.c: Likewise.
39590         * nss/nss_db/db-initgroups.c: Likewise.
39591         * io/fchmodat.c: Include <sys/stat.h>.
39593         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39594         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39596         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39597         [HAVE_MMAP].
39599         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39600         Add multiple inclusion protection.
39602 2012-07-27  David S. Miller  <davem@davemloft.net>
39604         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39606 2012-07-27  Gary Benson  <gbenson@redhat.com>
39608         [BZ #14298]
39609         * elf/rtld.c: Include <stap-probe.h>.
39610         (dl_main): Added static probes "init_start" and "init_complete".
39611         * elf/dl-load.c: Include <stap-probe.h>.
39612         (lose): Take new parameter "nsid".
39613         Added static probe "map_failed".
39614         (_dl_map_object_from_fd): Pass namespace id to lose.
39615         Added static probe "map_start".
39616         (open_verify): Pass namespace id to lose.
39617         * elf/dl-open.c: Include <stap-probe.h>.
39618         (dl_open_worker) Added static probes "map_complete", "reloc_start"
39619         and "reloc_complete".
39620         * elf/dl-close.c: Include <stap-probe.h>.
39621         (_dl_close_worker): Added static probes "unmap_start" and
39622         "unmap_complete".
39623         * elf/rtld-debugger-interface.txt: New file documenting the above.
39625 2012-07-26  Roland McGrath  <roland@hack.frob.com>
39627         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39628         rather than a string variable.
39629         * sunrpc/rpc_main.c (h_output): Likewise.
39630         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39632 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
39634         * inet/check_native.c: New file.
39636 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
39638         [BZ #13629]
39639         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39640         if larger part has absolute value 1.0.
39641         * math/s_clog10.c (__clog10): Likewise.
39642         * math/s_clog10f.c (__clog10f): Likewise.
39643         * math/s_clog10l.c (__clog10l): Likewise.
39644         * math/s_clogf.c (__clogf): Likewise.
39645         * math/s_clogl.c (__clogl): Likewise.
39646         * math/libm-test.inc (clog_test): Add more tests.
39647         (clog10_test): Likewise.
39648         * sysdeps/i386/fpu/libm-test-ulps: Update.
39649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39651         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39652         (pltexit): Likewise.
39653         (La_regs): Likewise.
39654         (La_retval): Likewise.
39655         (int_retval): Likewise.
39656         Update #error for removed macros to refer only to definitions in
39657         tst-audit.h.
39658         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39659         macro.
39660         (pltexit): Likewise.
39661         (La_regs): Likewise.
39662         (La_retval): Likewise.
39663         (int_retval): Likewise.
39664         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39665         macro.
39666         (pltexit): Likewise.
39667         (La_regs): Likewise.
39668         (La_retval): Likewise.
39669         (int_retval): Likewise.
39670         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
39671         macro.
39672         (pltexit): Likewise.
39673         (La_regs): Likewise.
39674         (La_retval): Likewise.
39675         (int_retval): Likewise.
39676         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
39677         macro.
39678         (pltexit): Likewise.
39679         (La_regs): Likewise.
39680         (La_retval): Likewise.
39681         (int_retval): Likewise.
39682         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
39683         macro.
39684         (pltexit): Likewise.
39685         (La_regs): Likewise.
39686         (La_retval): Likewise.
39687         (int_retval): Likewise.
39688         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
39689         macro.
39690         (pltexit): Likewise.
39691         (La_regs): Likewise.
39692         (La_retval): Likewise.
39693         (int_retval): Likewise.
39694         * sysdeps/generic/tst-audit.h: Update comment to refer only to
39695         macro definitions in tst-audit.h.
39696         * sysdeps/i386/tst-audit.h: New file.
39697         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39698         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39699         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39700         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39701         * sysdeps/sh/tst-audit.h: Likewise.
39702         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39703         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39704         * sysdeps/x86_64/tst-audit.h: Likewise.
39706 2012-07-26  Andreas Jaeger  <aj@suse.de>
39708         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39709         ptrace.
39711         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39712         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39713         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39714         PTRACE_O_MASK.
39715         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39716         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39717         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39719         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39720         value.
39722         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39723         _sigsys.
39724         (si_call_addr, si_syscall, si_arch): Define new macro.
39725         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39726         _sigsys.
39727         (si_call_addr, si_syscall, si_arch): Define new marcro.
39728         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39729         _sigsys.
39730         (si_call_addr, si_syscall, si_arch): Define new macro.
39731         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39732         _sigsys.
39733         (si_call_addr, si_syscall, si_arch): Define new macro.
39735 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39737         [BZ #13717]
39738         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39739         Change to 2.4.21 where previously 2.4.1.
39740         * sysdeps/unix/sysv/linux/configure: Regenerated.
39741         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39742         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39743         Linux kernel version.
39744         (__ASSUME_STD_AUXV): Remove.
39745         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39746         kernel version.
39747         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39748         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39749         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39750         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39751         (__ASSUME_NETLINK_SUPPORT): Likewise.
39752         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39753         (__no_netlink_support): Remove conditional definition.
39754         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39755         Remove.
39756         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39757         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39758         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39759         (if_nameindex_ioctl): Remove.
39760         (if_nameindex_netlink): Do not handle __no_netlink_support.
39761         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39762         code.
39763         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39764         Remove conditional code.
39765         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39766         code.
39767         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39768         unconditional.
39769         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39770         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39771         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39772         Remove.
39773         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39774         [!__ASSUME_STD_AUXV]: Remove conditional code.
39775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39776         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39777         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39779         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39780         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39781         code.
39782         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39784         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39785         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39786         conditional code.
39787         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39789         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39790         code.
39791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39792         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39793         conditional code.
39794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39795         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39796         code unconditional.
39797         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39798         conditional code.
39799         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39800         unconditional.
39801         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39802         conditional code.
39803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39804         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39805         unconditional.
39806         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39807         conditional code.
39808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39809         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39810         code unconditional.
39811         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39812         conditional code.
39813         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39814         unconditional.
39815         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39816         conditional code.
39817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39818         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39819         code unconditional.
39820         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39821         conditional code.
39822         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39823         unconditional.
39824         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39825         conditional code.
39827 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39829         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39830         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39831         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39832         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39833         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39834         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39835         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39836         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39837         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39838         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39839         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39840         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39841         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39842         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39843         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39844         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39845         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39846         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39847         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39848         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39849         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39850         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39851         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39853 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39855         * Versions.def: Add GLIBC_2.17.
39856         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39857         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39858         Introduce __libc_secure_getenv.
39859         * stdlib/Versions (2.17): Add secure_getenv
39860         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39861         * stdlib/secure-getenv.c: Rename __secure_getenv to
39862         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
39863         symbol __secure_getenv for GLIBC_2.0.
39864         * stdlib/tst-secure-getenv.c: New.
39865         * stdlib/Makefile (tests): Add testcase.
39866         * manual/startup.texi (Environment Access): Document
39867         secure_getenv.
39868         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39869         __libc_secure_getenv.
39870         * inet/ruserpass.c (ruserpass): Likewise.
39871         * malloc/mtrace.c (mtrace): Likewise.
39872         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39873         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39874         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39875         * sysdeps/posix/tempname.c: Likewise.  Evaluate
39876         HAVE_SECURE_GETENV.
39877         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39878         __secure_getenv to __libc_secure_getenv.
39879         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39881         Likewise.
39882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39883         Likewise.
39884         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39885         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39886         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39887         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39888         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39889         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39890         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39892 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39894         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39895         (struct La_i86_retval): Likewise.
39896         (struct La_x86_64_regs): Likewise.
39897         (struct La_x86_64_retval): Likewise.
39898         (struct La_x32_regs): Likewise.
39899         (struct La_x32_retval): Likewise.
39900         (struct La_ppc32_regs): Likewise.
39901         (struct La_ppc32_retval): Likewise.
39902         (struct La_ppc64_regs): Likewise.
39903         (struct La_ppc64_retval): Likewise.
39904         (struct La_sh_regs): Likewise.
39905         (struct La_sh_retval): Likewise.
39906         (struct La_s390_32_regs): Likewise.
39907         (struct La_s390_32_retval): Likewise.
39908         (struct La_s390_64_regs): Likewise.
39909         (struct La_s390_64_retval): Likewise.
39910         (struct La_sparc32_regs): Likewise.
39911         (struct La_sparc32_retval): Likewise.
39912         (struct La_sparc64_regs): Likewise.
39913         (struct La_sparc64_retval): Likewise.
39914         (struct audit_ifaces): Remove architecture-specific pltenter and
39915         pltexit members.
39916         * sysdeps/i386/ldsodefs.h: New file.
39917         * sysdeps/powerpc/ldsodefs.h: Likewise.
39918         * sysdeps/s390/ldsodefs.h: Likewise.
39919         * sysdeps/sh/ldsodefs.h: Likewise.
39920         * sysdeps/sparc/ldsodefs.h: Likewise.
39921         * sysdeps/x86_64/ldsodefs.h: Likewise.
39923 2012-07-25  Marek Polacek  <polacek@redhat.com>
39925         [BZ #6808]
39926         * math/libm-test.inc (yn_test): Add another test.
39927         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39928         to ERANGE when the result is +-Inf.
39929         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39930         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39931         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39932         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39934 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
39936         * conform/data/time.h-data (NULL): Use macro-constant.  Require
39937         equal to 0.
39938         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
39939         clock_t.
39940         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
39942 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
39944         * configure.in <sysdeps resolving>: Correct printing
39945         Implies_before.
39946         * configure: Regenerate.
39948 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
39950         * math/w_ilogb.c: Include <limits.h>.
39951         * math/w_ilogbl.c: Likewise.
39953 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39955         * manual/lang.texi (__va_copy): Document primarily as ISO C99
39956         va_copy.  Document allowing for unavailable va_copy only as
39957         pre-C99 compatibility.
39958         * manual/string.texi (Copying and Concatenation): Use va_copy
39959         instead of __va_copy in concat example.
39961 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
39963         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39964         (__sendto): Use create_address_port.  Initialize APORT and deallocate
39965         it if not null.
39967         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39968         with O_NOLINK passed to __file_name_lookup.
39970         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39971         with O_NOLINK passed to __file_name_lookup.
39973         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39974         negative N or less than NGIDS.
39976         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39977         type to string_t.  Set ERANGE as errno and return it if NAME is not big
39978         enough.  Use memcpy instead of strncpy.
39980 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39982         * elf/Makefile (check-data): Remove.
39983         (localplt.data): New vpath directive.
39984         ($(objpfx)check-localplt.out): Use localplt.data from vpath
39985         instead of $(check-data).
39986         * scripts/data/localplt-generic.data: Move to ...
39987         * sysdeps/generic/localplt.data: ... here.
39988         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39989         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39990         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39992         ... here.
39993         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39995         ... here.
39996         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39997         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39998         ... here.
39999         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40000         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40001         ... here.
40002         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40003         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40004         ... here.
40005         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40006         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40007         ... here.
40009 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40011         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40012         PPC32 and PPC64 files.
40013         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40014         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40016 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40018         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40019         __makecontext_ret to ...
40020         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40021         ... here and call exit if uc_link is NULL.  New file.
40022         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40023         __makecontext_ret.S.
40024         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40025         __makecontext_ret to ...
40026         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40027         ... here and call exit if uc_link is NULL.  New file.
40028         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40029         __makecontext_ret.S.
40031 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40033         * elf/elf.h (R_390_IRELATIVE): New definition.
40034         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40035         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
40036         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40037         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40038         (elf_machine_lazy_rel): Likewise.
40039         * sysdeps/s390/dl-irel.h: New file.
40040         * sysdeps/s390/s390-64/memcpy.S: New asm code.
40041         * sysdeps/s390/s390-64/memset.S: New asm code.
40042         * sysdeps/s390/s390-64/memcmp.S: New asm code.
40043         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40044         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40045         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40046         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40047         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40048         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40049         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40050         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40051         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40052         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40053         * sysdeps/s390/s390-32/memcpy.S: New asm code.
40054         * sysdeps/s390/s390-32/memset.S: New asm code.
40055         * sysdeps/s390/s390-32/memcmp.S: New asm code.
40057 2012-07-17  Marek Polacek  <polacek@redhat.com>
40059         [BZ #14349]
40060         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40061         * sysdeps/s390/s390-64/configure.in: Likewise.
40062         * sysdeps/sparc/configure.in: Likewise.
40063         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40064         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40065         * sysdeps/i386/configure.in: Likewise.
40066         * sysdeps/x86_64/configure.in: Likewise.
40067         * sysdeps/sh/configure.in: Likewise.
40068         * sysdeps/s390/s390-32/configure: Regenerated.
40069         * sysdeps/s390/s390-64/configure: Likewise.
40070         * sysdeps/x86_64/configure: Likewise.
40071         * sysdeps/sh/configure: Likewise.
40072         * sysdeps/powerpc/powerpc64/configure: Likewise.
40073         * sysdeps/powerpc/powerpc32/configure: Likewise.
40074         * sysdeps/sparc/configure: Likwise.
40075         * sysdeps/i386/configure: Likewise.
40077         * elf/dl-open.c: Comment fixes.
40079 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
40081         * Makefile [CXX] (check-data): Remove.
40082         [CXX] (c++-types.data): New vpath directive.
40083         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40084         vpath.  Do not allow for C++ type data being missing.
40085         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40086         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40087         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40088         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40089         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40090         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40091         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40093         ... here.
40094         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40096         ... here.
40097         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40098         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40099         ... here.
40100         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40101         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40102         ... here.
40103         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40104         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40105         ... here.
40106         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40107         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40108         ... here.
40109         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40110         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40111         ... here.
40112         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40113         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40115         * elf/tls-macros.h (TLS_LE): Move architecture-specific
40116         definitions to architecture-specific files.
40117         (TLS_IE): Likewise.
40118         (TLS_LD): Likewise.
40119         (TLS_GD): Likewise.
40120         * sysdeps/i386/tls-macros.h: New file.
40121         * sysdeps/powerpc/tls-macros.h: Likewise.
40122         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40123         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40124         * sysdeps/sh/tls-macros.h: Likewise.
40125         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40126         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40127         * sysdeps/x86_64/tls-macros.h: Likewise.
40129 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40131         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40132         zero value for regular exit case.
40134         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40135         (__start_context): Preserve zero value for regular exit case.
40137 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40138             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40140         * manual/setjmp.texi (setcontext): Clarify normal process
40141         termination when uc_link is the null pointer.
40142         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40143         exit call.
40145 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40147         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40148         preprocessor.  Test for each exception mask separately.
40150 2012-07-16  Andreas Jaeger  <aj@suse.de>
40152         * po/ru.po: Update from translation team.
40154 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40156         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40157         equal to 0.
40158         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40159         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40160         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40161         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40162         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40164 2012-07-13  Andreas Jaeger  <aj@suse.de>
40166         * po/fr.po: Update from translation team.
40168 2012-07-12  Marek Polacek  <polacek@redhat.com>
40170         [BZ #14173]
40171         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40172         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40173         loop condition.
40175 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40177         [BZ #13717]
40178         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40179         Change to 2.4.1 where previously 2.4.0.
40180         * sysdeps/unix/sysv/linux/configure: Regenerated.
40181         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40182         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40183         version.
40184         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40185         (__ASSUME_AT_CLKTCK): Remove.
40186         (__ASSUME_AT_PAGESIZE): Likewise.
40187         (__ASSUME_AT_XID): Likewise.
40188         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40189         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40190         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40191         unconditionally.
40192         (HAVE_AUX_PAGESIZE): Likewise.
40193         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40194         [__ASSUME_AT_CLKTCK]: Make code unconditional.
40195         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40197 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
40199         [BZ #14307]
40200         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40201         the temporary buffer used to invoke __gethostbyname2_r,
40202         __gethostbyaddr_r and gethostbyname4_r to make room for struct
40203         host_data / struct gaih_addrtuple.
40204         * resolv/nss_dns/dns-host.c (global scope): Move definition of
40205         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40206         header file nss/nsswitch.h.
40207         * nss/nsswitch.h (global scope): Add definition of implementation
40208         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40209         resolv/nss_dns/dns-host.c).
40211 2012-07-11  Andreas Jaeger  <aj@suse.de>
40213         * po/fr.po: Update from translation team.
40215         * po/sv.po: Update from translation team
40216         * po/fr.po: Another update from translation team.
40218 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40220         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40221         for subnormals or multiply small sinh result by itself.
40222         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40223         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40225 2012-07-11  David S. Miller  <davem@davemloft.net>
40227         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40229 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
40231         [BZ #14347]
40232         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40233         (INTERNAL_MARK): Shift it here.
40235 2012-07-10  Marek Polacek  <polacek@redhat.com>
40237         [BZ #14151]
40238         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
40239         libc_cv_asm_global_directive with .globl.
40240         * configure: Regenerated.
40241         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40242         with .globl.
40243         * sysdeps/i386/configure: Regenerated.
40244         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40245         with .globl.
40246         * sysdeps/x86_64/configure: Regenerated.
40247         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40248         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40249         * elf/tst-unique2mod2.c: Likewise.
40250         * elf/tst-unique2mod1.c: Likewise.
40251         * elf/tst-unique1mod2.c: Likewise.
40252         * elf/tst-unique1mod1.c: Likewise.
40253         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40254         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40255         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40256         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40257         * sysdeps/mach/sysdep.h: Likewise.
40258         * sysdeps/i386/sysdep.h: Likewise.
40259         * sysdeps/i386/i386-mcount.S: Likewise.
40260         * sysdeps/x86_64/_mcount.S: Likewise.
40261         * sysdeps/x86_64/sysdep.h: Likewise.
40262         * sysdeps/sh/_mcount.S: Likewise.
40263         * sysdeps/sh/sysdep.h: Likewise.
40264         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40265         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40266         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40267         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40268         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40269         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40270         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40271         * locale/localeinfo.h: Likewise.
40272         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40273         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40275 2012-07-09  Roland McGrath  <roland@hack.frob.com>
40277         [BZ #14336]
40278         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40279         system".
40280         * manual/message.texi (The Uniforum approach): Likewise.
40281         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40282         (glibc iconv Implementation): Likewise.
40284 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
40286         [BZ #14337]
40287         * math/s_clog.c (__clog): Avoid scaling a value down where that
40288         could result in underflow.
40289         * math/s_clog10.c (__clog10): Likewise.
40290         * math/s_clog10f.c (__clog10f): Likewise.
40291         * math/s_clog10l.c (__clog10l): Likewise.
40292         * math/s_clogf.c (__clogf): Likewise.
40293         * math/s_clogl.c (__clogl): Likewise.
40294         * math/libm-test.inc (clog_test): Add more tests.
40295         (clog10_test): Likewise.
40296         * sysdeps/i386/fpu/libm-test-ulps: Update.
40297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40299 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
40301         [BZ #14283]
40302         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40303         by 7 not 8 to examine high bit of fractional part.
40305         [BZ #14042]
40306         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40307         for call to __mcount_internal.
40308         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40309         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40310         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40312 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
40314         [BZ #14154]
40315         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40316         approximation for values within 0x1p-13f of an odd multiple of
40317         pi/4.
40318         * math/libm-test.inc (tan_test): Do not allow spurious underflow
40319         exception.  Add more tests.
40320         * sysdeps/i386/fpu/libm-test-ulps: Update.
40322         [BZ #6778]
40323         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40324         inputs and return -1 for them.  Do not check for +Inf in case not
40325         reachable for +Inf.
40326         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40327         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40328         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40329         and return -1 for them.  Do not check for +Inf in case not
40330         reachable for +Inf.
40331         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40332         define.
40333         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40334         and return -1 for them.  Do not check for +Inf in case not
40335         reachable for +Inf.
40336         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
40337         spurious underflow.
40338         * sysdeps/i386/fpu/libm-test-ulps: Update.
40339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40341 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
40343         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40345 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
40347         [BZ #14157]
40348         [BZ #14331]
40349         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40350         could result in spurious underflow.  Scale down values above
40351         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40352         * math/s_csqrtf.c (__csqrtf): Likewise.
40353         * math/s_csqrtl.c (__csqrtl): Likewise.
40354         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
40355         spurious underflow.
40356         * sysdeps/i386/fpu/libm-test-ulps: Update.
40357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40359 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
40361         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40362         xopen-msg.sed.
40363         * catgets/xopen-msg.awk: New file.
40364         * catgets/xopen-msg.sed: Removed.
40366         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40367         po2text.sed.
40368         * intl/po2test.awk: New file.
40369         * intl/po2test.sed: Removed.
40371 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
40373         [BZ #14328]
40374         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40375         or multiply small sinh result by itself.
40376         * math/s_ctanf.c (__ctanf): Likewise.
40377         * math/s_ctanh.c (__ctanh): Likewise.
40378         * math/s_ctanhf.c (__ctanhf): Likewise.
40379         * math/s_ctanhl.c (__ctanhl): Likewise.
40380         * math/s_ctanl.c (__ctanl): Likewise.
40381         * math/libm-test.inc (ctan_test_tonearest): New function.
40382         (ctan_test_towardzero): Likewise.
40383         (ctan_test_downward): Likewise.
40384         (ctan_test_upward): Likewise.
40385         (ctanh_test_tonearest): Likewise.
40386         (ctanh_test_towardzero): Likewise.
40387         (ctanh_test_downward): Likewise.
40388         (ctanh_test_upward): Likewise.
40389         (main): Call these new functions.
40390         * sysdeps/i386/fpu/libm-test-ulps: Update.
40391         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40393 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
40395         * .gitignore: Delete /ports entry.
40397 2012-07-03  Andreas Jaeger  <aj@suse.de>
40399         * po/bg.po: Update from translation team.
40400         * po/cs.po: Likewise.
40401         * po/de.po: Likewise.
40402         * po/hr.po: Likewise.
40403         * po/nl.pl: Likewise.
40404         * po/pl.po: Likewise.
40405         * po/vi.po: Likewise.
40407 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
40409         * Makeconfig [!+link] (+link-before-libc): New variable.
40410         [!+link] (+link-after-libc): Likewise.
40411         [!+link] (+link-tests): Likewise.
40412         [!+link] (+link): Define in terms of $(+link-before-libc) and
40413         $(+link-after-libc).
40414         [!+link-static] (+link-static-before-libc): New variable.
40415         [!+link-static] (+link-static-after-libc): Likewise.
40416         [!+link-static] (+link-static-tests): Likewise.
40417         [!+link-static] (+link-static): Define in terms of
40418         $(+link-static-before-libc) and $(+link-static-after-libc).
40419         [build-shared] (link-libc-before-gnulib): New variable.
40420         [build-shared] (link-libc-tests): Likewise.
40421         [build-shared] (link-libc): Define in terms of
40422         $(link-libc-before-gnulib).
40423         [!build-shared] (link-libc-tests): New variable.
40424         (link-libc-static-tests): New variable.
40425         [!gnulib] (gnulib-arch): New variable.
40426         [!gnulib] (gnulib-tests): Likewise.
40427         [!gnulib] (static-gnulib-arch): Likewise.
40428         [!gnulib] (static-gnulib-tests): Likewise.
40429         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
40430         Define with "=" instead of ":=".
40431         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
40432         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
40433         * Rules (binaries-all-notests): New variable.
40434         (binaries-all-tests): Likewise.
40435         (binaries-static-notests): Likewise.
40436         (binaries-static-tests): Likewise.
40437         (binaries-all): Define using $(binaries-all-notests) and
40438         $(binaries-all-tests).
40439         (binaries-static): Define using $(binaries-static-notests) and
40440         $(binaries-static-tests).
40441         (binaries-shared-tests): New variable.
40442         (binaries-shared-notests): Likewise.
40443         (binaries-shared): Remove variable.
40444         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40445         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40446         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40447         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40448         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40449         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40450         * elf/Makefile (sln-modules): New variable.
40451         (extra-objs): Add $(sln-modules:=.o).
40452         (ldconfig-modules): Add static-stubs.
40453         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40454         * elf/static-stubs.c: New file.
40456         [BZ #14283]
40457         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40458         by 7 not 8 to examine high bit of fractional part.  Use volatile
40459         variables when splitting into final array of floats if
40460         __FLT_EVAL_METHOD__ != 0.
40461         * math/libm-test.inc (cos_test): Add another test.
40462         (sin_test): Likewise.
40463         * sysdeps/i386/fpu/libm-test-ulps: Update.
40465         [BZ #14273]
40466         * math/libm-test.inc (cosh_test): Add more tests.
40468         * version.h (RELEASE): Set to "development".
40469         (VERSION): Set to "2.16.90".
40471 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
40473         * NEWS: Update copyright. Remove last-updated date.
40474         Mention math library bug fixes and timezone data changes.
40475         * README: Mention GNU/Hurd, x32, and HPPA support status.
40477 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
40479         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40481 2012-06-27  Andreas Jaeger  <aj@suse.de>
40483         * manual/contrib.texi (Contributors): Add Samuel Thibault.
40485 2012-06-25  Andreas Jaeger  <aj@suse.de>
40487         * sysdeps/s390/fpu/libm-test-ulps: Update.
40489 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
40490             Thomas Schwinge  <thomas@codesourcery.com>
40492         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40493         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40494         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40495         fanotify_mark.
40497 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
40499         * sysdeps/mach/start.c: Remove file.
40500         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40501         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40502         * sysdeps/sh/init-first.c: Likewise.
40504         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40505         registers for frame unwinding purposes, add CFI directives.
40506         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40507         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40508         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40509         Likewise.
40511         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40512         __fortify_fail returning.
40513         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40515         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40516         sysdeps/sh/____longjmp_chk.S.
40517         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40518         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40519         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40520         (gen-as-const-headers): Append sigaltstack-offsets.sym.
40522         * sysdeps/sh/abort-instr.h: New file.
40523         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40524         process in case exit returns.
40526         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40527         initialize the GOT register before use.
40529         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40530         calculation of ARGC > 4.
40532         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40533         meaningful names to some local labels.
40535 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40536             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40538         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40539         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40540         (__arch_compare_and_exchange_val_16_acq): Likewise.
40541         (__arch_compare_and_exchange_val_32_acq): Likewise.
40542         (atomic_exchange_and_add): Fix gUSA sequence.
40543         (atomic_add): Likewise.
40544         (atomic_add_negative): Likewise.
40545         (atomic_add_zero): Likewise.
40546         (atomic_bit_test_set): Likewise.
40548 2012-06-22  Andreas Schwab  <schwab@redhat.com>
40550         [BZ #13579]
40551         * include/link.h (struct link_map): Add l_free_initfini.
40552         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40553         l_initfini.
40554         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40555         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40556         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40557         set.
40559 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
40561         * configure.in: Use AC_LANG_SOURCE.
40562         * configure: Regenerate.
40564 2012-06-22  Roland McGrath  <roland@hack.frob.com>
40566         * configure.in (libc_cv_localstatedir): New substituted variable.
40567         * configure: Regenerated.
40568         * config.make.in (localstatedir): New variable, substituted from
40569         libc_cv_localstatedir.
40570         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40571         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40572         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40573         * sysdeps/gnu/configure: Regenerated.
40575 2012-06-21  Jeff Law  <law@redhat.com>
40577         [BZ #14277]
40578         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40579         free.  Simplify list management for _LIBC case.
40581 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
40583         [BZ #14273]
40584         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40585         Clear sign bit of 64-bit integer value before comparing against
40586         overflow value.
40588         * sysdeps/mach/configure: Regenerated.
40590 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
40592         [BZ #14278]
40593         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40595 2012-06-21  Jeff Law  <law@redhat.com>
40597         [BZ #13882]
40598         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
40599         uint16_t for elements in the "seen" array to avoid char overflows.
40600         * elf/dl-fini.c (_dl_sort_fini): Likewise.
40601         * elf/dl-open.c (dl_open_worker): Likewise.
40603 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
40605         * scripts/list-sources.sh: Scan PORTS for translations.
40606         * po/libc.pot: Regenerated.
40608 2012-06-21  Andreas Jaeger  <aj@suse.de>
40610         [BZ #12194]
40611         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40612         warning.
40613         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40614         * bits/byteswap-16.h (__bswap_16): Likewise.
40615         * bits/byteswap.h (__bswap_constant_16): Likewise.
40617 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40619         [BZ #14117]
40620         * sysdeps/i386/fpu_control.h: Removed.
40621         * sysdeps/x86_64/fpu_control.h: Moved to ...
40622         * sysdeps/x86/fpu_control.h: Here.
40624         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40625         (_FPU_SETCW): Likewise.
40627 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
40629         [BZ #14117]
40630         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40631         * sysdeps/x86/fpu/bits/mathinline.h: This.
40632         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40634         [BZ #14050]
40635         [BZ #14117]
40636         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40637         functions if __x86_64__ is defined.
40639 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
40641         * string/endian.h: Add !__ASSEMBLER__ condition for including
40642         conversion interfaces.
40644 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
40646         [BZ #14241]
40647         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40648         of ABS(x) in calculating zero to negative powers other than odd
40649         integers.
40650         * math/libm-test.inc (pow_test): Add more tests.
40652 2012-06-15  Andreas Jaeger  <aj@suse.de>
40654         * manual/contrib.texi (Contributors): Update entry of Liubov
40655         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40656         Machado Filho.
40658 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
40660         * string/string.h: Add __wur to GNU version of strerror_r.
40662 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
40664         [BZ #14229]
40665         * string/Makefile (tests): Add tst-strtok_r.
40666         * string/tst-strtok_r.c: New file.
40667         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40668         RAX_LP/RDX_LP on SAVE_PTR.
40670 2012-06-14  Roland McGrath  <roland@hack.frob.com>
40672         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
40674 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
40676         * libm_test.inc (csqrt_test): Allow more spurious underflow
40677         exceptions.
40678         (j0_test): Likewise.
40679         (j1_test): Likewise.
40680         (y0_test): Likewise.
40681         (y1_test): Likewise.
40683 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
40685         * po/Makefile (libc.pot): Use UTF-8 charset.
40687 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
40689         [BZ #14210]
40690         Suppress sign-conversion warning from FD_SET.
40691         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40692         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40693         not unsigned long int.
40694         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40696 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40698         [BZ #14050]
40699         [BZ #14117]
40700         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40701         __extern_always_inline instead of __extern_inline.
40702         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40703         (__signbit): Likewise.
40704         (__signbitl): Support C++ namespace.
40705         (lrintf): New inline function.
40706         (lrint): Likewise.
40707         (llrintf): Likewise.
40708         (llrint): Likewise.
40709         (fmaxf): Likewise.
40710         (fmax): Likewise.
40711         (fminf): Likewise.
40712         (fmin): Likewise.
40713         (rint): Likewise.
40714         (rintf): Likewise.
40715         (ceil): Likewise.
40716         (ceilf): Likewise.
40717         (floor): Likewise.
40718         (floorf): Likewise.
40719         (nearbyint): Likewise.
40720         (nearbyintf): Likewise.
40722 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40724         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40725         non-default versions.
40727 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40729         [BZ #14218]
40730         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40732 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40734         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40735         (FE_UPWARD, FE_DOWNWARD): Don't define.
40736         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40737         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40739         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40740         reading it.
40741         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40742         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40744 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40746         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40747         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40748         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40749         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40751 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40753         [BZ #14117]
40754         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40755         * sysdeps/i386/fpu/Implies: New file.
40756         * sysdeps/x86_64/fpu/Implies: Likewise.
40757         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40758         * sysdeps/x86/fpu/bits/fenv.h: This.
40760         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40761         __SSE_MATH__.
40763 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40765         [BZ #14134]
40766         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40767         character 0xffff that matches the last element of the
40768         conversion table.
40770 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40772         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40773         fmodl commit.
40775 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40777         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40778         values higher than 25.6283.
40780 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40782         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40783         subnormal exponent extraction and add some __builtin_expect.
40784         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40785         Fix for subnormal mantissa calculation.
40787 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40789         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40790         cpu2 is -1 and errno is not ENOSYS.
40792 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40794         [BZ #14117]
40795         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40796         * sysdeps/x86/bits/string.h: This.
40797         * sysdeps/x86_64/bits/string.h: Removed.
40799         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40800         if not compiling for x86-64, but compiling for >= i486.
40802         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40803         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40805         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40806         New macro from Linux kernel 3.4.0.
40807         (FP_XSTATE_MAGIC2): Likewise.
40808         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40809         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40810         (struct _fpx_sw_bytes): New struct.
40811         (struct _xsave_hdr): Likewise.
40812         (struct _ymmh_state): Likewise.
40813         (struct _xstate): Likewise.
40815         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40816         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40817         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40818         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40819         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40820         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40822         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40823         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40824         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40825         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40826         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40827         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40829 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40831         [BZ #13743]
40832         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40833         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40834         (sysdep_headers): Include sys/platform/ppc.h.
40835         * sysdeps/powerpc/test-gettimebase.c: Test for
40836         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40837         * manual/Makefile (appendices): Include platform.texi.
40838         * manual/contrib.texi (Contributors): Update @node pointers.
40839         * manual/maint.texi (Maintenance): Likewise.
40840         (Platform): New node.
40841         * manual/platform.texi: New file.  Document the new features.
40843 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40844             Jakub Jelinek  <jakub@redhat.com>
40846         [BZ #14188]
40847         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40848         where __builtin_expect is unavailable.
40850 2012-06-03  David S. Miller  <davem@davemloft.net>
40852         * stdlib/longlong.h: Updated from GCC.
40854 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40856         [BZ #14042]
40857         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40858         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40859         __mcount_internal.
40860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40861         (GLIBC_2.16): Likewise.
40863 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40865         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40867 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40870         (default-abi): New variable.
40871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40872         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40873         variable.
40874         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40875         Likewise.
40876         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40877         Likewise.
40878         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40879         Likewise.
40881         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40882         definition.  Document in comment.
40884 2012-06-01  David S. Miller  <davem@davemloft.net>
40886         * stdlib/longlong.h: Updated from GCC.
40888 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40890         [BZ #14117]
40891         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40892         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40893         sys/debugreg.h sys/io.h here.
40894         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40895         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40896         sys/io.h.
40897         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40898         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40899         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40900         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40901         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40902         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40904         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40905         Define only if __x86_64__ is defined.
40907 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40909         [BZ #14048]
40910         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40911         Use int64_t for variable i.
40912         * math/libm-test.inc (fmod_test): Add more tests.
40914         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40915         z computation is not scheduled after fetestexcept.
40916         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40917         Use math_force_eval instead of asm to ensure calculation scheduled
40918         before exception test.
40919         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40920         Ensure a1 + u.d computation is not scheduled after fetestexcept.
40922 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
40924         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40925         computation is not scheduled after fetestexcept.
40927 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40929         [BZ #14117]
40930         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40931         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40933 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40935         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40936         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40938 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40940         [BZ #14117]
40941         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40942         <bits/wordsize.h>.
40943         (__WCHAR_MIN): Support __WORDSIZE == 64.
40944         (__WCHAR_MAX): Likewise.
40946         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40947         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40949         [BZ #14183]
40950         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40951         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40953         [BZ #14117]
40954         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40955         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40957         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40958         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40960         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40961         Defined to 1 if __x86_64__ isn't defined.
40962         (_STAT_VER_LINUX_OLD): New.
40963         (st_atime): Remove duplicate.
40964         (st_mtime): Likewise.
40965         (st_ctime): Likewise.
40967 2012-05-31  David S. Miller  <davem@davemloft.net>
40969         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40970         entries.
40972 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
40974         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40975         gen-libm-test.pl.
40977         [BZ #14132]
40978         * elf/dl-reloc.c: Include <_itoa.h>.
40979         (_dl_reloc_bad_type): Remove use of INTUSE.
40980         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40981         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40982         * stdio-common/psiginfo.c (psiginfo): Likewise.
40983         * stdio-common/psignal.c (psignal): Likewise.
40984         * string/strsignal.c (strsignal): Likewise.
40985         * include/signal.h (_sys_siglist): Declare hidden proto.
40986         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
40987         INTVARDEF with libc_hidden_data_def.
40988         * stdio-common/itoa-udigits.c: Likewise.
40989         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40990         (_itoa_lower_digits_internal): Remove declaration.
40991         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40992         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40993         (_sys_sigabbrev_internal): Remove aliases.
40994         (_sys_siglist): Define hidden alias.
40996 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
40998         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40999         bits/sysctl.h.
41001 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41003         [BZ #14117]
41004         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41005         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41007         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41008         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41009         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41010         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41011         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41012         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41014         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41015         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41016         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41018         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41019         with __addr.
41020         (insw): Likewise.
41021         (insl): Likewise.
41022         (outsb): Likewise.
41023         (outsw): Likewise.
41024         (outsl): Likewise.
41026         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41027         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41028         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41030         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41031         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41032         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41033         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41034         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41035         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41037         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41038         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41040         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41041         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41043         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41044         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41045         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41047         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41048         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41049         to ...
41050         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41052         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41053         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41054         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41056         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41057         for x86-64.
41058         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41060 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
41062         * math/math.h (M_El): Use two more decimal places.
41063         (M_LOG2El): Likewise.
41064         (M_LOG10El): Likewise.
41065         (M_LN2l): Likewise.
41066         (M_LN10l): Likewise.
41067         (M_PIl): Likewise.
41068         (M_PI_2l): Likewise.
41069         (M_PI_4l): Likewise.
41070         (M_1_PIl): Likewise.
41071         (M_2_PIl): Likewise.
41072         (M_2_SQRTPIl): Likewise.
41073         (M_SQRT2l): Likewise.
41074         (M_SQRT1_2l): Likewise.
41076 2012-05-31  David S. Miller  <davem@davemloft.net>
41078         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41079         values between float registers.
41080         * sysdeps/sparc/sparc64/memset.S: Likewise.
41081         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41083 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
41085         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41086         -D_FORTIFY_SOURCE=1.
41087         (CPPFLAGS-tst-longjmp_chk.c): Define.
41088         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41089         (CPPFLAGS-tst-longjmp_chk2.c): Define.
41090         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41091         CFLAGS-tst-wchar-h.c.
41093 2012-05-31  Marek Polacek  <polacek@redhat.com>
41095         [BZ #14132]
41096         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41097         __endmntent_internal): Remove declaration.
41098         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41099         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41100         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41102 2012-05-30  David S. Miller  <davem@davemloft.net>
41104         * sysdeps/sparc/sparc32/soft-fp/q_util.c
41105         (___Q_simulate_exceptions): Use real FP ops rather than writing
41106         into the %fsr.
41107         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41108         Likewise.
41110 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41112         [BZ #14117]
41113         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41114         * sysdeps/x86/bits/xtitypes.h: This.
41116         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41117         * sysdeps/x86/bits/wordsize.h: This.
41119         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41120         * sysdeps/x86/bits/huge_vall.h: This.
41122         * sysdeps/i386/bits/select.h: Removed.
41123         * sysdeps/x86_64/bits/select.h: Renamed to ...
41124         * sysdeps/x86/bits/select.h: This.
41126         * sysdeps/i386/bits/setjmp.h: Removed.
41127         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41128         * sysdeps/x86/bits/setjmp.h: This.
41130         * sysdeps/i386/bits/mathdef.h: Removed.
41131         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41132         * sysdeps/x86/bits/mathdef.h: This.
41134 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
41136         [BZ #14132]
41137         * include/sys/socket.h (__connect_internal)
41138         (__libc_sa_len_internal): Remove declaration.
41139         (__connect, __libc_sa_len): Declare hidden_proto.
41140         (SA_LEN): Remove use of INTUSE.
41141         * socket/connect.c: Add libc_hidden_def.
41142         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41143         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41144         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41145         alias.
41146         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41147         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41148         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41149         of adding _internal alias.
41151 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41153         [BZ #14117]
41154         * sysdeps/i386/bits/link.h: Removed.
41155         * sysdeps/i386/bits/linkmap.h: Likewise.
41156         * sysdeps/x86_64/bits/link.h: Renamed to ...
41157         * sysdeps/x86/bits/link.h: This.
41158         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41159         * sysdeps/x86/bits/linkmap.h: This.
41161         * sysdeps/i386/bits/endian.h: Removed.
41162         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41163         * sysdeps/x86/bits/endian.h: This.
41165         * sysdeps/i386/bits/byteswap.h: Removed.
41166         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41167         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41168         * sysdeps/x86/bits/byteswap.h: This.
41169         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41170         * sysdeps/x86/bits/byteswap-16.h: This.
41171         * sysdeps/i386/Implies: Add x86.
41172         * sysdeps/x86_64/Implies: Likewise.
41174 2012-05-30  David S. Miller  <davem@davemloft.net>
41176         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41177         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41178         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41179         (FP_TRAPPING_EXCEPTIONS): Define.
41180         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41181         (FP_TRAPPING_EXCEPTIONS): Define.
41182         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41183         subnormals only when inexact has been signalled or underflow
41184         exceptions are enabled.
41185         (_FP_PACK_CANONICAL): Likewise.
41187 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41189         [BZ #14183]
41190         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41191         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41193 2012-05-30  Richard Henderson  <rth@twiddle.net>
41195         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41196         with #ifndef NOT_IN_libc.
41198         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
41199         marked to avoid plt entry.
41201 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41203         [BZ #14112]
41204         * Makeconfig (default-abi): New macro.
41205         (abi-includes): Likewise.
41206         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
41207         $(abi-$(default-abi)-lib-soname) for soname if defined.
41208         ($(common-objpfx)gnu/lib-names.stmp): Generate from
41209         abi-variants.
41210         * Makefile (installed-stubs): Likewise.
41211         * include/stubs-biarch.h: Removed.
41212         * scripts/lib-names.awk: Only handle one library at a time.
41213         * scripts/soversions.awk: Remove WORDSIZE support.
41214         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41215         entries.
41216         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41217         Removed.
41218         (syscall-list-default-condition): Likewise.
41219         (syscall-list-default-condition): Likewise.
41220         (syscall-list-includes): Likewise.
41221         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41222         syscall-list-* with abi-*.  Handle undefined abi-variants.
41223         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41224         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41225         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41226         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41227         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41228         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41229         Removed.
41230         (syscall-list-32-options): Likewise.
41231         (syscall-list-32-condition): Likewise.
41232         (syscall-list-64-options): Likewise.
41233         (syscall-list-64-condition): Likewise.
41234         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41235         macro.
41236         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41237         Renamed to ...
41238         (abi-*): This.
41239         (abi-64-ld-soname): New macro.
41240         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41241         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41242         Renamed to ...
41243         (abi-*): This.
41244         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41245         * sysdeps/x86_64/x32/shlib-versions: Likewise.
41247 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
41249         * sysdeps/unix/sysv/linux/kernel-features.h
41250         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41251         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41252         include <kernel-features.h>.
41253         [!__NR_ftruncate64]: Remove conditional code.
41254         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41255         [__NR_ftruncate64]: Make code unconditional.
41256         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41257         * sysdeps/unix/sysv/linux/truncate64.c: Do not
41258         include <kernel-features.h>.
41259         [!__NR_ftruncate64]: Remove conditional code.
41260         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41261         [__NR_ftruncate64]: Make code unconditional.
41262         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41264         include <kernel-features.h>.
41265         [!__NR_ftruncate64]: Remove conditional code.
41266         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41267         [__NR_ftruncate64]: Make code unconditional.
41268         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41270         include <kernel-features.h>.
41271         [!__NR_ftruncate64]: Remove conditional code.
41272         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41273         [__NR_ftruncate64]: Make code unconditional.
41274         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41276         * configure.in (libc_cv_fpie): Weaken to a compile test using
41277         LIBC_TRY_CC_OPTION.
41278         * configure: Regenerated.
41280 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41282         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41283         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41284         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41285         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41286         Refreshed.
41287         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41288         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41289         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41290         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41291         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41292         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41293         Refreshed.
41295 2012-05-27  David S. Miller  <davem@davemloft.net>
41297         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41298         (___Q_zero): New.
41299         (__Q_simulate_exceptions): Return void.  Change to simulate
41300         exceptions by writing into the %fsr.
41301         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41302         (__Qp_handle_exceptions): Likewise.
41303         (numbers): Delete.
41304         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41305         __Qp_handle_exceptions.
41306         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41307         __Qp_handle_exceptions.
41308         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41309         as unused and give dummy FP_RND_NEAREST initializer.
41310         (FP_INHIBIT_RESULTS): Define.
41311         (___Q_simulate_exceptions): Update declaration.
41312         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41313         formatting.
41314         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41315         as unused and give dummy FP_RND_NEAREST initializer.
41316         (__Qp_handle_exceptions): Update declaration.
41317         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41318         formatting.
41320 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
41322         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41323         the temporary FPU control word.
41324         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41325         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41326         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41327         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41328         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41329         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41330         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41331         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41332         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41333         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41334         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41336 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41338         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41339         fields.
41341 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
41343         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41344         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41345         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41346         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41347         Likewise.
41348         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41349         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41350         Likewise.
41352 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
41354         * po/h.po: Update from translation team.
41356 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
41358         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41360         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41361         handling of denormals.
41362         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41363         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41364         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41365         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41366         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41367         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41368         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41369         Likewise.
41371 2012-05-26  Marek Polacek  <polacek@redhat.com>
41373         [BZ #14152]
41374         * math/libm-test.inc (fma_test): Don't always expect underflow
41375         exception.
41377 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41379         [BZ #12416]
41380         * elf/tst-execstack.c: Include stackinfo.h.
41381         (do_test): Adjust test case to ensure that pthread_getattr_np
41382         behaviour remains the same after marking stack executable.
41384 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41386         * sysdeps/unix/sysv/linux/kernel-features.h
41387         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41388         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41389         kernel-features.h.
41390         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41391         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41392         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41393         kernel-features.h.
41394         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41395         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41397 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
41399         * configure.in: Define the default includes to being none.
41400         * configure: Regenerated.
41402 2012-05-25  Roland McGrath  <roland@hack.frob.com>
41404         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41405         * sysdeps/x86_64/setjmp.S: Likewise.
41406         * sysdeps/i386/bsd-setjmp.S: Likewise.
41407         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41408         * sysdeps/i386/setjmp.S: Likewise.
41409         * sysdeps/i386/__longjmp.S: Likewise.
41410         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41411         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41413         * include/stap-probe.h: New file.
41414         * configure.in: Handle --enable-systemtap.
41415         * configure: Regenerated.
41416         * config.h.in (USE_STAP_PROBE): New #undef.
41417         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41418         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41419         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41421 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41423         [BZ #13717]
41424         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41425         to 2.4.0 where earlier.
41426         * sysdeps/unix/sysv/linux/configure: Regenerated.
41427         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41428         <kernel-features.h>.
41429         [__ASSUME_32BITUIDS]: Make code unconditional.
41430         [!__ASSUME_32BITUIDS]: Remove conditional code.
41431         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41432         <kernel-features.h>.
41433         [__ASSUME_32BITUIDS]: Make code unconditional.
41434         [!__ASSUME_32BITUIDS]: Remove conditional code.
41435         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41436         [__ASSUME_32BITUIDS]: Make code unconditional.
41437         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41438         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41439         <kernel-features.h>.
41440         [__ASSUME_32BITUIDS]: Make code unconditional.
41441         [!__ASSUME_32BITUIDS]: Remove conditional code.
41442         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41443         <kernel-features.h>.
41444         [__ASSUME_32BITUIDS]: Make code unconditional.
41445         [!__ASSUME_32BITUIDS]: Remove conditional code.
41446         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41447         <kernel-features.h>.
41448         [__ASSUME_32BITUIDS]: Make code unconditional.
41449         [!__ASSUME_32BITUIDS]: Remove conditional code.
41450         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41451         <kernel-features.h>.
41452         [__ASSUME_32BITUIDS]: Make code unconditional.
41453         [!__ASSUME_32BITUIDS]: Remove conditional code.
41454         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41455         <kernel-features.h>.
41456         [__ASSUME_32BITUIDS]: Make code unconditional.
41457         [!__ASSUME_32BITUIDS]: Remove conditional code.
41458         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41459         <kernel-features.h>.
41460         [__ASSUME_32BITUIDS]: Make code unconditional.
41461         [!__ASSUME_32BITUIDS]: Remove conditional code.
41462         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41463         <kernel-features.h>.
41464         [__ASSUME_32BITUIDS]: Make code unconditional.
41465         [!__ASSUME_32BITUIDS]: Remove conditional code.
41466         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41467         <kernel-features.h>.
41468         [__ASSUME_32BITUIDS]: Make code unconditional.
41469         [!__ASSUME_32BITUIDS]: Remove conditional code.
41470         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41471         <kernel-features.h>.
41472         [__ASSUME_32BITUIDS]: Make code unconditional.
41473         [!__ASSUME_32BITUIDS]: Remove conditional code.
41474         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41475         <kernel-features.h>.
41476         [__ASSUME_32BITUIDS]: Make code unconditional.
41477         [!__ASSUME_32BITUIDS]: Remove conditional code.
41478         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41479         <kernel-features.h>.
41480         [__NR_setresgid] (__setresgid): Do not declare.
41481         [__ASSUME_32BITUIDS]: Make code unconditional.
41482         [!__ASSUME_32BITUIDS]: Remove conditional code.
41483         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41484         <kernel-features.h>.
41485         [__NR_setresuid] (__setresuid): Do not declare.
41486         [__ASSUME_32BITUIDS]: Make code unconditional.
41487         [!__ASSUME_32BITUIDS]: Remove conditional code.
41488         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
41489         <kernel-features.h>.
41490         [__ASSUME_32BITUIDS]: Make code unconditional.
41491         [!__ASSUME_32BITUIDS]: Remove conditional code.
41492         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
41493         <kernel-features.h>.
41494         [__ASSUME_32BITUIDS]: Make code unconditional.
41495         [!__ASSUME_32BITUIDS]: Remove conditional code.
41496         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
41497         <kernel-features.h>.
41498         [__ASSUME_32BITUIDS]: Make code unconditional.
41499         [!__ASSUME_32BITUIDS]: Remove conditional code.
41500         * sysdeps/unix/sysv/linux/i386/setgroups.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/setregid.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/setresgid.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/setresuid.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/setreuid.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/setuid.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/shmctl.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/kernel-features.h
41529         (__ASSUME_SETRESUID_SYSCALL): Remove.
41530         (__ASSUME_SETRESGID_SYSCALL): Likewise.
41531         (__ASSUME_32BITUIDS): Likewise.
41532         (__ASSUME_LDT_WORKS): Likewise.
41533         (__ASSUME_O_DIRECTORY): Likewise.
41534         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41535         architecture but not kernel version.
41536         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41537         (__ASSUME_MMAP2_SYSCALL): Likewise.
41538         (__ASSUME_STAT64_SYSCALL): Likewise.
41539         (__ASSUME_IPC64): Likewise.
41540         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41541         <kernel-features.h>.
41542         [__ASSUME_32BITUIDS]: Make code unconditional.
41543         [!__ASSUME_32BITUIDS]: Remove conditional code.
41544         * sysdeps/unix/sysv/linux/opendir.c: Do not include
41545         <kernel-features.h>.
41546         [__ASSUME_O_DIRECTORY]: Make code unconditional.
41547         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41548         132096]: Remove conditional code.
41549         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41550         * sysdeps/unix/sysv/linux/s390/s390-32/chown.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/s390/s390-32/lchown.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/setegid.c: Do not include
41559         <kernel-features.h>.
41560         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41561         unconditional.
41562         (__setresgid): Do not declare.
41563         [__ASSUME_32BITUIDS]: Make code unconditional.
41564         [!__ASSUME_32BITUIDS]: Remove conditional code.
41565         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41566         <kernel-features.h>.
41567         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41568         unconditional.
41569         (__setresuid): Do not declare.
41570         [__ASSUME_32BITUIDS]: Make code unconditional.
41571         [!__ASSUME_32BITUIDS]: Remove conditional code.
41572         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41573         <kernel-features.h>.
41574         [__ASSUME_32BITUIDS]: Make code unconditional.
41575         [!__ASSUME_32BITUIDS]: Remove conditional code.
41576         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41577         <kernel-features.h>.
41578         [__ASSUME_32BITUIDS]: Make code unconditional.
41579         [!__ASSUME_32BITUIDS]: Remove conditional code.
41581 2012-05-25  Richard Henderson  <rth@twiddle.net>
41583         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41584         dl_hwcap to ifunc resolver.
41585         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41586         elf_ifunc_invoke.
41587         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41588         dl_hwcap to ifunc resolver.
41589         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41591 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41593         [BZ #14153]
41594         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41595         for |x| <= 2**-26, not 2**-57.
41596         * math/libm-test.inc (acos_test): Do not allow spurious underflow
41597         exception.
41599 2012-05-24  Jeff Law  <law@redhat.com>
41601         * stdio-common/Makefile (tests): Add bug25.
41602         * stdio-common/bug25.c: New test.
41604 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41606         [BZ #13576]
41607         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41608         multiple of MALLOC_ALIGNMENT in size.
41609         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41611 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41613         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41614         Require >= 256.
41615         (FILENAME_MAX): Use macro-int-constant.
41616         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
41617         (_IOFBF): Use macro-int-constant.
41618         (_IOLBF): Likewise.
41619         (_IONBF): Likewise.
41620         (SEEK_CUR): Likewise.
41621         (SEEK_END): Likewise.
41622         (SEEK_SET): Likewise.
41623         (TMP_MAX): Likewise.
41624         (EOF): Use macro-int-constant.  Require < 0.
41625         (NULL): Use macro-constant.  Require == 0.
41626         (stdin): Require type to be FILE *.
41627         (stdout): Likewise.
41628         (stderr): Likewise.
41629         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41630         macro-int-constant.
41631         (EXIT_SUCCESS): Likewise.
41632         (NULL): Use macro-constant.  Require == 0.
41633         (RAND_MAX): Use macro-int-constant.
41634         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41635         [C99-based standards] (strtof): Require function.
41636         [C99-based standards] (strtold): Likewise.
41637         [C99-based standards] (strtoll): Likewise.
41638         [C99-based standards] (strtoull): Likewise.
41639         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41640         [ISO || ISO99 || ISO11] (limits.h): Likewise.
41641         [ISO || ISO99 || ISO11] (math.h): Likewise.
41642         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41643         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41644         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41646 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
41648         [BZ #14132]
41649         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41650         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41651         * intl/dgettext.c (DCGETTEXT): Likewise.
41652         * intl/gettext.c (DCGETTEXT): Likewise.
41653         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41654         * posix/regex_internal.h (gettext): Likewise.
41655         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41656         Remove declaration.
41657         * include/argz.h (__argz_count_internal)
41658         (__argz_stringify_internal): Remove declaration.
41659         (__argz_count, __argz_stringify): Declare hidden proto.
41660         * intl/dcgettext.c: Remove use of INTDEF.
41661         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41662         * string/argz-stringify.c: Likewise.
41663         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41664         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41665         Declare hidden proto.
41666         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41667         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41668         Declare hidden proto.
41669         * include/stdio.h (__asprintf_internal): Don't declare.
41670         (__asprintf): Don't define as macro.  Declare hidden proto.
41671         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
41672         (__fsetlocking): Declare hidden proto.
41673         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
41674         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
41675         hidden proto.
41676         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
41677         (_IO_setlinebuf): Remove use of INTUSE.
41678         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
41679         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
41680         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
41681         Remove declaration.
41682         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
41683         (_IO_do_flush): Remove use of INTUSE.
41684         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
41685         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
41686         (_IO_adjust_column, _IO_least_wmarker)
41687         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
41688         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
41689         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41690         (_IO_default_doallocate, _IO_wdefault_doallocate)
41691         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41692         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41693         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41694         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41695         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41696         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41697         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41698         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41699         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41700         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41701         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41702         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41703         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41704         proto.
41705         (_IO_flush_all_internal, _IO_adjust_column_internal)
41706         (_IO_default_uflow_internal, _IO_default_finish_internal)
41707         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41708         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41709         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41710         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41711         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41712         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41713         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41714         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41715         (_IO_file_close_internal, _IO_file_close_it_internal)
41716         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41717         (_IO_file_init_internal, _IO_file_attach_internal)
41718         (_IO_file_fopen_internal, _IO_file_read_internal)
41719         (_IO_file_sync_internal, _IO_file_seek_internal)
41720         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41721         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41722         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41723         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41724         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41725         (_IO_list_all_internal, _IO_link_in_internal)
41726         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41727         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41728         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41729         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41730         (_IO_do_write_internal, _IO_padn_internal)
41731         (_IO_getline_info_internal, _IO_getline_internal)
41732         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41733         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41734         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41735         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41736         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41737         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41738         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41739         with libc_hidden_ver, remove use of INTUSE.
41740         * libio/genops.c: Likewise.
41741         * libio/freopen.c: Likewise.
41742         * libio/freopen64.c: Likewise.
41743         * libio/iofclose.c: Likewise.
41744         * libio/iofdopen.c: Likewise.
41745         * libio/iofflush.c: Likewise.
41746         * libio/iofflush_u.c: Likewise.
41747         * libio/iofgets.c: Likewise.
41748         * libio/iofgets_u.c: Likewise.
41749         * libio/iofopen.c: Likewise.
41750         * libio/iofopncook.c: Likewise.
41751         * libio/iofread.c: Likewise.
41752         * libio/iofread_u.c: Likewise.
41753         * libio/ioftell.c: Likewise.
41754         * libio/iofwrite.c: Likewise.
41755         * libio/iogetline.c: Likewise.
41756         * libio/iogets.c: Likewise.
41757         * libio/iogetwline.c: Likewise.
41758         * libio/iopadn.c: Likewise.
41759         * libio/iopopen.c: Likewise.
41760         * libio/ioseekoff.c: Likewise.
41761         * libio/ioseekpos.c: Likewise.
41762         * libio/iosetbuffer.c: Likewise.
41763         * libio/iosetvbuf.c: Likewise.
41764         * libio/ioungetc.c: Likewise.
41765         * libio/ioungetwc.c: Likewise.
41766         * libio/iovdprintf.c: Likewise.
41767         * libio/iovsprintf.c: Likewise.
41768         * libio/iovsscanf.c: Likewise.
41769         * libio/memstream.c: Likewise.
41770         * libio/obprintf.c: Likewise.
41771         * libio/oldfileops.c: Likewise.
41772         * libio/oldiofclose.c: Likewise.
41773         * libio/oldiofdopen.c: Likewise.
41774         * libio/oldiofopen.c: Likewise.
41775         * libio/oldiopopen.c: Likewise.
41776         * libio/oldstdfiles.c: Likewise.
41777         * libio/putc.c: Likewise.
41778         * libio/setbuf.c: Likewise.
41779         * libio/setlinebuf.c: Likewise.
41780         * libio/stdfiles.c: Likewise.
41781         * libio/strops.c: Likewise.
41782         * libio/vasprintf.c: Likewise.
41783         * libio/vscanf.c: Likewise.
41784         * libio/vsnprintf.c: Likewise.
41785         * libio/vswprintf.c: Likewise.
41786         * libio/wfiledoalloc.c: Likewise.
41787         * libio/wfileops.c: Likewise.
41788         * libio/wgenops.c: Likewise.
41789         * libio/wmemstream.c: Likewise.
41790         * libio/wstrops.c: Likewise.
41791         * libio/__fpurge.c: Likewise.
41792         * libio/__fsetlocking.c: Likewise.
41793         * assert/assert.c: Likewise.
41794         * debug/fgets_chk.c: Likewise.
41795         * debug/fgets_u_chk.c: Likewise.
41796         * debug/fread_chk.c: Likewise.
41797         * debug/fread_u_chk.c: Likewise.
41798         * debug/gets_chk.c: Likewise.
41799         * debug/obprintf_chk.c: Likewise.
41800         * debug/vasprintf_chk.c: Likewise.
41801         * debug/vdprintf_chk.c: Likewise.
41802         * debug/vsnprintf_chk.c: Likewise.
41803         * debug/vsprintf_chk.c: Likewise.
41804         * malloc/mtrace.c: Likewise.
41805         * misc/error.c: Likewise.
41806         * misc/syslog.c: Likewise.
41807         * stdio-common/asprintf.c: Likewise.
41808         * stdio-common/fxprintf.c: Likewise.
41809         * stdio-common/getw.c: Likewise.
41810         * stdio-common/isoc99_fscanf.c: Likewise.
41811         * stdio-common/isoc99_scanf.c: Likewise.
41812         * stdio-common/isoc99_vfscanf.c: Likewise.
41813         * stdio-common/isoc99_vscanf.c: Likewise.
41814         * stdio-common/isoc99_vsscanf.c: Likewise.
41815         * stdio-common/printf-prs.c: Likewise.
41816         * stdio-common/printf_fp.c: Likewise.
41817         * stdio-common/printf_fphex.c: Likewise.
41818         * stdio-common/printf_size.c: Likewise.
41819         * stdio-common/putw.c: Likewise.
41820         * stdio-common/scanf.c: Likewise.
41821         * stdio-common/sprintf.c: Likewise.
41822         * stdio-common/tmpfile.c: Likewise.
41823         * stdio-common/vfprintf.c: Likewise.
41824         * stdio-common/vfscanf.c: Likewise.
41825         * stdlib/strfmon_l.c: Likewise.
41826         * sunrpc/openchild.c: Likewise.
41827         * sunrpc/xdr_stdio.c: Likewise.
41828         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41829         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41831 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41833         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41835         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41836         in the third column, to generate for the shared library an IFUNC
41837         that uses _dl_vdso_vsym.
41838         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41839         * Makeconfig (object-suffixes-noshared): New variable.
41841         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41842         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41843         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41844         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41846         [BZ #14132]
41847         * include/sys/time.h (__gettimeofday): Remove macro.
41848         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41849         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41850         Remove INTDEF.
41851         (__gettimeofday): Add libc_hidden_def.
41852         (gettimeofday): Add libc_hidden_weak.
41853         * sysdeps/mach/gettimeofday.c: Likewise.
41854         * sysdeps/posix/gettimeofday.c: Likewise.
41855         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41856         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41857         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41858         (__gettimeofday_internal): Remove strong_alias.
41859         (__gettimeofday): Add libc_hidden_def.
41860         (gettimeofday): Add libc_hidden_weak.
41861         * sysdeps/unix/syscalls.list (gettimeofday):
41862         Remove __gettimeofday_internal alias.
41864 2012-05-24  Daniel Jacobowitz  <drow@false.org>
41865             H.J. Lu  <hongjiu.lu@intel.com>
41867         [BZ #12495]
41868         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41869         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41870         (largebin_index_32_big): New.
41871         (largebin_index): Use it for 16-byte alignment.
41872         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
41873         correction with front_misalign.
41875 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41877         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41878         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41879         Likewise.
41880         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41881         Likewise.
41882         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41883         Likewise.
41884         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41885         Likewise.
41886         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41887         Likewise.
41888         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41889         Likewise.
41890         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41891         Likewise.
41892         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41893         Likewise.
41894         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41895         Likewise.
41896         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41897         Likewise.
41898         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41899         Likewise.
41900         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41901         Likewise.
41903         * scripts/data/c++-types-x32-linux-gnu.data: New file.
41904         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41906 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41908         [BZ #10846]
41909         [BZ #14036]
41910         * math/libm-test.inc (exp_test): Add test from bug 14036.
41911         (pow_test): Add test from bug 10846.
41913         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41914         and other flags.
41915         (special_function): Do not include flags in test name.
41916         (parse_args): Likewise.
41917         * sysdeps/i386/fpu/libm-test-ulps: Update.
41918         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41919         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41920         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41921         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41923         * math/gen-libm-test.pl (%beautify): Add entries for underflow
41924         exceptions.
41925         * math/libm-test.inc ("Philosophy"): Update comment about
41926         exception testing.
41927         (UNDERFLOW_EXCEPTION): New macro.
41928         (UNDERFLOW_EXCEPTION_OK): Likewise.
41929         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41930         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41931         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41932         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41933         (INVALID_EXCEPTION_OK): Update value.
41934         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41935         (OVERFLOW_EXCEPTION_OK): Likewise.
41936         (IGNORE_ZERO_INF_SIGN): Likewise.
41937         (test_exceptions): Handle underflow exceptions.
41938         (acos_test): Update for underflow exception expectations.
41939         (cexp_test): Likewise.
41940         (clog_test): Likewise.
41941         (clog10_test): Likewise.
41942         (csqrt_test): Likewise.
41943         (ctan_test): Likewise.
41944         (ctanh_test): Likewise.
41945         (exp_test): Likewise.
41946         (exp10_test): Likewise.
41947         (exp2_test): Likewise.
41948         (expm1_test): Likewise.
41949         (fma_test): Likewise.
41950         (j0_test): Likewise.
41951         (jn_test): Likewise.
41952         (nexttoward_test): Likewise.
41953         (pow_test): Likewise.
41954         (scalbn_test): Likewise.
41955         (scalbln_test): Likewise.
41956         (tan_test): Likewise.
41957         (y1_test): Likewise.
41958         * sysdeps/i386/fpu/libm-test-ulps: Update.
41959         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41961 2012-05-23  David S. Miller  <davem@davemloft.net>
41963         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41964         (__libc_sigaction): Remove unused local variables.
41966 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41968         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41970 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
41972         mktime: avoid signed integer overflow
41973         * time/mktime.c (__mktime_internal): Do not mishandle the case
41974         where diff == INT_MIN.
41976         mktime: simplify computation of average
41977         * time/mktime.c (ranged_convert): Use new time_t_avg function
41978         instead of rolling our own (probably-slower) code.
41980         mktime: do not assume signed right shift propagates sign bit
41981         * time/mktime.c (isdst_differ): New static function.
41982         (__mktime_internal): No need to normalize tm_isdst now.
41983         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41984         tm_isdst values.
41986         mktime: merge another wrapv change from gnulib
41987         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41988         from some compilers.
41990         mktime: remove incorrect attempt at unusual arithmetics
41991         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41992         The code didn't really work on such machines anyway.
41993         (TYPE_MINIMUM): Assume two's complement.
41994         (twos_complement_arithmetic): Verify that long_int and time_t
41995         are two's complement (or unsigned, in the latter case).
41997         mktime: check signed shifts on long_int and time_t, too
41998         * time/mktime.c (SHR): Check that shifts work as desired
41999         on the types long_int and time_t too, as SHR is used on
42000         such types.
42002         mktime: do not assume 'long' is wide enough
42003         * time/mktime.c (verify): Move decl up.
42004         (long_int): New type.
42005         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42006         to remove assumption in the code that 'long' is wide enough to
42007         store year values.  This assumption is not true on x32 and on
42008         some non-glibc platforms.
42010         mktime: merge wrapv change from gnulib
42011         * time/mktime.c (WRAPV): New macro.
42012         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42013         (guess_time_tm, __mktime_internal): Do not assume that signed
42014         integer overflow wraps around; modern compilers generate code
42015         where this assumption is no longer valid.
42017 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42019         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42020         Replace "jmp L(pseudo_end)" with "ret".
42021         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42022         Likewise.
42024 2012-05-23  Andreas Jaeger  <aj@suse.de>
42026         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42027         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42029 2012-05-23  Andreas Jaeger  <aj@suse.de>
42030             Maximilian Attems  <max@stro.at>
42032         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42033         New macros.
42035 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42037         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42038         code so that pseudo_end is just ret and the stack pointer is
42039         correct also for static library in error case.
42041 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
42043         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42044         move to syscalls.list.
42045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42050         * manual/install.texi (Running make install): Do not mention Linux
42051         kernel version for which pt_chown is not needed.
42052         (Linux): Do not mention problems with nscd with 2.0 kernels.
42053         * INSTALL: Regenerated.
42055 2012-05-23  Andreas Jaeger  <aj@suse.de>
42057         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42058         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42059         macro.
42060         * sysdeps/unix/sysv/linux/s390/bits/mman.h
42061         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42062         * sysdeps/unix/sysv/linux/sh/bits/mman.h
42063         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42064         * sysdeps/unix/sysv/linux/i386/bits/mman.h
42065         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42066         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42067         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42068         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42069         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42070         * sysdeps/unix/sysv/linux/bits/in.h
42071         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42073 2012-05-22  Roland McGrath  <roland@hack.frob.com>
42075         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42076         (PREPARE_VERSION): Just use assert instead, it will be elided
42077         under [NDEBUG] anyway.
42079 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42081         * sysdeps/unix/sysv/linux/Makefile: Include
42082         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42083         (sysdep_routines): Remove sysctl.
42084         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42085         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42086         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42087         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42088         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42090 2012-05-22  Andreas Jaeger  <aj@suse.de>
42092         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42093         that pseudo_end is just ret and the stack pointer is correct also
42094         for static library in error case.
42096 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
42098         [BZ #14122]
42099         * nss/nsswitch.c (defconfig_entries): New variable.
42100         (__nss_database_lookup): Don't leak defconfig entries.
42101         (nss_parse_service_list): Don't leak on error paths.
42102         (free_database_entries): New function.
42103         (free_defconfig): New function.
42104         (free_mem): Move common code to free_database_entries.
42106 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42108         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42109         Add arch_prctl.
42110         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42112         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42113         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42114         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42115         New macro.
42116         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42117         (INTERNAL_SYSCALL_TYPES): Likewise.
42118         (LOAD_ARGS_TYPES_[1-6]): Likewise.
42119         (LOAD_REGS_TYPES_[1-6]): Likewise.
42120         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42121         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42123 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42125         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42126         copysignl for GLIBC_2_0.
42127         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42128         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42129         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42130         logbl for GLIBC_2_0.
42131         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42132         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42134 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42136         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42137         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42139         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42140         Use "neg %eax".
42142         * time/mktime.c: Update copyright years.
42144 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42146         mktime: merge comment-quoting-style change from gnulib
42147         * time/mktime.c: Quote 'like this' in comments.
42148         The GNU coding standards suggest that we no longer quote `like this',
42149         as "`" and "'" are typically rendered asymmetrically nowadays.
42150         The typical gnulib style is to quote 'like this' when quoting
42151         code, and "like this" when quoting English.
42153         * time/mktime.c (compile-command): Add "-I.".
42155         mktime: merge mktime-internal.h change from gnulib
42156         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42158         mktime: merge time_r change from gnulib
42159         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42161         mktime: merge DEBUG change from gnulib
42162         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42163         case system <time.h> has a #define.
42165         mktime: merge <sys/types.h> change from gnulib
42166         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42167         since <time.t> is now guaranteed to define time_t.
42169         mktime: merge HAVE_CONFIG_H change from gnulib
42170         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42172 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42174         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42175         Use "neg %eax".
42177         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42178         __rlim_t cast.
42179         (struct rusage): Use anonymous union to pad each field to
42180         __syscall_slong_t.
42182 2012-05-21  David S. Miller  <davem@davemloft.net>
42184         * Makefules (o-iterator): Remove .s cases.
42185         (compile-command.s): Delete.
42186         (COMPILE.s): Delete.
42187         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42189 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
42191         * configure.in (libc_cv_predef_stack_protector): Only consider
42192         "foobar" and "__stack_chk_fail" lines in libc_undefs.
42193         * configure: Regenerated.
42195 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42197         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42198         New macro.  Use R*LP on int and pointer.
42199         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42200         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42201         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42202         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42204         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42205         [__WORDSIZE_TIME64_COMPAT32] instead of
42206         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42207         (struct utmp): Likewise.
42208         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42209         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42210         Renamed to ...
42211         (__WORDSIZE_TIME64_COMPAT32): This.
42212         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42213         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42214         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42215         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42216         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42217         (__WORDSIZE_TIME64_COMPAT32): New macro.
42219 2012-05-21  Andreas Jaeger  <aj@suse.de>
42221         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42222         only if [SHARED]. Add prototype for __wcschr_ia32.
42224 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42226         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42227         of %rbp unmolested in the jmp_buf while mangling the low bits.
42228         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42229         unmolested high bits of %rbp while demangling the low bits.
42230         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42232 2012-05-21  Andreas Jaeger  <aj@suse.de>
42234         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42235         * sunrpc/svc_simple.c: Use it for registerrpc.
42236         * sunrpc/xcrypt.c: Use it for passwd2des.
42238         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42240 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42242         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42243         Don't define if [__SYSCALL_WORDSIZE != 32].
42244         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42245         New macro.
42247 2012-05-21  Bruno Haible  <bruno@clisp.org>
42248             Andreas Jaeger  <aj@suse.de>
42250         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42251         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42252         inptr and inend for must_buffer_ch.
42253         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42254         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42255         * stdio-common/Makefile (tests): Remove bug15.
42256         (bug15-ENV): Remove macro.
42257         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42258         anymore.
42260 2012-05-19  Andreas Jaeger  <aj@suse.de>
42261             Roland McGrath  <roland@hack.frob.com>
42263         * manual/contrib.texi: Completely rewritten. It contains now an
42264         alphabetical list of contributors and their contributions.
42266 2012-05-21  Richard Henderson  <rth@twiddle.net>
42268         * misc/getauxval.c (__getauxval): Use unsigned long int.
42269         * misc/sys/auxv.h: Include <sys/cdefs.h>.
42270         (getauxval): Use unsigned long int.
42272 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42274         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42276 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42278         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42279         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42280         __alignof__ (long double).
42282 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42284         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42286 2012-05-20  Richard Henderson  <rth@twiddle.net>
42288         * misc/getauxval.c: New file.
42289         * misc/sys/auxv.h: New file.
42290         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42291         (routines): Add getauxval.
42292         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42293         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42294         * elf/dl-sysdep.c (_dl_auxv): Remove.
42295         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42296         * elf/dl-support.c (_dl_auxv): New variable.
42297         (_dl_aux_init): Initialize it.
42298         * manual/startup.texi (Auxiliary Vector): New node.
42299         * sysdeps/generic/bits/hwcap.h: New file.
42300         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42301         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
42302         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42303         * sysdeps/sparc/sysdep.h: ... here.  Include it.
42304         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42305         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42307         Update.
42308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42309         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42310         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42311         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42312         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42313         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42314         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42315         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42317 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42319         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42321 2012-05-19  David S. Miller  <davem@davemloft.net>
42323         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42325 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42327         [BZ #14123]
42328         * math/s_ccosh.c: Include <float.h>
42329         (__ccosh): Avoid internal overflow calculating sinh and cosh
42330         values before multiplying by sin and cos values.
42331         * math/s_ccoshf.c: Likewise.
42332         * math/s_ccoshl.c: Likewise.
42333         * math/s_csin.c: Likewise.
42334         * math/s_csinf.c: Likewise.
42335         * math/s_csinl.c: Likewise.
42336         * math/s_csinh.c: Likewise.
42337         * math/s_csinhf.c: Likewise.
42338         * math/s_csinhl.c: Likewise.
42339         * math/libm-test.inc (ccos_test): Add more tests.
42340         (ccosh_test): Likewise.
42341         (csin_test): Likewise.
42342         (csinh_test): Likewise.
42343         * sysdeps/i386/fpu/libm-test-ulps: Update.
42344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42346 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
42348         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42349         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42351         * sysdeps/x86_64/x32/_itoa.h: Add comment.
42353 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42355         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42356         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42357         * sysdeps/powerpc/soft-fp/Versions: Likewise.
42358         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42359         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42360         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42361         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42362         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42363         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42364         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42365         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42366         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42367         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42368         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42369         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42370         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42371         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42372         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42373         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42374         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42375         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42376         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42377         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42378         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42379         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42380         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42381         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42382         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42383         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42384         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42385         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42387 2012-05-18  Andreas Jaeger  <aj@suse.de>
42389         * csu/.gitignore: Delete.
42391 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42393         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42394         (timex): Use __syscall_slong_t.
42396 2012-05-18  Andreas Jaeger  <aj@suse.de>
42397             Carlos O'Donell  <carlos_odonell@mentor.com>
42399         * manual/install.texi (Configuring and compiling): Update
42400         description about files modified in the source directory.
42401         * INSTALL: Regenerated.
42403 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42405         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42406         value.  Use "or" to set return value to -1.
42407         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42408         negate return value.
42410 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42412         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42413         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42414         failure if the compiler has Graphite support disabled.
42415         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42416         Likewise.
42417         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42418         (CFLAGS-memmove.c): Likewise.
42419         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42420         Likewise.
42422 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42424         * sysdeps/x86_64/x32/_itoa.h: New file.
42426         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42427         getdents system call only if kernel and user dirents have the
42428         same d_ino and d_off.
42430         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42431         LLONG_MAX != LONG_MAX.
42432         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42433         (_fitoa_word): Likewise.
42435         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42436         years.
42437         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42438         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42439         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42441         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42442         include <bits/wordsize.h>.  Check __x86_64__ instead of
42443         __WORDSIZE.
42444         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42445         if __x86_64__ is defined.  Use anonymous union on fpstate.
42447         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42448         anonymous union.
42450 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
42452         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42453         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42454         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42455         Refer to _rtld_local_ro instead of _rtld_global_ro.
42456         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42457         Likewise.
42458         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42459         Likewise.
42460         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42461         Likewise.
42462         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42463         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42464         of _rtld_global, and rtld_progname instead of _dl_argv[0].
42466         * sysdeps/powerpc/powerpc32/dl-machine.c
42467         (__elf_machine_runtime_setup) [PROF]: Don't reference
42468         _dl_prof_resolve.
42470 2012-05-18  Andreas Jaeger  <aj@suse.de>
42472         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42473         function only available for GCCs before 3.4 since GCC 3.4
42474         introduced a builtin.
42475         (lrint): Likewise.
42476         (llrintf): Likewise.
42477         (llrint): Likewise.
42478         (fmaxf): Likewise.
42479         (fmax): Likewise.
42480         (fminf): Likewise.
42481         (fmin): Likewise.
42482         (rint): Likewise.
42483         (rintf): Likewise.
42484         (nearbyint): Likewise.
42485         (nearbyintf): Likewise.
42486         (ceil): Likewise.
42487         (ceilf): Likewise.
42488         (floor): Likewise.
42489         (floorf): Likewise.
42491 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42493         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42494         on both fields and cast pointer to __syscall_ulong_t.
42496         * bits/types.h (__fsword_t): New type.
42497         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42498         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42499         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42500         (__FSWORD_T_TYPE): Likewise.
42501         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42502         (__FSWORD_T_TYPE): Likewise.
42503         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42504         (__FSWORD_T_TYPE): Likewise.
42505         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42506         (__FSWORD_T_TYPE): Likewise.
42507         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42508         __SWORD_TYPE with __fsword_t.
42509         (statfs64): Likewise.
42511 2012-05-17  David S. Miller  <davem@davemloft.net>
42513         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42515 2012-05-17  Andreas Jaeger  <aj@suse.de>
42517         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42518         warning.
42520 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42522         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42524 2012-05-17  Andreas Jaeger  <aj@suse.de>
42526         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42527         when it is used.
42529 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42531         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42533 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42535         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42536         * sysdeps/x86_64/tst-mallocalign1.c: New file.
42538 2012-05-17  Andreas Jaeger  <aj@suse.de>
42539             Carlos O'Donell  <carlos_odonell@mentor.com>
42541         [BZ #14059]
42542         * sysdeps/x86_64/multiarch/init-arch.h
42543         (bit_YMM_Usable): Rename to...
42544         (bit_AVX_Usable): ... this.
42545         (bit_FMA4_Usable): New macro.
42546         (bit_XMM_state): New macro.
42547         (bit_YMM_state): New macro.
42548         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42549         [__ASSEMBLER__] (index_AVX_Usable): ... this.
42550         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42551         (CPUID_OSXSAVE): New macro.
42552         (CPUID_AVX): New macro.
42553         (CPUID_FMA4): New macro.
42554         (index_YMM_Usable): Rename to...
42555         (index_AVX_Usable): ... this.
42556         (HAS_AVX): Use HAS_ARCH_FEATURE.
42557         (HAS_FMA4): Likewise.
42558         (HAS_YMM_USABLE): Remove.
42559         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42560         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42561         are present.
42562         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42563         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42564         * sysdeps/x86_64/multiarch/Makefile: Likewise.
42565         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42566         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42568 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42570         * math/libm-test.c: Support platforms without multiple rounding modes.
42571         * math/bug-nextafter.c: Support platforms without FP exceptions.
42572         * math/bug-nexttoward.c: Likewise.
42573         * math/test-fenv.c: Likewise.
42574         * math/test-misc.c: Likewise.
42575         * stdlib/bug-getcontext.c: Likewise.
42577 2012-05-17  Andreas Jaeger  <aj@suse.de>
42579         * manual/examples/search.c (critter_cmp): Change signature to
42580         avoid warnings.
42581         * manual/string.texi (Collation Functions): Likewise.
42583 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42585         * bits/types.h: Fold copyright years.
42586         * bits/typesizes.h: Likewise.
42587         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42588         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42589         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42590         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42591         * time/time.h: Likewise.
42593 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
42595         [BZ #208]
42596         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42597         in instead of returning them.  Return void.
42598         (__libc_mallinfo): Accumulate over all arenas.
42599         (__malloc_stats): Adjust for change in int_mallinfo interface.
42601 2012-05-16  Roland McGrath  <roland@hack.frob.com>
42603         [BZ #10375]
42604         * configure.in (NM): Add AC_CHECK_TOOL for it.
42605         (libc_extra_cflags): New substituted variable.
42606         Check for -fstack-protector being used implicitly.
42607         * configure: Regenerated.
42608         * config.make.in (config-extra-cflags): New variable,
42609         gets @libc_extra_cflags@.
42610         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42612         [BZ #10375]
42613         * configure.in: Check for _FORTIFY_SOURCE being predefined.
42614         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42615         * configure: Regenerated.
42616         * config.make.in (CPPUNDEFS): New substituted variable.
42617         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42618         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42619         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42621 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42623         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42624         (mq_attr): Use __syscall_slong_t.
42626 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42628         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42629         Check __x86_64__ instead of __WORDSIZE.
42630         (_STAT_VER_LINUX): Likewise.
42631         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
42632         __syscall_ulong_t and __syscall_slong_t.
42633         (stat64): Likewise.
42635 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42637         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42639 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42641         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42643 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42645         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42646         __syscall_ulong_t.
42648         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42649         include <bits/wordsize.h>.  Check __x86_64__ instead of
42650         __WORDSIZE.
42651         (greg_t): Use "__extension__ long long int" if __x86_64__ is
42652         defined.
42653         (mcontext_t): Replace "unsigned long" with "unsigned long long".
42655         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42656         include <bits/wordsize.h>.  Check __x86_64__ instead of
42657         __WORDSIZE.
42658         (user_regs_struct): Use "__extension__ unsigned long long"
42659         instead of "unsigned long" if __x86_64__ is defined.
42660         (user): Likewise.  Pad after pointer field if __ILP32__ is
42661         defined.
42663 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
42665         * configure.in (makeinfo): Require version 4.5 or later.  Allow
42666         versions 5 to 9.
42667         * configure: Regenerated.
42668         * manual/install.texi (texinfo): Increase version requirement to
42669         4.5 or later.
42670         * INSTALL: Regenerated.
42672         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
42674 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42676         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
42678         * sysdeps/x86_64/x32/ffs.c: New file.
42680         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
42681         __syscall_ulong_t.
42682         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
42683         defined.  Use __syscall_ulong_t.
42684         (shminfo): Use __syscall_ulong_t.
42685         (shm_info): Likewise.
42687         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
42688         __syscall_ulong_t.
42690         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42691         <bits/wordsize.h>.
42692         (msgqnum_t): Use __syscall_ulong_t.
42693         (msglen_t): Likewise.
42694         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
42695         __syscall_ulong_t.
42697         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42698         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42700         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42702         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42703         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42705         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42706         __syscall_slong_t.
42708         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42709         include <bits/wordsize.h>.  Check __x86_64__ instead of
42710         __WORDSIZE.
42712         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42713         "unsigned long long int" if __x86_64__ is defined.
42714         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42716         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42717         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42718         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42720         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42721         <stdint.h>.
42722         (GET_PC): Cast to uintptr_t first.
42723         (GET_FRAME): Likewise.
42724         (GET_STACK): Likewise.
42726         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42727         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42728         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42729         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42730         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42731         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42732         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42733         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42734         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42735         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42736         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42737         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42738         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42739         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42740         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42741         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42742         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42743         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42744         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42745         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42746         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42747         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42748         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42749         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42750         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42751         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42752         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42753         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42754         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42756 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42758         * Makerules (+depfiles): Also collect depfiles from .oS in
42759         $(extra-objs).
42760         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42761         .oS, $(libnldbl-routines)).
42763         * Makerules (native-compile-mkdep-flags): Define.
42764         * sunrpc/Makefile (extra-objs): Add $(addprefix
42765         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42766         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42767         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42768         calling $(make-target-directory).
42770 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42772         * bits/types.h (__snseconds_t): Removed.
42773         * time/time.h (struct timespec): Replace __snseconds_t with
42774         __syscall_slong_t.
42775         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42776         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42777         Likewise.
42778         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42779         (__SNSECONDS_T_TYPE): Likewise.
42780         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42781         (__SNSECONDS_T_TYPE): Likewise.
42782         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42783         (__SNSECONDS_T_TYPE): Likewise.
42785 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42787         * sysdeps/mach/hurd/bits/typesizes.h
42788         (__SYSCALL_SLONG_TYPE): New macro.
42789         (__SYSCALL_ULONG_TYPE): Likewise.
42791 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42793         * bits/types.h (__syscall_slong_t): New type.
42794         (__syscall_ulong_t): Likewise.
42796         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42797         (__SYSCALL_ULONG_TYPE): Likewise.
42798         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42799         (__SYSCALL_SLONG_TYPE): Likewise.
42800         (__SYSCALL_ULONG_TYPE): Likewise.
42801         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42802         (__SYSCALL_SLONG_TYPE): Likewise.
42803         (__SYSCALL_ULONG_TYPE): Likewise.
42804         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42805         (__SYSCALL_SLONG_TYPE): Likewise.
42806         (__SYSCALL_ULONG_TYPE): Likewise.
42808 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42810         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42811         Add sigaltstack-offsets.sym.
42812         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42813         <sigaltstack-offsets.h>.
42814         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42815         longjmp_msg pointer.
42816         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42817         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42818         signal stack.
42819         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42821 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42823         * elf/stackguard-macros.h: Remove file.
42824         * sysdeps/generic/stackguard-macros.h: New file.
42825         * sysdeps/i386/stackguard-macros.h: Likewise.
42826         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42827         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42828         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42829         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42830         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42831         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42832         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42833         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42834         <elf/stackguard-macros.h>.
42836         [BZ #14109]
42837         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42838         __aligned__ in attribute.
42839         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42840         (gregset_t): Likewise.
42842 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42844         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42845         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42846         * sysdeps/x86_64/x32/Implies-after: New file.
42848 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42850         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42851         and access return value for _dl_profile_fixup.  Use R10_LP to
42852         load frame size.
42854 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42856         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42858 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42860         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42861         * sysdeps/x86_64/x32/sysdep.h: New file.
42863 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42865         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42866         * sysdeps/x86_64/setjmp.S: Likewise.
42868 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42870         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42871         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42872         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42873         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42874         remove unused global constant.
42876 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
42878         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42879         include of <not-cancel.h>.
42881 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42883         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42885 2012-05-15  Jeff Law  <law@redhat.com>
42886             Andreas Jaeger  <aj@suse.de>
42888         [BZ #13594]
42889         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42890         out from...
42891         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42892         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42893         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42894         code changing __hst_map_handle.map.
42896 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42898         * configure.in (sysnames): Look for Implies-before and Implies-after
42899         files.
42900         * configure: Regenerated.
42902 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42904         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42905         8-byte data alignment with LP_SIZE alignment.
42907 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42909         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42910         into R10_LP.
42912 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42914         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42916 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42918         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42919         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42920         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42921         Likewise.
42922         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42924 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42926         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42927         (stackinfo_sub_sp): Likewise.
42929 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42931         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42932         RAX_LP.
42934 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42936         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42937         into R*_LP.
42939 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42941         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42942         sizes into R*_LP.
42944 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42946         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42948 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42950         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42951         into R11_LP and load __x86_64_shared_cache_size_half into
42952         R8_LP.
42954 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42956         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42957         R8_LP.
42959 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42961         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42962         logb for POWER7.
42963         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42964         logbf for POWER7.
42965         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42966         logbl for POWER7.
42967         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42968         powerpc32/power7/fpu/s_logb.c via #include.
42969         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42970         powerpc32/power7/fpu/s_logbf.c via #include.
42971         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42972         powerpc32/power7/fpu/s_logbl.c via #include.
42974 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42976         * README.libm: Remove file.
42978 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42980         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42981         count for x32.  Use R*_LP and omit operand-size suffix.
42983 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42985         * shlib-versions: Move x86_64-.*-linux.* entries to ...
42986         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
42987         * sysdeps/x86_64/x32/shlib-versions: New file.
42989 2012-05-14  Roland McGrath  <roland@hack.frob.com>
42991         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42992         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42993         Use _dl_fatal_printf instead.
42995 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42997         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42998         set if not set by the user.  Do not allow for being unset.
42999         * sysdeps/unix/sysv/linux/configure: Regenerated.
43001 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43003         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43004         the `q' suffix from lea and replace .quad with ASM_ADDR.
43006 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43008         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43009         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43010         instead of $17.
43011         (PTR_DEMANGLE): Likewise.
43013 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43015         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43016         (LP_OP): Likewise.
43017         (ASM_ADDR): Likewise.
43018         (RAX_LP): Likewise.
43019         (RBP_LP): Likewise.
43020         (RBX_LP): Likewise.
43021         (RCX_LP): Likewise.
43022         (RDI_LP): Likewise.
43023         (RSI_LP): Likewise.
43024         (RSP_LP): Likewise.
43025         (R8_LP): Likewise.
43026         (R9_LP): Likewise.
43027         (R10_LP): Likewise.
43028         (R10_LP): Likewise.
43029         (R11_LP): Likewise.
43030         (R12_LP): Likewise.
43031         (R13_LP): Likewise.
43032         (R14_LP): Likewise.
43033         (R15_LP): Likewise.
43035 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43037         * sysdeps/x86_64/x32/dl-machine.h: New file.
43039 2012-05-14  Andreas Jaeger  <aj@suse.de>
43041         * manual/Makefile (subdir): Remove export of subdir.
43042         (all): Remove target.
43043         (.PHONY): Remove all from list.
43044         (mkinstalldirs): Remove.
43045         (.PHONY): Remove installdirs from list.
43046         ($(inst_infodir)/libc.info): Use make-target-directory.
43047         (installdirs): Remove.
43048         (subdir_%): Remove.
43049         (glibc-targets): Remove.
43050         (lib): Remove.
43051         (stubs): Remove.
43052         ($(objpfx)stubs ../po/manual.pot): Remove.
43053         ($(objpfx)stamp%): Remove.
43054         (make-target-directory): Remove.
43055         (subdir_install): Remove.
43056         (routines): Remove.
43057         (aux): Remove.
43058         (sources): Remove.
43059         (objects): Remove.
43060         (headers): Remove.
43062         [BZ #13750]
43063         * manual/.gitignore: Remove, it's not needed anymore.
43064         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43065         all files in it.
43066         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43067         directory.
43068         (texis): Renamed to $(objpfx)texis.
43069         (texis-path): New, contains path to generated files.
43070         (chapters.%): Use texis-path for complete path, add extra argument
43071         libc-texinfo.sh.
43072         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43073         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43074         (summary,texi, stamp-summary): Use complete path of
43075         files. Generate files in build dir.
43076         (dir-add.texi): Build in build dir.
43077         (libm-err.texi,stamp-libm-err): Likewise.
43078         (version.texi, stamp-version): Likewise.
43079         (.%c.texi): Likewise.
43080         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43081         (mostlyclean): Remove target.
43082         (realclean): Remove target.
43083         (generated): Add new variable with contents from mostlyclean and
43084         realclean, remove entries duplicated in common-mostlyclean, add
43085         stamp-libm-err and stamp-version.
43086         (generated-dirs): Add libc directory.
43087         ($(inst_infodir)/libc.info): Install files from build dir.
43089         * manual/install.texi (Configuring and compiling): Adjust since
43090         the info files are not part of the tar ball anymore.
43092 2012-05-14  Andreas Jaeger  <aj@suse.de>
43094         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43095         variable.
43097 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43099         [BZ #13717]
43100         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43101         to 2.2.0 where earlier.
43102         * sysdeps/unix/sysv/linux/configure: Regenerated.
43103         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43104         Remove conditional code.
43105         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43106         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43107         Remove conditional code.
43108         [!__NR_lchown]: Likewise.
43109         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43110         [__NR_lchown]: Likewise.
43111         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43112         comment referencing __ASSUME_LCHOWN_SYSCALL.
43113         * sysdeps/unix/sysv/linux/i386/sigaction.c
43114         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43115         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43116         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43117         Remove conditional code.
43118         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43119         (__protocol_available): Remove #if 0 code.
43120         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43121         conditional code.
43122         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43123         * sysdeps/unix/sysv/linux/kernel-features.h
43124         (__ASSUME_GETCWD_SYSCALL): Don't define.
43125         (__ASSUME_REALTIME_SIGNALS): Likewise.
43126         (__ASSUME_PREAD_SYSCALL): Likewise.
43127         (__ASSUME_PWRITE_SYSCALL): Likewise.
43128         (__ASSUME_POLL_SYSCALL): Likewise.
43129         (__ASSUME_LCHOWN_SYSCALL): Likewise.
43130         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43131         non-SPARC.
43132         (__ASSUME_SIOCGIFNAME): Don't define.
43133         (__ASSUME_MSG_NOSIGNAL): Likewise.
43134         (__ASSUME_SENDFILE): Define unconditionally.
43135         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43136         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43137         conditional code.
43138         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43139         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43140         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43141         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43142         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43143         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43144         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43146         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43147         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43149         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43150         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43152         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43153         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43155         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43156         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43158         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43159         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43161         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43162         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43164         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43165         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43167         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43168         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43169         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43170         Remove conditional code.
43171         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43172         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43173         Remove conditional code.
43174         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43175         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43176         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43177         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43178         Remove conditional code.
43179         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43180         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43181         Remove conditional code.
43182         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43183         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43184         Remove conditional code.
43185         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43186         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43187         Remove conditional code.
43188         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43189         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43190         Remove conditional code.
43191         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43192         * sysdeps/unix/sysv/linux/sh/pwrite64.c
43193         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43194         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43195         * sysdeps/unix/sysv/linux/sigaction.c
43196         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43197         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43198         * sysdeps/unix/sysv/linux/sigpending.c
43199         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43200         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43201         * sysdeps/unix/sysv/linux/sigprocmask.c
43202         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43203         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43204         * sysdeps/unix/sysv/linux/sigsuspend.c
43205         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43206         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43207         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43208         (__libc_missing_rt_sigs): Remove.
43209         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43210         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43211         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43212         Remove conditional code.
43213         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43214         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43215         return 1.
43216         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43217         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43218         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43219         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43221 2012-05-14  Andreas Jaeger  <aj@suse.de>
43223         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43224         it's not used in glibc.
43225         (__coshm1): Likewise.
43226         (__acosh1p): Likewise.
43227         (__sgn): Likewise.
43229         * manual/string.texi (Copying and Concatenation): Add missing
43230         variable in concat example.
43231         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43233 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43235         [BZ #14103]
43236         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43237         __builtin_clzl with __builtin_clzll.
43239 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43241         [BZ #14104]
43242         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43243         libc_freeres_ptr.
43245 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43247         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43248         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43249         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43250         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43252 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
43254         * NEWS: Update ia64 info.
43256 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
43258         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43259         used as bcopy.
43261 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
43263         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43264         * sysdeps/unix/syscalls.list (dup3): Likewise.
43265         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43266         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43268 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43270         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43271         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43273 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43275         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43276         thread pointer.
43277         (TLS_IE): Use mov/add instead of movq/addq to load thread
43278         pointer.
43279         (TLS_GD_PREFIX): New.
43280         (TLS_GD): Use it.
43282 2012-05-11  David S. Miller  <davem@davemloft.net>
43284         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43285         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43286         (_FPU_SETCW): Likewise.
43288 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43290         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43291         is 32-byte aligned.
43293 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
43295         [BZ #11837]
43296         * iconvdata/gb18030.c: Update tables.
43297         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
43298         characters specially.
43299         (BODY for TO_LOOP): Add encoding of missing ranges.
43301 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
43303         [BZ #13673]
43304         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43305         * sysdeps/mach/hurd/dup3.c: Likewise.
43306         * sysdeps/mach/hurd/readlinkat.c: Likewise.
43307         * sysdeps/powerpc/memmove.c:: Likewise.
43309 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43311         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43312         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43314 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43316         * elf/elf.h (R_X86_64_RELATIVE64): New.
43317         (R_X86_64_NUM): Updated.
43318         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43319         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
43320         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43321         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43322         tst-quad1pie tst-quad2pie
43323         (modules-names): Add tst-quadmod1 tst-quadmod2.
43324         ($(objpfx)tst-quad1): New dependency.
43325         ($(objpfx)tst-quad2): Likewise.
43326         ($(objpfx)tst-quad1pie): Likewise.
43327         ($(objpfx)tst-quad2pie): Likewise.
43328         * sysdeps/x86_64/tst-quad1.c: New file.
43329         * sysdeps/x86_64/tst-quad1pie.c: New file.
43330         * sysdeps/x86_64/tst-quad2.c: Likewise.
43331         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43332         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43333         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43334         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43335         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43337 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43339         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43340         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43341         * streams/stropts.h (t_scalar_t): Define type.
43343         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43344         (_PATH_PRESERVE): Set to "/var/lib".
43345         (_PATH_RWHODIR): Set to "/var/spool/rwho".
43347         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43348         instead of int.
43350         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43351         if __dir_mkfile succeeded.
43353         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43354         checking for _hurd_dtablesize.  Unlock it right after having
43355         finished _hurd_dtable allocation.
43357 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43359         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43360         * sysdeps/mach/hurd/configure: Regenerated.
43361         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43362         special-casing to...
43363         * sysdeps/gnu/configure.in: ... this new file.
43364         * sysdeps/unix/sysv/linux/configure: Regenerated.
43365         * sysdeps/gnu/configure: New generated file.
43367         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43368         for Linux: use nsec instead of usec, as well as:
43369         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43370         members of type struct timespec.
43371         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43372         New macros.
43373         (struct stat64): Likewise.
43374         (_STATBUF_ST_NSEC): New macro.
43375         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43377         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43378         __strtoul_internal rather than strtoul.
43380 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43382         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43383         and reject them.
43385 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43387         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43388         which preserves existing values.
43389         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43391 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43393         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43394         TIMEOUT values.  Return EINVAL for NFDS values either negative or
43395         greater than FD_SETSIZE.
43397 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43399         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43400         allocated, call __vm_protect to finish enabling the existing space, and
43401         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43402         allocate the remainder.
43404 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43406         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43407         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
43409 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43411         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43412         sysdeps/mach/hurd/readlink.c.
43414         * posix/tst-sysconf.c (posix_options): Only use
43415         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43416         _POSIX_SYNCHRONIZED_IO when they are defined
43417         * sysdeps/mach/hurd/bits/posix_opt.h:
43418         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43419         (_XOPEN_REALTIME): Undefine macro.
43420         (_XOPEN_REALTIME_THREADS): Undefine macro.
43421         (_XOPEN_SHM): Undefine macro.
43422         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43423         macro to -1.
43424         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43425         macro to -1.
43426         (_POSIX_ASYNC_IO): Undefine macro.
43427         (_POSIX_PRIORITIZED_IO): Undefine macro.
43428         (_POSIX_SPIN_LOCKS): Define macro to -1.
43430         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43431         SA_NODEFER, SA_RESETHAND.
43432         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43433         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43434         F_DUPFD_CLOEXEC.
43436 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43438         * elf/Makefile (pldd-modules): Define unconditionally.
43440 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43442         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43444 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43446         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43447         Return ENOENT when name is empty.
43448         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43450 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43452         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43454         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43456 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43458         Fix mlock in all cases except non-readable pages.
43459         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43460         instead of VM_PROT_ALL as parameter to __vm_wire function.
43462         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43463         (__mkdir): When path is `/', just fail with EEXIST.
43464         * sysdeps/mach/hurd/mkdirat.c: Likewise.
43466 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43468         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43469         <sys/uio.h> (for writev).
43470         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43471         and <sys/param.h> (for MIN).
43473 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43475         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43476         REQUESTED_TIME.  Properly set the remaining time and return EINTR
43477         if interrupted.
43479 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43481         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43482         Depend on against $(link-rpcuserlibs).
43484 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43486         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43487         (__libc_stack_end): Do not use attribute_relro.
43488         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43489         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43490         to libthread-provided value.
43491         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43492         attribute_relro.
43494 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43496         [BZ #3748]
43497         * bits/libc-lock.h (__libc_once_get): New macro.
43498         * sysdeps/mach/bits/libc-lock.h: Likewise.
43499         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43500         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43501         instead of using implementation details.
43503         * libio/fileops.c: Unconditionally include <kernel-features.h>.
43504         * libio/freopen.c: Likewise.
43505         * libio/freopen64.c: Likewise.
43506         * misc/syslog.c: Likewise.
43507         * nscd/connections.c: Likewise.
43508         * nscd/netgroupcache.c: Likewise.
43509         * sysdeps/posix/getcwd.c: Likewise.
43511 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43513         * math/w_ilogbf.c: Add #include <limits.h>.
43515 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43517         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43518         path instead of returning without unlocking.
43520         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43521         immediate-write ioctls.
43522         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43524 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43526         * sysdeps/mach/hurd/i386/init-first.c (init): Use
43527         __builtin_frame_address instead of making assumptions about the
43528         location of the return address relative to DATA.  Force early load of
43529         the return address.
43530         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43531         __builtin_frame_address.
43533         dup3 for GNU Hurd.
43534         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43535         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
43536         implement dup3 and do some further code clean-ups.
43537         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43538         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43540 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43542         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43544         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43545         HURD_CRITICAL_END around holding _hurd_dtable_lock.
43546         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43547         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43548         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43549         d->port.lock.
43551         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43552         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
43553         when handler == SIG_ERR, not when handler != SIG_ERR.
43555 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43557         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43558         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43559         definitions.
43561         accept4 for GNU Hurd.
43562         * include/sys/socket.h (__libc_accept4): New prototype.
43563         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
43564         to implement __libc_accept4.
43565         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43566         __libc_accept4.
43567         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43569         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43570         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43571         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43572         signal-defines.sym.
43574 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43576         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43578 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43580         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43581         assertion on O_CLOEXEC flag.
43582         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43583         * hurd/intern-fd.c: Likewise.
43584         * hurd/port2fd.c: Likewise.
43586 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43588         [BZ #3906]
43589         * bits/in.h (IPV6_PKTINFO): Define new macro.
43590         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43592 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43594         [BZ #13954]
43595         [BZ #13955]
43596         [BZ #13956]
43597         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43598         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43599         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43600         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43601         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43602         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43603         * math/libm-test.inc (logb_test) : Additional logb tests.
43605 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
43606             Andreas Jaeger  <aj@suse.de>
43608         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43609         * configure: Regenerated.
43610         * config.h.in (LINK_OBSOLETE_RPC): New macro.
43611         * config.make.in (link-obsolete-rpc): New substituted variable.
43612         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43613         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43614         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43615         (shared-only-routines): Don't set it under [link-obsolete-rpc],
43616         so that libc.a contains the symbols.
43617         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43618         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43619         * sunrpc/auth_none.c: Likewise.
43620         * sunrpc/auth_unix.c: Likewise.
43621         * sunrpc/authdes_prot.c: Likewise.
43622         * sunrpc/authuxprot.c: Likewise.
43623         * sunrpc/clnt_gen.c: Likewise.
43624         * sunrpc/clnt_perr.c: Likewise.
43625         * sunrpc/clnt_raw.c: Likewise.
43626         * sunrpc/clnt_simp.c: Likewise.
43627         * sunrpc/clnt_tcp.c: Likewise.
43628         * sunrpc/clnt_udp.c: Likewise.
43629         * sunrpc/clnt_unix.c: Likewise.
43630         * sunrpc/des_crypt.c: Likewise.
43631         * sunrpc/des_soft.c: Likewise.
43632         * sunrpc/get_myaddr.c: Likewise.
43633         * sunrpc/key_call.c: Likewise.
43634         * sunrpc/key_prot.c: Likewise.
43635         * sunrpc/netname.c: Likewise.
43636         * sunrpc/pm_getmaps.c: Likewise.
43637         * sunrpc/pm_getport.c: Likewise.
43638         * sunrpc/pmap_clnt.c: Likewise.
43639         * sunrpc/pmap_prot.c: Likewise.
43640         * sunrpc/pmap_prot2.c: Likewise.
43641         * sunrpc/pmap_rmt.c: Likewise.
43642         * sunrpc/publickey.c: Likewise.
43643         * sunrpc/rpc_cmsg.c: Likewise.
43644         * sunrpc/rpc_common.c: Likewise.
43645         * sunrpc/rpc_dtable.c: Likewise.
43646         * sunrpc/rpc_prot.c: Likewise.
43647         * sunrpc/rpc_thread.c: Likewise.
43648         * sunrpc/rtime.c: Likewise.
43649         * sunrpc/svc.c: Likewise.
43650         * sunrpc/svc_auth.c: Likewise.
43651         * sunrpc/svc_raw.c: Likewise.
43652         * sunrpc/svc_run.c: Likewise.
43653         * sunrpc/svc_tcp.c: Likewise.
43654         * sunrpc/svc_udp.c: Likewise.
43655         * sunrpc/svc_unix.c: Likewise.
43656         * sunrpc/svcauth_des.c: Likewise.
43657         * sunrpc/xcrypt.c: Likewise.
43658         * sunrpc/xdr.c: Likewise.
43659         * sunrpc/xdr_array.c: Likewise.
43660         * sunrpc/xdr_float.c: Likewise.
43661         * sunrpc/xdr_intXX_t.c: Likewise.
43662         * sunrpc/xdr_mem.c: Likewise.
43663         * sunrpc/xdr_rec.c: Likewise.
43664         * sunrpc/xdr_ref.c: Likewise.
43665         * sunrpc/xdr_sizeof.c: Likewise.
43666         * sunrpc/xdr_stdio.c: Likewise.
43668 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43670         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43671         change.  Update copyright years.
43673 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43675         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
43677 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
43678             Joseph Myers  <joseph@codesourcery.com>
43679             Paul Pluzhnikov  <ppluzhnikov@google.com>
43681         [BZ #14012]
43682         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
43683         requiring rpcgen.
43684         [cross-compiling] (extra-libs): Likewise.
43685         [cross-compiling] (extra-libs-others): Likewise.
43686         [cross-compiling] (librpcsvc-routines): Likewise.
43687         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
43688         [cross-compiling] (omit-deps): Likewise.
43689         (sunrpc-CPPFLAGS): New variable.
43690         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43691         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43692         (cross-rpcgen-objs): New variable.
43693         (extra-objs): Append $(cross-rpcgen-objs).
43694         ($(cross-rpcgen-objs)): New rule.
43695         ($(objpfx)cross-rpcgen): Likewise.
43696         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43697         comment.
43698         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43699         ($(objpfx)x%.stmp): Likewise.
43700         * sunrpc/proto.h [IS_IN_build] (_): Define.
43701         [IS_IN_build] (_libc_intl_domainname): Likewise.
43703 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43705         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43706         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43707         and R_X86_64_TPOFF64.
43709 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43711         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43712         sysdeps/unix/sysv/syscalls.list.
43713         (stime): Likewise.
43714         (utime): Likewise.
43715         * sysdeps/unix/sysv/syscalls.list: Remove file.
43717 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43719         [BZ #3440]
43720         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43721         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43722         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43723         (__LC_IDENTIFICATION): Make these macros useful in #if
43724         expressions, as required by C99.
43726 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43728         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43729         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43730         after this.
43732 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43734         * stdlib/longlong.h: Updated from GCC.
43736 2012-05-09  Andreas Jaeger  <aj@suse.de>
43738         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43739         default is first entry.
43740         (run_mode): Set type.
43741         (main): Remove informal message about syslog.
43742         (options): Fix typo.
43744         [BZ #14053]
43745         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43746         to asm.
43747         (lrint): Likewise.
43748         (llrintf): Likewise.
43749         (llrint): Likewise.
43750         (rint): Likewise.
43751         (rintf): Likewise.
43752         (nearbyint): Likewise.
43753         (nearbyintf): Likewise.
43755 2012-05-09  Andreas Jaeger  <aj@suse.de>
43756             Pedro Alves  <palves@redhat.com>
43758         * nscd/nscd.c (run_mode): Use enum.
43759         (main): Cleanup coding style issue.
43761 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43762             Andreas Jaeger  <aj@suse.de>
43764         * nscd/nscd.c (go_background): Replaced with...
43765         (run_mode): ... this.
43766         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43767         (options): Add -F --foreground.
43768         (main): Implement it.
43769         (parse_opt): Parse it.
43771 2012-05-09  Andreas Jaeger  <aj@suse.de>
43773         [BZ #14083]
43774         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43775         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43776         -Wconversion warning.
43777         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43778         Likewise.
43780 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43782         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43783         == 0.
43784         (LC_ALL): Use macro-int-constant.
43785         (LC_COLLATE): Likewise.
43786         (LC_CTYPE): Likewise.
43787         (LC_MESSAGES): Likewise.
43788         (LC_MONETARY): Likewise.
43789         (LC_NUMERIC): Likewise.
43790         (LC_TIME): Likewise.
43791         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43792         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43793         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43794         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43795         Specify type.
43796         [C99-based standards] (float_t): Expect type.
43797         [C99-based standards] (double_t): Expect type.
43798         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43799         type.
43800         [C99-based standards] (HUGE_VALL): Likewise.
43801         [C99-based standards] (INFINITY): Likewise.
43802         [C99-based standards] (NAN): Likewise.
43803         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43804         [C99-based standards] (FP_NAN): Likewise.
43805         [C99-based standards] (FP_NORMAL): Likewise.
43806         [C99-based standards] (FP_SUBNORMAL): Likewise.
43807         [C99-based standards] (FP_ZERO): Likewise.
43808         [C99-based standards] (FP_FAST_FMA): Use
43809         optional-macro-int-constant.  Specify type.  Require == 1.
43810         [C99-based standards] (FP_FAST_FMAF): Likewise.
43811         [C99-based standards] (FP_FAST_FMAL): Likewise.
43812         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43813         [C99-based standards] (FP_ILOGBNAN): Likewise.
43814         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43815         Specify type.
43816         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43817         [C99-based standards] (math_errhandling): Specify type.
43818         [ISO99 || ISO11] (signgam): Do not allow.
43819         [non-C99-based standards] (copysignf): Do not allow.
43820         [non-C99-based standards] (exp2f): Likewise.
43821         [non-C99-based standards] (log2f): Likewise.
43822         [non-C99-based standards] (modff): Allow.
43823         [non-C99-based standards] (erff): Do not allow.
43824         [non-C99-based standards] (erfcf): Likewise.
43825         [non-C99-based standards] (gammaf): Likewise.
43826         [non-C99-based standards] (hypotf): Likewise.
43827         [non-C99-based standards] (j0f): Likewise.
43828         [non-C99-based standards] (j1f): Likewise.
43829         [non-C99-based standards] (jnf): Likewise.
43830         [non-C99-based standards] (lgammaf): Likewise.
43831         [non-C99-based standards] (tgammaf): Likewise.
43832         [non-C99-based standards] (y0f): Likewise.
43833         [non-C99-based standards] (y1f): Likewise.
43834         [non-C99-based standards] (ynf): Likewise.
43835         [non-C99-based standards] (isnanf): Likewise.
43836         [non-C99-based standards] (acoshf): Likewise.
43837         [non-C99-based standards] (asinhf): Likewise.
43838         [non-C99-based standards] (atanhf): Likewise.
43839         [non-C99-based standards] (cbrtf): Likewise.
43840         [non-C99-based standards] (expm1f): Likewise.
43841         [non-C99-based standards] (ilogbf): Likewise.
43842         [non-C99-based standards] (log1pf): Likewise.
43843         [non-C99-based standards] (logbf): Likewise.
43844         [non-C99-based standards] (nextafterf): Likewise.
43845         [non-C99-based standards] (remainderf): Likewise.
43846         [non-C99-based standards] (rintf): Likewise.
43847         [non-C99-based standards] (scalbf): Likewise.
43848         [non-C99-based standards] (copysignl): Likewise.
43849         [non-C99-based standards] (exp2l): Likewise.
43850         [non-C99-based standards] (log2l): Likewise.
43851         [non-C99-based standards] (modfl): Allow.
43852         [non-C99-based standards] (erfl): Do not allow.
43853         [non-C99-based standards] (erfcl): Likewise.
43854         [non-C99-based standards] (gammal): Likewise.
43855         [non-C99-based standards] (hypotl): Likewise.
43856         [non-C99-based standards] (j0l): Likewise.
43857         [non-C99-based standards] (j1l): Likewise.
43858         [non-C99-based standards] (jnl): Likewise.
43859         [non-C99-based standards] (lgammal): Likewise.
43860         [non-C99-based standards] (tgammal): Likewise.
43861         [non-C99-based standards] (y0l): Likewise.
43862         [non-C99-based standards] (y1l): Likewise.
43863         [non-C99-based standards] (ynl): Likewise.
43864         [non-C99-based standards] (isnanl): Likewise.
43865         [non-C99-based standards] (acoshl): Likewise.
43866         [non-C99-based standards] (asinhl): Likewise.
43867         [non-C99-based standards] (atanhl): Likewise.
43868         [non-C99-based standards] (cbrtl): Likewise.
43869         [non-C99-based standards] (expm1l): Likewise.
43870         [non-C99-based standards] (ilogbl): Likewise.
43871         [non-C99-based standards] (log1pl): Likewise.
43872         [non-C99-based standards] (logbl): Likewise.
43873         [non-C99-based standards] (nextafterl): Likewise.
43874         [non-C99-based standards] (remainderl): Likewise.
43875         [non-C99-based standards] (rintl): Likewise.
43876         [non-C99-based standards] (scalbl): Likewise.
43877         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43878         [non-C99-based standards] (FP_*): Do not allow.
43879         [C99-based standards] (FP_*): Change to
43880         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43881         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43882         allow.
43883         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43884         (SIG_ERR): Likewise.
43885         [X/Open-based standards] (SIG_HOLD): Likewise.
43886         (SIG_IGN): Likewise.
43887         (SIGABRT): Use macro-int-constant.  Specify type.  Require
43888         positive value.
43889         (SIGFPE): Likewise.
43890         (SIGILL): Likewise.
43891         (SIGINT): Likewise.
43892         (SIGSEGV): Likewise.
43893         (SIGTER): Likewise.
43894         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43895         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43896         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43897         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43898         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43899         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43900         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43901         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43902         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43903         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43904         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43905         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43906         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43907         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43908         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43909         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43910         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43911         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43912         [X/Open-based standards] (SIGTRAP): Likewise.
43913         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43914         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43915         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43916         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43917         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43918         allow.
43920 2012-05-08  Ian Wienand  <ianw@vmware.com>
43922         [BZ #14080]
43923         * time/tzset.c (__tzset_parse_tz): Update default rules for
43924         daylight time changes in the Energy Policy Act of 2005.
43926 2012-05-09  Andreas Jaeger  <aj@suse.de>
43928         [BZ #13983]
43929         * elf/ldconfig.c (parse_conf): Change string to make clear that
43930         ldconfig only issued a warning if ld.so.conf does not exist.
43932 2012-05-08  David S. Miller  <davem@davemloft.net>
43934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43935         movxtod instead of popping the value on the stack.
43937         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43939 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
43941         * config.h.in: Add HAVE_ARM_PCS_VFP.
43943 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
43945         [BZ #13979]
43946         * include/features.h: Warn if user requests __FORTIFY_SOURCE
43947         checking but the checks are disabled for any reason.
43949 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
43951         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43952         and ELF64_R_TYPE with ELFW(R_TYPE).
43954 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
43956         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43957         (ulimit): Likewise.
43959         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43960         (settimeofday): Likewise.
43962 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
43964         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
43965         a struct th_u2 inside the union, and move tu_block/tu_code into
43966         a new th_u3 union of tu_block/tu_code inside of that.  Move
43967         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
43968         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
43969         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43970         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43971         (th_stuff): Change to th_u1.tu_stuff.
43972         (th_data): Define.
43973         (th_msg): Change to th_u1.th_u2.tu_data.
43975 2012-05-07  David S. Miller  <davem@davemloft.net>
43977         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43979         [BZ #14074]
43980         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43981         (SETUP_PIC_REG): Use it.
43982         (SETUP_PIC_REG_LEAF): Use it.
43984 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
43986         [BZ #13885]
43987         [BZ #13923]
43988         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43989         USE_AS_EXPM1L.
43990         (EXPL_FINITE): Likewise.
43991         (FLDLOG): Likewise.
43992         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43993         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43994         e_expl.S.
43995         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43996         USE_AS_EXPM1L.
43997         (EXPL_FINITE): Likewise.
43998         (FLDLOG): Likewise.
43999         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44000         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44001         e_expl.S.
44002         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44003         test of -max_value argument for long double.
44004         * sysdeps/i386/fpu/libm-test-ulps: Update.
44005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44007 2012-05-06  David S. Miller  <davem@davemloft.net>
44009         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44010         quad soft-float symbols whose references which are compiler
44011         generated.
44012         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44014 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44016         [BZ #13884]
44017         [BZ #13914]
44018         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44019         USE_AS_EXP10L.
44020         (EXPL_FINITE): Likewise.
44021         (FLDLOG): Likewise.
44022         (c0): Likewise.
44023         (c1): Likewise.
44024         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44025         Adjust comments for base varying.
44026         (__expl_finite): Change alias to EXPL_FINITE.
44027         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44028         e_expl.S.
44029         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44030         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44031         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44032         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44033         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44034         USE_AS_EXP10L.
44035         (EXPL_FINITE): Likewise.
44036         (FLDLOG): Likewise.
44037         (c0): Likewise.
44038         (c1): Likewise.
44039         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44040         Adjust comments for base varying.
44041         (__expl_finite): Change alias to EXPL_FINITE.
44042         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
44043         tests for bugs.
44044         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44046         [BZ #14064]
44047         * math/libm-test.inc (check_float_internal): Correct ulp
44048         calculation for subnormal expected results.
44050 2012-05-06  Andreas Jaeger  <aj@suse.de>
44052         * Makeconfig (+math-flags): New, set to -frounding-math.
44053         (+cflags): Add +math-flags so that all of glibc gets compiled with
44054         it.
44056         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44058 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
44060         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44061         Disable one test.
44063         [BZ #13787]
44064         [BZ #13922]
44065         [BZ #14036]
44066         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44067         (__ieee754_expl): Allow for and saturate large arguments.
44068         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44069         (u_threshold): Likewise.
44070         (__exp): Call __ieee754_exp before checking for overflow and
44071         underflow.
44072         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44073         (u_threshold): Likewise.
44074         (__expf): Call __ieee754_expf before checking for overflow and
44075         underflow.
44076         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44077         (u_threshold): Likewise.
44078         (__expl): Call __ieee754_expl before checking for overflow and
44079         underflow.
44080         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44081         (__ieee754_expl): Allow for and saturate large arguments.
44082         * math/libm-test.inc (exp_test): Add another test.  Do not allow
44083         missing overflow exception on overflow.
44084         (expm1_test): Do not allow missing overflow exception on overflow.
44086         * sysdeps/i386/fpu/e_expl.c: Move to ...
44087         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
44088         rather than using inline asm.
44089         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44090         * sysdeps/x86_64/fpu/e_expl.S: Copy from
44091         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44093         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44094         (nice): Likewise.
44095         (poll): Likewise.
44096         (signal): Likewise.
44097         (time): Likewise.
44098         (times): Likewise.
44100 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44102         * sysdeps/unix/syscalls.list (adjtime): Add entry from
44103         sysdeps/unix/common/syscalls.list.
44104         (fchmod): Likewise.
44105         (fchown): Likewise.
44106         (ftruncate): Likewise.
44107         (getrusage): Likewise.
44108         (gettimeofday): Likewise.
44109         (setpgid): Likewise.
44110         (setregid): Likewise.
44111         (setreuid): Likewise.
44112         (sigaction): Likewise.
44113         (truncate): Likewise.
44114         (vhangup): Likewise.
44115         * sysdeps/unix/common/syscalls.list: Remove file.
44116         * sysdeps/unix/bsd/Implies: Don't include unix/common.
44117         * sysdeps/unix/sysv/linux/Implies: Likewise.
44119 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
44121         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44122         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44123         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44124         Moved to ...
44125         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44126         Here.
44127         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44128         to ...
44129         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44130         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44131         to ...
44132         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44133         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44134         to ...
44135         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44136         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44137         to ...
44138         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44139         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44140         to ...
44141         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44142         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44143         to ...
44144         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44145         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44146         to ...
44147         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44148         Here.
44149         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44150         to ...
44151         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44152         Here.
44153         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44154         to ...
44155         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44156         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44157         Moved to ...
44158         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44159         Here.
44160         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44161         to ...
44162         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44164 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44166         * sysdeps/unix/common/bits/dirent.h: Remove file.
44167         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44169         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44170         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44171         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44172         * sysdeps/unix/bsd/isatty.c: Likewise.
44173         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44174         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44175         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44177 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44179         [BZ #13563]
44180         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44181         long double comparison inaccuracies.
44182         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44183         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44185 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
44187         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44188         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44190 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44192         [BZ #14049]
44193         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44194         nonzero digits before rounding a hex value.
44195         * stdlib/tst-strtod.c (tests): Add another test.
44197 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44199         * sysdeps/s390/fpu/libm-test-ulps: Update.
44201 2012-05-03  Andreas Jaeger  <aj@suse.de>
44203         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44204         does not get optimized out.
44205         (malloc_opt_barrier): New.
44207 2012-05-03  Andreas Jaeger  <aj@suse.de>
44208             Roland McGrath  <roland@hack.frob.com>
44210         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44211         intermediate file deletion.
44212         (generated): Add .symlist files.
44214 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44216         [BZ #13775]
44217         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44218         Redirect under this condition.
44219         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44220         [__USE_GNU] (__dprintf_chk): Not under this condition.
44221         [__USE_GNU] (__vdprintf_chk): Likewise.
44222         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44223         under this condition.
44224         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44225         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44226         [__USE_XOPEN2K8] (vdprintf): Likewise.
44227         [__USE_GNU] (__dprintf_chk): Not under this condition.
44228         [__USE_GNU] (__vdprintf_chk): Likewise.
44229         [__USE_GNU] (dprintf): Likewise.
44230         [__USE_GNU] (vdprintf): Likewise.
44232 2012-05-03  Roland McGrath  <roland@hack.frob.com>
44234         * elf/Makefile (common-generated): Set this instead of generated for
44235         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
44236         $(all-built-dso)-derived lists.
44238 2012-05-03  Andreas Jaeger  <aj@suse.de>
44240         * sysdeps/i386/fpu/libm-test-ulps: Update.
44242         * FAQ: Removed.
44243         * FAQ.in: Likewise.
44244         * scripts/gen-FAQ.pl: Likewise.
44245         * manual/install.texi (Installation): Point to online location of
44246         FAQ.
44247         * Makefile (files-for-dist): Remove FAQ.
44248         (FAQ): Remove.
44250 2012-05-02  Allan McRae  <allan@archlinux.org>
44252         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44253         (LDFLAGS-reldepmod5.so): Likewise.
44254         (LDFLAGS-reldep6mod1.so): Likewise.
44255         (LDFLAGS-reldep6mod4.so): Likewise.
44256         (LDFLAGS-reldep8mod3.so): Likewise.
44257         (LDFLAGS-unload4mod1.so): Likewise.
44258         (LDFLAGS-unload4mod2.so): Likewise.
44259         (LDFLAGS-tst-initorder): Likewise.
44260         (LDFLAGS-tst-initordera2.so): Likewise.
44261         (LDFLAGS-tst-initordera3.so): Likewise.
44262         (LDFLAGS-tst-initordera4.so): Likewise.
44263         (LDFLAGS-tst-initorderb2.so): Likewise.
44264         (LDFLAGS-noload): Likewise.
44265         (LDFLAGS-next): Likewise.
44266         (LDFLAGS-order2mod1.so): Likewise.
44267         (LDFLAGS-order2mod2.so): Likewise.
44268         (LDFLAGS-tst-initorder2): Likewise.
44269         (LDFLAGS-tst-initorder2a.so): Likewise.
44270         (LDFLAGS-tst-initorder2b.so): Likewise.
44271         (LDFLAGS-tst-initorder2c.so): Likewise.
44272         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44274 2012-05-02  David S. Miller  <davem@davemloft.net>
44276         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44278 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
44280         [BZ #14055]
44281         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44283 2012-05-02  Andreas Jaeger  <aj@suse.de>
44285         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44286         since we manipulate rounding mode.
44287         (CPPFLAGS-test-idouble.c): Likewise.
44288         (CPPFLAGS-test-ifloat.c): Likewise.
44289         (CFLAGS-test-ldouble.c): Likewise.
44290         (CFLAGS-test-double.c): Likewise.
44291         (CFLAGS-test-float.c): Likewise.
44292         (CFLAGS-test-misc.c): Likewise.
44293         (CFLAGS-test-test-fenv.c): Likewise.
44295 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44297         [BZ #2550]
44298         [BZ #2570]
44299         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44300         comparisons to determine direction to adjust input.
44302 2012-05-01  Roland McGrath  <roland@hack.frob.com>
44304         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44305         output to the target.
44307         * scripts/localplt.awk: New file.
44308         * elf/Makefile ($(objpfx)check-localplt): Target removed.
44309         (check-localplt-CFLAGS): Variable removed.
44310         ($(all-built-dso:=.jmprel)): New static pattern rule.
44311         (generated): Add those targets.
44312         (localplt-built-dso): New variable.
44313         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44315         * elf/check-localplt.c: File removed.
44317         * scripts/check-execstack.awk: New file.
44318         * elf/Makefile ($(objpfx)check-execstack): Target removed.
44319         (check-execstack-CFLAGS): Variable removed.
44320         ($(objpfx)check-execstack.h): Target removed.
44321         ($(objpfx)execstack-default): New target.
44322         (generated): Add that instead of check-execstack.h.
44323         ($(all-built-dso:=.phdr)): New static pattern rule.
44324         (generated): Add those targets.
44325         * elf/check-execstack.c: File removed.
44327         * scripts/check-textrel.awk: New file.
44328         * elf/Makefile ($(objpfx)check-textrel): Target removed.
44329         (check-textrel-CFLAGS): Variable removed.
44330         (all-built-dso): Use := to define.o
44331         ($(all-built-dso:=.dyn)): New static pattern rule.
44332         (generated): Add those targets.
44333         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44334         * config.make.in (READELF): New substituted variable.
44335         * elf/check-textrel.c: File removed.
44337 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44339         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44340         allow.
44341         * conform/data/ctype.h-data [C99-based standards] (isblank):
44342         Expect function.
44343         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44344         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44345         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44346         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44347         Specify type.  Require positive value.
44348         (EILSEQ): Likewise.
44349         (ERANGE): Likewise.
44350         [ISO || POSIX] (EILSEQ): Do not expect.
44351         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44352         Specify type.  Require positive value.
44353         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44354         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44355         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44356         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44357         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44358         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44359         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44360         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44361         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44362         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44363         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44364         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44365         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44366         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44367         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44368         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44369         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44370         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44371         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44372         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44373         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44374         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44375         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44376         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44377         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44378         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44379         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44380         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44381         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44382         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44383         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44384         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44385         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44386         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44387         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44388         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44389         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44390         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44391         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44392         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44393         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44394         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44395         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44396         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44397         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44398         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44399         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44400         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44401         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44402         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44403         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44404         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44405         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44406         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44407         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44408         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44409         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44410         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44411         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44412         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44413         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44414         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44415         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44416         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44417         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44418         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44419         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44420         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44421         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44422         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44423         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44424         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44425         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44426         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44427         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44428         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44429         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44430         Require >= 2.
44431         (FLT_ROUNDS): Expect as macro, not constant.
44432         (FLT_MANT_DIG): Use macro-int-constant.
44433         (DBL_MANT_DIG): Likewise.
44434         (LDBL_MANT_DIG): Likewise.
44435         (FLT_DIG): Likewise.
44436         (DBL_DIG): Likewise.
44437         (LDBL_DIG): Likewise.
44438         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
44439         (DBL_MIN_EXP): Likewise.
44440         (LDBL_MIN_EXP): Likewise.
44441         (FLT_MAX_EXP): Use macro-int-constant.
44442         (DBL_MAX_EXP): Likewise.
44443         (LDBL_MAX_EXP): Likewise.
44444         (FLT_MAX_10_EXP): Likewise.
44445         (DBL_MAX_10_EXP): Likewise.
44446         (LDBL_MAX_10_EXP): Likewise.
44447         (FLT_MAX): Use macro-constant.
44448         (DBL_MAX): Likewise.
44449         (LDBL_MAX): Likewise.
44450         (FLT_EPSILON): Use macro-constant.  Give upper bound.
44451         (DBL_EPSILON): Likewise.
44452         (LDBL_EPSILON): Likewise.
44453         (FLT_MIN): Likewise.
44454         (DBL_MIN): Likewise.
44455         (LDBL_MIN): Likewise.
44456         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44457         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44458         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44459         [ISO11] (FLT_HAS_SUBNORM): Likewise.
44460         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44461         [ISO11] (DBL_DECIMAL_DIG): Likewise.
44462         [ISO11] (FLT_DECIMAL_DIG): Likewise.
44463         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44464         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44465         [ISO11] (FLT_TRUE_MIN): Likewise.
44466         [ISO11] (LDBL_TRUE_MIN): Likewise.
44467         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44468         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44469         (SCHAR_MIN): Use macro-int-constant.  Specify type.
44470         (SCHAR_MAX): Likewise.
44471         (UCHAR_MAX): Likewise.
44472         (CHAR_MIN): Likewise.
44473         (CHAR_MAX): Likewise.
44474         (MB_LEN_MAX): Use macro-int-constant.
44475         (SHRT_MIN): Use macro-int-constant.  Specify type.
44476         (SHRT_MAX): Likewise.
44477         (USHRT_MAX): Likewise.
44478         (INT_MAX): Likewise.
44479         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
44480         bound negative.
44481         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44482         bound with "U".
44483         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44484         bound with "L".
44485         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
44486         bound negative.  Suffix upper bound with "L".
44487         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44488         bound with "UL".
44489         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44490         Specify type.
44491         [C99-based standards] (LLONG_MAX): Likewise.
44492         [C99-based standards] (ULLONG_MAX): Likewise.
44493         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
44494         == 0.
44495         [ISO11] (max_align_t): Require type.
44496         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44498         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44499         from $CFLAGS, without defining away __attribute__ calls.
44500         (checknamespace): Use $CFLAGS_namespace.
44502         * conform/conformtest.pl (@keywords): Only include C99 keywords
44503         for standards based on C99 or C11.
44505         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44506         Disable tests.
44507         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44508         UNIX98]: Likewise.
44510         * conform/conformtest.pl: Handle "macro-int-constant" and test for
44511         usability of symbols in #if.
44513         * conform/conformtest.pl: If macro or constant types start
44514         "promoted:", expect the symbol to be of the following type
44515         promoted by the integer promotions.
44517         * conform/conformtest.pl: Parse all "constant" and "macro" lines
44518         in one place.  Also handle "macro-constant".
44520         * conform/conformtest.pl: Only accept expected macro values with
44521         "==".  Parse all "macro" lines in one place.
44522         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44524         * conform/conformtest.pl: Handle braced types on "constant" lines
44525         instead of handling "typed-constant".
44526         * conform/data/signal.h-data: Use "constant" instead of
44527         "typed-constant".
44529         * conform/conformtest.pl: Handle "optional-" at start of lines in
44530         one place rather than duplicating several cases.  Handle each
44531         format of "macro" line with initial "optional-".
44533         * conform/conformtest.pl: Only accept expected constant or
44534         optional-constant values with "==".  Parse all "constant" lines in
44535         one place.  Parse all "optional-constant" lines in one place.
44536         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44537         * conform/data/fmtmsg.h-data: Likewise.
44538         * conform/data/netinet/in.h-data: Likewise.
44539         * conform/data/tar.h-data: Likewise.
44540         * conform/data/limits.h-data: Use "==" form on "constant" and
44541         "optional-constant" lines.
44543         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44544         Use -std=c99 for XOPEN2K.
44545         (@knownproblems): Remove.
44546         (newtoken): Don't check %isknown.
44548         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44549         Do not expect macro.
44550         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44551         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44552         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44553         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44554         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44555         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44556         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44557         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44558         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44559         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44560         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44561         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44562         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44563         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44564         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44565         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44566         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44567         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44568         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44569         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44570         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44571         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44572         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44573         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44574         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44575         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44576         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44577         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44578         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44579         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44580         [XPG3] (acosh): Likewise.
44581         [XPG3] (asinh): Likewise.
44582         [XPG3] (atanh): Likewise.
44583         [XPG3] (cbrt): Likewise.
44584         [XPG3] (expm1): Likewise.
44585         [XPG3] (ilogb): Likewise.
44586         [XPG3] (log1p): Likewise.
44587         [XPG3] (logb): Likewise.
44588         [XPG3] (nextafter): Likewise.
44589         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44590         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44591         [XPG3] (remainder): Likewise.
44592         [XPG3] (rint): Likewise.
44593         [XPG3 || XPG4 || UNIX98] (round): Likewise.
44594         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44595         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44596         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44597         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44598         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44599         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44600         [UNIX98 || XOPEN2K] (scalb): Expect.
44601         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44602         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44603         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44604         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44605         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44606         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44607         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44608         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44609         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44610         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44611         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44612         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44613         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44614         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44615         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44616         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44617         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44618         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44619         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44620         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44621         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44622         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44623         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44624         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44625         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44626         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44627         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44628         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44629         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44630         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44631         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44632         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44633         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44634         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44635         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44636         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44637         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44638         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44639         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44640         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44641         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44642         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44643         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44644         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44645         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44646         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44647         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44648         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44649         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44650         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44651         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44652         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44653         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44654         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44655         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44656         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44657         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44658         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44659         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44660         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44661         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44662         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44663         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44664         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44665         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44666         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44667         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44668         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44669         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44670         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44671         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
44672         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
44673         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
44674         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
44675         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
44676         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
44677         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
44678         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
44679         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
44680         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
44681         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
44682         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
44683         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
44684         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
44685         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
44686         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
44687         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
44688         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
44689         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44690         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44691         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44692         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44693         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44694         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44695         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44696         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44697         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44698         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44699         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44700         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44701         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44702         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44703         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44704         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44705         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44706         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44707         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44708         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44709         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44710         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44711         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44712         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44713         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44714         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44715         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44716         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44717         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44718         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44719         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44720         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44721         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44722         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44723         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44724         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44725         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44726         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44727         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44728         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44729         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44730         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44731         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44732         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44733         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44734         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44735         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44736         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44737         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44739         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44740         _XOPEN_SOURCE_EXTENDED for XPG4.
44742         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44744         * Makeconfig (localtime): Remove variable.
44745         (inst_localtime-file): Likewise.
44747 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44750         Update.
44751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44752         Update.
44753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44754         Update.
44755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44756         Update.
44757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44758         Update.
44759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44760         Update.
44761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44762         Update.
44763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44764         Update.
44765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44766         Update.
44768 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44770         [BZ #2550]
44771         [BZ #2570]
44772         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44773         comparisons to determine direction to adjust input.
44774         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44775         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44776         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44777         Likewise.
44778         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44779         Likewise.
44780         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44781         Likewise.
44782         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44783         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44784         Likewise.
44785         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44786         Likewise.
44787         * math/libm-test.inc (nexttoward_test): Add more tests.
44789 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44791         [BZ #14040]
44792         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44793         in version GLIBC_2.1, not GLIBC_2.0.
44794         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44795         Likewise.
44797 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44799         [BZ #13942]
44800         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44801         (1 - x) * (1 + x).
44802         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44803         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44804         * math/libm-test.inc (acos_test): Add more tests.
44805         (asin_test): Likewise.
44806         * sysdeps/i386/fpu/libm-test-ulps: Update.
44807         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44809         [BZ #14034]
44810         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44811         of square root.
44812         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44813         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44814         * math/libm-test.inc (acos_test_tonearest): New function.
44815         (acos_test_towardzero): Likewise.
44816         (acos_test_downward): Likewise.
44817         (acos_test_upward): Likewise.
44818         (asin_test_tonearest): Likewise.
44819         (asin_test_towardzero): Likewise.
44820         (asin_test_downward): Likewise.
44821         (asin_test_upward): Likewise.
44822         (main): Call the new functions.
44823         * sysdeps/i386/fpu/libm-test-ulps: Update.
44824         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44826         [BZ #13884]
44827         [BZ #13924]
44828         * math/e_exp10.c: Include <float.h>.
44829         (__ieee754_exp10): Handle underflow here rather than multiplying
44830         large negative argument by M_LN10.
44831         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44832         of __ieee754_expf.
44833         * math/e_exp10l.c: Include <float.h>.
44834         (__ieee754_exp10l): Handle underflow here rather than multiplying
44835         large negative argument by M_LN10l.
44836         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44837         spurious overflow exception on underflow.
44839 2012-04-29  Marek Polacek  <polacek@redhat.com>
44841         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44842         (__fortify_function): New macro.
44843         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44844         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44845         __extern_always_inline.
44846         * libio/bits/stdio2.h: Likewise.
44847         * libio/bits/stdio.h: Likewise.
44848         * string/string.h: Likewise.
44849         * string/bits/string3.h: Likewise.
44850         * include/stdio.h: Likewise.
44851         * stdlib/bits/stdlib.h: Likewise.
44852         * stdlib/stdlib.h: Likewise.
44853         * rt/bits/mqueue2.h: Likewise.
44854         * rt/mqueue.h: Likewise.
44855         * posix/bits/unistd.h: Likewise.
44856         * posix/unistd.h: Likewise.
44857         * io/bits/poll2.h: Likewise.
44858         * io/bits/fcntl2.h: Likewise.
44859         * io/fcntl.h: Likewise.
44860         * io/sys/poll.h: Likewise.
44861         * misc/bits/syslog.h: Likewise.
44862         * misc/bits/syslog-ldbl.h: Likewise.
44863         * misc/sys/syslog.h: Likewise.
44864         * socket/bits/socket2.h: Likewise.
44865         * socket/sys/socket.h: Likewise.
44866         * debug/tst-chk1.c: Likewise.
44867         * wcsmbs/bits/wchar2.h: Likewise.
44868         * wcsmbs/bits/wchar-ldbl.h: Likewise.
44869         * wcsmbs/wchar.h: Likewise.
44871 2012-04-29  Andreas Jaeger  <aj@suse.de>
44873         * Makerules (tests): Remove enable-check-abi protection.
44874         (check-abi-warn): Remove.
44875         (check-abi-%): Remove check-abi-warn usage.
44877         * configure.in: Remove check-abi configure option.
44878         * configure: Regenerated.
44879         * config.make.in (enable-check-abi): Remove.
44881 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
44883         [BZ #14033]
44884         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44885         double functions to double *_finite functions.
44887         [BZ #13941]
44888         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44889         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44890         LDBL_MIN_EXP.
44891         * stdio-common/Makefile (tests): Add tst-sprintf3.
44892         * stdio-common/tst-sprintf3.c: New file.
44894         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44895         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44897 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44899         * conform/conformtest.pl: Remove duplicate typed-constant
44900         handling.
44902 2012-04-28  David S. Miller  <davem@davemloft.net>
44904         * Makerules (%.abilist): Add vpath on sysdep_dirs.
44905         (check-abi-%): Remove AWK script prerequisite and explicit
44906         abilist directory.
44907         (check-abi): Rewrite to just diff the symlist with the abilist.
44908         (config-tls, config-abi-config): Delete, no longer used.
44909         (update-abi-%): Remove AWK script and explicit abilist directory.
44910         (update-abi): Rewrite to simply compare and conditionally copy the
44911         symlist and the sysdep abilist file.  Remove update-abi-config
44912         checks.
44913         * abilist/ld.abilist: Remove.
44914         * abilist/libBrokenLocale.abilist: Remove.
44915         * abilist/libanl.abilist: Remove.
44916         * abilist/libcrypt.abilist: Remove.
44917         * abilist/libdl.abilist: Remove.
44918         * abilist/librt.abilist: Remove.
44919         * abilist/libthread_db.abilist: Remove.
44920         * abilist/libutil.abilist: Remove.
44921         * scripts/extract-abilist.awk: Remove.
44922         * scripts/merge-abilist.awk: Remove.
44923         * sysdeps/generic/libcidn.abilist: New file.
44924         * sysdeps/generic/libnss_compat.abilist: New file.
44925         * sysdeps/generic/libnss_db.abilist: New file.
44926         * sysdeps/generic/libnss_dns.abilist: New file.
44927         * sysdeps/generic/libnss_files.abilist: New file.
44928         * sysdeps/generic/libnss_hesiod.abilist: New file.
44929         * sysdeps/generic/libnss_nis.abilist: New file.
44930         * sysdeps/generic/libnss_nisplus.abilist: New file.
44931         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44932         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44933         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44934         file.
44935         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44936         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44937         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44938         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44939         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44940         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44941         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44942         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44943         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44944         file.
44945         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44946         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44947         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44948         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44949         file.
44950         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44951         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44952         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44953         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44954         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44955         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44956         file.
44957         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44958         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44959         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44960         file.
44961         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44962         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44963         New file.
44964         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44965         New file.
44966         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44967         New file.
44968         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44969         New file.
44970         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44971         New file.
44972         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44973         New file.
44974         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44975         New file.
44976         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44977         New file.
44978         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44979         New file.
44980         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44981         New file.
44982         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44983         New file.
44984         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44985         New file.
44986         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44987         New file.
44988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44989         file.
44990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44991         New file.
44992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44993         New file.
44994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44995         file.
44996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44997         New file.
44998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44999         New file.
45000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45001         file.
45002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45003         New file.
45004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45005         New file.
45006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45007         New file.
45008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45009         New file.
45010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45011         New file.
45012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45013         New file.
45014         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45015         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45016         file.
45017         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45018         New file.
45019         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45020         file.
45021         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45022         file.
45023         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45024         file.
45025         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45026         file.
45027         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45028         file.
45029         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45030         New file.
45031         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45032         file.
45033         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45034         file.
45035         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45036         New file.
45037         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45038         file.
45039         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45040         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45041         file.
45042         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45043         New file.
45044         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45045         file.
45046         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45047         file.
45048         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45049         file.
45050         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45051         file.
45052         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45053         file.
45054         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45055         New file.
45056         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45057         file.
45058         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45059         file.
45060         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45061         New file.
45062         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45063         file.
45064         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45065         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45066         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45067         file.
45068         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45069         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45070         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45071         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45072         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45073         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45074         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45075         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45076         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45077         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45078         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45079         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45080         file.
45081         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45082         New file.
45083         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45084         file.
45085         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45086         file.
45087         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45088         file.
45089         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45090         file.
45091         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45092         file.
45093         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45094         New file.
45095         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45096         New file.
45097         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45098         file.
45099         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45100         New file.
45101         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45102         file.
45103         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45104         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45105         file.
45106         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45107         New file.
45108         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45109         file.
45110         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45111         file.
45112         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45113         file.
45114         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45115         file.
45116         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45117         file.
45118         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45119         New file.
45120         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45121         New file.
45122         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45123         file.
45124         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45125         New file.
45126         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45127         file.
45129 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45131         * conform/conformtest.pl: Fix typo in handling typed-constant from
45132         allow-header.
45134 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45136         * README: Cut down references to pre-2.6 Linux kernels and
45137         Linuxthreads.  Update lists of configurations in libc and ports
45138         and sort alphabetically.  Say "or newer" with Linux kernel version
45139         requirements.
45141         * config.h.in [IS_IN_build]: Allow compiling without optimization.
45143 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45145         [BZ #887]
45146         * math/libm-test.inc (logb_test_downward): New test to expose
45147         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45148         rounding mode.
45150 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45152         [BZ #14027]
45153         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45154         to be done.
45155         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45156         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45158 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45160         * sysdeps/unix/i386/brk.S: Remove file.
45161         * sysdeps/unix/i386/dl-brk.S: Likewise.
45162         * sysdeps/unix/i386/pipe.S: Likewise.
45163         * sysdeps/unix/i386/sigreturn.S: Likewise.
45164         * sysdeps/unix/i386/syscall.S: Likewise.
45165         * sysdeps/unix/i386/vfork.S: Likewise.
45166         * sysdeps/unix/i386/wait.S: Likewise.
45168         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45169         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45171         * configure.in (arm*-none*): Do not allow without
45172         --enable-hacker-mode.
45173         (netbsd*): Remove case setting base_os.
45174         (386bsd*): Likewise.
45175         (freebsd*): Likewise.
45176         (bsdi*): Likewise.
45177         (osf*): Likewise.
45178         (sunos*): Likewise.
45179         (ultrix*): Likewise.
45180         (newsos*): Likewise.
45181         (dynix*): Likewise.
45182         (*bsd*): Likewise.
45183         (sysv*): Likewise.
45184         (isc*): Likewise.
45185         (esix*): Likewise.
45186         (sco*): Likewise.
45187         (minix*): Likewise.
45188         (irix4*): Likewise.
45189         (irix6*): Likewise.
45190         (solaris[2-9]*): Likewise.
45191         (none): Likewise.
45192         * configure: Regenerated.
45194 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45196         [BZ #11521]
45197         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45198         overflow or cancellation in calculating denominator.
45199         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45200         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45201         down expression to avoid unexpected rounding in newer GCCs.
45202         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45204 2012-04-26  David S. Miller  <davem@davemloft.net>
45206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45207         long-double compat symbols.
45208         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45213         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45214         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45215         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45216         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45217         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45218         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45219         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45220         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45222 2012-04-25  David S. Miller  <davem@davemloft.net>
45224         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45225         HWCAP_* values only after the memory barriers have been defined.
45226         (atomic_full_barrier): Define.
45227         (atomic_read_barrier): Define.
45228         (atomic_write_barrier): Define.
45230 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45232         * shlib-versions: Add libgcc_s version information.
45233         * sysdeps/generic/libgcc_s.h: Remove.
45234         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45235         libgcc_s.h.
45236         * sysdeps/gnu/unwind-resume.c: Likewise.
45237         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45239 2012-04-25  David S. Miller  <davem@davemloft.net>
45241         * sysdeps/unix/sparc/brk.S: Delete.
45242         * sysdeps/unix/sparc/dl-brk.S: Delete.
45243         * sysdeps/unix/sparc/pipe.S: Delete.
45244         * sysdeps/unix/sparc/sysdep.S: Delete.
45245         * sysdeps/unix/sparc/sysdep.h: Delete.
45246         * sysdeps/unix/sparc/vfork.S: Delete.
45247         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45248         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45249         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45250         (ret_ERRVAL, r0, r1, MOVE): Define.
45251         (JUMPTARGET): Remove.
45252         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45253         sysdeps/unix/sparc/sysdep.h
45254         (ENTRY, END): Remove.
45255         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45257 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
45259         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45260         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45261         -DIS_IN_build.
45263         * timezone/README: Update upstream location and email address for
45264         tzcode and tzdata.
45265         * timezone/zdump.c: Update from tzcode 2012b.
45266         * timezone/zic.c: Likewise.
45268         * configure.in (libc_cv_as_needed): Remove test.
45269         * configure: Regenerated.
45270         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45271         conditional definition.
45272         [$(have-as-needed) != yes] (no-as-needed): Likewise.
45273         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45274         * config.make.in (have-as-needed): Remove variable.
45276 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45277             Paul Pluzhnikov  <ppluzhnikov@google.com>
45279         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45280         strings correctly.
45282 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
45284         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45285         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45286         * sysdeps/sh/strlen.S: Likewise.
45288 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45290         * sysdeps/unix/fork.S: Remove file.
45291         * sysdeps/unix/i386/fork.S: Likewise.
45292         * sysdeps/unix/sparc/fork.S: Likewise.
45294         * sysdeps/unix/system.c: Remove file.
45295         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45297         * sysdeps/unix/getegid.S: Remove file.
45298         * sysdeps/unix/geteuid.S: Likewise.
45300 2012-04-24  Roland McGrath  <roland@hack.frob.com>
45302         * scripts/check-localplt.awk: New file.
45303         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45304         of diff.
45305         * scripts/data/localplt-generic.data: Add a comment.
45307         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45308         NODE when __dir_mkfile failed.
45309         * sysdeps/mach/hurd/symlinkat.c: Likewise.
45310         Reported by Ludovic Courtès <ludo@gnu.org>.
45312 2012-04-24  Andreas Jaeger  <aj@suse.de>
45314         * Makerules (common-clean): Also remove gen-as-const-headers
45315         files.
45317 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45319         * Makerules (native-compile): Do not change working directory for
45320         build.  Use $(OUTPUT_OPTION) in command.
45321         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45323 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45325         [BZ #13886]
45326         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45327         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45328         * math/libm-test.inc (floor_test): Add more tests.
45329         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45331 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45333         * sysdeps/unix/getdents.c: Remove file.
45334         * sysdeps/unix/sysv/getdents.c: Likewise.
45335         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45337         * sysdeps/unix/syscalls.list (madvise): Add syscall from
45338         sysdeps/unix/mman/syscalls.list.
45339         (mmap): Likewise.
45340         (mprotect): Likewise.
45341         (msync): Likewise.
45342         (munmap): Likewise.
45343         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45344         * sysdeps/unix/mman/syscalls.list: Remove.
45345         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45347         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45348         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45349         * configure: Regenerated.
45350         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45351         $(libgcc_s_suffix).
45352         * config.make.in (libgcc_s_suffix): Remove variable.
45354 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
45356         * sysdeps/unix/sysv/gethostname.c: Move to ...
45357         * sysdeps/posix/gethostname.c: ... here.
45359         * sysdeps/unix/execve.S: Remove file.
45361         * sysdeps/unix/_exit.S: Remove file.
45363 2012-04-23  Andreas Jaeger  <aj@suse.de>
45365         [BZ #13739]
45366         * manual/Makefile: Remove make dist support, there's no
45367         need for a stand-alone documentation tar ball.
45368         (TEXI2DVI): Define always, it's not in Makeconfig.
45369         (dist): Removed.
45370         (tar-it): Removed.
45371         (edition): Removed.
45372         (glibc-doc-$(edition).tar): Removed
45373         (%.Z): Removed.
45374         (%.gz): Removed.
45375         (%.uu): Removed.
45376         (ETAGS): Remove, it's in Makeconfig.
45377         (move-if-change): Remove, it's in Makeconfig.
45379 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
45381         [BZ #13970]
45382         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45383         (strtod, strtof, strtold, strtol, strtoul, strtoq)
45384         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45385         (strtod_l, strtof_l, strtold_l): Remove __wur.
45386         It is not necessarily an error to ignore strtol's return value.
45387         One can reliably look at the stored endptr to decide whether
45388         the number had valid syntax.
45390 2012-04-21  Andreas Jaeger  <aj@suse.de>
45392         [BZ #13739]
45393         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45395 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
45397         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45398         * sysdeps/unix/sysv/Versions: Remove file.
45400 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
45402         [BZ #13927]
45403         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45405 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
45407         [BZ #7064]
45408         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45409         version from __vm86.
45411 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
45413         * sysdeps/unix/common/lxstat.c: Remove file.
45414         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45416         * sysdeps/unix/sysv/Makefile: Remove file.
45418         * sysdeps/unix/sysv/direct.h: Remove file.
45420         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45421         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45422         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45423         * sysdeps/unix/sysv/bits/signum.h: Likewise.
45424         * sysdeps/unix/sysv/bits/stat.h: Likewise.
45425         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45426         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45428         * sysdeps/unix/sysv/setrlimit.c: Remove file.
45430         * sysdeps/unix/xmknod.c: Remove file.
45431         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45433         * sysdeps/unix/sysv/settimeofday.c: Remove file.
45435         * sysdeps/unix/sysv/i386/time.S: Remove file.
45437         * sysdeps/unix/fxstat.c: Remove file.
45438         * sysdeps/unix/xstat.c: Likewise.
45439         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45441         * sysdeps/unix/sysv/sigaction.c: Remove file.
45443         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45444         (sysdep_headers): Remove variable.
45445         [termio.h not in sysdep_headers] (generated): Likewise.
45446         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45447         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45448         * sysdeps/unix/sysv/tcdrain.c: Likewise.
45449         * sysdeps/unix/sysv/tcflow.c: Likewise.
45450         * sysdeps/unix/sysv/tcflush.c: Likewise.
45451         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45452         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45453         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45454         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45455         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45457         * sysdeps/unix/siglist.c: Remove file.
45459         * sysdeps/unix/getppid.S: Remove file.
45461         * sysdeps/unix/mkdir.c: Remove file.
45462         * sysdeps/unix/rmdir.c: Likewise.
45464 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
45466         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45467         ERR_MAX value.
45468         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45469         errlist-compat value.
45471 2012-04-18  David S. Miller  <davem@davemloft.net>
45473         * sysdeps/generic/memcopy.h (reg_char): Delete.
45474         * debug/strcat_chk.c: Use char, not reg_char.
45475         * debug/strcpy_chk.c: Likewise.
45476         * debug/strncat_chk.c: Likewise.
45477         * debug/strncpy_chk.c: Likewise.
45478         * string/memchr.c: Likewise.
45479         * string/memrchr.c: Likewise.
45480         * string/rawmemchr.c: Likewise.
45481         * string/strcat.c: Likewise.
45482         * string/strchr.c: Likewise.
45483         * string/strchrnul.c: Likewise.
45484         * string/strcmp.c: Likewise.
45485         * string/strcpy.c: Likewise.
45486         * string/strncat.c: Likewise.
45487         * string/strncmp.c: Likewise.
45488         * string/strncpy.c: Likewise.
45490 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45492         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45493         __builtin_memcopy is called when src and dest ranges are known to not
45494         overlap.
45496 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45498         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45499         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45500         fwd_align_merge macro call.
45501         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45502         bwd_align_merge macro call.
45503         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45505 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45507         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45508         bwd_align_merge macros.
45509         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45510         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45511         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45513 2012-04-18  David S. Miller  <davem@davemloft.net>
45515         * sysdeps/sparc/sparc64/memcopy.h: Delete.
45517 2012-04-18  Andreas Jaeger  <aj@suse.de>
45519         [BZ# 6794]
45520         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45521         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45522         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45524         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45525         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45526         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45528         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45529         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45530         Adjust for changed ldbl-128 files.
45532         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45533         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45534         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45536 2012-04-17  David S. Miller  <davem@davemloft.net>
45538         * sysdeps/sparc/sparc32/memcopy.h: Delete.
45540 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
45542         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45543         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45544         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45545         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45546         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45547         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45549 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45551         [BZ #6794]
45552         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45553         * math/libm-test.inc: Add ilogb errno and exception tests.
45554         * math/w_ilogb.c: New file: ilogb wrapper.
45555         * math/w_ilogbf.c: New file: ilogbf wrapper.
45556         * math/w_ilogbl.c: New file: ilogbl wrapper.
45557         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45558         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45559         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45560         exception being thrown with 0.0 as argument.
45561         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45562         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45563         exception being thrown with 0.0 as argument.
45564         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45565         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45566         exception being thrown with 0.0 as argument.
45567         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45568         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45569         exception being thrown with 0.0 as argument.
45570         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45571         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45572         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45573         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45574         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45575         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45576         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45577         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45578         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45580 2012-04-17  Petr Baudis  <pasky@ucw.cz>
45582         * include/sys/uio.h: Change __vector to __iovec to avoid clash
45583         with altivec.
45585 2012-04-16  Marek Polacek  <polacek@redhat.com>
45587         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45589 2012-04-16  Marek Polacek  <polacek@redhat.com>
45591         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45592         operands of fdivp instruction.
45594 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45596         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45597         * elf/tst-auditmod3b.c: Likewise.
45598         * elf/tst-auditmod4b.c: Likewise.
45599         * elf/tst-auditmod5b.c: Likewise.
45600         * elf/tst-auditmod6b.c: Likewise.
45601         * elf/tst-auditmod6c.c: Likewise.
45602         * elf/tst-auditmod7b.c: Likewise.
45603         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45604         * sysdeps/x86_64/preconfigure.in: Likewise.
45605         * sysdeps/x86_64/preconfigure: Regenerated.
45607 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45609         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45610         __ILP32__.
45612 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
45614         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45615         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45617 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
45619         [BZ #13973]
45620         * locale/iso-639.def: Fix gl language name. Spotted by
45621         Yaron Shahrabani.
45623 2012-04-12  Roland McGrath  <roland@hack.frob.com>
45625         [BZ #2074]
45626         * libio/libio.h (__io_write_fn): Update comment.
45628 2012-04-12  Petr Baudis  <pasky@ucw.cz>
45630         [BZ #2074]
45631         * stdio.texi (Hook Functions): The user provided writer function
45632         is not allowed to return -1.
45634 2012-04-11  David S. Miller  <davem@davemloft.net>
45636         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45638 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
45640         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45641         Add a leading slash to rtkaio.
45643 2012-04-11  Jim Meyering  <meyering@redhat.com>
45645         [BZ #11959]
45646         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45647         It is not necessarily an error to ignore fwrite's return
45648         value.  One can reliably use ferror to test for errors after
45649         the fact.
45651 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45653         * bits/types.h (__snseconds_t): New type.
45654         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45656         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45657         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45658         (__SNSECONDS_T_TYPE): Likewise.
45659         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45660         (__SNSECONDS_T_TYPE): Likewise.
45661         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45662         (__SNSECONDS_T_TYPE): Likewise.
45664 2012-04-10  Andreas Jaeger  <aj@suse.de>
45666         [BZ #2636]
45667         * manual/time.texi (Processor Time): Return type of times is
45668         elapsed real time since an arbitrary point in the past.
45669         (CPU Time): Move CLK_TCK from here...
45670         (Processor Time): ...to here.  Correct description.
45671         * manual/conf.texi (Constants for Sysconf): Correct description of
45672         _SC_CLK_TCK.
45674 2012-04-10  David S. Miller  <davem@davemloft.net>
45676         [BZ #13967]
45677         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
45678         where the is a gap between DT_REL(A) and DT_JMPREL.
45680 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45682         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
45683         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45684         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45686 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
45688         * elf/dl-support.c (_dl_inhibit_cache): New variable.
45689         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45690         (dl_main): Handle --inhibit-cache.
45691         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45692         _dl_inhibit_cache.
45693         * elf/dl-load.c (_dl_map_object): Use it.
45694         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45696 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45698         [BZ #13872]
45699         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45700         (__ieee754_powl): Saturate large exponents rather than testing for
45701         overflow of y*log2(x).
45702         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45703         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45704         exceptions.
45706         [BZ #11521]
45707         * math/s_ctan.c: Include <float.h>.
45708         (__ctan): Avoid internal overflow or cancellation in calculating
45709         denominator.
45710         * math/s_ctanf.c: Likewise.
45711         * math/s_ctanl.c: Likewise.
45712         * math/s_ctanh.c: Likewise.
45713         * math/s_ctanhf.c: Likewise.
45714         * math/s_ctanhl.c: Likewise.
45715         * math/libm-test.inc (ctan_test): Add more tests.
45716         (ctanh_test): Likewise.
45717         * sysdeps/i386/fpu/libm-test-ulps: Update.
45718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45720 2012-04-09  Andreas Jaeger  <aj@suse.de>
45722         [BZ #6894]
45723         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45724         is an optional BSD extension.
45726         [BZ #10254]
45727         * manual/stdio.texi (Opening Streams): Document additional fopen
45728         parameters.
45730 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45732         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45733         %eax without telling the compiler.
45735 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45737         [BZ # 13963]
45738         * manual/install.texi: Use sourceware.org.
45740 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45742         [BZ #13873]
45743         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45744         (__ieee754_pow): Generate overflow and underflow using huge*huge
45745         and tiny*tiny rather than just returning constant infinity or zero
45746         for large exponents.
45747         * math/libm-test.inc (pow_test): Require overflow exceptions for
45748         applicable cases of large exponents.
45750         [BZ #706]
45751         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45752         (__ieee754_pow): Use iterative multiplication algorithm only for
45753         integer exponents with absolute value below 1024.  Check for odd
45754         integer exponents when using algorithm for real exponents.
45755         * math/libm-test.inc (pow_test): Add more tests.
45756         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45758 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45760         [BZ #13705]
45761         * math/libm-test.inc (exp_test): Do not allow overflow exception
45762         on underflow test.
45764 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45766         [BZ #13705]
45767         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45768         instead of __kernel_standard_f.
45770 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45772         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45773         * sysdeps/x86_64/memset_chk.S: Likewise.
45775 2012-04-08  Andreas Jaeger  <aj@suse.de>
45777         [BZ #10153]
45778         * manual/startup.texi (Environment Access): Describe return value
45779         for putenv and setenv.
45781         [BZ #6895]
45782         * manual/filesys.texi (Directory Entries): Add description for
45783         DT_LNK.
45785         [BZ #6890]
45786         * manual/filesys.texi (Directory Entries): Clarify that it's file
45787         system not operating system in the description of DT_UNKNOWN.
45789         [BZ #6578]
45790         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45792 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45794         [BZ #6649]
45795         * manual/llio.texi (Opening and Closing Files): Add cross
45796         reference to explain mode argument.
45798 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45800         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45801         * sysdeps/x86_64/memset_chk.S: Likewise.
45803 2012-04-07  David S. Miller  <davem@davemloft.net>
45805         * elf/elf.h (R_SPARC_WDISP10): Define.
45806         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45807         R_SPARC_SIZE32.
45808         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45809         R_SPARC_SIZE64 and R_SPARC_H34.
45811 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45813         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45814         conditions and remove no longer applicable assertion.
45816 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45818         * bits/byteswap.h: Include <features.h>.
45819         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45820         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45822 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45824         * bits/byteswap.h (__bswap_16): Removed.
45825         Include <bits/byteswap-16.h> to get __bswap_16.
45826         * sysdeps/i386/bits/byteswap.h: Likewise.
45827         * sysdeps/s390/bits/byteswap.h: Likewise.
45828         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45829         * bits/byteswap-16.h: New file.
45830         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45831         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45832         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45833         * string/Makefile (headers): Add bits/byteswap-16.h.
45835 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45837         [BZ #13895]
45838         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45839         extra indirection.
45840         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45841         * nss/tst-nss-static.c: New.
45843 2012-04-06  Robert Millan  <rmh@gnu.org>
45845         [BZ #6486]
45846         * manual/llio.texi (File Position Primitive): lseek
45847         refers to WHENCE when it really means OFFSET.
45849 2012-04-06  Andreas Jaeger  <aj@suse.de>
45851         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45852         strncmp declarations.
45854         * abilist/libc.abilist: Add __poll and __ppoll.
45856 2012-04-05  David S. Miller  <davem@davemloft.net>
45858         * scripts/check-local-headers.sh: Accept a host triplet in the
45859         path matched by the exclude regexp.
45861         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45862         definition.
45863         * sysdeps/powerpc/powerpc32/dl-machine.h
45864         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45865         * sysdeps/s390/s390-32/dl-machine.h
45866         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45867         * sysdeps/sparc/sparc32/dl-machine.h
45868         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45869         * sysdeps/sparc/sparc64/dl-machine.h
45870         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45872         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45873         lazy binding.
45874         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45875         undefined symbol errors.
45877         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45878         DT_NEEDED entries.
45880 2012-04-05  Michael Matz  <matz@suse.de>
45882         [BZ #13592]
45883         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45885 2012-04-05  Andreas Jaeger  <aj@suse.de>
45887         [BZ #13908]
45888         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45889         comment.
45891 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45893         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45894         which ROUND is no valid rounding mode.
45896 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45898         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45899         read again.
45900         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45902 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45904         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45905         an exception using FPU order intentionally.
45907 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45909         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45910         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45911         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45912         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45914 2012-04-05  Simon Josefsson  <simon@josefsson.org>
45916         [BZ #12340]
45917         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45918         EINVAL when BUFLEN is too smal.
45920 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
45922         [BZ #13553]
45923         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45924         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45926 2012-04-03  Andreas Jaeger  <aj@suse.de>
45928         [BZ #13938]
45929         * manual/setjmp.texi (System V contexts): Fix sentence.
45931         [BZ #13926]
45932         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45933         New macro for this case.
45934         [!__GNUC__] (__bswap_64): New inline function for this case.
45935         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45936         * bits/byteswap.h: Likewise.
45937         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45938         ull, guard with __GLIBC_HAVE_LONG_LONG.
45940         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45941         __GLIBC_HAVE_LONG_LONG.
45943         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45944         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45946 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45948         [BZ #13691]
45949         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45950         inptr and inend, rather than using last_ch.
45952 2012-04-02  David S. Miller  <davem@davemloft.net>
45954         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45955         * stdio-common/printf-parse.h (read_int): Change return type to
45956         'int', return -1 on INT_MAX overflow.
45957         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45958         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
45959         overflows INT_MAX.  Check for overflow of in-format-string precision
45960         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
45961         SIZE_MAX not INT_MAX for integer overflow test.
45962         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45963         skip the construct in the format string but do not record anything.
45964         * stdio-common/bug22.c: Adjust to test both width/prevision
45965         INT_MAX overflow as well as total length INT_MAX overflow.  Check
45966         explicitly for proper errno values.
45968 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
45970         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45971         CHAR_MAX.
45972         * string/test-strcmp.c [! WIDE]: Likewise.
45973         * time/tst-mktime2.c: Likewise for INT_MAX.
45974         * string/test-string.h: #include <sys/param.h> for MIN.
45976         * csu/init-first.c (__libc_init_first): Call __ctype_init.
45977         * sysdeps/i386/init-first.c (init): Likewise.
45978         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45979         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45980         * sysdeps/sh/init-first.c (init): Likewise.
45982 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
45984         * po/ru.po: Update from translation team.
45985         * po/vi.po: Likewise.
45987 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
45989         * resolv/nss_dns/dns-host.c: Merge copyright years.
45991 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45993         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45994         Optimize memcpy with prefetch if
45995         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
45996         src, dst pointers have unequal 16 byte alignments.
45998 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46000         [BZ #13928]
46001         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46002         from a CNAME entry and return the minimum ttl for the query.
46003         (gaih_getanswer_slice): Likewise.
46005 2012-03-30  Jeff Law  <law@redhat.com>
46007         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46008         due to long keys.
46009         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46010         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46012         * resolv/nss_dns/dns-host.c: Update copyright year.
46014 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46016         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46017         requests to save a system call.  Fix check that all bytes are sent.
46019         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46020         comments for sendmmsg.
46022 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46024         [BZ #13691]
46025         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46026         with only 1 character between 0x0041 and 0x01b0.
46027         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46028         * wcsmbs/tst-mbsnrtowcs.c: New file.
46030 2012-03-29  David S. Miller  <davem@davemloft.net>
46032         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46033         small copies by hand.
46035 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
46037         [BZ #13761]
46038         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46039         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46040         group memberships.
46042 2012-03-28  David S. Miller  <davem@davemloft.net>
46044         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46045         that branches into memcpy.
46046         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46047         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46048         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46049         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46050         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46051         bits.
46052         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46053         implementation too.
46054         * sysdeps/sparc/mempcpy.S: New file.
46056         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46057         the IFUNC routine in the libc case.
46058         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46060         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46061         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46062         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46063         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46064         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46065         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46066         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46067         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46069         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46070         loop to 256 bytes instead of 64 bytes and fix test signedness.
46072         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46073         * sysdeps/sparc/sparc32/Makefile: rather than here...
46074         * sysdeps/sparc/sparc64/Makefile: and here.
46076 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
46078         * malloc/mallocbug.c: Avoid warnings about unused variables.
46080 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
46082         [BZ #13760]
46083         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46084         in the right place. Discard and retry query if response is
46085         larger than input buffer size.
46087 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
46089         [BZ #369]
46090         [BZ #2678]
46091         [BZ #3866]
46092         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46093         x for large integer exponent.
46094         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46095         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
46096         sign of result as needed afterwards.
46097         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46098         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46099         result for underflowing pow the same as for overflow.
46100         (__kernel_standard_l): Handle powl overflow and underflow here
46101         rather than calling __kernel_standard.
46102         * math/libm-test.inc (pow_test): Add more tests.
46104         [BZ #3868]
46105         [BZ #13879]
46106         [BZ #13910]
46107         [BZ #13911]
46108         [BZ #13912]
46109         [BZ #13913]
46110         [BZ #13915]
46111         [BZ #13916]
46112         [BZ #13917]
46113         [BZ #13918]
46114         [BZ #13919]
46115         [BZ #13920]
46116         [BZ #13921]
46117         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46118         * sysdeps/ieee754/k_standard.c: Include <float.h>.
46119         (__kernel_standard_l): New function.
46120         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46121         __kernel_standard.
46122         * math/w_acosl.c (__acosl): Likewise.
46123         * math/w_asinl.c (__asinl): Likewise.
46124         * math/w_atan2l.c (__atan2l): Likewise.
46125         * math/w_atanhl.c (__atanhl): Likewise.
46126         * math/w_coshl.c (__coshl): Likewise.
46127         * math/w_exp10l.c (__exp10l): Likewise.
46128         * math/w_exp2l.c (__exp2l): Likewise.
46129         * math/w_fmodl.c (__fmodl): Likewise.
46130         * math/w_hypotl.c (__hypotl): Likewise.
46131         * math/w_j0l.c (__j0l, __y0l): Likewise.
46132         * math/w_j1l.c (__j1l, __y1l): Likewise.
46133         * math/w_jnl.c (__jnl, __ynl): Likewise.
46134         * math/w_lgammal.c (__lgammal): Likewise.
46135         * math/w_log10l.c (__log10l): Likewise.
46136         * math/w_log2l.c (__log2l): Likewise.
46137         * math/w_logl.c (__logl): Likewise.
46138         * math/w_powl.c (__powl): Likewise.
46139         * math/w_remainderl.c (__remainderl): Likewise.
46140         * math/w_scalbl.c (sysv_scalbl): Likewise.
46141         * math/w_sinhl.c (__sinhl): Likewise.
46142         * math/w_sqrtl.c (__sqrtl): Likewise.
46143         * math/w_tgammal.c (__tgammal): Likewise.
46144         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46145         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46146         * math/libm-test.inc (acos_test): Add more tests.
46147         (acosh_test): Likewise.
46148         (asin_test): Likewise.
46149         (atanh_test): Likewise.
46150         (exp_test): Likewise.
46151         (exp10_test): Likewise.
46152         (exp2_test): Likewise.
46153         (expm1_test): Likewise.
46154         (lgamma_test): Likewise.
46155         (log_test): Likewise.
46156         (log10_test): Likewise.
46157         (log1p_test): Likewise.
46158         (log2_test): Likewise.
46159         (pow_test): Do not allow some spurious overflow exceptions.
46160         (sqrt_test): Add more tests.
46161         (tgamma_test): Likewise.
46162         (y0_test): Likewise.
46163         (y1_test): Likewise.
46164         (yn_test): Likewise.
46166 2012-03-27  Anton Blanchard  <anton@samba.org>
46168         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46169         MAP_HUGETLB.
46170         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46171         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46172         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46174 2012-03-27  David S. Miller  <davem@davemloft.net>
46176         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46178         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46179         have-as-vis3 check.
46181 2012-03-27  Andreas Jaeger  <aj@suse.de>
46183         * sysdeps/x86_64/elf/configure.in: Moved to ...
46184         * sysdeps/x86_64/configure.in: ... here.
46185         * sysdeps/x86_64/elf/start.S: Moved to ...
46186         * sysdeps/x86_64/start.S: ... here.
46187         * sysdeps/x86_64/elf/configure: Delete.
46189         * sysdeps/x86_64/configure.in: Merge contents from
46190         sysdeps/i386/configure.in (without i686 check).
46192         * sysdeps/i386/elf/Versions: Merge into ...
46193         * sysdeps/i386/Versions: ... this.
46194         * sysdeps/i386/elf/Versions: Delete file.
46195         * sysdeps/i386/elf/start.S: Moved to ...
46196         * sysdeps/i386/start.S: ...here.
46197         * sysdeps/i386/elf/configure.in: Merge into...
46198         * sysdeps/i386/configure.in: ...here.
46199         * sysdeps/i386/elf/configure.in: Delete file.
46200         * sysdeps/i386/elf/configure: Delete file.
46202         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46203         * debug/backtracesyms.c: ... here.
46204         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46205         * debug/backtracesymsfd.c: ... here.
46206         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46207         * sysdeps/generic/ifunc-sel.h: ... here.
46209         * sysdeps/unix/i386/start.c: Delete file.
46210         * sysdeps/unix/sparc/start.c: Delete file.
46211         * sysdeps/unix/start.c: Delete file.
46213         * sysdeps/sh/elf/configure.in: Moved to ...
46214         * sysdeps/sh/configure.in: ... here.
46215         * sysdeps/sh/elf/start.S: Moved to ...
46216         * sysdeps/sh/start.S: ... here.
46217         * sysdeps/sh/elf/configure: Delete file.
46219         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46220         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46221         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46222         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46223         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46224         * sysdeps/powerpc/powerpc64/start.S: here.
46225         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46226         * sysdeps/powerpc/powerpc64/Makefile: ... this.
46227         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46228         * sysdeps/powerpc/powerpc64/configure.in: ... this.
46229         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46231         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46232         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46233         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46234         * sysdeps/powerpc/powerpc32/start.S: ... here.
46235         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46236         * sysdeps/powerpc/powerpc32/configure.in: ... this.
46237         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46239         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46240         * sysdeps/powerpc/ifunc-sel.h: ... here.
46241         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46242         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46244         * sysdeps/sparc/elf/configure.in: Moved to ...
46245         * sysdeps/sparc/configure.in: ... here.
46246         * sysdeps/sparc/elf/configure: Delete file.
46247         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46248         * sysdeps/sparc/sparc32/start.S: ... here.
46249         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46250         * sysdeps/sparc/sparc64/start.S: ... here.
46251         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46252         * sysdeps/sparc/sparc32/Makefile: ... this.
46253         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46254         * sysdeps/sparc/sparc64/Makefile: ... this.
46256         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46257         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46258         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46259         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46260         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46261         * sysdeps/s390/s390-32/setjmp.S: ... here.
46262         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46263         * sysdeps/s390/s390-32/configure.in: ... here.
46264         * sysdeps/s390/s390-32/elf/configure: Delete file.
46265         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46266         * sysdeps/s390/s390-32/start.S: ... here.
46268         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46269         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46270         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46271         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46272         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46273         * sysdeps/s390/s390-64/setjmp.S: ... here.
46274         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46275         * sysdeps/s390/s390-64/configure.in: ... here
46276         * sysdeps/s390/s390-64/elf/configure: Delete file.
46277         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46278         * sysdeps/s390/s390-64/start.S: ... here.
46279         * sysdeps/s390/s390-64/elf/configure: Delete.
46281         * configure.in: Remove support for elf directories in sysdeps.
46283         * configure: Regenerated.
46284         * sysdeps/i386/configure: Regenerated.
46285         * sysdeps/powerpc/powerpc32/configure: Regenerated.
46286         * sysdeps/powerpc/powerpc64/configure: Regenerated.
46287         * sysdeps/s390/s390-32/configure: Regenerated.
46288         * sysdeps/s390/s390-64/configure: Regenerated.
46289         * sysdeps/sh/configure: Regenerated.
46290         * sysdeps/sparc/configure: Regenerated.
46291         * sysdeps/x86_64/configure: Regenerated.
46293 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
46295         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46297         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46298         denormal result into account.
46300 2012-03-25  Roland McGrath  <roland@hack.frob.com>
46302         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46303         Reported by Allan McRae <allan@archlinux.org>.
46305 2012-03-23  Jeff Law  <law@redhat.com>
46307         * nss/getnssent.c (__nss_getent): Fix typo.
46309 2012-03-23  David S. Miller  <davem@davemloft.net>
46311         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46313 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
46315         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46316         to pad to uint64_t for each field.
46317         (dl_tls_index): Replace unsigned long with uint64_t.
46319 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
46320         Paul Pluzhnikov  <ppluzhnikov@google.com>
46322         [BZ #6528]
46323         * grp/Makefile (otherlibs): Don't set it.
46324         * inet/Makefile (otherlibs): Likewise.
46325         * login/Makefile (otherlibs): Likewise.
46326         * nscd/Makefile (otherlibs): Likewise.
46327         * posix/Makefile (otherlibs): Likewise.
46328         * pwd/Makefile (otherlibs): Likewise.
46329         * rt/Makefile (otherlibs): Likewise.
46330         * sunrpc/Makefile (otherlibs): Likewise.
46331         * nss/Makefile (otherlibs): Likewise.
46332         Add libnss_files to routines and static-only-routines.
46333         ($(objpfx)getent): Remove rule.
46334         * resolv/Makefile: Add libnss_dns and libresolv to routines and
46335         static-only-routines.
46337 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46339         [BZ #13892]
46340         * math/s_cexp.c: Include <float.h>.
46341         (__cexp): Handle exp result overflowing not necessarily
46342         overflowing both real and imaginary parts of result.
46343         * math/s_cexpf.c: Likewise.
46344         * math/s_cexpl.c: Likewise.
46345         * math/libm-test.inc (cexp_test): Add more tests.
46346         * sysdeps/i386/fpu/libm-test-ulps: Update.
46347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46349 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46351         * include/link.h (ELFW): New macro.
46352         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46353         Replace ELF64_R_TYPE with ELFW(R_TYPE).
46355 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46357         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46358         with uint64_t.
46360 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46362         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46363         declaration.
46364         (struct La_x32_retval): Likewise.
46366 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46368         * sysdeps/x86_64/preconfigure.in: New file.
46369         * sysdeps/x86_64/preconfigure: New generated file.
46371 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46373         [BZ #13824]
46374         * math/e_exp2l.c: Include <float.h>.
46375         (__ieee754_exp2l): Handle overflow and underflow cases
46376         separately.  Only pass fractional part of argument to
46377         __ieee754_expl.
46378         * math/libm-test.inc (exp2_test): Add more tests.
46380         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46381         negating x to take absolute value.
46382         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46383         Likewise.
46384         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46385         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46386         Likewise.
46387         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46388         computing low part if x was negated.
46389         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46391 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46393         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46394         la_x32_gnu_pltexit.
46395         (pltexit): Cast int_retval to ptrdiff_t.
46396         * elf/tst-auditmod3b.c: Likewise.
46397         * elf/tst-auditmod4b.c: Likewise.
46398         * elf/tst-auditmod5b.c: Likewise.
46399         * elf/tst-auditmod6b.c: Likewise.
46400         * elf/tst-auditmod6c.c: Likewise.
46401         * elf/tst-auditmod7b.c: Likewise.
46403         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46404         and x32_gnu_pltexit.
46406         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46407         __ELF_NATIVE_CLASS.
46408         (La_x32_regs): New macro.
46409         (La_x32_retval): Likewise.
46410         (la_x32_gnu_pltenter): New function prototype.
46411         (la_x32_gnu_pltexit): Likewise.
46413 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
46415         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46416         exponent.
46418         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46420         * configure.in (libc_cv_cc_nofma): Check for option to disable
46421         generation of FMA instructions.
46422         * configure: Regenerate.
46423         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46424         * sysdeps/ieee754/dbl-64/Makefile: New file.
46425         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46426         Remove brandred-fma4.
46427         (CFLAGS-brandred-fma4.c): Remove.
46428         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46429         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46430         define.
46431         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46432         define.
46434 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46436         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46437         LLONG_MAX != LONG_MAX.
46438         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46439         (_fitoa_word): Likewise.
46440         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46441         LLONG_MAX != LONG_MAX.
46442         * stdio-common/_itowa.h: Include <_itoa.h>.
46443         (_itowa_word): Use _ITOA_WORD_TYPE on value.
46444         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
46445         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
46446         only if not defined.
46447         (_ITOA_WORD_TYPE): Likewise.
46448         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46449         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46451 2012-03-21  David S. Miller  <davem@davemloft.net>
46453         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46455 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46457         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46458         of x86_64 when setting libc_cv_slibdir, libdir and
46459         libc_cv_localedir.
46460         * sysdeps/unix/sysv/linux/configure: Regenerated.
46462 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46464         * manual/lang.texi (Old Varargs): Remove section.
46465         (How Variadic): Update menu.
46466         (va_start): Do not mention varargs.h.
46468 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46469             Joseph Myers  <joseph@codesourcery.com>
46471         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46472         link test.
46473         * configure: Regenerated.
46475 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46477         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46478         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46479         conformtest.pl
46481 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46483         * NOTES: Remove.
46484         * Makefile (files-for-dist): Remove NOTES.
46485         (NOTES): Remove rule.
46486         * README: Don't refer to NOTES.
46487         * manual/creature.texi: Don't include macros.texi.
46488         * manual/intro.texi (creature.texi): Remove comment referring to
46489         NOTES.
46491         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46492         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46493         * configure: Regenerated.
46494         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46495         LIBC_TRY_CC_OPTION.
46496         (libc_cv_as_i686): Likewise.
46497         (libc_cv_cc_avx): Likewise.
46498         (libc_cv_cc_sse2avx): Likewise.
46499         (libc_cv_cc_fma4): Likewise.
46500         (libc_cv_cc_novzeroupper): Likewise.
46501         * sysdeps/i386/configure: Regenerated.
46503         [BZ #13883]
46504         * sysdeps/i386/fpu/s_cexp.S: Remove.
46505         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46506         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46507         * math/libm-test.inc (cexp_test): Add more tests.
46508         * sysdeps/i386/fpu/libm-test-ulps: Update.
46509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46511 2012-03-21  Allan McRae  <allan@archlinux.org>
46513         * timezone/Makefile: Do not install iso3166.tab and zone.tab
46515 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46517         [BZ #13871]
46518         * math/w_exp2.c: Do not include <float.h>.
46519         (o_threshold, u_threshold): Remove.
46520         (__exp2): Calculate result before checking finiteness and calling
46521         __kernel_standard.
46522         * math/w_exp2f.c: Likewise.
46523         * math/w_exp2l.c: Likewise.
46524         * math/libm-test.inc (exp2_test): Require overflow exception for
46525         1e6 input.
46527         [BZ #3866]
46528         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46529         range of signed 64-bit integers before using fistpll.  Remove
46530         checks for whether integers fit in mantissa bits.
46531         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46532         the range of signed 32-bit integers before using fistpl.  Remove
46533         checks for whether integers fit in mantissa bits.
46534         * sysdeps/i386/fpu/e_powl.S (p64): New object.
46535         (__ieee754_powl): Test for y outside the range of signed 64-bit
46536         integers before using fistpll.  Reduce 64-bit values to 63-bit
46537         ones as needed.
46538         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46539         divide-by-zero is raised for zero to large negative powers.
46540         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46541         (__ieee754_powl): Test for y outside the range of signed 64-bit
46542         integers before using fistpll.  Reduce 64-bit values to 63-bit
46543         ones as needed.
46544         * math/libm-test.inc (pow_test): Add more tests.
46546 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46548         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46549         <stdio-common/_itoa.h>.
46550         * debug/segfault.c: Likewise.
46551         * elf/dl-cache.c: Likewise.
46552         * elf/dl-minimal.c: Likewise.
46553         * elf/dl-misc.c: Likewise.
46554         * elf/dl-sysdep.c: Likewise.
46555         * elf/dl-version.c: Likewise.
46556         * elf/rtld.c: Likewise.
46557         * hurd/hurdsock.c: Likewise.
46558         * hurd/lookup-retry.c: Likewise.
46559         * malloc/malloc.c: Likewise.
46560         * malloc/mtrace.c: Likewise.
46561         * nscd/nscd_getgr_r.c: Likewise.
46562         * nscd/nscd_getpw_r.c: Likewise.
46563         * nscd/nscd_getserv_r.c: Likewise.
46564         * posix/getopt_init.c: Likewise.
46565         * posix/wordexp.c: Likewise.
46566         * stdio-common/_itoa.c: Likewise.
46567         * stdio-common/printf_fphex.c: Likewise.
46568         * stdio-common/vfprintf.c: Likewise.
46569         * string/_strerror.c: Likewise.
46570         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46571         * sysdeps/i386/i686/hp-timing.h: Likewise.
46572         * sysdeps/mach/_strerror.c: Likewise.
46573         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46574         * sysdeps/mach/hurd/sethostid.c: Likewise.
46575         * sysdeps/mach/hurd/xmknodat.c: Likewise.
46576         * sysdeps/mach/xpg-strerror.c: Likewise.
46577         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46578         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46579         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46580         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46581         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46582         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46583         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46584         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46585         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46586         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46587         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46588         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46589         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46590         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46591         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46592         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46593         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46594         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46595         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46596         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46597         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46599         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46601         * stdio-common/_itoa.h: Moved to ...
46602         * sysdeps/generic/_itoa.h: Here.
46604         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46606         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46607         instead of "_itoa.h" and "_itowa.h".
46608         * stdio-common/vfprintf.: Likewise.
46610 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46612         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46613         <bits/wordsize.h>.
46614         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46615         (__signbit): Likwise.
46616         (llrintf): Likwise.
46617         (llrint): Likwise.
46619 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46621         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46622         __WORDSIZE != 64.
46624 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
46626         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46627         OVERFLOW_EXCEPTION_OK.
46628         * math/libm-test.inc ("Philosophy"): Update comment about
46629         exception testing.
46630         (OVERFLOW_EXCEPTION): Define.
46631         (OVERFLOW_EXCEPTION_OK): Likewise.
46632         (INVALID_EXCEPTION_OK): Renumber.
46633         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46634         (IGNORE_ZERO_INF_SIGN): Likewise.
46635         (test_exceptions): Handle FE_OVERFLOW.
46636         (exp10_test): Expect overflow exceptions.
46637         (exp2_test): Likewise.
46638         (expm1_test): Likewise.
46639         (nextafter_test): Likewise.
46640         (pow_test): Likewise.
46641         (scalbn_test): Likewise.
46642         (scalbln_test): Likewise.
46644 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46646         * sysdeps/x86_64/bits/atomic.h
46647         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46648         64bit integer.
46649         (atomic_exchange_acq): Likewise.
46650         (__arch_exchange_and_add_body): Likewise.
46651         (__arch_add_body): Likewise.
46652         (atomic_add_negative): Likewise.
46653         (atomic_add_zero): Likewise.
46655 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46657         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46658         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46660 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46662         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46663         Check __x86_64__ instead of __WORDSIZE.
46665 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46667         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46669 2012-03-19  David S. Miller  <davem@davemloft.net>
46671         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46673         * sysdeps/sparc/fpu/fenv_private.h: New file.
46674         * sysdeps/sparc/fpu/math_private.h: Use it.
46675         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
46676         Remove.
46677         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
46678         (libc_feholdexcept_setroundl): Remove.
46679         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
46680         Remove.
46681         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
46682         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
46684 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46686         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
46687         int64_t instead of long int.
46688         (INSERT_WORDS64): Likwise.
46690 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46692         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46693         _Unwind_GetCFA return to _Unwind_Ptr first.
46695 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46697         [BZ #13629]
46698         * math/s_clog.c: Include <float.h>.
46699         (__clog): Scale large or subnormal inputs.
46700         * math/s_clogf.c: Likewise.
46701         * math/s_clogl.c: Likewise.
46702         * math/s_clog10.c: Include <float.h>.
46703         (M_LOG10_2): Define.
46704         (__clog10): Scale large or subnormal inputs.
46705         * math/s_clog10f.c: Likewise.
46706         * math/s_clog10l.c: Likewise.
46707         * math/libm-test.inc (clog_test): Add more tests.
46708         (clog10_test): Likewise.
46709         * sysdeps/i386/fpu/libm-test-ulps: Update.
46710         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46712         [BZ #11451]
46713         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46714         x and y.
46715         * math/libm-test.inc (atan2_test): Add another test.
46717         * Makerules (common-objdir-compile): Remove.
46718         * sysdeps/unix/Makefile (config-generated): Do not add
46719         $(unix-generated) to variable.
46720         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46721         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46722         Remove rule.
46723         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46724         Likewise.
46725         [generic bits/local_lim.h] (before-compile): Do not append to
46726         variable.
46727         [generic bits/local_lim.h] (common-generated): Likewise.
46728         [generic sys/param.h] (before-compile): Do not append to variable.
46729         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46730         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46731         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46732         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46733         include.
46734         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46735         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46736         [generic sys/param.h] ($(addprefix
46737         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46738         [generic sys/param.h] (common-generated): Do not append to
46739         variable.
46740         [generic sys/param.h] (sysdep_headers): Likewise.
46741         [generic bits/errno.h] (before-compile): Do not append to
46742         variable.
46743         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46744         rule.
46745         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46746         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46747         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46748         [generic bits/errno.h] (common-generated): Do not append to
46749         variable.
46750         [generic bits/ioctls.h] (before-compile): Do not append to
46751         variable.
46752         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46753         rule.
46754         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46755         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46756         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46757         rule.
46758         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46759         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46760         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46761         [generic bits/ioctls.h] (common-generated): Do not append to
46762         variable.
46763         [generic sys/syscall.h] (syscall.h): Remove variable.
46764         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46765         rule.
46766         [generic sys/syscall.h] (before-compile): Do not append to
46767         variable.
46768         [generic sys/syscall.h] (common-generated): Likewise.
46769         * sysdeps/unix/errnos-tmpl.c: Remove file.
46770         * sysdeps/unix/errnos.awk: Likewise.
46771         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46772         * sysdeps/unix/ioctls.awk: Likewise.
46773         * sysdeps/unix/mk-local_lim.c: Likewise.
46774         * sysdeps/unix/snarf-ioctls: Likewise.
46776 2012-03-19  Richard Henderson  <rth@twiddle.net>
46778         * sysdeps/i386/fpu/fenv_private.h: New file.
46779         * sysdeps/i386/fpu/math_private.h: Use it.
46780         (math_opt_barrier, math_force_eval): Remove.
46781         (libc_feholdexcept_setround_53bit): Remove.
46782         (libc_feupdateenv_53bit): Remove.
46783         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46784         (math_opt_barrier, math_force_eval): Remove.
46785         (libc_feholdexcept): Remove.
46786         (libc_feholdexcept_setround): Remove.
46787         (libc_fetestexcept, libc_fesetenv): Remove.
46788         (libc_feupdateenv_test): Remove.
46789         (libc_feupdateenv, libc_feholdsetround): Remove.
46790         (libc_feresetround): Remove.
46792         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46793         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46795         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46796         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46797         (libc_feupdateenv_testl): New.
46798         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46799         (libc_feupdateenv_testf): New.
46800         (libc_feupdateenv): Use libc_feupdateenv_test.
46801         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46802         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46804         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46805         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46806         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46807         (libc_feresetround_noex): New.
46808         (libc_feresetround_noexf): New.
46809         (libc_feresetround_noexl): New.
46810         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46811         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46812         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46813         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46814         SET_RESTORE_ROUND.
46815         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46816         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46817         (__cos): Likewise.
46818         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46819         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46820         SET_RESTORE_ROUND_NOEX.
46821         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46822         SET_RESTORE_ROUND_NOEXF.
46823         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46824         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46825         (libc_feholdsetroundf): New.
46826         (libc_feresetround, libc_feresetroundf): New.
46828         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46829         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46830         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46832         * sysdeps/generic/math_private.h: Include <fenv.h>.
46833         (default_libc_feholdexcept): New.
46834         (default_libc_feholdexcept_setround): New.
46835         (default_libc_fesetenv, default_libc_feupdateenv): New.
46836         (libc_feholdexcept): Only define if undefined.
46837         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46838         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46839         (libc_feholdexcept_setroundl): Likewise.
46840         (libc_feholdexcept_setround_53bit): Likewise.
46841         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46842         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46843         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46844         (libc_feupdateenv_53bit): Likewise.
46845         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46846         (libc_feholdexcept): Convert from macro to inline function.
46847         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46848         (libc_fesetenv, libc_feupdateenv): Likewise.
46850         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46851         not previously defined.
46852         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46853         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46854         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46855         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46856         * sysdeps/ieee754/flt-32/math_private.h: New file.
46857         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46858         math_private.h below SET_FLOAT_WORD.
46859         (__isnan, __isinf_ns, __finite): Remove.
46860         (__isnanf, __isinf_nsf, __finitef): Remove.
46862 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
46864         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46866 2012-03-17  David S. Miller  <davem@davemloft.net>
46868         [BZ #6471]
46869         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46870         for 2.16.
46872 2012-03-16  David S. Miller  <davem@davemloft.net>
46874         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46875         warnings.
46877         [BZ #6471]
46878         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46879         properly.
46880         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46881         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46882         sysdep_routines when subdir is sysvipc.
46883         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46884         __getshmlba helper.
46886         * sysdeps/sparc/fpu/libm-test/ulps: Update.
46888 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46890         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46891         [__LP64__].
46893 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46895         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46896         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46897         (__lround): Renamed to ...
46898         (__llround): This.  Replace long int with long long int.
46899         Define lround functions as aliases of llround functions.
46900         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46902 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46904         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46905         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
46906         adresses to uintptr_t.  Replace "long int" and "unsigned long
46907         int" with "greg_t" on va_arg.
46909 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46911         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46912         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46914         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46915         Move e_machine check before EI_CLASS check.  Handle x32
46916         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46917         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46918         SKIP_EM_IA_64 and include
46919         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46921         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46922         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46923         (add_system_dir): New macro.
46925         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46926         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46928 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46930         [BZ #2551]
46931         [BZ #2552]
46932         [BZ #2553]
46933         [BZ #2554]
46934         [BZ #2562]
46935         [BZ #2563]
46936         [BZ #2565]
46937         [BZ #2566]
46938         [BZ #2576]
46939         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46940         (y0): Likewise.
46941         * math/w_j0f.c (j0f): Likewise.
46942         (y0f): Likewise.
46943         * math/w_j0l.c (__j0l): Likewise.
46944         (__y0l): Likewise.
46945         * math/w_j1.c (j1): Likewise.
46946         (y1): Likewise.
46947         * math/w_j1f.c (j1f): Likewise.
46948         (y1f): Likewise.
46949         * math/w_j1l.c (__j1l): Likewise.
46950         (__y1l): Likewise.
46951         * math/w_jn.c (jn): Likewise.
46952         (yn): Likewise.
46953         * math/w_jnf.c (jnf): Likewise.
46954         (ynf): Likewise.
46955         * math/w_jnl.c (__jnl): Likewise.
46956         (__ynl): Likewise.
46957         * math/libm-test.inc (j0_test): Add more tests.
46958         (j1_test): Likewise.
46959         (jn_test): Likewise.  Add trailing semicolon to existing test.
46960         (y0_test): Likewise.
46961         (y1_test): Likewise.
46962         * sysdeps/i386/fpu/libm-test-ulps: Update.
46963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46965         [BZ #13851]
46966         [BZ #13854]
46967         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46968         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46969         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46970         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46971         (__tanl): Set errno for infinite argument.
46972         * sysdeps/i386/fpu/mptan.c: Remove.
46973         * sysdeps/i386/fpu/s_tan.S: Likewise.
46974         * sysdeps/i386/fpu/s_tanl.S: Likewise.
46975         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46976         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46977         * math/libm-test.inc (tan_test): Add more tests and enable more
46978         tests for double and long double.
46979         * sysdeps/i386/fpu/libm-test-ulps: Update.
46980         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46982 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
46984         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46985         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46987 2012-03-16  Roland McGrath  <roland@hack.frob.com>
46989         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46990         * configure.in: Use it for both main tree and add-ons.
46991         * configure: Regenerated.
46993 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46995         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46997 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46999         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47000         in comment.
47002         [BZ #13851]
47003         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47004         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47005         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47006         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47007         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47008         infinite argument.
47009         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47010         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47011         != 0 for prec == 2.
47012         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47013         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47014         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47015         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47016         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47017         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47018         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47019         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47020         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47021         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47022         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47023         * math/libm-test.inc (cos_test): Add more tests and enable more
47024         tests for long double.
47025         (sin_test): Likewise.
47026         (sincos_test): Likewise.
47027         * sysdeps/i386/fpu/libm-test-ulps: Update.
47028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47030 2012-03-16  David S. Miller  <davem@davemloft.net>
47032         * sysdeps/sparc/fpu/math_private.h: New file.
47034 2012-03-15  David S. Miller  <davem@davemloft.net>
47036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47037         file.
47038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47040         file.
47041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47042         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47043         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47044         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47045         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47046         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47047         sysdep routines.
47048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47050         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47051         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47053         * sysdeps/sparc/sparc-ifunc.h: New file.
47054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47055         sparc-ifunc.h
47056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47057         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47058         Likewise.
47059         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47060         Likewise.
47061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47064         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47065         Likewise.
47066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47067         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47070         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47071         Likewise.
47072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47073         Likewise.
47074         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47077         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47078         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47079         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47080         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47081         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47082         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47083         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47084         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47085         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47086         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47087         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47088         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47089         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47090         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47091         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47092         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47093         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47094         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47095         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47096         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47097         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47099 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47101         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47102         scaling.
47103         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47105 2012-03-15  Andreas Jaeger  <aj@suse.de>
47107         [BZ #13852]
47108         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47109         ieee754/flt-32 implementation for sin, cos and sincos.
47110         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47111         * sysdeps/i386/fpu/s_cosf.S: Likewise.
47112         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47113         * sysdeps/i386/fpu/s_sinf.S: Likewise.
47114         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47115         ieee754/flt-32 implementation for tan.
47117         * math/libm-test.inc (cos_test): Enable some large input tests for
47118         float as well
47119         (sin_test): Likewise.
47120         (sincos_test): Likewise.
47121         (tan_test): Add tests for large input.
47123         * sysdeps/i386/fpu/libm-test-ulps: Update.
47125 2012-03-15  Andreas Jaeger  <aj@suse.de>
47127         [BZ #13658]
47128         * math/libm-test.inc (cos_test): Add more test cases.
47129         (sin_test): Likewise.
47130         (sincos_test): Likewise.
47132 2012-03-15  Andreas Jaeger  <aj@suse.de>
47134         [BZ #13837]
47135         * math/libm-test.inc (cos_test): Add a test case for large input
47136         value.
47137         (sin_test): Likewise.
47138         (sincos_test): Likewise.
47140 2012-03-15  Andreas Jaeger  <aj@suse.de>
47141             Joseph Myers  <joseph@codesourcery.com>
47143         [BZ #13658]
47144         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47145         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47146         * sysdeps/i386/fpu/branred.c: Likewise.
47147         * sysdeps/i386/fpu/dosincos.c: Likewise.
47148         * sysdeps/i386/fpu/mpa.c: Likewise.
47149         * sysdeps/i386/fpu/s_cos.S: Likewise.
47150         * sysdeps/i386/fpu/s_sin.S: Likewise.
47151         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47152         * sysdeps/i386/fpu/sincos32.c: Likewise.
47154         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47155         Define.
47156         (libc_feupdateenv_53bit): Define.
47157         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47158         Define.
47159         (libc_feupdateenv_53bit): Define.
47161         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47162         53 bit (without extend i386 double precision).
47164         * math/libm-test.inc (sincos_test): Add tests for large input.
47165         (sin): Likewise.
47166         (cos): Likewise.
47168         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47170 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47172         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47174 2012-03-15  David S. Miller  <davem@davemloft.net>
47176         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47177         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47178         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47179         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47180         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47181         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47182         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47183         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47184         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47185         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47186         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47187         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47188         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47189         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47190         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47192         file.
47193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47195         file.
47196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47198         file.
47199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47201         file.
47202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47203         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47204         fmin/fmax sysdep routines.
47205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47207 2012-03-14  David S. Miller  <davem@davemloft.net>
47209         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47210         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47211         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47212         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47213         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47214         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47215         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47216         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47217         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47218         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47219         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47220         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47221         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47222         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47223         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47224         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47225         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47226         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47227         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47228         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47229         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47230         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47231         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47232         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47233         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47234         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47235         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47236         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47237         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47238         routines.
47239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47240         file.
47241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47243         file.
47244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47246         file.
47247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47249         file.
47250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47251         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47252         file.
47253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47254         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47255         file.
47256         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47257         file.
47258         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47259         file.
47260         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47261         file.
47262         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47263         New file.
47264         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47265         file.
47266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47267         file.
47268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47270         file.
47271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47273         file.
47274         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47276         file.
47277         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47279         VIS3 routines.
47281         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47282         New file.
47284         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47286         * sysdeps/sparc/configure.in: New file.
47287         * sysdeps/sparc/configure: Generate.
47288         * configure.in (libc_cv_sparc_as_vis3): Substitute.
47289         * configure: Regenerate.
47290         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47291         * config.make.in (have-as-vis3): New.
47292         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47293         available use -Av9d instead of -Av9a.
47294         * sysdeps/sparc/sparc64/Makefile: Likewise.
47295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47297         New file.
47298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47299         file.
47300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47301         New file.
47302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47303         file.
47304         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47305         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47306         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47307         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47308         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47310         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47311         fzeros/fnegs to load 0x80000000 into a float register instead of
47312         using the stack.
47313         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47315 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47317         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47318         bits/syscall.h.
47319         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47320         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47321         ($(inst_includedir)/bits/syscall.h): Remove rule.
47322         ($(objpfx)bits/syscall.d): Include instead of
47323         $(objpfx)syscall-list.d.
47324         (generated): Change syscall-list.h and syscall-list.d to
47325         bits/syscall.h and bits/syscall.d.
47327 2012-03-14  Roland McGrath  <roland@hack.frob.com>
47329         [BZ #13846]
47330         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47332 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47334         [BZ #13841]
47335         * math/s_csqrt.c: Include <float.h>.
47336         (__csqrt): Scale large or subnormal inputs.
47337         * math/s_csqrtf.c: Likewise.
47338         * math/s_csqrtl.c: Likewise.
47339         * math/libm-test.inc (csqrt_test): Add more tests.
47340         * sysdeps/i386/fpu/libm-test-ulps: Update.
47341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47343         [BZ #13840]
47344         * math/libm-test.inc (hypot_test): Add more tests.
47346 2012-03-13  David S. Miller  <davem@davemloft.net>
47348         [BZ #13840]
47349         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47350         double-precision for the calculation instead of scaling.
47352 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
47354         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47355         manipulate bits before adding and subtracting TWO52[sx].
47356         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47357         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47358         Likewise.
47359         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47361 2012-03-13  David S. Miller  <davem@davemloft.net>
47363         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47364         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47365         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47366         rtld-global-offsets.h
47367         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47369         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47370         large parameters.
47372         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47374         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47375         'err' in the ifdef scope in which it is actually used.
47377         * nss/nss_db/db-init.c: Include string.h
47379 2012-03-12  David S. Miller  <davem@davemloft.net>
47381         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47382         masking out of the most significant byte of random value used.
47383         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47384         Fix coding style in previous change.
47386         * sysdeps/unix/sysv/linux/kernel-features.h
47387         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47388         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47389         expression.
47390         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47391         later.
47393 2012-03-11  David S. Miller  <davem@davemloft.net>
47395         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47396         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47397         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47398         for 'resultvar' otherwise things get truncated on 64-bit.
47400         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47401         Fix masking out of the most significant byte of random value used.
47403         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47405 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
47407         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47409 2012-03-09  David S. Miller  <davem@davemloft.net>
47411         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47412         variables with appropriate CPP guards.
47413         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47414         from the frame pointer, not the stack pointer.  Correct layout
47415         comments.  Fix test on resulting framesize and the management of
47416         the outregs buffer for pltexit.  Preserve floating point return
47417         values across _dl_call_pltexit call.
47418         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47419         framesize and the management of the outregs buffer for pltexit.
47420         Preserve floating point return values across _dl_call_pltexit
47421         call.
47422         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47423         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47424         (la_sparc64_gnu_pltexit): New functions.
47425         (print_exit): Fix format string for return register value.
47427 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
47429         * sunrpc/Makefile (others): Add rpcgen.
47430         ($(objpfx)rpcgen): Remove special build rule and dependency on
47431         libc.
47432         * sunrpc/rpcgen.c: New file.
47434 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47436         [BZ #13673]
47437         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47438         * stdio-common/bug-vfprintf-nargs.c: Likewise.
47439         * sysdeps/i386/crti.S: Likewise.
47440         * sysdeps/i386/crtn.S: Likewise.
47441         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47442         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47443         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47444         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47445         * sysdeps/sh/crti.S: Likewise.
47446         * sysdeps/sh/crtn.S: Likewise.
47447         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47449         [BZ #13673]
47450         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47451         with URL.
47452         * locale/programs/locfile-kw.gperf: Likewise.
47453         * locale/programs/charmap-kw.h: Regenerated.
47454         * locale/programs/locfile-kw.h: Likewise.
47456         [BZ #13673]
47457         * intl/plural.y: Replace FSF snail mail address with URL.
47458         * intl/plural.c: Regenerated.
47460 2012-03-09  Richard Henderson  <rth@twiddle.net>
47462         * include/math_private.h: Remove file.
47463         * math/math_private.h: Move file ...
47464         * sysdeps/generic/math_private.h: ... here.
47466         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47467         * sysdeps/powerpc/fpu/math_private.h: Likewise.
47468         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47470         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47471         and <math_private.h>.
47472         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47473         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47474         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47475         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47476         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47477         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47478         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47479         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47480         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47481         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47482         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47483         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47484         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47485         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47486         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47487         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47488         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47489         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47490         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47491         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47492         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47493         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47494         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47495         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47496         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47497         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47498         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47499         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47500         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47501         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47502         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47503         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47504         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47505         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47506         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47507         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47508         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47509         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47510         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47511         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47512         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47513         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47514         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47515         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47516         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47517         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47518         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47519         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47520         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47521         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47522         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47523         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47524         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47525         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47526         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47527         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47528         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47529         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47530         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47531         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47532         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47533         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47534         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47535         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47536         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47537         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47538         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47539         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47540         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47541         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47542         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47543         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47544         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47545         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47546         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47547         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47548         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47549         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47550         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47551         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47552         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47553         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47554         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47555         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47556         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47557         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47558         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47559         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47560         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47561         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47562         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47563         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47564         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47565         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47566         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47567         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47568         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47569         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47570         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47571         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47572         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47573         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47574         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47575         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47576         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47577         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47578         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47579         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47580         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47581         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47582         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47583         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47584         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47585         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47586         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47587         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47588         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47589         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47590         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47591         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47592         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47593         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47594         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47595         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47596         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47597         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47598         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47599         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47600         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47601         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47602         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47603         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47604         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47605         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47606         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47607         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47608         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47609         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47610         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47611         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47612         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47613         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47614         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47615         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47616         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47617         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47618         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47619         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47620         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47621         * sysdeps/ieee754/k_standard.c: Likewise.
47622         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47623         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47624         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47625         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47626         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47627         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47628         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47629         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47630         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47631         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47632         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47633         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47634         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47635         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47636         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47637         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47638         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47639         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47640         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47641         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47642         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47643         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47644         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47645         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47646         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47647         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47648         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47649         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47650         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47651         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47652         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47653         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47654         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47655         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47656         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47657         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47658         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47659         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47660         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47661         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47662         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47663         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47664         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47665         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47666         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47667         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47668         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47669         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47670         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47671         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47672         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47673         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
47674         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47675         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
47676         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47677         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47678         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
47679         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
47680         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47681         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47682         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47683         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
47684         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47685         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
47686         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47687         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47688         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
47689         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47690         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47691         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47692         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47693         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47694         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47695         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47696         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47697         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47698         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47699         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47700         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47701         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47702         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47703         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47704         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47705         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47706         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47707         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47708         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47709         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47710         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47711         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47712         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47713         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47714         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47715         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47716         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47717         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47718         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47719         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47720         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47721         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47722         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47723         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47724         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47725         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47726         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47727         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47728         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47729         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47730         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47731         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47732         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47733         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47734         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47735         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47736         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47737         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47738         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47739         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47740         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47741         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47742         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47743         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47744         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47745         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47746         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47747         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47748         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47749         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47750         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47751         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47752         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47753         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47754         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47755         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47756         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47757         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47758         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47759         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47760         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47761         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47762         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47763         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47764         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47765         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47766         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47767         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47768         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47769         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47770         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47771         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47772         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47773         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47774         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47775         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47776         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47777         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47778         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47779         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47780         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47781         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47782         * sysdeps/ieee754/s_lib_version.c: Likewise.
47783         * sysdeps/ieee754/s_matherr.c: Likewise.
47784         * sysdeps/ieee754/s_signgam.c: Likewise.
47785         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47786         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47787         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47788         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47789         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47790         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47791         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47792         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47793         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47794         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47795         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47796         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47797         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47798         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47799         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47800         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47801         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47802         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47803         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47804         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47805         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47807 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47809         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47810         * sunrpc/rpc_main.c: Likewise.
47811         * sunrpc/rpc_svcout.c: Likewise.
47813 2012-03-09  David S. Miller  <davem@davemloft.net>
47815         * include/math_private.h: New file.
47817 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47819         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47820         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47821         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47822         from <bits/socket_type.h>.
47823         (enum __socket_type): Don't define here.
47824         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47825         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47826         bits/socket_type.h.
47828         [BZ #13566]
47829         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47830         checking __USE_GNU.
47832         * Makerules ($(inst_includedir)/%.h): New rule.
47833         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47834         (install-others): Remove variable setting.
47835         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47837 2012-03-08  Richard Henderson  <rth@twiddle.net>
47839         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47840         from macro to inline function; merge with the
47841         !__LIBC_INTERNAL_MATH_INLINES version.
47842         (__ieee754_sqrtf): Likewise.
47844         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47845         to inline function.
47846         (__rintf, __floor, __floorf): Likewise.
47848         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47849         macro to inline function.
47850         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47852         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47853         not <math/math_private.h>.
47855 2012-03-08  David S. Miller  <davem@davemloft.net>
47857         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47858         copyright year.
47859         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47861 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
47863         * resolv/gai_misc.c (handle_requests): Fix struct timespec
47864         normalization.
47865         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47866         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47868 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
47870         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
47871         be defined individually, they must be defined as a block.  Define
47872         S for printing a string instead of hidint the different by using a
47873         macro for adding the 'l'.
47874         * stdio-common/tst-fphex-wide.c: Adjust.
47876 2012-03-07  Marek Polacek  <polacek@redhat.com>
47878         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47880 2012-03-08  Marek Polacek  <polacek@redhat.com>
47882         [BZ #13806]
47883         * stdio-common/Makefile (tests): Add tst-fphex-wide.
47884         * stdio-common/tst-fphex.c: Define a few macros to make the
47885         test reusable.  Use them.
47886         * stdio-common/tst-fphex-wide.c: New file.
47888 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
47890         [BZ #6911]
47891         * manual/macros.texi (gnusystems): New macro.
47892         (nongnusystems): Likewise.
47893         (gnulinuxhurdsystems): Likewise.
47894         (gnuhurdsystems): Likewise..
47895         (gnulinuxsystems): Likewise.
47896         * manual/charset.texi: Use new macros or @theglibc{} to refer to
47897         variants of the GNU system, not "GNU system".
47898         * manual/conf.texi: Likewise.
47899         * manual/errno.texi: Likewise.  Update example of errno macro
47900         expansion.
47901         * manual/filesys.texi: Likewise.
47902         (getumask): Document as specific to GNU/Hurd.
47903         * manual/install.texi: Likewise.  Reword some references to
47904         GNU/Linux.
47905         * manual/intro.texi: Likewise.
47906         * manual/io.texi: Likewise.
47907         (File Name Portability): Detail which constraints are inapplicable
47908         to all GNU systems and which are only inapplicable to GNU/Hurd.
47909         * manual/job.texi: Likewise.
47910         * manual/llio.texi: Likewise.
47911         (O_NOCTTY): Document as present on GNU/Linux.
47912         * manual/maint.texi: Likewise.
47913         * manual/memory.texi: Likewise.
47914         * manual/pattern.texi: Likewise.
47915         * manual/pipe.texi: Likewise.
47916         * manual/process.texi: Likewise.
47917         * manual/resource.texi: Likewise.
47918         (RUSAGE_CHILDREN): Remove statement about specifying a particular
47919         child on GNU/Hurd.
47920         * manual/setjmp.texi: Likewise.
47921         * manual/signal.texi: Likewise.
47922         * manual/startup.texi: Likewise.
47923         * manual/stdio.texi: Likewise.
47924         * manual/terminal.texi: Likewise.
47925         (ONLCR): Document as POSIX.
47926         (OXTABS): Document availability on GNU/Linux as XTABS.
47927         (ONOEOT): Document availability separately from other bits.
47928         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47929         * manual/time.texi: Likewise.
47930         * manual/users.texi: Likewise.
47931         * INSTALL: Regenerated.
47932         * sysdeps/gnu/errlist.c: Regenerated.
47934         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47935         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47936         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
47937         puts.
47938         * configure: Regenerated.
47940 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
47942         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47943         default includes instead of AC_HEADER_CHECK.
47944         * sysdeps/i386/configure: Regenerated.
47946         [BZ #10716]
47947         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47948         * math/s_cacoshf.c (__cacoshf): Likewise.
47949         * math/s_cacoshl.c (__cacoshl): Likewise.
47950         * math/s_casinh.c (__casinh): Set signs of result from argument.
47951         * math/s_casinhf.c (__casinhf): Likewise.
47952         * math/s_casinhl.c (__casinhl): Likewise.
47953         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47954         (casinh_test): Add more tests.
47955         * sysdeps/i386/fpu/libm-test-ulps: Update.
47956         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47958 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
47960         * po/zh_TW.po: Update from translation team.
47962         * login/Makefile (distribute): Remove variable.
47963         * catgets/Makefile: Likewise.
47964         * mach/Makefile: Likewise.
47965         * malloc/Makefile: Likewise.
47966         * misc/Makefile: Likewise.
47967         * iconv/Makefile: Likewise.
47968         * nscd/Makefile: Likewise.
47969         * hurd/Makefile: Likewise.
47970         * manual/Makefile: Likewise.
47971         * locale/Makefile: Likewise.
47972         * intl/Makefile: Likewise.
47973         * conform/Makefile: Likewise.
47974         * nss/Makefile: Likewise.
47975         * time/Makefile: Likewise.
47976         * soft-fp/Makefile: Likewise.
47977         * dirent/Makefile: Likewise.
47978         * gmon/Makefile: Likewise.
47979         * po/Makefile: Likewise.
47980         * rt/Makefile: Likewise.
47981         * socket/Makefile: Likewise.
47982         * math/Makefile: Likewise.
47983         * signal/Makefile: Likewise.
47984         * debug/Makefile: Likewise.
47985         * elf/Makefile: Likewise.
47986         * timezone/Makefile: Likewise.
47987         * stdlib/Makefile: Likewise.
47988         * iconvdata/Makefile: Likewise.
47989         * sunrpc/Makefile: Likewise.
47990         * io/Makefile: Likewise.
47991         * argp/Makefile: Likewise.
47992         * inet/Makefile: Likewise.
47993         * hesiod/Makefile: Likewise.
47994         * grp/Makefile: Likewise.
47995         * csu/Makefile: Likewise.
47996         * wctype/Makefile: Likewise.
47997         * crypt/Makefile: Likewise.
47998         * libio/Makefile: Likewise.
47999         * string/Makefile: Likewise.
48000         * nis/Makefile: Likewise.
48001         * resolv/Makefile: Likewise.
48002         * stdio-common/Makefile: Likewise.
48003         * wcsmbs/Makefile: Likewise.
48004         * dlfcn/Makefile: Likewise.
48005         * posix/Makefile: Likewise.
48007         [BZ #6959]
48008         * timezone/Makefile: Don't install timezone files, just the programs
48009         and scripts.
48011 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48013         * nss/databases.def: Add missing gshadow entry.
48015         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48017 2012-03-06  Marek Polacek  <polacek@redhat.com>
48019         [BZ #13726]
48020         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48021         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48022         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48023         * stdio-common/tst-long-dbl-fphex.c: New file.
48025 2012-03-06  David S. Miller  <davem@davemloft.net>
48027         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48028         (set_obp_int): New function.
48029         (get_obp_int): New function.
48030         (__get_clockfreq_via_dev_openprom): Likewise.
48031         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48032         Avoid unused variable warnings on 'val' and use builtin_expect.
48033         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48034         __builtin_expect.
48035         (INLINE_CLONE_SYSCALL): Likewise.
48037 2012-03-05  David S. Miller  <davem@davemloft.net>
48039         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48041 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
48043         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48045         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48046         only for |x| >= 40.
48047         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48049 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
48051         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48052         Replace gettimeofday with __vdso_gettimeofday.
48054         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48055         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48056         __vdso_clock_gettime and __vdso_getcpu.
48058         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48059         time with __vdso_time.
48061 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48063         * manual/lang.texi (size_t): Note types to which size_t may be
48064         equivalent with the GNU C Library, but do not describe when
48065         differences between them are significant.
48067 2012-03-05  Andreas Jaeger  <aj@suse.de>
48069         * sysdeps/i386/fpu/libm-test-ulps: Update.
48071 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48073         [BZ #3976]
48074         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48075         (__ieee754_pow): Save and restore rounding mode and use
48076         round-to-nearest for main computations.
48077         * math/libm-test.inc (pow_test_tonearest): New function.
48078         (pow_test_towardzero): Likewise.
48079         (pow_test_downward): Likewise.
48080         (pow_test_upward): Likewise.
48081         (main): Call the new functions.
48082         * sysdeps/i386/fpu/libm-test-ulps: Update.
48083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48085         [BZ #3976]
48086         * math/libm-test.inc (cosh_test_tonearest): New function.
48087         (cosh_test_towardzero): Likewise.
48088         (cosh_test_downward): Likewise.
48089         (cosh_test_upward): Likewise.
48090         (sinh_test_tonearest): Likewise.
48091         (sinh_test_towardzero): Likewise.
48092         (sinh_test_downward): Likewise.
48093         (sinh_test_upward): Likewise.
48094         (main): Call the new functions.
48095         * sysdeps/i386/fpu/libm-test-ulps: Update.
48096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48098 2012-03-05  Tom de Vries  <tom@codesourcery.com>
48100         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48101         default stack guard is set in last bytes.
48102         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48104 2012-03-05  Kees Cook  <keescook@chromium.org>
48106         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48108         [BZ #13656]
48109         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48110         possibly allocate from heap instead of stack.
48111         * stdio-common/bug-vfprintf-nargs.c: New file.
48112         * stdio-common/Makefile (tests): Add nargs overflow test.
48114 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
48116         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48118 2012-03-03  Marek Polacek  <polacek@redhat.com>
48120         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48121         * math/math_private.h: Likewise.
48122         * stdlib/tst-strtod.c: Likewise.
48123         * sysdeps/i386/i486/bits/atomic.h: Likewise.
48124         * sysdeps/x86_64/bits/atomic.h: Likewise.
48126 2012-03-02  David S. Miller  <davem@davemloft.net>
48128         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48129         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48130         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48131         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48132         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48133         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48134         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48135         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48137 2012-03-02  Roland McGrath  <roland@hack.frob.com>
48139         [BZ #13792]
48140         * manual/examples/README: New file, says the example source files
48141         can be used under GPL>=2.
48142         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48143         line containing just "*/".
48144         * manual/examples/add.c: Add copyright header (GPL>=2).
48145         * manual/examples/argp-ex1.c: Likewise.
48146         * manual/examples/argp-ex2.c: Likewise.
48147         * manual/examples/argp-ex3.c: Likewise.
48148         * manual/examples/argp-ex4.c: Likewise.
48149         * manual/examples/atexit.c: Likewise.
48150         * manual/examples/db.c: Likewise.
48151         * manual/examples/dir.c: Likewise.
48152         * manual/examples/dir2.c: Likewise.
48153         * manual/examples/execinfo.c: Likewise.
48154         * manual/examples/filecli.c: Likewise.
48155         * manual/examples/filesrv.c: Likewise.
48156         * manual/examples/fmtmsgexpl.c: Likewise.
48157         * manual/examples/genpass.c: Likewise.
48158         * manual/examples/inetcli.c: Likewise.
48159         * manual/examples/inetsrv.c: Likewise.
48160         * manual/examples/isockad.c: Likewise.
48161         * manual/examples/longopt.c: Likewise.
48162         * manual/examples/memopen.c: Likewise.
48163         * manual/examples/memstrm.c: Likewise.
48164         * manual/examples/mkfsock.c: Likewise.
48165         * manual/examples/mkisock.c: Likewise.
48166         * manual/examples/mygetpass.c: Likewise.
48167         * manual/examples/pipe.c: Likewise.
48168         * manual/examples/popen.c: Likewise.
48169         * manual/examples/rprintf.c: Likewise.
48170         * manual/examples/search.c: Likewise.
48171         * manual/examples/select.c: Likewise.
48172         * manual/examples/setjmp.c: Likewise.
48173         * manual/examples/sigh1.c: Likewise.
48174         * manual/examples/sigusr.c: Likewise.
48175         * manual/examples/stpcpy.c: Likewise.
48176         * manual/examples/strdupa.c: Likewise.
48177         * manual/examples/strftim.c: Likewise.
48178         * manual/examples/strncat.c: Likewise.
48179         * manual/examples/subopt.c: Likewise.
48180         * manual/examples/swapcontext.c: Likewise.
48181         * manual/examples/termios.c: Likewise.
48182         * manual/examples/testopt.c: Likewise.
48183         * manual/examples/testpass.c: Likewise.
48184         * manual/examples/timeval_subtract.c: Likewise.
48186         [BZ #13792]
48187         * manual/time.texi (Elapsed Time): Move timeval_subtract example
48188         function to ...
48189         * manual/timeval_subtract.c.texi: ... here, new file.
48191 2012-03-02  David S. Miller  <davem@davemloft.net>
48193         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48195 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
48197         [BZ #3976]
48198         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48199         (__sin): Save and restore rounding mode and use round-to-nearest
48200         for all computations.
48201         (__cos): Save and restore rounding mode and use round-to-nearest
48202         for all computations.
48203         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48204         <fenv.h>.
48205         (tan): Save and restore rounding mode and use round-to-nearest for
48206         all computations.
48207         * math/libm-test.inc (cos_test_tonearest): New function.
48208         (cos_test_towardzero): Likewise.
48209         (cos_test_downward): Likewise.
48210         (cos_test_upward): Likewise.
48211         (sin_test_tonearest): Likewise.
48212         (sin_test_towardzero): Likewise.
48213         (sin_test_downward): Likewise.
48214         (sin_test_upward): Likewise.
48215         (tan_test_tonearest): Likewise.
48216         (tan_test_towardzero): Likewise.
48217         (tan_test_downward): Likewise.
48218         (tan_test_upward): Likewise.
48219         (main): Call the new functions.
48220         * sysdeps/i386/fpu/libm-test-ulps: Update.
48221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48223         [BZ #10135]
48224         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48225         small n, then large n, before computing and testing k+n.
48226         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48227         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48228         Likewise.
48229         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48230         Likewise.
48231         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48232         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48233         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48234         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48235         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48236         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48237         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48238         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48239         * math/libm-test.inc (scalbn_test): Add more tests.
48240         (scalbln_test): Likewise.
48242         * manual/filesys.texi (mode_t): Describe constraints on size and
48243         signedness, not exact equivalence to a particular type.
48244         (ino_t): Likewise.
48245         (ino64_t): Likewise.
48246         (dev_t): Likewise.
48247         (nlink_t): Likewise.
48248         (blkcnt_t): Likewise.
48249         (blkcnt64_t): Likewise.
48250         * manual/llio.texi (off_t): Likewise.
48252         [BZ #3976]
48253         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48254         (__ieee754_exp): Save and restore rounding mode and use
48255         round-to-nearest for all computations.
48256         * math/libm-test.inc (exp_test_tonearest): New function.
48257         (exp_test_towardzero): Likewise.
48258         (exp_test_downward): Likewise.
48259         (exp_test_upward): Likewise.
48260         (main): Call the new functions.
48261         * sysdeps/i386/fpu/libm-test-ulps: Update.
48262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48264 2012-03-01  Chris Demetriou  <cgd@google.com>
48266         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48267         have predictable order.
48269 2012-03-01  David S. Miller  <davem@davemloft.net>
48271         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48273         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48274         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48275         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48276         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48278         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48279         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48280         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48281         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48282         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48283         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48284         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48285         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48286         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48288         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48290         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48291         * sysdeps/sparc/fpu/libm-test-ulps: to here.
48292         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48294         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48295         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48296         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48297         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48298         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48299         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48300         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48301         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48302         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48303         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48304         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48305         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48306         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48307         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48308         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48309         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48310         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48311         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48312         * sysdeps/sparc/elf/configure: Regenerated.
48314 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
48316         * configure.in (AS, LD): Require binutils 2.20 or later.
48317         * configure: Regenerated.
48318         * manual/install.texi (Tools for Compilation): Give binutils 2.20
48319         as required minimum version.
48320         * INSTALL: Regenerated.
48322         [BZ #2541]
48323         [BZ #4108]
48324         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48325         before squaring exponent.
48326         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48327         bottom long double and 27 bits of top long double before squaring
48328         exponent.
48329         * math/libm-test.inc (erfc_test): Add more tests.
48330         * sysdeps/i386/fpu/libm-test-ulps: Update.
48331         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48334 2012-03-01  Kai Tietz  <ktietz@redhat.com>
48336         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48337         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48338         containing bit-fields.
48339         * soft-fp/extended.h (_FP_UNION_E): Likewise.
48340         * soft-fp/single.h (_FP_UNION_S): Likewise.
48341         * soft-fp/double.h (_FP_UNION_D): Likewise.
48343 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48345         [BZ #13786]
48346         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48347         not include ../strcmp.S.
48348         [USE_AS_STRNCASECMP_L]: Likewise.
48349         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48350         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48351         * sysdeps/i386/i686/multiarch/strncase_l-c.c
48352         (__strncasecmp_l_ia32): Define as alias to
48353         __strncasecmp_l_nonascii.
48355         [BZ #5794]
48356         * math/libm-test.inc (expm1_test): Add test for bug 5794.
48357         * sysdeps/i386/fpu/libm-test-ulps: Update.
48358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48360         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48361         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48363 2012-02-29  Jeff Law  <law@redhat.com>
48365         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48366         out of bounds read.
48368 2012-02-29  Marek Polacek  <polacek@redhat.com>
48370         [BZ #13706]
48371         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48372         * elf/Makefile: Add rules to run tst-unused-dep.out.
48374 2012-02-28  David S. Miller  <davem@davemloft.net>
48376         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48377         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48378         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48379         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48380         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48381         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48383 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48385         * math/libm-test.inc (llround_test): Move one test from
48386         lround_test.  Use TEST_f_L in moved test.
48387         (lround_test): Move misplaced test to llround_test.  Add testcase
48388         from bug 2561.
48390 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
48392         * sysdeps/x86_64/fpu/e_expf.S: New file.
48393         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48395 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
48397         [BZ #13637]
48398         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48399         of remain_len that may cause incomplete multi-byte character and
48400         false match.
48401         * posix/bug-regex33.c: New file.
48402         * posix/Makefile (tests): Add bug-regex33.
48404 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
48406         * manual/macros.texi: New file.
48407         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48408         * manual/libc.texinfo: Include macros.texi.
48409         * manual/creatute.texi: Likewise.
48410         * manual/install.texi: Likewise.
48411         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48412         @glibcadj{} in references to the GNU C Library.
48413         * manual/charset.texi: Likewise.
48414         * manual/conf.texi: Likewise.
48415         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
48416         when not using those macros.
48417         * manual/creature.texi: Likewise.
48418         * manual/crypt.texi: Likewise.
48419         * manual/errno.texi: Likewise.
48420         * manual/filesys.texi: Likewise.
48421         * manual/header.texi: Likewise.
48422         * manual/install.texi: Likewise.
48423         * manual/intro.texi: Likewise.
48424         * manual/io.texi: Likewise.
48425         * manual/job.texi: Likewise.
48426         * manual/lang.texi: Likewise.
48427         * manual/libc.texiinfo: Likewise.
48428         * manual/llio.texi: Likewise.
48429         * manual/locale.texi: Likewise.
48430         * manual/maint.texi: Likewise.
48431         * manual/math.texi: Likewise.
48432         * manual/memory.texi: Likewise.
48433         * manual/message.texi: Likewise.
48434         * manual/nss.texi: Likewise.
48435         * manual/pattern.texi: Likewise.
48436         * manual/process.texi: Likewise.
48437         * manual/resource.texi: Likewise.
48438         * manual/search.texi: Likewise.
48439         * manual/setjmp.texi: Likewise.
48440         * manual/signal.texi: Likewise.
48441         * manual/socket.texi: Likewise.
48442         * manual/startup.texi: Likewise.
48443         * manual/stdio.texi: Likewise.
48444         * manual/string.texi: Likewise.
48445         * manual/sysinfo.texi: Likewise.
48446         * manual/syslog.texi: Likewise.
48447         * manual/terminal.texi: Likewise.
48448         * manual/time.texi: Likewise.
48449         * manual/users.texi: Likewise.
48450         * INSTALL: Regenerated.
48451         * NOTES: Regenerated.
48452         * sysdeps/gnu/errlist.c: Regenerated.
48454 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
48456         * include/dirent.h: Include <dirstream.h> before
48457         <dirent/dirent.h>.
48459 2012-02-28  David S. Miller  <davem@davemloft.net>
48461         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48462         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48463         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48464         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48466 2012-02-27  David S. Miller  <davem@davemloft.net>
48468         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48469         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48470         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48471         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48473         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48474         frame pointer instead of stack pointer relative arg slot.
48475         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48476         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48477         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48479 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
48481         [BZ #3992]
48482         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48484 2012-02-27  David S. Miller  <davem@davemloft.net>
48486         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48487         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48488         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48489         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48490         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48491         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48492         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48493         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48495 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48497         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48498         later.  Allow versions 5-9.
48499         * configure: Regenerated.
48500         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48501         required minimum version and 4.6 as recommended version.  Do not
48502         mention bugs in GCC 2.7 and 2.8.
48503         * INSTALL: Regenerated.
48505 2012-02-27  David S. Miller  <davem@davemloft.net>
48507         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48508         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48509         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48510         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48511         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48512         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48513         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48514         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48516         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48517         manipulate bits before adding and subtracting TWO112[sx].
48518         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48520 2012-02-27  Roland McGrath  <roland@hack.frob.com>
48522         [BZ #13775]
48523         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48524         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48525         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48526         being in POSIX, because they are in 1003.1-2008.
48528         * rt/tst-aio.c: Include <fcntl.h>.
48529         * rt/tst-aio7.c: Likewise.
48530         * rt/tst-aio64.c: Likewise.
48532         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48534 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48536         * manual/install.texi (--with-headers): Describe headers as
48537         interface headers, not private headers.
48538         (Specific advice for GNU/Linux systems): Describe use of headers
48539         from "make headers_install", not private headers from older
48540         kernels.
48541         * INSTALL: Regenerated.
48542         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48543         Change to 2.6.19.
48544         * sysdeps/unix/sysv/linux/configure: Regenerated.
48546         * manual/llio.texi (fclean): Remove documentation.
48548         * manual/Makefile (libc-texi-generated): New variable.  Include
48549         version.texi.
48550         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48551         $(libc-texi-generated), not duplicated list of files.
48552         (version.texi, stamp-version): New rules.
48553         (realclean): Remove $(libc-texi-generated), not individual files
48554         from that list.  Do not remove dir-add.texinfo.
48555         * manual/libc.texinfo: Comment out uses of edition numbers and
48556         references to printed manual.  Remove last-updated dates.
48557         (EDITION): Comment out.
48558         (ISBN): Likewise.
48559         (VERSION, UPDATED): Remove.
48560         (version.texi): Include.
48562 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
48564         * sysdeps/posix/spawni.c: Include <signal.h>.
48565         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48566         * sysdeps/pthread/aio_fsync.c: Likewise.
48568 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
48570         * conform/Makefile (tests): Run only when not cross-compiling and
48571         when fast-check is not defined.
48573         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48574         * conform/data/limits.h-data: Fixes for POSIX2008.
48575         * conform/run-conformtest.sh: Run all tests.
48576         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48577         headers.
48578         * include/bits/dlfcn.h: Likewise.
48579         * include/langinfo.h: Likewise.
48580         * include/monetary.h: Likewise.
48581         * include/sys/poll.h: Likewise.
48583         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48584         for __USE_GNU.
48585         * posix/spawn.h: Define __need_sigset_t.
48586         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48587         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48588         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
48589         to get sigevent_t only.
48590         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48591         only for __USE_GNU.
48592         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48593         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48594         process_vm_writev only for __USE_GNU.
48595         * termios/termios.h: Declare tcgetsid also for POSIX2008.
48597         * conform/Makefile: For now ignore errors from run-conformtest.
48598         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
48599         POSIX to avoid namespace pollution.  Don't prepend headers.
48600         * conform/data/aio.h-data: Fixes for POSIX testing.
48601         * conform/data/fcntl.h-data: Likewise.
48602         * conform/data/glob.h-data: Likewise.
48603         * conform/data/grp.h-data: Likewise.
48604         * conform/data/pthread.h-data: Likewise.
48605         * conform/data/pwd.h-data: Likewise.
48606         * conform/data/signal.h-data: Likewise.
48607         * conform/data/spawn.h-data: Likewise.
48608         * conform/data/stdio.h-data: Likewise.
48609         * conform/data/stdlib.h-data: Likewise.
48610         * conform/data/stropts.h-data: Likewise.
48611         * conform/data/sys/mman.h-data: Likewise.
48612         * conform/data/sys/stat.h-data: Likewise.
48613         * conform/data/sys/types.h-data: Likewise.
48614         * conform/data/sys/wait.h-data: Likewise.
48615         * conform/data/time.h-data: Likewise.
48616         * conform/data/unistd.h-data: Likewise.
48617         * conform/data/utime.h-data: Likewise.
48619         * io/sys/stat.h: fchmod was always in POSIX.
48620         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48621         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48622         * rt/aio.h: Define __need_timespec before including <time.h>.
48623         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48624         struct.  Add forward declaration of pthread_attr_t and use it in
48625         sigevent.
48626         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48627         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48628         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48629         always remove CLK_TCK definition.
48631 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
48633         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48635 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
48637         * conform/run-conformtest.sh: New file.
48638         * conform/Makefile: Run run-conformtest for tests.
48639         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
48640         support.
48642         * conform/data/uchar.h-data: New file.
48643         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48644         * conform/data/arpa/inet.h-data: Likewise.
48645         * conform/data/assert.h-data: Likewise.
48646         * conform/data/complex.h-data: Likewise.
48647         * conform/data/cpio.h-data: Likewise.
48648         * conform/data/ctype.h-data: Likewise.
48649         * conform/data/dirent.h-data: Likewise.
48650         * conform/data/dlfcn.h-data: Likewise.
48651         * conform/data/errno.h-data: Likewise.
48652         * conform/data/fcntl.h-data: Likewise.
48653         * conform/data/float.h-data: Likewise.
48654         * conform/data/fmtmsg.h-data: Likewise.
48655         * conform/data/fnmatch.h-data: Likewise.
48656         * conform/data/ftw.h-data: Likewise.
48657         * conform/data/glob.h-data: Likewise.
48658         * conform/data/grp.h-data: Likewise.
48659         * conform/data/iconv.h-data: Likewise.
48660         * conform/data/inttypes.h-data: Likewise.
48661         * conform/data/langinfo.h-data: Likewise.
48662         * conform/data/libgen.h-data: Likewise.
48663         * conform/data/limits.h-data: Likewise.
48664         * conform/data/locale.h-data: Likewise.
48665         * conform/data/math.h-data: Likewise.
48666         * conform/data/monetary.h-data: Likewise.
48667         * conform/data/mqueue.h-data: Likewise.
48668         * conform/data/ndbm.h-data: Likewise.
48669         * conform/data/net/if.h-data: Likewise.
48670         * conform/data/netdb.h-data: Likewise.
48671         * conform/data/netinet/in.h-data: Likewise.
48672         * conform/data/nl_types.h-data: Likewise.
48673         * conform/data/poll.h-data: Likewise.
48674         * conform/data/pthread.h-data: Likewise.
48675         * conform/data/pwd.h-data: Likewise.
48676         * conform/data/regex.h-data: Likewise.
48677         * conform/data/sched.h-data: Likewise.
48678         * conform/data/search.h-data: Likewise.
48679         * conform/data/semaphore.h-data: Likewise.
48680         * conform/data/setjmp.h-data: Likewise.
48681         * conform/data/signal.h-data: Likewise.
48682         * conform/data/spawn.h-data: Likewise.
48683         * conform/data/stdarg.h-data: Likewise.
48684         * conform/data/stdio.h-data: Likewise.
48685         * conform/data/stdlib.h-data: Likewise.
48686         * conform/data/string.h-data: Likewise.
48687         * conform/data/strings.h-data: Likewise.
48688         * conform/data/stropts.h-data: Likewise.
48689         * conform/data/sys/ipc.h-data: Likewise.
48690         * conform/data/sys/mman.h-data: Likewise.
48691         * conform/data/sys/msg.h-data: Likewise.
48692         * conform/data/sys/resource.h-data: Likewise.
48693         * conform/data/sys/select.h-data: Likewise.
48694         * conform/data/sys/sem.h-data: Likewise.
48695         * conform/data/sys/shm.h-data: Likewise.
48696         * conform/data/sys/socket.h-data: Likewise.
48697         * conform/data/sys/stat.h-data: Likewise.
48698         * conform/data/sys/statvfs.h-data: Likewise.
48699         * conform/data/sys/time.h-data: Likewise.
48700         * conform/data/sys/timeb.h-data: Likewise.
48701         * conform/data/sys/times.h-data: Likewise.
48702         * conform/data/sys/types.h-data: Likewise.
48703         * conform/data/sys/uio.h-data: Likewise.
48704         * conform/data/sys/un.h-data: Likewise.
48705         * conform/data/sys/utsname.h-data: Likewise.
48706         * conform/data/sys/wait.h-data: Likewise.
48707         * conform/data/syslog.h-data: Likewise.
48708         * conform/data/tar.h-data: Likewise.
48709         * conform/data/termios.h-data: Likewise.
48710         * conform/data/utime.h-data: Likewise.
48711         * conform/data/utmpx.h-data: Likewise.
48712         * conform/data/varargs.h-data: Likewise.
48713         * conform/data/wchar.h-data: Likewise.
48714         * conform/data/wctype.h-data: Likewise.
48715         * conform/data/wordexp.h-data: Likewise.
48717         * include/stropts.h: New file.
48718         * include/uchar.h: New file.
48719         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48720         * include/assert.h: Likewise.
48721         * include/ctype.h: Likewise.
48722         * include/dirent.h: Likewise.
48723         * include/dlfcn.h: Likewise.
48724         * include/fcntl.h: Likewise.
48725         * include/fnmatch.h: Likewise.
48726         * include/glob.h: Likewise.
48727         * include/grp.h: Likewise.
48728         * include/libio.h: Likewise.
48729         * include/locale.h: Likewise.
48730         * include/math.h: Likewise.
48731         * include/net/if.h: Likewise.
48732         * include/netdb.h: Likewise.
48733         * include/netinet/in.h: Likewise.
48734         * include/pthread.h: Likewise.
48735         * include/pwd.h: Likewise.
48736         * include/regex.h: Likewise.
48737         * include/sched.h: Likewise.
48738         * include/search.h: Likewise.
48739         * include/setjmp.h: Likewise.
48740         * include/signal.h: Likewise.
48741         * include/stdio.h: Likewise.
48742         * include/stdlib.h: Likewise.
48743         * include/string.h: Likewise.
48744         * include/sys/cdefs.h: Likewise.
48745         * include/sys/mman.h: Likewise.
48746         * include/sys/msg.h: Likewise.
48747         * include/sys/resource.h: Likewise.
48748         * include/sys/select.h: Likewise.
48749         * include/sys/socket.h: Likewise.
48750         * include/sys/stat.h: Likewise.
48751         * include/sys/statvfs.h: Likewise.
48752         * include/sys/time.h: Likewise.
48753         * include/sys/times.h: Likewise.
48754         * include/sys/uio.h: Likewise.
48755         * include/sys/utsname.h: Likewise.
48756         * include/sys/wait.h: Likewise.
48757         * include/termios.h: Likewise.
48758         * include/time.h: Likewise.
48759         * include/ulimit.h: Likewise.
48760         * include/unistd.h: Likewise.
48761         * include/utime.h: Likewise.
48762         * include/wchar.h: Likewise.
48763         * include/wctype.h: Likewise.
48764         * include/wordexp.h: Likewise.
48766         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48768         * time/time.h: TIME_UTC must be a macro.
48769         Make timespec_get available for ISO C11 only as well.
48771 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48773         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48774         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48776 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48778         * configure.in: Use -o not -a in test for unsupported multi-arch.
48780 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48782         * manual/texinfo.tex: Update to version 2012-01-19.16.
48784 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48786         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48788 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48790         [BZ #13738]
48791         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48792         * manual/fdl-1.3.texi: New file.
48793         * manual/fdl-1.1.texi: File removed.
48795         [BZ #13738]
48796         * manual/libc.texinfo (FDL_VERSION): New @set.
48797         Use it for mention of FDL in cover text.
48798         (Documentation License): Use it in @include file name.
48800 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48801             Roland McGrath  <roland@hack.frob.com>
48803         [BZ #5461]
48804         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48805         (not LONG_LONG_MAX and LONG_LONG_MIN.
48806         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48807         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48808         name.
48809         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48811 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48813         [BZ #2547]
48814         [BZ #11365]
48815         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48816         manipulate bits before adding and subtracting TWO23[sx].
48817         * math/libm-test.inc (nearbyint_test): Add more tests.
48819 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48821         [BZ #2548]
48822         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48823         bits before adding and subtracting TWO23[sx].
48824         * math/libm-test.inc (rint_test): Add more tests.
48825         (rint_test_tonearest): Likewise.
48826         (rint_test_towardzero): Likewise.
48827         (rint_test_downward): Likewise.
48828         (rint_test_upward: Likewise.
48830 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48832         [BZ #10110]
48833         * include/stdc-predef.h: New file.  Extracted from features.h.
48834         * include/features.h: Include stdc-predef.h.
48835         * Makefile (headers): Add stdc-predef.h.
48836         * CONFORMANCE (Compiler limitations): Update.
48838 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48840         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48842 2012-02-21  David S. Miller  <davem@davemloft.net>
48844         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48845         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48847 2012-02-20  David S. Miller  <davem@davemloft.net>
48849         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48850         using a normal save/restore sequence, rather than allocating a
48851         dummy stack frame just to store a frame pointer and restore.
48852         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48854 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48856         * manual/install.texi: Fix stray word in line-wrapped comment.
48858 2012-02-20  David S. Miller  <davem@davemloft.net>
48860         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48861         both binutils and gcc support GOTDATA.
48863         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48864         "rd %pc" in the PIC register setup sequences.
48866         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48867         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48868         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48869         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48870         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48871         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48872         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48873         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48874         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48875         (SYSCALL_ERROR_HANDLER): Likewise.
48876         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48877         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48878         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48879         (SYSCALL_ERROR_HANDLER): Likewise.
48881         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48882         (HAVE_GCC_GOTDATA): New.
48883         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48884         relocation support in both binutils and gcc.
48885         * sysdeps/sparc/elf/configure: Regenerate.
48887         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48888         * sysdeps/sparc/sparc32/elf/configure: Delete.
48889         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48890         * sysdeps/sparc/sparc64/elf/configure: Delete.
48891         * sysdeps/sparc/elf/configure.in: New file.
48892         * sysdeps/sparc/elf/configure: Generate.
48894         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48895         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48896         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48897         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48898         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48900 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48902         * manual/install.texi: Do not mention specific glibc version
48903         numbers.
48904         * manual/libc.texinfo (VERSION, UPDATED): Update.
48905         (@copying): Use @copyright{} and range of years.
48907 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48909         [BZ #13695]
48910         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48911         [crti.S not in sysdirs] (generated): Do not append.
48912         [crti.S not in sysdirs] (omit-deps): Likewise.
48913         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48914         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48915         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48916         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48917         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48918         Likewise.
48919         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48920         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48921         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48922         * csu/defs.awk: Remove file.
48923         * sysdeps/generic/initfini.c: Likewise.
48924         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48925         variable.
48926         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48927         Likewise.
48929 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48931         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48932         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48933         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48934         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48935         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48936         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48937         <bits/epoll.h>.
48938         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48939         (__EPOLL_PACKED): Define to empty if not defined by
48940         <bits/epoll.h>.
48941         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48942         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48943         bits/epoll.h.
48945 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48947         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48948         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48949         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48950         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48951         <bits/timerfd.h>.
48952         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48953         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48954         bits/timerfd.h.
48956 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48958         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48959         in C locale.
48960         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48961         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48962         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48965 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
48967         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48968         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48970 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
48972         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48973         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48974         defined.
48975         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48976         Likewise.
48977         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48978         entry for 2.16.
48980 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
48982         * math/w_acos.c: Use non-signaling floating-point comparisons.
48983         * math/w_acosf.c: Likewise.
48984         * math/w_acosh.c: Likewise.
48985         * math/w_acoshf.c: Likewise.
48986         * math/w_acoshl.c: Likewise.
48987         * math/w_acosl.c: Likewise.
48988         * math/w_asin.c: Likewise.
48989         * math/w_asinf.c: Likewise.
48990         * math/w_asinl.c: Likewise.
48991         * math/w_atanh.c: Likewise.
48992         * math/w_atanhf.c: Likewise.
48993         * math/w_atanhl.c: Likewise.
48994         * math/w_exp2.c: Likewise.
48995         * math/w_exp2f.c: Likewise.
48996         * math/w_exp2l.c: Likewise.
48997         * math/w_j0.c: Likewise.
48998         * math/w_j0f.c: Likewise.
48999         * math/w_j0l.c: Likewise.
49000         * math/w_j1.c: Likewise.
49001         * math/w_j1f.c: Likewise.
49002         * math/w_j1l.c: Likewise.
49003         * math/w_jn.c: Likewise.
49004         * math/w_jnf.c: Likewise.
49005         * math/w_log.c: Likewise.
49006         * math/w_log10.c: Likewise.
49007         * math/w_log10f.c: Likewise.
49008         * math/w_log10l.c: Likewise.
49009         * math/w_log2.c: Likewise.
49010         * math/w_log2f.c: Likewise.
49011         * math/w_log2l.c: Likewise.
49012         * math/w_logf.c: Likewise.
49013         * math/w_logl.c: Likewise.
49014         * math/w_sqrt.c: Likewise.
49015         * math/w_sqrtf.c: Likewise.
49016         * math/w_sqrtl.c: Likewise.
49017         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49018         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49019         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49020         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49021         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49023 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49025         [BZ #9739]
49026         * manual/string.texi (strnlen): Use correct parameter name in
49027         equivalent expression.
49029 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49031         [BZ #11174]
49032         * manual/users.texi (seteuid): Consistently use neweuid for
49033         argument name.
49035 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49037         [BZ #13704]
49038         * manual/nss.texi (Services in the NSS configuration): Correct
49039         list of services in example configuration file.
49041 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
49043         [BZ #11322]
49044         * manual/arith.texi: Remove statements about negative zero
49045         behaving identically to zero.
49047 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49049         [BZ #5993]
49050         * manual/install.texi: Do not document upgrading from libc5.
49052 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49054         [BZ #4596]
49055         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49057 2012-02-18  David S. Miller  <davem@davemloft.net>
49059         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49060         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49061         %o7 across the call.
49062         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49063         instead.
49064         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49065         SETUP_PIC_REG_LEAF.
49066         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49067         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49068         * sysdeps/sparc/crtn.S: Likewise.
49070 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
49072         * aout/Makefile: Remove.
49074 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
49076         [BZ #13058]
49077         * manual/examples/argp-ex1.c (main): Format definition in GNU
49078         style.
49079         * manual/examples/argp-ex2.c (main): Likewise.
49080         * manual/examples/argp-ex3.c (main): Likewise.
49081         * manual/examples/argp-ex4.c (main): Likewise.
49082         * manual/examples/longopt.c (main): Use new-style prototype
49083         definition.
49084         * manual/examples/strncat.c (main): Specify return type and use
49085         (void) for arguments.
49086         * manual/examples/subopt.c (main): Use char **argv argument.
49088 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49090         [BZ #5077]
49091         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49092         rounding modes.
49094 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
49096         [BZ #6907]
49097         * manual/string.texi (strchr): Change when strchrnul is
49098         recommended.
49100 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
49102         [BZ #174]
49103         * manual/locale.texi (setlocale): Document LOCPATH.
49105 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49107         [BZ #10210]
49108         * manual/process.texi (execle): Move @dots{} before last argument.
49110 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
49112         [BZ #12047]
49113         * manual/charset.texi (Generic Charset Conversion): Fix typo
49114         (LC_TYPE -> LC_CTYPE).
49116 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
49118         [BZ #5805]
49119         * manual/arith.texi (scalbn): Use @var{} on parameter names.
49120         (scalbnf): Likewise.
49121         (scalbnl): Likewise.
49122         (scalbln): Likewise.
49123         (scalblnf): Likewise.
49124         (scalblnl): Likewise.
49125         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49126         (vwarnx): Likewise.
49127         (verr): Likewise.
49128         (verrx): Likewise.
49129         * manual/filesys.texi (telldir): Use braces around return type.
49130         * manual/llio.texi (mmap): Add space after comma.
49131         (mmap64): Likewise.
49132         * manual/math.texi (jn): Use @var{} on parameter names.
49133         (jnf): Likewise.
49134         (jnl): Likewise.
49135         (yn): Likewise.
49136         (ynf): Likewise.
49137         (ynl): Likewise.
49138         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49139         line.
49140         * manual/resource.texi (ulimit): Use @dots{} instead of literal
49141         "...".
49142         (sched_get_priority_min): Remove semicolon on @deftypefun line.
49143         (sched_get_priority_max): Likewise.
49144         * manual/signal.texi (sigvec): Add space after comma.
49145         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49146         names.
49147         (if_indextoname): Likewise.
49148         (if_freenameindex): Likewise.
49149         (sendto): Use ',' instead of '.' in prototype.
49150         * manual/startup.texi (syscall): Use @dots{} instead of literal
49151         "...".
49152         * manual/stdio.texi (__fpending): Separate initial words of
49153         paragraph from @deftypefun line.
49154         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49155         "...".
49156         (vsyslog): Use @var{} on parameter names.
49157         * manual/terminal.texi (stty): Use @var{} on parameter names.
49158         * manual/users.texi (getutmp): Use @var{} on parameter names.
49159         (getutmpx): Likewise.
49161 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49163         [BZ #6884]
49164         * manual/stdio.texi (fopen): Fix typos in description of
49165         ",ccs=STRING".
49167 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49169         [BZ #4026]
49170         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49171         get clock_id definition.
49173 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49175         [BZ #4822]
49176         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49177         (madvise): Cast every argument to void on its own.
49179 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49181         [BZ #9902]
49182         * manual/startup.texi (Exit Status): Fix typo.
49184 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49186         [BZ #10140]
49187         * manual/examples/argp-ex1.c: Include <stdlib.h>.
49188         * manual/examples/argp-ex2.c: Likewise.
49189         * manual/examples/argp-ex3.c: Likewise.
49191 2012-02-16  Richard Henderson  <rth@redhat.com>
49193         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49194         * sysdeps/s390/s390-32/initfini.c: Remove.
49195         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49196         * sysdeps/s390/s390-64/initfini.c: Remove.
49198 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
49200         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49201         compiler output for sysdeps/generic/initfini.c.
49202         * sysdeps/sh/elf/initfini.c: Remove file.
49204 2012-02-16  David S. Miller  <davem@davemloft.net>
49206         [BZ #11494]
49207         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49209         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49210         * sysdeps/sparc/crti.S: New file.
49211         * sysdeps/sparc/crtn.S: New file.
49212         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49213         * sysdeps/sparc/sparc64/Makefile: Likewise.
49215 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49217         [BZ #3335]
49218         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49220 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49222         [BZ #4822]
49223         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49225         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49226         (write, read, close): Likewise.
49227         Patch by Aurelien Jarno <aurelien@aurel32.net>.
49229 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
49231         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49232         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49233         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49234         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49235         <bits/signalfd.h>.
49236         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49237         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49238         bits/signalfd.h.
49240 2012-02-14  Marek Polacek  <polacek@redhat.com>
49242         * sysdeps/x86_64/crti.S: New file.
49243         * sysdeps/x86_64/crtn.S: New file.
49244         * sysdeps/x86_64/elf/initfini.c: Remove file.
49246 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49248         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49249         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49250         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49251         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49252         <bits/inotify.h>.
49253         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49254         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49255         bits/inotify.h.
49257 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49259         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49260         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49261         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49262         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49263         <bits/eventfd.h>.
49264         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49265         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49266         bits/eventfd.h.
49268 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
49270         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49271         __feraiseexcept instead of feraiseexcept.
49273         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49274         nanosleep invocations.
49275         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49276         strings, and add error checking for a nanosleep invocations.
49278 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
49280         Replace FSF snail mail address with URLs, as per GNU coding standards.
49281         Most of the snail mail addresses were wrong anyway, and omitting
49282         them makes the source code easier to maintain.  Almost all of the
49283         changes are to license notices and to locale LC_IDENTIFICATION
49284         addresses, except for this one:
49285         * manual/libc.texinfo: In "Published by", give the FSF's URL,
49286         not its snail mail address.
49288 2012-02-09  Richard Henderson  <rth@twiddle.net>
49290         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49291         of kernel-features.h.
49293         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49295 2012-02-08  Marek Polacek  <polacek@redhat.com>
49297         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49298         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49299         * sysdeps/gnu/_G_config.h: Likewise.
49300         * sysdeps/generic/_G_config.h: Likewise.
49302 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
49304         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49305         tests.
49306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49308         * sysdeps/powerpc/powerpc32/crti.S: New file.
49309         * sysdeps/powerpc/powerpc32/crtn.S: New file.
49310         * sysdeps/powerpc/powerpc64/crti.S: New file.
49311         * sysdeps/powerpc/powerpc64/crtn.S: New file.
49313         * Makeconfig (have-initfini): Don't set.
49314         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49315         * configure.in (nopic_initfini): Don't substitute.
49316         * config.h.in (HAVE_INITFINI): Don't #undef.
49317         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49318         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49320 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
49322         Support crti.S and crtn.S provided directly by architectures.
49323         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49324         [crti.S in sysdirs] (omit-deps): Likewise.
49325         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49326         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49327         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49328         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49329         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49330         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49331         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49332         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49333         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49334         compiler output for sysdeps/generic/initfini.c.
49335         * sysdeps/i386/elf/Makefile: Remove file.
49336         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49338 2012-02-07  Marek Polacek  <polacek@redhat.com>
49340         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49341         * sysdeps/gnu/_G_config.h: Likewise.
49342         * sysdeps/mach/hurd/_G_config.h: Likewise.
49344 2012-02-07  Marek Polacek  <polacek@redhat.com>
49346         * math/Makefile (tests): Add tst-CMPLX2.
49347         * math/tst-CMPLX2.c: New file.
49349 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
49351         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49353         * math/libm-test.inc (jn_test): Add missing L suffix.
49355 2012-02-06  Marek Polacek  <polacek@redhat.com>
49357         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49358         * sysdeps/i386/fpu/e_powf.S: Likewise.
49359         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49360         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49361         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49362         * sysdeps/i386/fpu/e_pow.S: Likewise.
49363         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49364         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49365         * sysdeps/i386/fpu/s_expm1.S: Likewise.
49366         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49367         * sysdeps/i386/fpu/e_log2.S: Likewise.
49368         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49369         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49370         * sysdeps/i386/fpu/e_powl.S: Likewise.
49371         * sysdeps/i386/fpu/s_log1p.S: Likewise.
49372         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49373         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49374         * sysdeps/i386/fpu/e_logl.S: Likewise.
49375         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49376         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49377         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49378         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49379         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49380         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49381         * sysdeps/i386/fpu/e_log.S: Likewise.
49382         * sysdeps/i386/fpu/s_cexp.S: Likewise.
49383         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49384         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49385         * sysdeps/i386/fpu/e_logf.S: Likewise.
49386         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49387         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49388         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49389         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49390         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49391         * sysdeps/i386/fpu/e_log10.S: Likewise.
49392         * sysdeps/i386/fpu/s_frexp.S: Likewise.
49393         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49394         * sysdeps/i386/fpu/s_asinh.S: Likewise.
49395         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49396         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49397         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49398         * sysdeps/i386/asm-syntax.h: Likewise.
49399         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49400         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49401         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49402         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49403         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49404         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49405         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49406         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49407         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49408         * sysdeps/powerpc/sysdep.h: Likewise.
49409         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49410         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49412 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49414         [BZ #411]
49415         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49417 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49419         * sysdeps/i386/sysdep.h: Include <features.h>.
49420         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49421         version.
49423 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
49425         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49426         Define.
49427         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49428         LOAD_PIC_REG_STR.
49430 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49432         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49433         (SETUP_PIC_REG): Use GET_PC_THUNK.
49434         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49435         macro.
49437 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49439         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49440         for non-PIC compilation.
49441         (SETUP_PIC_REG): Add .p2align directive.
49442         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49443         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49444         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49445         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49446         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49447         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49448         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49449         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49450         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49451         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49452         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49453         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49454         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49455         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49456         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49457         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49458         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49459         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49460         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49461         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49462         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49463         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49464         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49465         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49466         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49467         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49468         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49469         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49470         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49471         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49472         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49473         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49474         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49475         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49476         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49477         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49478         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49479         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49480         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49481         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49482         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49484 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49486         * math/tst-CMPLX.c: Include <stdio.h>.
49488 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
49490         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49491         float.
49492         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49493         * sysdeps/sparc/bits/mathdef.h: Likewise.
49495 2012-01-31  Marek Polacek  <polacek@redhat.com>
49497         * libio/libio.h: Don't define _PARAMS.
49498         * locale/programs/config.h: Don't define PARAMS.
49499         * stdlib/strtol_l.c: Likewise.
49500         (__strtol_l): Remove PARAMS from the prototype.
49502 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
49504         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
49505         names.  Just use the correct names.  Remove unnecessary wrapper
49506         functions.
49507         * malloc/arena.c: Likewise.
49508         * malloc/hooks.c: Likewise.
49510         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49511         ARENA_TEST says not to.  Simplify test for creation of a new arena.
49512         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49514 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
49516         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49517         into tail calls.
49518         (update_get_addr): New function.
49519         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49520         GET_ADDR_MODULE parameter.
49522 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49524         * crypt/cert.c: Remove __STDC__ conditionals.
49525         * crypt/crypt-entry.c: Likewise.
49526         * crypt/crypt_util.c: Likewise.
49527         * libio/filedoalloc.c: Likewise.
49528         * libio/fileops.c: Likewise.
49529         * libio/genops.c: Likewise.
49530         * libio/iofclose.c: Likewise.
49531         * libio/iofdopen.c: Likewise.
49532         * libio/iofopen.c: Likewise.
49533         * libio/iofopen64.c: Likewise.
49534         * libio/iogetdelim.c: Likewise.
49535         * libio/iopopen.c: Likewise.
49536         * libio/obprintf.c: Likewise.
49537         * libio/oldfileops.c: Likewise.
49538         * libio/oldiofclose.c: Likewise.
49539         * libio/oldiofdopen.c: Likewise.
49540         * libio/oldiofopen.c: Likewise.
49541         * libio/oldiopopen.c: Likewise.
49542         * libio/wfiledoalloc.c: Likewise.
49543         * libio/wgenops.c: Likewise.
49544         * locale/programs/xmalloc.c: Likewise.
49545         * misc/syslog.c: Likewise.
49546         * stdio-common/xbug.c: Likewise.
49547         * string/memchr.c: Likewise.
49548         * string/memcmp.c: Likewise.
49549         * string/memrchr.c: Likewise.
49550         * string/rawmemchr.c: Likewise.
49551         * sysdeps/posix/getcwd.c: Likewise.
49552         * time/strftime_l.c: Likewise.
49554 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49556         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49557         * config.make.in (config-cflags-sse2avx): Define.
49558         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49559         Fix typo.
49561 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
49563         * scripts/config.guess: Update from upstream config git repository.
49564         * scripts/config.sub: Likewise.
49566 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
49568         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49569         (EM_NUM): Update.
49570         (R_TILEPRO_*, R_TILEGX_*): New macros.
49572         * scripts/firstversions.awk: Fix bug in version range handling.
49574         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49576         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49578         * include/sys/epoll.h: New file.
49579         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49580         libc_hidden_def.
49582 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
49584         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49585         Avoid unnecessary __WORDSIZE == 64 test.
49586         (fmaxf): Use VEX format if possible.
49587         (fmax): Likewise.
49588         (fminf): Likewise.
49589         (fmin): Likewise.
49591         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49592         * math/math_private.h: Remove libc_fegetround* and
49593         libc_fesetround*.
49594         * sysdeps/i386/configure.in: Check for -msse2avx.
49595         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49596         also if SSE2AVX is defined.
49597         Remove libc_fegetround* and libc_fesetround*.
49598         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49599         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
49600         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49601         of HAS_YMM_USABLE.
49602         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49603         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49604         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49605         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49606         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49608         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49610 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49612         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49613         size is not set.
49614         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49616 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
49618         [BZ #13618]
49619         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49620         relocation.
49621         * Makeconfig (libm): Define.
49622         * elf/Makefile: Add rules to build and run tst-relsort1.
49623         * elf/tst-relsort1.c: New file.
49624         * elf/tst-relsort1mod1.c: New file.
49625         * elf/tst-relsort1mod2.c: New file.
49627 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
49629         * math/s_ldexp.c: Remove __STDC__ conditionals.
49630         * math/s_ldexpf.c: Likewise.
49631         * math/s_ldexpl.c: Likewise.
49632         * math/s_nextafter.c: Likewise.
49633         * math/s_nexttowardf.c: Likewise.
49634         * math/s_significand.c: Likewise.
49635         * math/s_significandf.c: Likewise.
49636         * math/s_significandl.c: Likewise.
49637         * math/w_jnl.c: Likewise.
49638         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49639         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49640         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49641         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49642         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49643         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49644         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49645         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49646         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49647         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49648         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49649         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49650         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49651         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49652         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49653         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49654         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49655         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49656         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49657         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49658         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49659         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49660         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49661         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49662         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49663         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49664         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49665         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49666         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49667         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49668         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49669         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49670         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49671         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49672         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49673         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49674         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49675         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49676         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49677         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49678         * sysdeps/ieee754/k_standard.c: Likewise.
49679         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49680         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49681         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49682         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49683         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49684         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49685         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49686         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49687         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49688         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49689         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49690         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49691         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49692         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49693         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49694         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49695         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49696         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49697         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49698         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49699         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49700         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49701         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49702         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49703         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49704         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49705         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49706         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49707         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49708         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49709         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49710         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49711         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49712         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49713         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49714         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49715         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49716         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49717         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49718         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49719         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49720         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49721         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49722         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49723         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49724         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49725         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49726         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49727         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49728         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49729         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49730         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49731         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49732         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49733         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49734         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49735         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49736         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49737         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49738         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49739         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49740         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49741         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49742         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49743         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49744         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49745         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49746         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49747         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49748         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49749         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49750         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49751         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49752         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49753         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49754         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49755         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49756         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49757         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49758         * sysdeps/ieee754/s_matherr.c: Likewise.
49759         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49760         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49761         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49762         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49764 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49766         * crypt/md5.h: Remove __STDC__ conditionals.
49767         * libio/libioP.h: Likewise.
49768         * locale/programs/config.h: Likewise.
49769         * sysdeps/generic/sysdep.h: Likewise.
49770         * sysdeps/i386/asm-syntax.h: Likewise.
49771         * sysdeps/s390/asm-syntax.h: Likewise.
49772         * sysdeps/unix/sysdep.h: Likewise.
49773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49776 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49778         * libio/libio.h: Remove __STDC__ conditionals.
49779         * malloc/obstack.h: Likewise.
49780         * math/complex.h: Likewise.
49781         * math/math.h: Likewise.
49782         * sysdeps/generic/_G_config.h: Likewise.
49783         * sysdeps/gnu/_G_config.h: Likewise.
49784         * sysdeps/mach/hurd/_G_config.h: Likewise.
49785         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49786         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49787         * sysdeps/sparc/bits/mathdef.h: Likewise.
49789 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49791         [BZ #13583]
49792         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49793         Clean up HAS_* macros.
49794         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49795         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49796         possible.
49797         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49798         HAS_AVX.
49799         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49800         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49801         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49802         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49803         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49805 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49807         * elf/tst-unique3.cc (gets): Remove declaration.
49808         * elf/tst-unique3lib.cc (gets): Likewise.
49809         * elf/tst-unique3lib2.cc (gets): Likewise.
49810         * elf/tst-unique4.cc (gets): Likewise.
49812 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49814         * include/stdio.h: Add C++ protection.  Add gets declarations and
49815         definitions.
49816         * debug/tst-chk1.c: Don't declare gets here.
49817         * stdio-common/tst-gets.c: Likewise.
49819 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49821         * posix/glob: Remove directory.
49823 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49825         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49827 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49829         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49830         of the non-standard EPFNOSUPPORT.
49832 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49834         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49835         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49836         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49838 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49840         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49842 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49844         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49845         transient errors.
49846         * nscd/grpcache.c (cache_addgr): Likewise.
49847         * nscd/hstcache.c (cache_addhst): Likewise.
49848         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49849         * nscd/pwdcache.c (cache_addpw): Likewise.
49850         * nscd/servicescache.c (cache_addserv): Likewise.
49852 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49854         * malloc/malloc.c: Various cleanups.
49855         * malloc/hooks.c: Likewise.
49857         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49858         * stdlib/bug-fmtmsg1.c: New file.
49860         * stdlib/fmtmsg.c (init): Add missing unlock.
49861         Patch by Peng Haitao <penght@cn.fujitsu.com>.
49863 2012-01-12  Marek Polacek  <polacek@redhat.com>
49865         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49866         and _GNU_SOURCE.
49868 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49870         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49871         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49872         macro to ensure uniqueness of label name.
49873         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49874         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49876 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
49878         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49880         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49881         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49882         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49883         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49885 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
49887         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49889         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49890         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49891         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49893         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49895         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49896         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49897         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49898         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49900         * math/bits/math-finite.h: Add ldexp support.
49902 2012-01-10  Marek Polacek  <polacek@redhat.com>
49904         * locale/programs/localedef.h (show_archive_content): Add noreturn
49905         attribute.
49907 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
49909         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49911 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49913         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49915         * io/Makefile (headers): Add bits/poll2.h.
49917 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
49919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49920         typo #include statement.
49922 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49924         * include/sys/cdefs.h: Define __attribute_alloc_size.
49925         * catgets/gencat.c: Add alloc_size attribute and apply consistently
49926         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49927         * elf/pldd.c: Likewise.
49928         * iconv/iconv_charmap.c: Likewise.
49929         * iconv/iconvconfig.c: Likewise.
49930         * iconv/strtab.c: Likewise.
49931         * locale/programs/locale.c: Likewise.
49932         * locale/programs/localedef.h: Likewise.
49933         * locale/programs/simple-hash.c: Likewise.
49934         * nscd/nscd.h: Likewise.
49935         * nss/makedb.c: Likewise.
49936         * sysdeps/generic/ldconfig.h: Likewise.
49937         * locale/programs/localedef.c: Remove xmalloc prototype.
49938         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49940 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49942         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49943         appropriate.
49945 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49947         * math/Makefile (tests): Add tst-CMPLX.
49948         * math/tst-CMPLX.c: New file.
49950         * math/complex.h (CMPLXL): Fix typo.
49952         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49953         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49954         GLIBC_2.16.
49955         * debug/tst-chk1.c: Add poll and ppoll tests.
49956         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49957         * include/sys/poll.h: Add hidden proto for ppoll.
49958         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49959         * sysdeps/mach/hurd/ppoll.c: Likewise.
49960         * io/ppoll.c: Likewise.
49961         * debug/poll_chk.c: New file.
49962         * debug/ppoll_chk.c: New file.
49963         * include/bits/poll2.h: New file.
49964         * io/bits/poll2.h: New file.
49966         [BZ #1350]
49967         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49969         * configure.in: static is always set to yes.  Remove.
49970         * config.make.in: Don't set build-static.
49971         * Makeconfig: Remove use of build-static.
49972         * dlfcn/Makefile: Likewise.
49973         * elf/Makefile: Likewise.
49974         * math/Makefile: Likewise.
49975         * misc/Makefile: Likewise.
49976         * nptl/Makefile: Likewise.
49977         * sysdeps/mach/hurd/Makefile: Likewise.
49979         * configure.in: PWD_P is not used anymore.
49980         * config.make.in: Remove PWD_P entry.
49982         * configure.in: Remove last remnants of RANLIB.
49983         No need to check for signed size_t anymore.
49984         Don't set libc_commonpagesize and libc_relro_required here for Alpha
49985         and IA-64.
49986         Remove __builtin_expect test because we require at least gcc 3.4.
49987         * aclocal.m4: Likewise.
49989         * wcsmbs/mbrtoc16.c: Implement using towc function.
49990         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49991         * wcsmbs/wcsmbsload.c: Likewise.
49992         * iconv/gconv_simple.c: Likewise.
49993         * iconv/gconv_int.h: Likewise.
49994         * iconv/gconv_builtin.h: Likewise.
49995         * iconv/iconv_prog.c: Remove CHAR16 handling.
49997         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49999         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50001         * configure.in: Remove --with-elf and --enable-bounded options.
50002         Dont set base_machine for ia64.  More non-ELF conditions removed.
50003         Remove testing and setting of leading underscore information.
50004         * config.make.in (build-bounded): Set to no.
50005         * config.h.in: Remove NO_UNDERSCORES entry.
50006         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50007         them.
50008         * csu/start.c: Remove !NO_UNDERSCORE code.
50009         * locale/localeinfo.h: Likewise.
50010         * sysdeps/generic/machine-gmon.h: Likewise.
50011         * sysdeps/generic/sysdep.h: Likewise.
50012         * sysdeps/i386/sysdep.h: Likewise.
50013         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50014         * sysdeps/mach/sysdep.h: Likewise.
50015         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50016         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50017         * sysdeps/sh/sysdep.h: Likewise.
50018         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50019         * sysdeps/unix/i386/sysdep.S: Likewise.
50020         * sysdeps/unix/sparc/start.c: Likewise.
50021         * sysdeps/unix/sparc/sysdep.S: Likewise.
50022         * sysdeps/unix/sparc/sysdep.h: Likewise.
50023         * sysdeps/unix/start.c: Likewise.
50024         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50025         * sysdeps/x86_64/sysdep.h: Likewise.
50027 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50029         [BZ #13553]
50030         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50031         for non-gcc.
50032         * argp/argp-fmtstream.h: Use const instead __const.
50033         * argp/argp.h: Likewise.
50034         * assert/assert.h: Likewise.
50035         * bits/fenv.h: Likewise.
50036         * bits/sched.h: Likewise.
50037         * bits/sigset.h: Likewise.
50038         * bits/sigthread.h: Likewise.
50039         * catgets/nl_types.h: Likewise.
50040         * conform/data/pthread.h-data: Likewise.
50041         * crypt/crypt-private.h: Likewise.
50042         * crypt/crypt.h: Likewise.
50043         * crypt/crypt_util.c: Likewise.
50044         * ctype/ctype.h: Likewise.
50045         * debug/execinfo.h: Likewise.
50046         * debug/mbsnrtowcs_chk.c: Likewise.
50047         * debug/mbsrtowcs_chk.c: Likewise.
50048         * debug/wcsnrtombs_chk.c: Likewise.
50049         * debug/wcsrtombs_chk.c: Likewise.
50050         * debug/wcstombs_chk.c: Likewise.
50051         * dirent/dirent.h: Likewise.
50052         * dlfcn/dlfcn.h: Likewise.
50053         * elf/neededtest4.c: Likewise.
50054         * grp/grp.h: Likewise.
50055         * gshadow/gshadow.h: Likewise.
50056         * iconv/gconv.h: Likewise.
50057         * iconv/gconv_int.h: Likewise.
50058         * iconv/gconv_simple.c: Likewise.
50059         * iconv/iconv.h: Likewise.
50060         * iconv/loop.c: Likewise.
50061         * iconv/skeleton.c: Likewise.
50062         * include/aio.h: Likewise.
50063         * include/aliases.h: Likewise.
50064         * include/argz.h: Likewise.
50065         * include/arpa/inet.h: Likewise.
50066         * include/assert.h: Likewise.
50067         * include/dirent.h: Likewise.
50068         * include/dlfcn.h: Likewise.
50069         * include/execinfo.h: Likewise.
50070         * include/fcntl.h: Likewise.
50071         * include/fenv.h: Likewise.
50072         * include/glob.h: Likewise.
50073         * include/grp.h: Likewise.
50074         * include/libintl.h: Likewise.
50075         * include/mntent.h: Likewise.
50076         * include/netdb.h: Likewise.
50077         * include/pwd.h: Likewise.
50078         * include/rpc/netdb.h: Likewise.
50079         * include/sched.h: Likewise.
50080         * include/search.h: Likewise.
50081         * include/shadow.h: Likewise.
50082         * include/signal.h: Likewise.
50083         * include/stdio.h: Likewise.
50084         * include/stdlib.h: Likewise.
50085         * include/string.h: Likewise.
50086         * include/sys/socket.h: Likewise.
50087         * include/sys/stat.h: Likewise.
50088         * include/sys/statfs.h: Likewise.
50089         * include/sys/statvfs.h: Likewise.
50090         * include/sys/syslog.h: Likewise.
50091         * include/sys/time.h: Likewise.
50092         * include/sys/uio.h: Likewise.
50093         * include/time.h: Likewise.
50094         * include/unistd.h: Likewise.
50095         * include/utmp.h: Likewise.
50096         * include/wchar.h: Likewise.
50097         * include/wctype.h: Likewise.
50098         * inet/aliases.h: Likewise.
50099         * inet/arpa/inet.h: Likewise.
50100         * inet/netinet/ether.h: Likewise.
50101         * inet/netinet/in.h: Likewise.
50102         * intl/libintl.h: Likewise.
50103         * io/bits/fcntl2.h: Likewise.
50104         * io/fcntl.h: Likewise.
50105         * io/ftw.h: Likewise.
50106         * io/sys/poll.h: Likewise.
50107         * io/sys/stat.h: Likewise.
50108         * io/sys/statfs.h: Likewise.
50109         * io/sys/statvfs.h: Likewise.
50110         * io/utime.h: Likewise.
50111         * libio/bits/stdio.h: Likewise.
50112         * libio/bits/stdio2.h: Likewise.
50113         * libio/libio.h: Likewise.
50114         * libio/libioP.h: Likewise.
50115         * libio/stdio.h: Likewise.
50116         * locale/lc-ctype.c: Likewise.
50117         * locale/locale.h: Likewise.
50118         * login/utmp.h: Likewise.
50119         * malloc/arena.c: Likewise.
50120         * malloc/malloc.c: Likewise.
50121         * malloc/malloc.h: Likewise.
50122         * malloc/mcheck.c: Likewise.
50123         * malloc/mtrace.c: Likewise.
50124         * math/bits/mathcalls.h: Likewise.
50125         * math/fenv.h: Likewise.
50126         * math/math_private.h: Likewise.
50127         * misc/bits/error.h: Likewise.
50128         * misc/bits/syslog.h: Likewise.
50129         * misc/err.h: Likewise.
50130         * misc/error.h: Likewise.
50131         * misc/fstab.h: Likewise.
50132         * misc/mntent.h: Likewise.
50133         * misc/regexp.h: Likewise.
50134         * misc/search.h: Likewise.
50135         * misc/sgtty.h: Likewise.
50136         * misc/sys/mman.h: Likewise.
50137         * misc/sys/syslog.h: Likewise.
50138         * misc/sys/uio.h: Likewise.
50139         * misc/sys/xattr.h: Likewise.
50140         * misc/ttyent.h: Likewise.
50141         * nis/rpcsvc/ypclnt.h: Likewise.
50142         * nss/nss.h: Likewise.
50143         * posix/bits/unistd.h: Likewise.
50144         * posix/fnmatch.h: Likewise.
50145         * posix/glob.h: Likewise.
50146         * posix/sched.h: Likewise.
50147         * posix/spawn.h: Likewise.
50148         * posix/sys/wait.h: Likewise.
50149         * posix/unistd.h: Likewise.
50150         * posix/wordexp.h: Likewise.
50151         * pwd/pwd.h: Likewise.
50152         * resolv/netdb.h: Likewise.
50153         * resource/sys/resource.h: Likewise.
50154         * rt/aio.h: Likewise.
50155         * rt/bits/mqueue2.h: Likewise.
50156         * rt/mqueue.h: Likewise.
50157         * shadow/shadow.h: Likewise.
50158         * signal/signal.h: Likewise.
50159         * socket/send.c: Likewise.
50160         * socket/sendto.c: Likewise.
50161         * socket/sys/socket.h: Likewise.
50162         * stdio-common/printf.h: Likewise.
50163         * stdlib/bits/stdlib.h: Likewise.
50164         * stdlib/fmtmsg.h: Likewise.
50165         * stdlib/monetary.h: Likewise.
50166         * stdlib/stdlib.h: Likewise.
50167         * stdlib/ucontext.h: Likewise.
50168         * streams/stropts.h: Likewise.
50169         * string/argz.h: Likewise.
50170         * string/bits/string2.h: Likewise.
50171         * string/string.h: Likewise.
50172         * string/strings.h: Likewise.
50173         * sunrpc/rpc/auth.h: Likewise.
50174         * sunrpc/rpc/auth_des.h: Likewise.
50175         * sunrpc/rpc/clnt.h: Likewise.
50176         * sunrpc/rpc/netdb.h: Likewise.
50177         * sunrpc/rpc/pmap_clnt.h: Likewise.
50178         * sunrpc/rpc/xdr.h: Likewise.
50179         * sysdeps/generic/inttypes.h: Likewise.
50180         * sysdeps/generic/net/if.h: Likewise.
50181         * sysdeps/generic/sys/swap.h: Likewise.
50182         * sysdeps/gnu/net/if.h: Likewise.
50183         * sysdeps/gnu/utmpx.h: Likewise.
50184         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50185         * sysdeps/i386/i486/bits/string.h: Likewise.
50186         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50187         * sysdeps/s390/bits/string.h: Likewise.
50188         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50189         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50190         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50191         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50192         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50193         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50194         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50195         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50196         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50197         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50198         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50199         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50200         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50201         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50202         * sysdeps/unix/sysv/linux/readv.c: Likewise.
50203         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50204         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50205         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50206         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50207         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50208         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50209         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50210         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50211         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50212         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50213         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50214         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50215         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50216         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50217         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50218         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50219         * sysvipc/sys/ipc.h: Likewise.
50220         * sysvipc/sys/msg.h: Likewise.
50221         * sysvipc/sys/sem.h: Likewise.
50222         * sysvipc/sys/shm.h: Likewise.
50223         * termios/termios.h: Likewise.
50224         * time/sys/time.h: Likewise.
50225         * time/time.h: Likewise.
50226         * wcsmbs/bits/wchar2.h: Likewise.
50227         * wcsmbs/uchar.h: Likewise.
50228         * wcsmbs/wchar.h: Likewise.
50229         * wctype/wctype.h: Likewise.
50231         [BZ #13551]
50232         * Makeconfig: Remove all but ELF support including AIX support.
50233         * Makerules: Likewise.
50234         * config.h.in: Likewise.
50235         * config.make.in: Likewise.
50236         * configure: Likewise.
50237         * configure.in: Likewise.
50238         * csu/Makefile: Likewise.
50239         * csu/version.c: Likewise.
50240         * debug/Makefile: Likewise.
50241         * dlfcn/Makefile: Likewise.
50242         * elf/Makefile: Likewise.
50243         * extra-lib.mk: Likewise.
50244         * iconv/Makefile: Likewise.
50245         * include/libc-symbols.h: Likewise.
50246         * include/shlib-compat.h: Likewise.
50247         * resolv/Makefile: Likewise.
50248         * resolv/res_libc.c: Likewise.
50249         * rt/Makefile: Likewise.
50250         * sysdeps/i386/asm-syntax.h: Likewise.
50251         * sysdeps/i386/sysdep.h: Likewise.
50252         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50253         * sysdeps/mach/sysdep.h: Likewise.
50254         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50255         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50256         * sysdeps/s390/asm-syntax.h: Likewise.
50257         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50258         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50259         * sysdeps/sh/sysdep.h: Likewise.
50260         * sysdeps/unix/sparc/sysdep.h: Likewise.
50261         * sysdeps/wordsize-32/divdi3.c: Likewise.
50262         * sysdeps/x86_64/sysdep.h: Likewise.
50264         * argp/Versions: Remove _argp_unlock_xxx.
50266         [BZ #13559]
50267         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
50268         * abilist/libBrokenLocale.abilist: Likewise.
50269         * abilist/libanl.abilist: Likewise.
50270         * abilist/libc.abilist: Likewise.
50271         * abilist/libcrypt.abilist: Likewise.
50272         * abilist/libdl.abilist: Likewise.
50273         * abilist/libm.abilist: Likewise.
50274         * abilist/libnsl.abilist: Likewise.
50275         * abilist/libpthread.abilist: Likewise.
50276         * abilist/libresolv.abilist: Likewise.
50277         * abilist/librt.abilist: Likewise.
50278         * abilist/libthread_db.abilist: Likewise.
50279         * abilist/libutil.abilist: Likewise.
50280         * abilist/libnss_db.abilist: New file.
50282         * scripts/abilist.awk: Add support for indirect functions.
50284         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50286         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50288         * shlib-versions: Remove entries for ports architectures.
50290         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
50291         files in ports.
50292         * elf/stackguard-macros.h: Remove support for IA-64.
50293         * elf/tst-auditmod1.c: Likewise.
50294         * sysdeps/generic/ldsodefs.h: Likewise.
50296         * sysdeps/unix/sysv/linux/configure.in: Ports should define
50297         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50298         configure files.
50300         [BZ #13552]
50301         * configure.in: Remove --enable-omitfp support.
50302         * FAQ.in: Adjust.
50303         * config.make.in: Likewise.
50304         * Makeconfig: Likewise.
50305         * manual/install.texi: Likewise.
50307         In case anyone cares, the IA-64 architecture could move to ports.
50308         * sysdeps/ia64/*: Removed.
50309         * sysdeps/unix/sysv/linux/ia64/*: Removed.
50310         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50312         [BZ #13555]
50313         * configure.in: Remove entries for unsupported architectures.
50315         [BZ #13533]
50316         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50317         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
50318         routines.
50319         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50320         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50321         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
50322         fall back to using wcrtomb.
50323         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50324         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
50325         renaming.
50326         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50327         * wcsmbs/tst-c16c32-1.c: New file.
50329         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50330         local variable.
50332         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50334         * elf/tst-unique3.cc: Add explicit declaration of gets.
50335         * elf/tst-unique3lib.cc: Likewise.
50336         * elf/tst-unique3lib2.cc: Likewise.
50337         * elf/tst-unique4.cc: Likewise.
50339         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50341 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
50343         [BZ #13566]
50344         * assert/assert.h (static_assert): Don't define for C++.
50345         * libio/stdio.h (gets): Do declare for C++ <= C++11.
50346         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50348 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
50350         * iconv/loop.c (single loop): Fix assertion in storing of
50351         remaining bytes.
50353         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50355 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
50357         * posix/getconf.c: Update copyright year.
50358         * nss/getent.c: Likewise.
50359         * nss/makedb.c: Likewise.
50360         * iconv/iconvconfig.c: Likewise.
50361         * iconv/iconv_prog.c: Likewise.
50362         * elf/ldconfig.c: Likewise.
50363         * elf/pldd.c: Likewise.
50364         * elf/sotruss.ksh: Likewise.
50365         * catgets/gencat.c: Likewise.
50366         * csu/version.c: Likewise.
50367         * elf/ldd.bash.in: Likewise.
50368         * elf/sprof.c (print_version): Likewise.
50369         * locale/programs/locale.c: Likewise.
50370         * locale/programs/localedef.c: Likewise.
50371         * login/programs/pt_chown.c: Likewise.
50372         * nscd/nscd.c (print_version): Likewise.
50373         * debug/xtrace.sh: Likewise.
50374         * malloc/memusage.sh: Likewise.
50375         * malloc/mtrace.pl: Likewise.
50376         * debug/catchsegv.sh: Likewise.
50378 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
50380         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50381         pure attribute.
50383 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
50385         [BZ #13533]
50386         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50387         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50388         transformations.
50389         * iconv/gconv_int.h: Likewise.
50390         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50391         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50392         from libc for GLIBC_2.16.
50393         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50394         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50395         * wcsmbs/uchar.h: Really define mbstate_t.
50396         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50397         * wcsmbs/c16rtomb.c: New file.
50398         * wcsmbs/mbrtoc16.c: New file.
50399         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50400         for C/POSIX locale.
50401         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50402         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50404         * wcsmbs/wchar.h: Add missing __restrict.
50406 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50408         [BZ #13532]
50409         * time/Makefile (routines): Add timespec_get.
50410         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50411         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
50412         timespec for ISO C11.
50413         * time/timespec_get.c: New file.
50414         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50415         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50417         [BZ #13531]
50418         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50419         * stdlib/stdlib.h: Declare aligned_alloc.
50420         * Versions.def: Add GLIBC_2.16 for libc.
50421         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50423         [BZ 13527]
50424         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50425         ISO C11.
50427         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50428         code.
50430         [BZ #13528]
50431         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50433         [BZ #13529]
50434         * assert/assert.h (static_assert): Define.
50436         * version.h: Update for 2.16 development version.
50438         [BZ #13526]
50439         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50440         _ISOC11_SOURCE.
50442         * version.h (RELEASE): Bump for 2.15 release.
50443         * include/features.h (__GLIBC_MINOR__): Bump to 15.
50445         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50446         Patch by Marek Polacek <mpolacek@redhat.com>.
50448         * bits/byteswap.h: Protect long long constants with __extension__.
50449         * sysdeps/i386/bits/byteswap.h: Likewise.
50450         * sysdeps/ia64/bits/byteswap.h: Likewise.
50451         * sysdeps/s390/bits/byteswap.h: Likewise.
50452         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50454 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50456         [BZ #13540]
50457         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50458         destination buffer.
50459         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50461 2011-12-23  Marek Polacek  <polacek@redhat.com>
50463         * elf/dl-addr.c (determine_info): Add inline keyword.
50464         * elf/tst-auditmod4b.c (check_avx): Likewise.
50465         * elf/tst-auditmod6b.c (check_avx): Likewise.
50466         * elf/tst-auditmod6c.c (check_avx): Likewise.
50467         * elf/tst-auditmod7b.c (check_avx): Likewise.
50469 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50471         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50472         !__SSE_MATH__.
50474 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50476         [BZ #13540]
50477         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50478         processing for last bytes.
50480 2011-08-06  Bruno Haible  <bruno@clisp.org>
50482         [BZ #13061]
50483         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50484         U+0385, not to U+1FEE.
50486         [BZ #13062]
50487         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50488         entry for U+00A5 U+0301.
50490 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50492         [BZ #13166]
50493         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50494         buffer for the output is too small.
50496         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50497         optimization.
50499         [BZ #13185]
50500         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50501         SSE flags if possible.
50503 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50505         [BZ #13540]
50506         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50507         processing for last bytes.
50509 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
50511         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50512         (syscall-list-default-options, syscall-list-default-condition)
50513         (syscall-list-includes): Define.
50514         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50515         list of ABIs and options and #if conditions for each ABI.  Do not
50516         handle common syscalls between ABIs specially.
50517         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50518         Remove.
50519         (syscall-list-variants, syscall-list-32bit-options)
50520         (syscall-list-32bit-condition, syscall-list-64bit-options)
50521         (syscall-list-64bit-condition): Define.
50522         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50523         (syscall-list-variants, syscall-list-32bit-options)
50524         (syscall-list-32bit-condition, syscall-list-64bit-options)
50525         (syscall-list-64bit-condition): Define.
50526         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50527         Remove.
50528         (syscall-list-variants, syscall-list-32bit-options)
50529         (syscall-list-32bit-condition, syscall-list-64bit-options)
50530         (syscall-list-64bit-condition): Define.
50531         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50532         Remove.
50533         (syscall-list-variants, syscall-list-32bit-options)
50534         (syscall-list-32bit-condition, syscall-list-64bit-options)
50535         (syscall-list-64bit-condition): Define.
50537 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50539         * locale/iso-639.def: Add brx entry.
50541         [BZ #13328]
50542         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50543         Proposed by Mariusz_Cukr <marcukr@op.pl>.
50545         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50546         __feraiseexcept_renamed.
50548 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50550         [BZ #13538]
50551         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50552         EPOLLET with unsigned values.
50553         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50554         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50556         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50557         to large cancellation.
50558         * math/s_cacoshf.c: Likewise.
50559         * math/s_cacoshl.c: Likewise.
50561 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
50563         [BZ #13305]
50564         [BZ #12786]
50565         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50566         * math/s_cacoshf.c: Likewise.
50567         * math/s_cacoshl.c: Likewise.
50569 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50571         [BZ #13439]
50572         * iconv/gconv.h: Define __GCONV_SWAP.
50573         * iconvdata/unicode.c: The swap bit must be stored in __flags.
50574         * iconvdata/utf-16.c: Likewise.
50575         * iconvdata/utf-32.c: Likewise.
50577 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
50579         [BZ #13524]
50580         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50581         numerator after shifting it by one limb.
50583 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
50585         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50586         under [__USE_EXTERN_INLINES].
50588 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50590         [BZ #13446]
50591         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50593 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50595         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50596         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50597         optimized code.
50598         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50599         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50600         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50601         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50602         for strncasecmp/strncasecmp_l compilation.
50603         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50604         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50606 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
50608         [BZ #13484]
50609         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50610         of __asm__.
50612 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50614         [BZ #13506]
50615         * time/tzfile.c (__tzfile_read): Check values from file header.
50617 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
50619         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50620         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50621         * powerpc/powerpc32/dl-start.S: Likewise.
50622         * powerpc/powerpc32/elf/start.S: Likewise.
50623         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50624         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50625         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50626         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50627         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50628         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50629         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50630         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50631         * powerpc/powerpc32/fpu/s_round.S: Likewise.
50632         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50633         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50634         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50635         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50636         * powerpc/powerpc32/memset.S: Likewise.
50637         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50638         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50639         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50640         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50641         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50642         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50643         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50644         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50645         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50646         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50647         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50648         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50649         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50651 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50653         * math/libm-test.inc: Added more nearbyint tests.
50654         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50655         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50656         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50657         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50659 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
50661         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50662         FD_CLOEXEC.
50664 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50666         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50667         Add wcscpy-ssse3 wcscpy-c.
50668         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50669         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50670         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50671         * sysdeps/x86_64/wcschr.S: New file.
50672         * sysdeps/x86_64/wcsrchr.S: New file.
50673         * string/test-strcmp.c: Remove checking of wcscmp function for
50674         wrong alignments.
50675         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
50676         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
50677         wcsrchr-sse2 wcsrchr-c.
50678         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
50679         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
50680         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
50681         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
50682         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
50683         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
50684         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
50685         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
50686         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
50687         * wcsmbc/wcschr.c (WCSCHR): New macro.
50689 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50691         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50692         * wcsmbs/test-wcsrchr.c: New file.
50693         * string/test-strrchr.c: Add wcsrchr support.
50694         (WIDE): New macro.
50695         * wcsmbs/test-wcscpy.c: New file.
50696         * string/test-strcpy.c: Add wcscpy support.
50697         (WIDE): New macro.
50699 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50701         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50702         the inner loop.
50704 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50706         [BZ #13472]
50707         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50709 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50711         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50712         Minor optimizations.
50714         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50715         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50716         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50718 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50720         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50721         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50722         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50723         for gcc to avoid warnings.
50724         * inet/Makefile (tests): Add tst-checks.
50725         * inet/tst-checks.c: New file.
50727         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50728         warning.
50730         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50731         __wmemcmp_sse2.
50733         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50734         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50736         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50738 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50740         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50741         problem.
50743         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50745 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50747         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50748         conditional on GCC version.
50749         (__arch_compare_and_exchange_val_8_acq)
50750         (__arch_compare_and_exchange_val_16_acq)
50751         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50752         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50753         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50755 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50757         * sysdeps/sh/backtrace.c: New file.
50759 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50761         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50762         parenthesis.
50764 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50766         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50767         falling back to utime.
50769 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50771         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50772         expectations for float.
50774 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50776         * locale/weight.h (findidx): Add parameter len.
50777         * locale/weightwc.h (findidx): Likewise.
50778         * posix/fnmatch_loop.c (FCT): Adjust caller.
50779         * posix/regcomp.c (build_equiv_class): Likewise.
50780         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50781         * posix/regexec.c (check_node_accept_bytes): Likewise.
50782         * string/strcoll_l.c (STRCOLL): Likewise.
50783         * string/strxfrm_l.c (STRXFRM): Likewise.
50785 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50787         * Makefile.in: Remove CVSOPT handling.
50788         * configure.in: Remove use of AC_REVISION.
50789         * iconvdata/Makefile (distribute): No need to filter out CVS.
50790         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50791         handling.
50793 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50795         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50796         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50797         [USE_AS_STRNCASECMP_L]: Likewise.
50798         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50799         NO_TLS_DIRECT_SEG_REFS.
50800         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50801         Fix argument offsets for non-PIC.
50802         [USE_AS_STRNCASECMP_L]: Likewise.
50803         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50804         NO_TLS_DIRECT_SEG_REFS.
50806 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50808         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50809         O_CLOEXEC.
50810         * locale/loadlocale.c (_nl_load_locale): Likewise.
50812 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50814         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50815         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50816         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50817         (SYSCALL_GETTIME): Set errno on error.
50819         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50820         count references to noai6ai_cached.
50822 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50824         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50826         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50827         FD_CLOEXEC for /proc/self/maps.
50829         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50830         FD_CLOEXEC for /proc/meminfo.
50832         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50833         gai.conf.
50835         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50836         FD_CLOEXEC for given file.
50838         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50840         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50841         FD_CLOEXEC for /etc/hosts.
50842         (_gethtent): Likewise.
50844         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50846         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50847         cancellation and set FD_CLOEXEC for /etc/netgroup.
50849         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50850         reading /etc/publickey.
50852         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50853         allow cancellation when reading /etc/group.
50855         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50856         cancellation.
50857         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50859         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50860         when using data file.
50862         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50864         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50865         (write_nis_obj): Use "c" and "e" in fopen.
50867         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50869         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50871         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50873         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50875         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50876         locale.alias.
50878         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50880         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50882         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50884         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50885         file parsing and set FD_CLOEXEC.
50887 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50889         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50891 2011-11-14  Andreas Schwab  <schwab@redhat.com>
50893         * malloc/arena.c (arena_get2): Don't call reused_arena when
50894         _int_new_arena failed.
50896 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50898         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50899         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50900         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50901         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50902         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50903         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50904         to compile strcasecmp and strncasecmp.
50905         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50906         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50908         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50910 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
50912         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50913         locale-defines.sym to gen-as-const-headers.
50914         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50915         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50916         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50917         to compile strcasecmp and strncasecmp.
50918         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50919         strcasecmp_l and strncasecmp_l.
50920         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50921         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50922         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50923         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50924         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50925         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50926         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50927         * sysdeps/i386/i686/multiarch/strncase.S: New file.
50928         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50929         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50930         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50932 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
50934         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50935         result of SYSDEP_GETTIME_CPU to retval.
50936         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50937         parameter list to macro.  Remove trailing semicolon.  Adjust users.
50939         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50940         variable.
50942         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50943         mantissa words.
50944         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50946         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50947         from unused variable.
50949         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50950         DWARF definitions.
50951         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50952         for assembling.
50954         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50955         over namespaces.
50957         * sunrpc/rpc_prot.c (rejected): Fix case value.
50959         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50960         unsigned long long int to avoid warnings in shift.
50962         * posix/regex_internal.c (re_string_reconstruct): Actually use result
50963         of use of trans.
50964         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50965         variable tmp.
50967         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50968         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50969         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50971         * nis/nis_table.c (nis_list): Use variable of correct type for
50972         result of __follow_path call.
50974 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50976         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50977         of math functions ceil, trunc, floor, round, and sqrt, when
50978         avaliable on the platform.
50979         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50980         name clash.
50981         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50982         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50983         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50985 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
50987         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50988         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50990 2011-11-11  Roland McGrath  <roland@hack.frob.com>
50992         * include/unistd.h: Fix __readlink return type.
50993         Reported by Chris Metcalf <cmetcalf@tilera.com>.
50995 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
50997         * stdlib/ucontext.h: Undo last change for makecontext.
50999 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51001         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51003         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51004         * setjmp/setjmp.h: Mark functions as non-leaf.
51005         * setjmp/bits/setjmp2.h: Likewise.
51006         * stdlib/ucontext.h: Likewise.
51008 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51010         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51011         (reused_arena): Don't check arena limit.
51012         (arena_get2): Atomically check arena limit.
51014 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51016         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51017         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51019         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51020         instructions.
51022 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51024         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51025         handler when locking.
51027         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51028         Fix size of allocated buffer.
51030 2011-11-04  Andreas Schwab  <schwab@redhat.com>
51032         [BZ #10103]
51033         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51034         declarations for long double functions.
51035         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51037         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51039 2011-11-03  Andreas Schwab  <schwab@redhat.com>
51041         * nscd/nscd.c (main): Don't start AVC thread until credentials are
51042         installed.
51044         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51045         is disabled.
51047 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51049         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51051 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51053         * include/alloca.h (stackinfo_alloca_round): Define.
51054         (extend_alloca): Use it.
51055         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51056         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51057         here.
51059         * scripts/check-local-headers.sh: Ignore libaudit.h.
51061         * nscd/Makefile (extra-objs): Make recursively expanded.
51063 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
51065         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51066         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51068         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51069         * posix/tst-rfc3484-2.c: Likewise.
51070         * posix/tst-rfc3484-3.c: Likewise.
51072         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51073         process_vm_writev.
51074         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51075         process_vm_writev.
51076         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51077         process_vm_writev from libc using GLIBC_2.15 version.
51079         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51081 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
51083         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51084         stack usage.
51086 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
51088         [BZ #13367]
51089         * nss/getent.c (initgroups_keys): Show error message in case no group
51090         names are given.
51092         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51093         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51094         __bump_nl_timestamp.
51095         * nscd/connections (nscd_init): When host database is served open
51096         netlink socket and request notification about configuration changes.
51097         (main_loop_poll): Track netlink file descriptor and bump timestamp
51098         in case data becomes available.
51099         (main_loop_epoll): Likewise.
51100         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51101         (database_pers_head): Add extra_data fileds.
51102         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51103         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51104         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51105         Adjust caller.
51106         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51107         in6ai data, call __free_in6ai.
51108         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51109         Add -DHAVE_NETLINK.
51110         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
51111         interface information.  Reuse previous data if netlink timestamp
51112         is not changed.
51113         (__bump_nl_timestamp): New function.
51114         (__free_in6ai): New function.
51116 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
51118         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51119         close_not_cancel_no_status here.
51120         (__check_pf): Reorganize code a bit to not call close twice if OOM.
51122 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51124         [BZ #13276]
51125         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51126         return value.
51128         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51129         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51130         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51132 2011-07-03  Andreas Jaeger  <aj@suse.de>
51134         [BZ #10709]
51135         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51136         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51137         * math/libm-test.inc (sin_test): Add test case.
51139 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51141         [BZ #13337]
51142         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51143         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51145         * elf/chroot_canon.c (chroot_canon): Cleanups.
51147         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51149         [BZ #13335]
51150         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51151         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51153         * string/test-strchr.c: Make usable for strchrnul testing.
51154         * string/test-strchrnul.c: New file.
51155         * string/Makefile (strop-tests): Add strchrnul.
51157         * po/it.po: Update from translation team.
51158         * po/es.po: Likewise.
51160 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51162         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51163         the three constants needed as parameters.  Drop the others.
51164         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51165         __m128i_strloadu_tolower.
51166         Create and initialize variable zero and use it in all the places
51167         where _mm_setzero_si128 was used.
51169         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51170         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51171         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51172         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51173         anymore.
51174         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51175         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51176         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51177         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51178         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51179         __mpranred, __mptan.
51180         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51181         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51182         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51183         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51184         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51185         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51186         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51187         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51188         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51190 2011-10-28  Andreas Schwab  <schwab@redhat.com>
51192         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51193         redefine if SHARED.
51194         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51196         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51197         wide char related routines to wcsmbs subdir.
51199 2011-10-27  Andreas Schwab  <schwab@redhat.com>
51201         [BZ #13344]
51202         * misc/sys/cdefs.h (__THROWNL): Define.
51203         * posix/unistd.h: Use __THREADNL instead of __THREAD
51204         for memory synchronization functions.
51206 2011-10-26  Roland McGrath  <roland@hack.frob.com>
51208         [BZ #13349]
51209         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51210         doesn't exist.
51211         * manual/stdio.texi (Obstack Streams): Node removed.
51213 2011-10-26  Andreas Schwab  <schwab@redhat.com>
51215         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51216         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51217         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51219         * math/math_private.h (math_force_eval): Allow non-addressable
51220         arguments.
51221         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51223 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51225         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51226         file is not needed.
51228         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51229         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51230         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51231         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51232         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51233         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51234         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51235         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51236         Add AVX variants.
51237         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51238         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51239         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51240         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51241         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51242         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51243         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51244         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51245         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51246         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51247         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51248         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51249         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51250         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51251         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51252         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51253         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51254         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51255         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51257         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51258         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
51260         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51261         place.  Use VEX encoding when compiling for AVX.
51263 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51265         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51266         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51268         * string/test-strchr.c (do_test): Don't generate NUL bytes.
51270 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51272         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51273         useless if() expression.
51274         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51275         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51276         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51277         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51278         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51279         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51280         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51281         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51282         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51283         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51284         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51285         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51286         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51287         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51288         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51289         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51290         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51291         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51292         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51294         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51296 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51298         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51299         condition.
51300         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51302 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51304         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51305         .text section.  Avoid duplicate constants.
51306         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51307         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51308         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51309         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51310         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51311         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51312         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51313         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51314         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51315         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51316         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51317         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51318         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51319         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51320         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51321         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51322         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51323         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51324         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51325         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51326         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51327         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51328         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51329         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51330         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51331         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51332         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51333         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51334         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51335         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51336         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51337         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51338         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51339         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51340         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51341         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51342         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51343         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51344         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51345         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51346         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51347         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51348         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51349         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51350         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51352 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
51354         * sysdeps/x86_64/dla.h: Move to ...
51355         * sysdeps/x86_64/fpu/dla.h: ...here.
51356         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51357         situations.  Use __builtin_fma only for gcc 4.6 and up.
51359         * config.make.in: Add have-mfma4 entry.
51360         * configure.in: Substitute libc_cv_cc_fma4.
51361         * math/Makefile (dbl-only-routines): Add sincostab.
51362         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51363         Use __sincostab not sincos.
51364         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51365         name is a macro.
51366         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51367         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51368         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51369         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
51370         using __copysign.
51371         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
51372         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
51373         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51374         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51375         and __inv.
51376         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51377         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51378         __copysign.
51379         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
51380         define aliases when function name is a macro.
51381         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51382         sysdeps/ieee754/dbl-64/sincos.tbl.
51383         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51384         fma4-enabled routines.
51385         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51386         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51387         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51388         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51389         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51390         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51391         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51392         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51393         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51394         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51395         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51396         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51397         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51398         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51399         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51400         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51401         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51402         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51403         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51404         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51405         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51406         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51407         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51408         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51409         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51410         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51411         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51412         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51413         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51414         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51416         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51417         rename.
51418         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51419         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51420         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51421         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51422         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51423         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51424         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51425         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51427 2011-10-24  Andreas Schwab  <schwab@redhat.com>
51429         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51431 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51433         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51435         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51436         prediction.
51437         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51439         * string/strnlen.c: Don't define STRNLEN, reverse logic.
51440         Remove unused variable magic_bits.
51441         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51443         * string/strnlen.c: Define and use STRNLEN macro.
51444         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51445         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51446         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51447         * wcsmbs/wcslen.c: Define and use WCSLEN.
51448         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51449         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51450         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51451         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51452         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51453         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51454         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51456 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51458         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51459         strnlen-sse2-no-bsf.
51460         Rename strlen-no-bsf to strlen-sse2-no-bsf.
51461         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51462         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51463         Add strnlen support.
51464         (USE_AS_STRNLEN): New macro.
51465         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51466         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51467         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51468         * sysdeps/x86_64/wcslen.S: New file.
51470 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
51472         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51473         XMM-moves are used for copying on small sizes.
51475 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51477         * wcsmbs/Makefile (strop-tests): Add wcschr.
51478         * wcsmbs/test-wcschr.c: New file.
51479         * string/test-strchr.c: Update.
51480         Add wcschr support.
51481         (WIDE): New macro.
51483 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51485         * wcsmbs/Makefile (strop-tests): Add wcslen.
51486         * wcsmbs/test-wcslen.c: New file.
51487         * string/test-strlen.c: Update.
51488         Add wcslen support.
51489         (WIDE): New macro.
51491 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51493         * po/it.po: Update from translation team.
51495 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51497         * sysdeps/x86_64/wcscmp.S: Update.
51498         Fix wrong comparison semantics.
51499         wcscmp shall use signed comparison not unsigned.
51500         Don't use substraction to avoid overflow bug.
51501         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51502         * wcsmbc/wcscmp.c: Likewise.
51503         * string/test-strcmp.c: Likewise.
51504         Add new tests to check cases with negative values.
51506 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51508         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51509         * sysdeps/x86_64/dla.h: ...here.  New file.
51510         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51511         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51512         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51513         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51514         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51515         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51516         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51517         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51518         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51520 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
51522         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51523         __ynl_finite aliases.
51525 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51527         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51529         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51530         define DLA_FMA.
51531         [DLA_FMA] (EMULV): Use DLA_FMA.
51532         [DLA_FMA] (MUL12): Use EMULV.
51533         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51534         that are not needed.
51535         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51536         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51537         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51538         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51539         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51540         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51541         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51543 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
51545         * math/s_nan.c: Undef __nan.
51546         * math/s_nanf.c: Undef __nanf.
51547         * math/s_nanl.c: Undef __nanl.
51548         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51549         "math_private.h".
51551 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51553         * math/s_catan.c: Add branch predictions.
51554         * math/s_catanf.c: Likewise.
51555         * math/s_catanh.c: Likewise.
51556         * math/s_catanhf.c: Likewise.
51557         * math/s_catanhl.c: Likewise.
51558         * math/s_catanl.c: Likewise.
51559         * math/s_cexp.c: Likewise.
51560         * math/s_cexpf.c: Likewise.
51561         * math/s_cexpl.c: Likewise.
51562         * math/s_clog.c: Likewise.
51563         * math/s_clog10.c: Likewise.
51564         * math/s_clog10f.c: Likewise.
51565         * math/s_clog10l.c: Likewise.
51566         * math/s_clogf.c: Likewise.
51567         * math/s_clogl.c: Likewise.
51568         * math/s_csqrt.c: Likewise.
51569         * math/s_csqrtf.c: Likewise.
51570         * math/s_csqrtl.c: Likewise.
51571         * math/s_ctanf.c: Likewise.
51572         * math/s_ctanh.c: Likewise.
51573         * math/s_ctanhf.c: Likewise.
51574         * math/s_ctanhl.c: Likewise.
51575         * math/s_ctanl.c: Likewise.
51577         * math/math_private.h: Define __nan, __nanf, __nanl.
51578         * math/s_cacosh.c: Include <math_private.h>.
51579         * math/s_cacoshl.c: Likewise.
51580         * math/s_casinh.c: Likewise.
51581         * math/s_casinhf.c: Likewise.
51582         * math/s_casinhl.c: Likewise.
51583         * math/s_ccos.c: Rely entire on ccosh.
51584         * math/s_ccosf.c: Rely entire on ccoshf.
51585         * math/s_ccosl.c: Rely entirely on ccoshl.
51586         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
51587         Remove tests for FE_INVALID.
51588         * math/s_ccoshf.c: Likewise.
51589         * math/s_ccoshl.c: Likewise.
51590         * math/s_csin.c: Likewise.
51591         * math/s_csinf.c: Likewise.
51592         * math/s_csinh.c Likewise.
51593         * math/s_csinhf.c: Likewise.
51594         * math/s_csinhl.c: Likewise.
51595         * math/s_csinl.c: Likewise.
51596         * math/s_ctan.c: Likewise.
51597         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51598         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51599         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51601 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
51603         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51604         compilation problems.
51606         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51607         __builtin_expect.
51609 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
51611         * sysdeps/i386/configure.in: Test for -mfma4 option.
51612         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51613         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51614         COMMON_CPUID_INDEX_80000001.
51615         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51616         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51617         use it if FMA3 is not supported.
51618         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51620         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51621         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51623 2011-10-20  Andreas Schwab  <schwab@redhat.com>
51625         [BZ #12892]
51626         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51627         it would create a cycle with a link time dependency.
51629 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
51631         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51632         instruction.
51633         * string/Makefile (strop-tests): Add rawmemchr.
51634         * string/test-rawmemchr.c: New file.
51636         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51637         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
51638         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
51639         when compiling str{,n}casecmp and when AVX is available.  Hook up
51640         new optimized code in initializers.
51642 2011-10-19  Andreas Schwab  <schwab@redhat.com>
51644         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51645         __feraiseexcept instead of feraiseexcept.
51647 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
51649         * math/math_private.h: Define defaults for libc_fetestexcept and
51650         libc_feupdateenv.
51651         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51652         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51653         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51654         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51655         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51656         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51657         libc_fetestexcept and libc_feupdateenv.
51659         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51660         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51661         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51662         * sysdeps/x86_64/fpu/math_private.h: Define special version of
51663         libc_feholdexcept_setround.
51665         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51666         Add s_nearbyint-c and s_nearbyintf-c.
51667         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51668         nearbyintf inlines.
51669         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51670         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51671         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
51672         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
51674         * math/math_private.h: Define defaults for libc_fegetround,
51675         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
51676         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
51677         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
51678         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
51679         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
51680         standard functions.
51681         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51682         Remove comments and hacks for old compiler versions.
51683         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51684         libc_fegetround, libc_fesetround, libc_feholdexcept, and
51685         libc_feholdexceptl.
51687 2011-10-18  Andreas Schwab  <schwab@redhat.com>
51689         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51690         (__feraiseexcept_renamed): Add __NTH.
51691         (feraiseexcept): Add __NTH.  Rename local variables to fix
51692         namespace violations.
51694 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51696         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51698         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51700         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51701         recently added interfaces.
51702         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51704         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51705         about macro parameter expansion.
51707         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51708         __NO_MATH_INLINES is defined.  Cleanups.
51710         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51711         and __floorf is target has SSE4.1.
51712         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51713         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51714         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51715         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51717         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51718         name.
51719         (floorf): Likewise.
51721         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51723 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51725         * misc/sys/cdefs.h: Fix last change.
51727         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51728         database lookup.
51730 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51732         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51734         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51735         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51736         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51737         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51738         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51739         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51740         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51741         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51742         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51743         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51744         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51745         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51746         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51747         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51748         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51749         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51750         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51751         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51752         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51753         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51754         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51755         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51757         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51758         ceil, ceilf, floor, floorf.
51760         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51761         Perform IRELATIVE relocations last.
51763         * elf/do-rel.h: Add another parameter nrelative, replacing the
51764         local variable with the same name.  Change name of the function
51765         to end in Rel or Rela (uppercase).
51766         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51767         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51768         elf_dynamic_do_##reloc function.
51770 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51772         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51773         is sufficient, at least on modern CPUs.
51775         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51777         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51778         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51780         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51781         __expl_finite.
51782         * math/bits/math-finite.h: Add entries for exp.
51783         * math/e_expl.c: Add __*_finite alias.
51784         * sysdeps/i386/fpu/e_exp.S: Likewise.
51785         * sysdeps/i386/fpu/e_expf.S: Likewise.
51786         * sysdeps/i386/fpu/e_expl.c: Likewise.
51787         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51788         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51789         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51790         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51791         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51792         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51793         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51795         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51796         is sufficient, at least on modern CPUs.
51798         * ctype/ctype-info.c (__ctype_init): Define.
51799         * include/ctype.h (__ctype_init): Declare.
51800         (__ctype_b_loc): The variable is always initialized.
51801         (__ctype_toupper_loc): Likewise.
51802         (__ctype_tolower_loc): Likewise.
51803         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51804         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51806 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51808         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51810         * configure.in: Also look in $cxxmachine/include for C++ system
51811         headers.
51813 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51815         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51816         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51817         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51818         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51819         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51820         (USE_AS_WMEMCMP): New macro.
51821         Fixing indents.
51822         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51823         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51824         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51825         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51826         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51827         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51828         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51829         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51830         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51831         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51832         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51833         (USE_AS_WMEMCMP): New macro.
51834         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51835         * sysdeps/string/test-memcmp.c: Update.
51836         Fix simple_wmemcmp.
51837         Add new tests.
51838         * wcsmbs/wmemcmp.c: Update.
51839         (WMEMCMP): New macro.
51840         Fix overflow bug.
51842 2011-10-12  Andreas Jaeger  <aj@suse.de>
51844         [BZ #13268]
51845         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51847 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51849         * libio/iofwide.c (do_length): Avoid warning.
51851         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51853 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51855         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51857         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51858         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51859         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51860         * sysdeps/i386/i686/fpu/e_log.S: New file.
51861         * sysdeps/i386/i686/fpu/e_logf.S: New file.
51862         * sysdeps/i386/i686/fpu/e_logl.S: New file.
51864         * ctype/ctype.h: Add support for inlined isXXX functions when
51865         compiling C++ code.
51867 2011-10-14  Andreas Schwab  <schwab@redhat.com>
51869         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51871         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51873 2011-10-13  Roland McGrath  <roland@hack.frob.com>
51875         [BZ #13291]
51876         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51878 2011-10-13  Andreas Schwab  <schwab@redhat.com>
51880         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51881         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51882         feraiseexcept.
51884         * sysdeps/x86_64/memrchr.S: Check for zero size.
51886         * string/stratcliff.c: Add memrchr tests.
51888 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51890         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51891         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51892         rawmemchr-sse2 rawmemchr-sse2-bsf.
51893         * sysdeps/i386/i686/multiarch/memchr.S: New file.
51894         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51895         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51896         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51897         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51898         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51899         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51900         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51901         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51902         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51903         * string/memrchr.c (MEMRCHR): New macro.
51905 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
51907         Add integration with gcc's -ffinite-math-only and optimize wrapper
51908         functions in libm.
51909         * Versions.def: Define GLIBC_2.15 version for libm.
51910         * math/Makefile (headers): Add bits/math-finite.h.
51911         * math/bits/math-finite.h: New file.
51912         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51913         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51914         * math/e_acoshl.c: Add __*_finite alias.
51915         * math/e_acosl.c: Likewise.
51916         * math/e_asinl.c: Likewise.
51917         * math/e_atan2l.c: Likewise.
51918         * math/e_atanhl.c: Likewise.
51919         * math/e_coshl.c: Likewise.
51920         * math/e_exp10.c: Likewise.
51921         * math/e_exp10f.c: Likewise.
51922         * math/e_exp10l.c: Likewise.
51923         * math/e_exp2l.c: Likewise.
51924         * math/e_fmodl.c: Likewise.
51925         * math/e_gammal_r.c: Likewise.
51926         * math/e_hypotl.c: Likewise.
51927         * math/e_j0l.c: Likewise.
51928         * math/e_j1l.c: Likewise.
51929         * math/e_jnl.c: Likewise.
51930         * math/e_lgammal_r.c: Likewise.
51931         * math/e_log10l.c: Likewise.
51932         * math/e_log2l.c: Likewise.
51933         * math/e_logl.c: Likewise.
51934         * math/e_powl.c: Likewise.
51935         * math/e_sinhl.c: Likewise.
51936         * math/e_sqrtl.c: Likewise.
51937         * math/e_scalb.c: Completely rewritten and optimized.
51938         * math/e_scalbf.c: Likewise.
51939         * math/e_scalbl.c: Likewise.
51940         * math/w_acos.c: Likewise.
51941         * math/w_acosf.c: Likewise.
51942         * math/w_acosl.c: Likewise.
51943         * math/w_acosh.c: Likewise.
51944         * math/w_acoshf.c: Likewise.
51945         * math/w_acoshl.c: Likewise.
51946         * math/w_asin.c: Likewise.
51947         * math/w_asinf.c: Likewise.
51948         * math/w_asinl.c: Likewise.
51949         * math/w_atan2.c: Likewise.
51950         * math/w_atan2f.c: Likewise.
51951         * math/w_atan2l.c: Likewise.
51952         * math/w_atanh.c: Likewise.
51953         * math/w_atanhf.c: Likewise.
51954         * math/w_atanhl.c: Likewise.
51955         * math/w_exp10.c: Likewise.
51956         * math/w_exp10f.c: Likewise.
51957         * math/w_exp10l.c: Likewise.
51958         * math/w_fmod.c: Likewise.
51959         * math/w_fmodf.c: Likewise.
51960         * math/w_fmodl.c: Likewise.
51961         * math/w_j0.c: Likewise.
51962         * math/w_j0f.c: Likewise.
51963         * math/w_j0l.c: Likewise.
51964         * math/w_j1.c: Likewise.
51965         * math/w_j1f.c: Likewise.
51966         * math/w_j1l.c: Likewise.
51967         * math/w_jn.c: Likewise.
51968         * math/w_jnf.c: Likewise.
51969         * math/w_log.c: Likewise.
51970         * math/w_logf.c: Likewise.
51971         * math/w_logl.c: Likewise.
51972         * math/w_log10.c: Likewise.
51973         * math/w_log10f.c: Likewise.
51974         * math/w_log10l.c: Likewise.
51975         * math/w_log2.c: Likewise.
51976         * math/w_log2f.c: Likewise.
51977         * math/w_log2l.c: Likewise.
51978         * math/w_pow.c: Likewise.
51979         * math/w_powf.c: Likewise.
51980         * math/w_powl.c: Likewise.
51981         * math/w_remainder.c: Likewise.
51982         * math/w_remainderf.c: Likewise.
51983         * math/w_remainderl.c: Likewise.
51984         * math/w_scalb.c: Likewise.
51985         * math/w_scalbf.c: Likewise.
51986         * math/w_scalbl.c: Likewise.
51987         * math/w_sqrt.c: Likewise.
51988         * math/w_sqrtf.c: Likewise.
51989         * math/w_sqrtl.c: Likewise.
51990         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51991         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
51992         used.
51993         * math/math_private.h: Declare __kernel_standard_f.
51994         * math/w_cosh.c: Remove cruft and optimize a bit.
51995         * math/w_coshf.c: Likewise.
51996         * math/w_coshl.c: Likewise.
51997         * math/w_exp2.c: Likewise.
51998         * math/w_exp2f.c: Likewise.
51999         * math/w_exp2l.c: Likewise.
52000         * math/w_hypot.c: Likewise.
52001         * math/w_hypotf.c: Likewise.
52002         * math/w_hypotl.c: Likewise.
52003         * math/w_lgamma.c: Likewise.
52004         * math/w_lgamma_r.c: Likewise.
52005         * math/w_lgammaf.c: Likewise.
52006         * math/w_lgammaf_r.c: Likewise.
52007         * math/w_lgammal.c: Likewise.
52008         * math/w_lgammal_r.c: Likewise.
52009         * math/w_sinh.c: Likewise.
52010         * math/w_sinhf.c: Likewise.
52011         * math/w_sinhl.c: Likewise.
52012         * math/w_tgamma.c: Likewise.
52013         * math/w_tgammaf.c: Likewise.
52014         * math/w_tgammal.c: Likewise.
52015         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52016         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52017         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52018         Minor optimizations.  Pretty printing.  Remove cruft.
52019         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52020         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52021         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52022         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52023         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52024         * sysdeps/i386/fpu/e_asin.S: Likewise.
52025         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52026         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52027         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52028         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52029         * sysdeps/i386/fpu/e_atanh.S: Likewise.
52030         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52031         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52032         * sysdeps/i386/fpu/e_exp10.S: Likewise.
52033         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52034         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52035         * sysdeps/i386/fpu/e_exp2.S: Likewise.
52036         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52037         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52038         * sysdeps/i386/fpu/e_fmod.S: Likewise.
52039         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52040         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52041         * sysdeps/i386/fpu/e_hypot.S: Likewise.
52042         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52043         * sysdeps/i386/fpu/e_log.S: Likewise.
52044         * sysdeps/i386/fpu/e_log10.S: Likewise.
52045         * sysdeps/i386/fpu/e_log10f.S: Likewise.
52046         * sysdeps/i386/fpu/e_log10l.S: Likewise.
52047         * sysdeps/i386/fpu/e_log2.S: Likewise.
52048         * sysdeps/i386/fpu/e_log2f.S: Likewise.
52049         * sysdeps/i386/fpu/e_log2l.S: Likewise.
52050         * sysdeps/i386/fpu/e_logf.S: Likewise.
52051         * sysdeps/i386/fpu/e_logl.S: Likewise.
52052         * sysdeps/i386/fpu/e_pow.S: Likewise.
52053         * sysdeps/i386/fpu/e_powf.S: Likewise.
52054         * sysdeps/i386/fpu/e_powl.S: Likewise.
52055         * sysdeps/i386/fpu/e_remainder.S: Likewise.
52056         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52057         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52058         * sysdeps/i386/fpu/e_scalb.S: Likewise.
52059         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52060         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52061         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52062         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52063         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52064         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52065         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52066         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52067         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52068         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52069         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52070         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52071         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52072         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52073         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52074         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52075         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52076         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52077         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52078         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52079         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52080         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52081         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52082         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52083         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52084         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52085         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52086         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52087         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52088         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52089         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52090         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52091         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52092         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52093         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52094         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52095         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52096         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52097         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52098         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52099         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52100         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52101         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52102         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52103         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52104         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52105         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52106         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52107         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52108         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52109         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52110         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52111         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52112         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52113         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52114         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52115         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52116         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52117         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52118         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52119         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52120         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52121         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52122         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52123         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52124         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52125         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52126         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52127         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52128         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52129         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52130         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52131         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52132         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52133         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52134         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52135         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52136         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52137         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52138         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52139         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52140         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52141         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52142         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52143         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52144         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52145         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52146         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52147         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52148         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52149         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52150         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52151         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52152         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52153         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52154         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52155         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52156         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52157         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52158         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52159         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52160         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52161         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52162         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52163         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52164         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52165         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52166         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52167         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52168         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52169         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52170         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52171         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52172         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52173         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52174         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52175         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52176         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52177         (__isnanf): Likewise.
52178         (__isinf_ns): Likewise.
52179         (__isinf_nsf): Likewise.
52180         (__finite): Likewise.
52181         (__finitef): Likewise.
52182         (__ieee754_sqrt): Define as macro.
52183         (__ieee754_sqrtf): Define as macro.
52184         (__ieee754_sqrtl): Define as macro.
52185         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52186         inlined copy.
52187         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52188         __FINITE_MATH_ONLY__ consistent.
52189         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52191 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
52193         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52194         of rawmemchr.
52196         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52198 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
52200         * po/ja.po: Update from translation team.
52202 2011-10-08  Roland McGrath  <roland@hack.frob.com>
52204         * locale/programs/locarchive.c (prepare_address_space): New function.
52205         (create_archive, enlarge_archive, open_archive): Use it.
52207         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52208         inside [SHARED], where it is used.
52210         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52212         * nss/getent.c (netgroup_keys): Remove unused variable.
52213         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52215 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52217         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52218         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52219         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52220         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52221         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52222         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52223         * math/Makefile (libm-calls): Add s_isinf_ns.
52224         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52225         * math/multc3.c: Likewise.
52226         * math/s_casin.c: Likewise.
52227         * math/s_casinf.c: Likewise.
52228         * math/s_casinl.c: Likewise.
52229         * math/s_ccos.c: Likewise.
52230         * math/s_ccosf.c: Likewise.
52231         * math/s_ccosl.c: Likewise.
52232         * math/s_ctan.c: Likewise.
52233         * math/s_ctanf.c: Likewise.
52234         * math/s_ctanh.c: Likewise.
52235         * math/s_ctanhf.c: Likewise.
52236         * math/s_ctanhl.c: Likewise.
52237         * math/s_ctanl.c: Likewise.
52238         * math/w_fmod.c: Likewise.
52239         * math/w_fmodf.c: Likewise.
52240         * math/w_fmodl.c: Likewise.
52241         * math/w_remainder.c: Likewise.
52242         * math/w_remainderf.c: Likewise.
52243         * math/w_remainderl.c: Likewise.
52244         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52245         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52246         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52247         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52248         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52249         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52250         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52251         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52253         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52254         of the number.
52255         * stdio-common/printf_fphex.c: Likewise.
52256         * stdio-common/printf_size.c: Likewise.
52258         * math/e_exp10.c: Include math_private.h using <...> not "...".
52259         * math/e_exp10f.c: Likewise.
52260         * math/e_exp10l.c: Likewise.
52261         * math/e_exp2l.c: Likewise.
52262         * math/e_j0l.c: Likewise.
52263         * math/e_j1l.c: Likewise.
52264         * math/e_jnl.c: Likewise.
52265         * math/e_lgammal_r.c: Likewise.
52266         * math/e_rem_pio2l.c: Likewise.
52267         * math/e_scalb.c: Likewise.
52268         * math/e_scalbf.c: Likewise.
52269         * math/e_scalbl.c: Likewise.
52270         * math/k_cosl.c: Likewise.
52271         * math/k_sinl.c: Likewise.
52272         * math/k_tanl.c: Likewise.
52273         * math/s_cacoshf.c: Likewise.
52274         * math/s_catan.c: Likewise.
52275         * math/s_catanf.c: Likewise.
52276         * math/s_catanh.c: Likewise.
52277         * math/s_catanhf.c: Likewise.
52278         * math/s_catanhl.c: Likewise.
52279         * math/s_catanl.c: Likewise.
52280         * math/s_ccosh.c: Likewise.
52281         * math/s_ccoshf.c: Likewise.
52282         * math/s_ccoshl.c: Likewise.
52283         * math/s_cexp.c: Likewise.
52284         * math/s_cexpf.c: Likewise.
52285         * math/s_cexpl.c: Likewise.
52286         * math/s_clog.c: Likewise.
52287         * math/s_clog10.c: Likewise.
52288         * math/s_clog10f.c: Likewise.
52289         * math/s_clog10l.c: Likewise.
52290         * math/s_clogf.c: Likewise.
52291         * math/s_clogl.c: Likewise.
52292         * math/s_csin.c: Likewise.
52293         * math/s_csinf.c: Likewise.
52294         * math/s_csinh.c: Likewise.
52295         * math/s_csinhf.c: Likewise.
52296         * math/s_csinhl.c: Likewise.
52297         * math/s_csinl.c: Likewise.
52298         * math/s_csqrt.c: Likewise.
52299         * math/s_csqrtf.c: Likewise.
52300         * math/s_csqrtl.c: Likewise.
52301         * math/s_ctan.c: Likewise.
52302         * math/s_ctanf.c: Likewise.
52303         * math/s_ctanh.c: Likewise.
52304         * math/s_ctanhf.c: Likewise.
52305         * math/s_ctanhl.c: Likewise.
52306         * math/s_ctanl.c: Likewise.
52307         * math/s_ldexp.c: Likewise.
52308         * math/s_ldexpf.c: Likewise.
52309         * math/s_ldexpl.c: Likewise.
52310         * math/s_significand.c: Likewise.
52311         * math/s_significandf.c: Likewise.
52312         * math/s_significandl.c: Likewise.
52313         * math/w_acos.c: Likewise.
52314         * math/w_acosf.c: Likewise.
52315         * math/w_acosh.c: Likewise.
52316         * math/w_acoshf.c: Likewise.
52317         * math/w_acoshl.c: Likewise.
52318         * math/w_acosl.c: Likewise.
52319         * math/w_asin.c: Likewise.
52320         * math/w_asinf.c: Likewise.
52321         * math/w_asinl.c: Likewise.
52322         * math/w_atan2.c: Likewise.
52323         * math/w_atan2f.c: Likewise.
52324         * math/w_atan2l.c: Likewise.
52325         * math/w_atanh.c: Likewise.
52326         * math/w_atanhf.c: Likewise.
52327         * math/w_atanhl.c: Likewise.
52328         * math/w_cosh.c: Likewise.
52329         * math/w_coshf.c: Likewise.
52330         * math/w_coshl.c: Likewise.
52331         * math/w_dremf.c: Likewise.
52332         * math/w_exp10.c: Likewise.
52333         * math/w_exp10f.c: Likewise.
52334         * math/w_exp10l.c: Likewise.
52335         * math/w_exp2.c: Likewise.
52336         * math/w_exp2f.c: Likewise.
52337         * math/w_fmod.c: Likewise.
52338         * math/w_fmodf.c: Likewise.
52339         * math/w_fmodl.c: Likewise.
52340         * math/w_hypot.c: Likewise.
52341         * math/w_hypotf.c: Likewise.
52342         * math/w_hypotl.c: Likewise.
52343         * math/w_j0.c: Likewise.
52344         * math/w_j0f.c: Likewise.
52345         * math/w_j0l.c: Likewise.
52346         * math/w_j1.c: Likewise.
52347         * math/w_j1f.c: Likewise.
52348         * math/w_j1l.c: Likewise.
52349         * math/w_jn.c: Likewise.
52350         * math/w_jnf.c: Likewise.
52351         * math/w_jnl.c: Likewise.
52352         * math/w_lgamma.c: Likewise.
52353         * math/w_lgamma_r.c: Likewise.
52354         * math/w_lgammaf.c: Likewise.
52355         * math/w_lgammaf_r.c: Likewise.
52356         * math/w_lgammal.c: Likewise.
52357         * math/w_lgammal_r.c: Likewise.
52358         * math/w_log.c: Likewise.
52359         * math/w_log10.c: Likewise.
52360         * math/w_log10f.c: Likewise.
52361         * math/w_log10l.c: Likewise.
52362         * math/w_log2.c: Likewise.
52363         * math/w_log2f.c: Likewise.
52364         * math/w_log2l.c: Likewise.
52365         * math/w_logf.c: Likewise.
52366         * math/w_logl.c: Likewise.
52367         * math/w_pow.c: Likewise.
52368         * math/w_powf.c: Likewise.
52369         * math/w_powl.c: Likewise.
52370         * math/w_remainder.c: Likewise.
52371         * math/w_remainderf.c: Likewise.
52372         * math/w_remainderl.c: Likewise.
52373         * math/w_scalb.c: Likewise.
52374         * math/w_scalbf.c: Likewise.
52375         * math/w_scalbl.c: Likewise.
52376         * math/w_sinh.c: Likewise.
52377         * math/w_sinhf.c: Likewise.
52378         * math/w_sinhl.c: Likewise.
52379         * math/w_sqrt.c: Likewise.
52380         * math/w_sqrtf.c: Likewise.
52381         * math/w_sqrtl.c: Likewise.
52382         * math/w_tgamma.c: Likewise.
52383         * math/w_tgammaf.c: Likewise.
52384         * math/w_tgammal.c: Likewise.
52386         * po/ja.po: Update from translation team.
52388 2011-09-29  Andreas Jaeger  <aj@suse.de>
52390         [BZ #13179]
52391         * sunrpc/netname.c (netname2host): Fix logic.
52393         [BZ #6779]
52394         [BZ #6783]
52395         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52396         correctly.
52397         * math/w_remainder.c (__remainder): Likewise.
52398         * math/w_remainderf.c (__remainderf): Likewise.
52399         * math/libm-test.inc (remainder_test): Add test cases.
52401 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52403         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
52404         sdiv_qrnnd.
52406 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52408         * string/test-memcmp.c: Avoid unncessary #defines.
52409         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52411 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52413         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52414         Use new sse2 version for core i3 - i7 as it's faster
52415         than sse42 version.
52416         (bit_Prefer_PMINUB_for_stringop): New.
52417         * sysdeps/x86_64/rawmemchr.S: Update.
52418         Replace with faster SSE2 version.
52419         * sysdeps/x86_64/memrchr.S: New file.
52420         * sysdeps/x86_64/memchr.S: Update.
52421         Replace with faster SSE2 version.
52423 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
52425         * elf/dl-load.c (lose): Add cast to avoid warning.
52427 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52429         * po/ca.po: Update from translation team.
52431         * inet/getnetgrent_r.c: Hook up nscd.
52432         * nscd/Makefile (routines): Add nscd_netgroup.
52433         (nscd-modules): Add netgroupcache.
52434         (CFLAGS-netgroupcache.c): Define.
52435         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52436         (cache_search): Add const to second parameter.
52437         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52438         INNETGR.
52439         (dbs): Add netgrdb entry.
52440         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52441         (verify_persistent_db): Handle netgrdb.
52442         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52443         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52444         GETFDNETGR.
52445         (netgroup_response_header): Define.
52446         (innetgroup_response_header): Define.
52447         (datahead): Add netgroup_response_header and innetgroup_response_header
52448         elements.
52449         * nscd/nscd.conf: Add entries for netgroup cache.
52450         * nscd/nscd.h (dbtype): Add netgrdb.
52451         (_PATH_NSCD_NETGROUP_DB): Define.
52452         (netgroup_iov_disabled): Declare.
52453         (xmalloc, xcalloc, xrealloc): Move declarations here.
52454         (cache_search): Adjust prototype.
52455         Add netgroup-related prototypes.
52456         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52457         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52458         (__nscd_innetgr): Declare.
52459         * nscd/selinux.c (perms): Use access_vector_t as element type and
52460         add netgroup-related initializers.
52461         * nscd/netgroupcache.c: New file.
52462         * nscd/nscd_netgroup.c: New file.
52463         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52464         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52465         For four parameters use innetgr.
52466         * nss/nss_files/files-init.c: Add definition and callback for netgr.
52467         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52468         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52469         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52471         * nscd/connections.c (register_traced_file): Don't register file
52472         for disabled databases.
52474 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
52476         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52478         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52479         from tree and freeing node.
52481 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
52483         * nss/nsswitch.c (__nss_database_lookup): Handle
52484         nss_parse_service_list out of memory case.
52486 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
52488         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52489         out of memory case.
52491 2011-10-04  Andreas Schwab  <schwab@redhat.com>
52493         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52494         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52495         pass it down.
52496         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52497         elf_machine_rela, elf_machine_lazy_rel.
52498         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52499         (ELF_DYNAMIC_DO_REL): Likewise.
52500         (ELF_DYNAMIC_DO_RELA): Likewise.
52501         (ELF_DYNAMIC_RELOCATE): Likewise.
52502         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52503         to ELF_DYNAMIC_DO_REL.
52504         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52505         (dl_main): In trace mode always set __RTLD_NOIFUNC.
52506         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52507         elf_machine_rela.
52508         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52509         skip_ifunc, don't call ifunc function if non-zero.
52510         (elf_machine_rela): Likewise.
52511         (elf_machine_lazy_rel): Likewise.
52512         (elf_machine_lazy_rela): Likewise.
52513         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52514         (elf_machine_lazy_rel): Likewise.
52515         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52516         Likewise.
52517         (elf_machine_lazy_rel): Likewise.
52518         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52519         Likewise.
52520         (elf_machine_lazy_rel): Likewise.
52521         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52522         (elf_machine_lazy_rel): Likewise.
52523         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52524         (elf_machine_lazy_rel): Likewise.
52525         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52526         (elf_machine_lazy_rel): Likewise.
52527         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52528         (elf_machine_lazy_rel): Likewise.
52529         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52530         (elf_machine_lazy_rel): Likewise.
52531         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52532         (elf_machine_lazy_rel): Likewise.
52534 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
52536         * nss/nss_files/files-init.c (_nss_files_init): Use static
52537         initialization for all the *_traced_file variables.
52539 2011-09-28  Andreas Schwab  <schwab@redhat.com>
52541         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52543 2011-09-27  Roland McGrath  <roland@hack.frob.com>
52545         [BZ #13226]
52546         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52548 2011-09-27  Andreas Schwab  <schwab@redhat.com>
52550         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52551         Reread the line before reparsing it.
52553 2011-09-26  Andreas Schwab  <schwab@redhat.com>
52555         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52557 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
52558             Maxim Kuvyrkov  <maxim@codesourcery.com>
52559             Joseph Myers  <joseph@codesourcery.com>
52561         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52562         if needed for __stack_chk_guard.
52564 2011-09-19  Roland McGrath  <roland@hack.frob.com>
52566         * sysdeps/posix/spawni.c (script_execute): Always define it.
52567         It will be optimized away if unused.
52568         (maybe_script_execute): New function.
52569         (__spawni): Call it.
52571         * Makerules: Don't include tls.make.
52572         (config-tls): Always set to thread.
52573         * tls.make.c: File removed.
52575 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
52577         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52578         * config.make.in (CPPFLAGS-config): New substituted variable.
52580 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52582         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52584         [BZ #13192]
52585         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52586         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52588 2011-09-15  Roland McGrath  <roland@hack.frob.com>
52590         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52591         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52592         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52593         (CALL_FAIL): Likewise.
52594         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52595         (CALL_FAIL): Macro removed.
52596         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52598 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52600         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52601         for __FINITE_MATH_ONLY__ == 1.
52603 2011-09-15  Andreas Schwab  <schwab@redhat.com>
52605         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52606         __ieee754_sqrt instead of sqrt.
52607         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52608         __ieee754_sqrtf instead of sqrtf.
52609         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52610         __floorf instead of floorf.
52611         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52612         __floorf, __truncf instead of floorf, truncf.
52614 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
52616         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52618         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52619         __extern_always_inline.
52620         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52621         32-bit.
52623 2011-09-14  Andreas Schwab  <schwab@redhat.com>
52625         * elf/rtld.c (dl_main): Also relocate in dependency order when
52626         doing symbol dependency testing.
52628 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
52630         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52631         Always define `refsym'.
52633 2011-09-13  Andreas Schwab  <schwab@redhat.com>
52635         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52636         (__FD_ELT): Renamed from __FDELT.
52637         * misc/bits/select2.h (__FD_ELT): Likewise.
52638         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52639         __FD_MASK instead of __FDELT, __FDMASK.
52640         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52641         Likewise.
52642         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52643         Likewise.
52645         * elf/Makefile (gen-ldd): Fix pattern.
52647         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52648         (init_tls): Likewise.
52650 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
52652         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52654 2011-09-12  Andreas Schwab  <schwab@redhat.com>
52656         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52657         `struct cmsghdr *' instead of `void *'.
52658         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52659         Likewise.
52661 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
52663         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52664         if non-absolute.
52665         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52666         ldd_rewrite_script.
52668 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
52670         * configure.in: Remove --with-tls option.
52671         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
52672         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
52673         out in case it is missing.
52674         * sysdeps/ia64/elf/configure.in: Likewise.
52675         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
52676         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
52677         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
52678         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
52679         * sysdeps/sh/elf/configure.in: Likewise.
52680         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
52681         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
52682         * sysdeps/x86_64/elf/configure.in: Likewise.
52683         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
52684         * sysdeps/mach/hurd/tls.h: Likewise.
52686         [BZ #13067]
52687         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
52689         [BZ #13090]
52690         * configure.in: Fix use of AC_INIT.
52692         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52694 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52696         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52697         __set_errno.
52698         * malloc/hooks.c: Likewise.
52700         [BZ #11929]
52701         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52702         variables statically.
52703         (narenas): Initialize.
52704         (list_lock): Initialize.
52705         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52706         initializtion of main_arena and list_lock.  Small cleanups.
52707         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52708         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52709         Add initializers to main_arena and mp_.
52710         (malloc_state): Remove pagesize member.  Change all users to use
52711         GLRO(dl_pagesize).
52713         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52714         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52715         is always initialized.
52717         * malloc/malloc.c: Removed unused configurations and dead code.
52718         * malloc/arena.c: Likewise.
52719         * malloc/hooks.c: Likewise.
52720         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52722         * include/tls.h: Removed.  USE___THREAD must always be defined.
52723         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52724         * elf/dl-libc.c: Likewise.
52725         * elf/dl-tsd.c: Likewise.
52726         * include/errno.h: Likewise.
52727         * include/netdb.h: Likewise.
52728         * include/resolv.h: Likewise.
52729         * inet/herrno-loc.c: Likewise.
52730         * inet/herrno.c: Likewise.
52731         * malloc/arena.c: Likewise.
52732         * malloc/hooks.c: Likewise.
52733         * malloc/malloc.c: Likewise.
52734         * resolv/res-state.c: Likewise.
52735         * resolv/res_libc.c: Likewise.
52736         * sysdeps/i386/dl-machine.h: Likewise.
52737         * sysdeps/ia64/dl-machine.h: Likewise.
52738         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52739         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52740         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52741         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52742         * sysdeps/sh/dl-machine.h: Likewise.
52743         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52744         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52745         * sysdeps/unix/i386/sysdep.S: Likewise.
52746         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52747         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52748         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52749         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52750         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52751         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52752         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52753         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52754         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52755         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52756         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52757         * sysdeps/x86_64/dl-machine.h: Likewise.
52758         * tls.make.c: Likewise.
52760         * configure.in: Remove --with-__thread option.  Make tests for
52761         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52762         tls_model attribute fail if no support is available.  Remove
52763         USE_IN_LIBIO.
52764         * Makeconfig: Adjust for dropped configure option.  All features are
52765         now mandatory.
52766         * Makerules: Likewise.
52767         * Versions.def: Likewise.
52768         * argp/argp-fmtstream.c: Likewise.
52769         * argp/argp-fmtstream.h: Likewise.
52770         * argp/argp-help.c: Likewise.
52771         * assert/assert.c: Likewise.
52772         * config.h.in: Likewise.
52773         * config.make.in: Likewise.
52774         * configure: Likewise.
52775         * configure.in: Likewise.
52776         * csu/Versions: Likewise.
52777         * csu/init.c: Likewise.
52778         * elf/tst-audit2.c: Likewise.
52779         * elf/tst-tls10.c: Likewise.
52780         * elf/tst-tls10.h: Likewise.
52781         * elf/tst-tls11.c: Likewise.
52782         * elf/tst-tls12.c: Likewise.
52783         * elf/tst-tls14.c: Likewise.
52784         * elf/tst-tlsmod11.c: Likewise.
52785         * elf/tst-tlsmod12.c: Likewise.
52786         * elf/tst-tlsmod13.c: Likewise.
52787         * elf/tst-tlsmod13a.c: Likewise.
52788         * elf/tst-tlsmod14a.c: Likewise.
52789         * elf/tst-tlsmod15b.c: Likewise.
52790         * elf/tst-tlsmod16a.c: Likewise.
52791         * elf/tst-tlsmod16b.c: Likewise.
52792         * elf/tst-tlsmod7.c: Likewise.
52793         * elf/tst-tlsmod8.c: Likewise.
52794         * elf/tst-tlsmod9.c: Likewise.
52795         * gmon/gmon.c: Likewise.
52796         * grp/fgetgrent_r.c: Likewise.
52797         * grp/putgrent.c: Likewise.
52798         * hurd/fopenport.c: Likewise.
52799         * include/libc-symbols.h: Likewise.
52800         * include/tls.h: Likewise.
52801         * intl/gettextP.h: Likewise.
52802         * intl/loadinfo.h: Likewise.
52803         * locale/global-locale.c: Likewise.
52804         * locale/localeinfo.h: Likewise.
52805         * mach/devstream.c: Likewise.
52806         * malloc/arena.c: Likewise.
52807         * malloc/set-freeres.c: Likewise.
52808         * misc/err.c: Likewise.
52809         * misc/getttyent.c: Likewise.
52810         * misc/mntent_r.c: Likewise.
52811         * posix/getopt.c: Likewise.
52812         * posix/wordexp.c: Likewise.
52813         * pwd/fgetpwent_r.c: Likewise.
52814         * resolv/Versions: Likewise.
52815         * resolv/res_hconf.c: Likewise.
52816         * shadow/fgetspent_r.c: Likewise.
52817         * shadow/putspent.c: Likewise.
52818         * stdio-common/printf_fphex.c: Likewise.
52819         * stdio-common/tmpfile.c: Likewise.
52820         * stdlib/abort.c: Likewise.
52821         * stdlib/fmtmsg.c: Likewise.
52822         * sunrpc/auth_unix.c: Likewise.
52823         * sunrpc/clnt_perr.c: Likewise.
52824         * sunrpc/clnt_tcp.c: Likewise.
52825         * sunrpc/clnt_udp.c: Likewise.
52826         * sunrpc/clnt_unix.c: Likewise.
52827         * sunrpc/openchild.c: Likewise.
52828         * sunrpc/svc_simple.c: Likewise.
52829         * sunrpc/svc_tcp.c: Likewise.
52830         * sunrpc/svc_udp.c: Likewise.
52831         * sunrpc/svc_unix.c: Likewise.
52832         * sunrpc/xdr.c: Likewise.
52833         * sunrpc/xdr_array.c: Likewise.
52834         * sunrpc/xdr_rec.c: Likewise.
52835         * sunrpc/xdr_ref.c: Likewise.
52836         * sunrpc/xdr_stdio.c: Likewise.
52838 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52840         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52842 2011-07-03  Andreas Jaeger  <aj@suse.de>
52844         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52845         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52846         regenerate with gen-libm-tests.pl.
52848 2010-05-12  Petr Baudis  <pasky@suse.cz>
52850         [BZ #11589]
52851         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52852         around j0() zero points by switching to j1().
52853         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52854         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52855         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52856         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52858 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52860         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52861         instead of 0.
52862         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52863         instead of 0.
52864         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52865         Patch in part by Pavel Roskin <proski@gnu.org>.
52867         [BZ #13138]
52868         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52869         realloc.
52870         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
52871         Free memory block if necessary.
52873         [BZ #12847]
52874         * libio/genops.c (INTDEF): For string streams the _lock pointer can
52875         be NULL.  Don't lock in this case.
52877 2011-09-09  Roland McGrath  <roland@hack.frob.com>
52879         * elf/elf.h (ELFOSABI_GNU): New macro.
52880         (ELFOSABI_LINUX): Define to that.
52882 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
52884         * string/strncat.c (strncat): Undef the symbol in case it has been
52885         defined in bits/string.h.
52887 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52889         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52891         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52892         link map.
52894 2011-08-17  Andreas Jaeger  <aj@suse.de>
52896         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52898 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
52899             Ian Lance Taylor  <iant@google.com>
52901         * math/libm-test.inc (lround_test): New testcase.
52902         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52904 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
52906         * Makefile: Remove support for automatic cvs check-ins.
52907         * Makerules: Likewise.
52908         * config.make.in: Likewise.
52909         * configure.in: Likewise.
52910         * intl/Makefile: Likewise.
52911         * locale/Makefile: Likewise.
52912         * po/Makefile: Likewise.
52913         * posix/Makefile: Likewise.
52914         * sysdeps/gnu/Makefile: Likewise.
52915         * sysdeps/mach/hurd/Makefile: Likewise.
52916         * sysdeps/sparc/sparc32/Makefile: Likewise.
52918         [BZ #13118]
52919         * posix/Makefile (bug-regex32-ENV): Define.
52920         Patch by John Stanley <jpsinthemix@verizon.net>.
52922         * misc/Makefile (headers): Add bits/select2.h.
52923         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52924         * misc/bits/select2.h: New file.
52925         * include/bits/select2.h: New file.
52926         * debug/Makefile (routines): Add fdelt_chk.
52927         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52928         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52929         FD_ISSET.
52930         * debug/fdelt_chk.c: New file.
52932         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
52933         * wcsmbs/test-wmemcmp.c: Likewise.
52934         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52935         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52937 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52939         * string/Makefile (strop-tests): Add memcmp.
52940         * string/test-wmemcmp.c: New file.
52941         * string/test-memcmp.c: Add wmemcmp support.
52943 2011-09-08  Roland McGrath  <roland@hack.frob.com>
52945         [BZ #13153]
52946         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52947         2011-07-19 change.
52949         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52950         garbage value in a __mach_port_mod_refs call in the cases of the
52951         task-self and thread-self ports.
52953 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52955         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52957 2011-09-08  Andreas Schwab  <schwab@redhat.com>
52959         * elf/dl-load.c (lose): Check for non-null L.
52961 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52963         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52965         * elf/dl-libc.c (dlerror_run): Pass back error code from
52966         dl_catch_error.
52968         [BZ #13123]
52969         * elf/dl-load.c (lose): Free l_origin if it is valid.
52971         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52972         names.
52973         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52974         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52975         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52976         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52977         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52978         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52980 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52982         * sysdeps/powerpc/fpu/e_hypot.c: New file.
52983         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52984         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52985         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52986         * sysdeps/powerpc/fpu/k_cosf.c: New file.
52987         * sysdeps/powerpc/fpu/k_sinf.c: New file.
52988         * sysdeps/powerpc/fpu/s_cosf.c: New file.
52989         * sysdeps/powerpc/fpu/s_sinf.c: New file.
52990         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52991         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52993 2011-08-15  Alan Modra  <amodra@gmail.com>
52995         [BZ #13092]
52996         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52997         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52998         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
52999         ppc_mcount to static-only-routines.
53000         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53001         __mcount_internal.
53002         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53003         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53005 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53007         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53008         for finite and infinity parameters.
53010 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53012         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53013         and add nop instructions for throughput optimization.
53014         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53016 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53018         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53019         aligned copy for power7 with vector-scalar instructions.
53020         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53022 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53024         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53025         AVX check.
53027 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53029         [BZ #13144]
53030         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53031         last change.
53033 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53035         * sysdeps/unix/sysv/linux/x86_64/init-first.c
53036         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53037         syscall wrapper around clock_gettime in __vdso_clock_gettime.
53038         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53039         clock_gettime.
53041 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53043         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53044         Forgot to demangle the pointer.
53046         * sysdeps/i386/sysdep.h: Define atom_text_section.
53047         * sysdeps/x86_64/sysdep.h: Likewise.
53048         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53049         section with atom_text_section.
53050         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53051         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53052         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53053         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53054         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53056         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53057         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53058         already be defined.  Change to take two parameters and don't assign
53059         result to variable.  Adjust all users.
53060         Define INTERNAL_GETTIME if not already defined.
53061         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53062         call.
53063         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53064         HAVE_CLOCK_GETTIME_VSYSCALL.
53065         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53067         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53068         gettimeofday vsyscall, just use time.
53070 2011-09-06  Andreas Schwab  <schwab@redhat.com>
53072         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53073         <errno.h>.
53075 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53077         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53078         syscall on x86-64.
53079         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53080         syscall.
53081         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53082         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53083         syscall if possible.
53085 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53087         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53088         e_ident.  Don't pass to find_mapsXX.
53089         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53091 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53093         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53094         strchr-sse2-no-bsf strrchr-sse2-no-bsf
53095         * sysdeps/x86_64/multiarch/strchr.S: Update.
53096         Check bit_slow_BSF bit.
53097         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53098         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53099         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53101 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53103         [BZ #13134]
53104         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53105         before glibc 2.15.
53106         (tryshell): Define.
53107         (__spawni): Change last parameter to be flag.  Test
53108         SPAWN_XFLAGS_USE_PATH flag to use path or not.
53109         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53110         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53111         * posix/spawni.c: Likewise.
53112         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53113         * posix/spawnp.c: Likewise.  Change normal version to use
53114         SPAWN_XFLAGS_USE_PATH.
53115         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53116         SPAWN_XFLAGS_TRY_SHELL.
53118         [BZ #13150]
53119         * posix/glob.h: Remove gcc 1.x support.
53121         [BZ #13068]
53122         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53124 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53126         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53127         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53128         strrchr-sse2-bsf
53129         * sysdeps/i386/i686/multiarch/strchr.S: New file.
53130         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53131         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53132         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53133         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53134         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53136 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53138         * sysdeps/x86_64/wcscmp.S: New file.
53140         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53141         wcscmp-c wcscmp-sse2
53142         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53143         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53144         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53145         * wcsmbs/wcscmp.c: Allow renaming.
53147 2011-09-05  David S. Miller  <davem@davemloft.net>
53149         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53150         stack slot, rather than the struct return pointer slot.
53151         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53152         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53153         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53154         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53156 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53158         * po/ja.po: Update from translation team.
53160         [BZ #13144]
53161         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53162         kernel in 64-bit binaries.
53164 2011-09-01  David S. Miller  <davem@davemloft.net>
53166         * elf/elf.h (HWCAP_SPARC_*): Move to..
53167         * sysdeps/sparc/sysdep.h: this new file and add new values.
53168         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53169         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53170         _DL_HWCAP_COUNT to 24.
53171         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53172         entries.
53173         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53174         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53175         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53176         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53177         instead of magic constants.
53178         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53180 2011-08-31  David S. Miller  <davem@davemloft.net>
53182         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53183         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53184         Reimplement to do errno handling inline.
53185         (SYSCALL_ERROR_HANDLER): New macro.
53186         (__SYSCALL_STRING): Do not do errno handling in asm.
53187         (__CLONE_SYSCALL_STRING): Delete.
53188         (__INTERNAL_SYSCALL_STRING): Delete.
53189         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53190         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53191         (PSEUDO): Reimplement to do errno handling inline.
53192         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53193         (SYSCALL_ERROR_HANDLER): New macro.
53194         (__SYSCALL_STRING): Do not do errno handling in asm.
53195         (__CLONE_SYSCALL_STRING): Delete.
53196         (__INTERNAL_SYSCALL_STRING): Delete.
53197         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53198         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53199         i386.
53200         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53201         (inline_syscall*): Add 'err' argument.
53202         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53203         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53204         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53205         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53207         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53208         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53210 2011-08-30  Andreas Schwab  <schwab@redhat.com>
53212         * elf/rtld.c (dl_main): Relocate objects in dependency order.
53214 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53216         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53217         directive.
53219 2011-08-24  David S. Miller  <davem@davemloft.net>
53221         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53223 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53225         * elf/Makefile: Add rules to build and run unload8 test.
53226         * elf/unload8.c: New file.
53227         * elf/unload8mod1.c: New file.
53228         * elf/unload8mod1x.c: New file.
53229         * elf/unload8mod2.c: New file.
53230         * elf/unload8mod3.c: New file.
53232         * elf/dl-close.c (_dl_close_worker): Reset private search list if
53233         it wasn't used.
53235 2011-08-23  David S. Miller  <davem@davemloft.net>
53237         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53238         subtract stack bias.
53239         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53240         %sp not %fp in calculations.
53241         (_JMPBUF_UNWINDS_ADJ): Likewise.
53243         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53244         (aio_suspend): Call it to force an exception region around the
53245         AIO_MISC_WAIT() invocation.
53247 2011-08-23  Andreas Schwab  <schwab@redhat.com>
53249         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53250         backslash.
53252 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
53254         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53255         protection macro.
53256         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53257         and <dl-machine.h>.
53258         (Elf64_FuncDesc): Remove.
53260 2011-08-22  David S. Miller  <davem@davemloft.net>
53262         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53263         sigaltstack check, add missing cfi directives.
53264         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53265         missing cfi directives, and sigaltstack handling.
53267 2011-08-16  Andreas Schwab  <schwab@redhat.com>
53269         [BZ #11724]
53270         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53271         object is seen twice.
53272         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53274         * elf/Makefile (distribute): Add tst-initorder2.c.
53275         (tests): Add tst-initorder2.
53276         (modules-names): Add tst-initorder2a tst-initorder2b
53277         tst-initorder2c tst-initorder2d.  Add rules to build them.
53278         ($(objpfx)tst-initorder2.out): New rule.
53279         * elf/tst-initorder2.c: New file.
53280         * elf/tst-initorder2.exp: New file.
53282 2011-08-22  Andreas Schwab  <schwab@redhat.com>
53284         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53286         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53287         dependencies back to end of function.
53289         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53290         $(elfobjdir)/ld.so.
53292 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
53294         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53295         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53296         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53297         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53298         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53299         of __vdso_gettimeofday.
53300         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53301         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
53302         attribute_hidden.
53303         (_libc_vdso_platform_setup): Remove initialization of
53304         __vdso_gettimeofday and __vdso_time.
53306 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53308         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53309         and fgetc_unlocked.
53310         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53311         getc_unlocked.
53313         * elf/dl-open.c (add_to_global): Report additions to the global scope
53314         for LD_DEBUG=scopes.
53315         (dl_open_worker): Also print scope of newly loaded dependencies.
53316         (_dl_show_scope): Indicate if there is no scope.
53318         [BZ #13114]
53319         * stdio-common/Makefile (tests): Add bug24.
53320         * stdio-common/bug24.c: New file.
53322 2011-08-19  Andreas Jaeger  <aj@suse.de>
53324         [BZ #13114]
53325         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53326         non-existant file when using close-on-exec mode.
53328 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53330         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53331         the very first instruction.
53333         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53334         the CFI state in the end.
53335         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53336         inclusion of dl-trampoline.h.
53337         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53339 2011-08-19  Andreas Schwab  <schwab@redhat.com>
53341         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53342         expectations for long double.
53344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53345         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53347 2011-08-14  David S. Miller  <davem@davemloft.net>
53349         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53350         artificual limit depends upon the system page size.
53352 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53354         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53355         * resolv/Makefile: Define CFLAGS-libresolv.
53357 2011-08-17  Andreas Schwab  <schwab@redhat.com>
53359         * nss/makedb.c (compute_tables): Make variables used in nested
53360         function static.
53362 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53364         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53365         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53366         if buffer was too small.
53368         * elf/pldd.c (main): Attach to all threads in the process.
53369         Rewrite /proc handling to use *at functions.
53371 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
53373         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53374         specifies first scope to show.
53375         (dl_open_worker): Update callers.  Move printing scope of new
53376         object to before the relocation.
53377         * elf/rtld.c (dl_main): Update _dl_show_scope call.
53378         * sysdeps/generic/ldsodefs.h: Update declaration.
53380         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53381         string for the scope number.
53383 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
53385         * nscd/servicescache.c (cache_addserv): Make sure written is always
53386         initialized.
53388 2011-08-14  Roland McGrath  <roland@hack.frob.com>
53390         * sysdeps/i386/i486/bits/atomic.h
53391         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53392         statement expression, so as to suppress "set but not used" warning.
53393         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53395         * string/strncat.c (STRNCAT): Use prototype definition.
53397         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53398         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53399         -Iprograms here.
53400         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53401         (localedef-modules): Add localedef.
53402         (locale-modules): Add locale.
53404         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53405         * elf/rtld.c (dl_main): Invert order of assignment in last change,
53406         to avoid a warning.
53408 2011-08-14  David S. Miller  <davem@davemloft.net>
53410         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53411         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53413 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
53415         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53416         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53417         * elf/rtld.c (dl_main): Set l_name of vDSO.
53418         Call _dl_show_scope when DL_DEBUG_SCOPES.
53419         (process_dl_debug): Recognize scopes flag and also set it for all.
53420         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53421         Declare _dl_show_scope.
53423         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53424         (do_dlopen): Pass caller_dlopen to dl_open.
53425         (__libc_dlopen_mode): Initialize caller_dlopen.
53427         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53428         of libc.  Make tolower call locale-independent.  Optimize a bit by
53429         using isdigit instead of isalnum.
53430         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53432 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
53434         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53435         was a dependency or dynamically loaded.
53437 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
53439         * intl/l10nflist.c: Allow architecture-specific pop function.
53440         * sysdeps/x86_64/l10nflist.c: New file.
53442         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53443         classification.
53445 2011-08-10  Andreas Schwab  <schwab@redhat.com>
53447         * include/dirent.h: Add libc_hidden_proto for scandirat and
53448         scandirat64.  Don't declare __scandirat64.
53449         * dirent/scandirat.c: Add libc_hidden_def.
53450         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53451         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53453 2011-08-10  David S. Miller  <davem@davemloft.net>
53455         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53456         enum.
53457         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53458         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53459         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53461 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
53463         * Versions.def [libc]: Add GLIBC_2.15.
53464         * dirent/Makefile (routines): Add scandirat and scandirat64.
53465         * dirent/Versions [libc]: Export scandirat and scandirat64 for
53466         GLIBC_2.15.
53467         * dirent/dirent.h: Declare scandirat and scandirat64.
53468         * dirent/scandirat.c: New file.
53469         * dirent/scandirat64.c: New file.
53470         * sysdeps/wordsize-64/scandirat.c: New file.
53471         * sysdeps/wordsize-64/scandirat64.c: New file.
53472         * dirent/opendir.c: Define opendirat.
53473         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
53474         using scandirat.
53475         * dirent/scandir64.c: Adjust for scandir.c change.
53476         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
53477         __scandirat64, and __scandir_cancel_handler.
53478         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
53479         additional parameter and use openat instead of open (outside of ld.so).
53480         Add new __opendir as wrapper around __opendirat.
53481         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53482         here without requiring old scandirat implementation.
53484 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
53486         * dirent/scandir.c (cancel_handler): Renamed to
53487         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
53488         defined.  Adjust users.
53489         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53490         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53492 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
53494         * string/test-string.h (IMPL): Use __STRING to expand name and then
53495         stringify it.
53497         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
53498         of cleanups.
53500 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53502         * string/Makefile: Update.
53503         (strop-tests): Append strncat.
53504         * string/test-wcscmp.c: New file.
53505         New comprehensive test for wcscmp.
53506         * string/test-strcmp.c: Update.
53507         (WIDE): New define.
53509 2011-07-22  Andreas Schwab  <schwab@redhat.com>
53511         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53512         line.
53514 2011-07-26  Andreas Schwab  <schwab@redhat.com>
53516         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53517         encoding to ACE if AI_IDN.
53519 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
53521         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53522         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53524 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53526         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53527         Fix overflow bug in strncat.
53528         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53530         * string/test-strncat.c: Update.
53531         Add new tests for checking overflow bugs.
53533 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53535         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53536         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53537         * sysdeps/i386/i686/multiarch/strcat.S: New file.
53538         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53539         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53540         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53541         * sysdeps/i386/i686/multiarch/strncat.S: New file.
53542         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53543         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53545         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53546         (USE_AS_STRCAT): Define.
53547         Add strcat and strncat support.
53548         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53550 2011-07-25  Andreas Schwab  <schwab@redhat.com>
53552         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53553         __n bigger than INT_MAX+1.
53554         (__strncmp_g): Likewise.
53556 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
53558         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53559         * libio/stido.h: Likewise.
53561         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53562         (AF_NFC): Define.
53563         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53564         (AF_NFC): Define.
53566         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53567         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53568         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53569         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53570         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53572         [BZ #13021]
53573         * scripts/test-installation.pl: Don't expect libnss_test1 to be
53574         installed.
53576         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53577         typo.
53578         (_dl_x86_64_save_sse): Likewise.
53580 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
53582         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53583         OSXSAVE.
53584         (_dl_x86_64_save_sse): Likewise.
53586         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53588         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53590 2011-07-21  Andreas Schwab  <schwab@redhat.com>
53592         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53593         change.
53594         (_dl_x86_64_save_sse): Use correct AVX check.
53596 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53598         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53599         bug in strncpy/strncat.
53600         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53602 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
53604         * string/tester.c (test_strcat): Add tests for different alignments
53605         of source and destination.
53606         (test_strncat): Likewise.
53608 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53610         [BZ #12852]
53611         * posix/glob.c (glob): Check passed in values before using them in
53612         expressions to avoid some overflows.
53613         (glob_in_dir): Likewise.
53615         [BZ #13007]
53616         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53617         check for AVX enablement so that we don't crash with old kernels and
53618         new hardware.
53619         * elf/tst-audit4.c: Add same checks here.
53620         * elf/tst-audit6.c: Likewise.
53622         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53624 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
53626         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53628 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53630         * po/cs.po: Update from translation team.
53631         * po/bg.po: Likewise.
53633 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
53635         * misc/sys/cdefs.h: Add support for const attribute.
53636         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53637         to gnu_dev_{major,minor,makedev} functions.
53639 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
53641         * intl/dcigettext.c (get_output_charset): Add missing bracket.
53643 2011-07-20  Andreas Schwab  <schwab@redhat.com>
53645         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53646         strlen results.
53648 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53650         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53651         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53652         register in order to avoid conflicts with the soft frame pointer
53653         being held in r11 when necessary.
53654         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53655         (INTERNAL_VSYSCALL_NCS): Likewise.
53657 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
53659         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53660         * elf/dl-fini.c (_dl_fini): Adjust caller.
53661         * elf/dl-close.c (_dl_close_worker): Likewise.
53662         * sysdeps/generic/ldsodefs.h: Adjust declaration.
53664 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53666         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53667         "aux_cache->nlibs < 0".
53669         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53670         in the reload-count case.
53672 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53674         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53675         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
53676         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
53677         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
53678         * sysdeps/x86_64/multiarch/strcat.S: New file.
53679         * sysdeps/x86_64/multiarch/strncat.S: New file.
53680         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
53681         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
53682         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
53683         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
53684         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
53685         (USE_AS_STRCAT): Define.
53686         Add strcat and strncat support.
53687         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53688         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
53689         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53690         * string/strncat.c: Update.
53691         (USE_AS_STRNCAT): Define.
53692         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53693         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53694         and i7.
53695         * sysdeps/x86_64/multiarch/init-arch.h
53696         (bit_Prefer_PMINUB_for_stringop): New.
53697         (index_Prefer_PMINUB_for_stringop): Likewise.
53698         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53699         bit_Prefer_PMINUB_for_stringop.
53701 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53703         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53704         buffer64.
53705         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53706         of casting of buffer.
53707         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53708         buffer32 and buffer64.
53709         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53710         writes instead of casting of buffer.
53711         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53712         buffer32.
53713         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53714         casting of buffer.
53716 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53718         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53720 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53722         * nscd/nscd.c (termination_handler): Don't do anything for a database
53723         if it has not yet been initialized.
53725 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53727         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53729 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53731         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53733 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53735         * po/nl.po: Update from translation team.
53736         * po/sv.po: Likewise.
53738 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53740         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53741         now disallowed by GCC.
53743         * configure.in (use-default-link): Default to yes if a test -shared
53744         link meets our qualifications.
53745         * configure: Regenerated.
53747         * config.make.in (output-format): New variable.
53748         * configure.in: Check for ld --print-output-format support.
53749         * configure: Regenerated.
53750         * Makerules ($(common-objpfx)format.lds)
53751         [$(output-format) != unknown]: Just use $(output-format),
53752         instead of the linker-script munging.
53754 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53756         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53757         of $(common-objpfx)shlib.lds.
53758         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53760         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53761         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53763         * configure.in (-z relro check): Adjust test code to add a large
53764         writable data section after it.
53765         * configure: Regenerated.
53767 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53769         * configure.in (-z relro check): Fix test code to make the variable
53770         truly const.
53771         * configure: Regenerated.
53773 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53775         * nscd/nscd.h (struct traced_file): Define.
53776         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53777         elements.  Add traced_files.
53778         (inotify_fd): Declare.
53779         (register_traced_file): Declare.
53780         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53781         (inotify_fd): Export.
53782         (resolv_conf_descr): Remove.
53783         (nscd_init): Move inotify descriptor creation to main.
53784         Don't register files for notification here.
53785         (register_traced_file): New function.
53786         (invalidate_cache): Don't use reset_res to determine whether to call
53787         res_init, go through the list of registered files.
53788         (main_loop_poll): The inotify descriptors are now stored in the
53789         structures for the traced files.
53790         (main_loop_epoll): Likewise
53791         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53792         to __nss_disable_nscd.
53793         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53794         for a database anymore.  Check the records for all the registered
53795         files instead.
53796         * nss/Makefile (libnss_files-routines): Add files-init.
53797         (libnss_db-routines): Add db-init.
53798         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53799         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53800         * nss/nss_db/db-init.c: New file.
53801         * nss/nss_files/files-init.c: New file.
53802         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53803         __nss_lookup_function.
53804         (__nss_lookup_function): Call nss_load_library.
53805         (nss_load_all_libraries): New function.
53806         (__nss_disable_nscd): Take parameter with callback function for files
53807         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53808         used for the cached services.
53809         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53810         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53811         options for features to all the files in nscd.
53813         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53815 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53817         * csu/elf-init.c (__libc_csu_init): Comment typo.
53819 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53821         * po/pl.po: Update from translation team.
53822         * po/ja.po: Likewise.
53823         * po/ru.po: Likewise.
53824         * po/ko.po: Likewise.
53825         * po/fr.po: Likewise.
53827 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53829         * configure.in (.ctors/.dtors header and trailer check):
53830         Use an empirical test on a built program.
53831         * configure: Regenerated.
53833         * configure.in (-z relro check): Use an empirical test on a built DSO.
53834         Detect, but do not require, on ia64.
53835         * configure: Regenerated.
53837         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53838         Update tests that use readelf to use $READELF instead.
53839         * configure: Regenerated.
53841 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53843         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53844         if the result is not used.
53846 2011-07-05  Andreas Jaeger  <aj@suse.de>
53848         [BZ#9696]
53849         * stdlib/tst-strtod.c: Add testcase.
53851 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53853         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53854         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53855         The latter has a higher limit.  Take additional parameter to pass to
53856         the new function.
53857         (__pathconf): Pass file to __statfs_link_max.
53858         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53859         __statfs_link_max.
53860         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53861         __statfs_link_max.
53863         [BZ #12868]
53864         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53865         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53866         Handle Lustre.
53867         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53868         (__statfs_filesize_max): Likewise.
53869         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53871 2011-07-05  Andreas Jaeger  <aj@suse.de>
53873         * resolv/res_comp.c (dn_skipname): Remove unused variable.
53875 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
53877         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53878         `status' variable.
53879         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53880         Likewise.
53882 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
53884         * Makefile (strop-tests): Add strncat.
53885         * string/test-strncat.c: New file.
53887 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
53889         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53891 2011-06-21  Andreas Jaeger  <aj@suse.de>
53893         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53894         Copy rule from iconvdata/Makefile.
53896 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53898         [BZ #12922]
53899         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53900         but no long options are defined, just return 'W'.
53902 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
53904         [BZ #9696]
53905         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53907 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53909         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53910         netgroups to read.
53911         (innetgr): Likewise.
53913 2011-07-05  Roland McGrath  <roland@hack.frob.com>
53915         * config.make.in (install_root): Default to $(DESTDIR).
53917 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
53919         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53921 2011-07-02  Roland McGrath  <roland@hack.frob.com>
53923         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53925         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53926         containing directory rather than embedding absolute directory names.
53928         * scripts/check-local-headers.sh: Rewritten using awk.
53929         Match by word, not by line.  Print error messages for matches.
53930         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53932         * Makerules [shlib-lds-flags empty]:
53933         ($(common-objpfx)libc_pic.opts): New target.
53934         ($(common-objpfx)libc_pic.os.clean): New target.
53935         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53937         * config.make.in (OBJCOPY): New variable.
53938         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53939         * configure: Regenerated.
53941         * config.make.in (use-default-link): New variable.
53942         * configure.in (use_default_link): Grok --with-default-link to set it.
53943         * configure: Regenerated.
53944         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53945         (shlib-lds, shlib-lds-flags): Define to empty.
53947         * Makerules (shlib-lds): New variable.
53948         (shlib-lds-flags): New variable.
53949         (build-shlib, build-moduile, build-module-asneeded): Use it.
53950         ($(common-objpfx)libc.so): Use $(shlib-lds).
53951         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53952         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53954         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53955         DT_FLAGS/DT_FLAGS_1 with zero flags.
53957         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53958         linker script munging.
53960 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
53962         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53963         as 128-bit value.
53964         * crypt/sha512.c (sha512_process_block): Perform total addition using
53965         128-bit if possible.
53966         (__sha512_finish_ctx): Likewise.
53967         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53968         as 64-bit value.
53969         * crypt/sha256.c (SWAP64): Define.
53970         (sha256_process_block): Perform total addition using 64-bit if
53971         possible.
53972         (__sha256_finish_ctx): Likewise.
53974 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
53976         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
53977         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53978         * nscd/hstcache.c (cache_addhst): Likewise.
53979         * nscd/grpcache.c (cache_addgr): Likewise.
53980         * nscd/aicache.c (addhstaiX): Likewise
53981         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53983 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
53985         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53986         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53987         * nscd/hstcache.c (cache_addhst): Likewise.
53988         * nscd/grpcache.c (cache_addgr): Likewise.
53989         * nscd/aicache.c (addhstaiX): Likewise
53991 2011-07-01  Andreas Schwab  <schwab@redhat.com>
53993         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53994         domain only when needed.
53996 2011-06-30  Andreas Schwab  <schwab@redhat.com>
53998         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53999         is always restored.
54001 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54003         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54004         are re-adding the entry.
54005         * nscd/servicescache.c (cache_addserv): Likewise.
54007 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54009         * sysdeps/generic/dl-irel.h: fix protection against multiple
54010         inclusions.
54011         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54013 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54015         [BZ #12935]
54016         * malloc/memusage.sh: Fix quoting in message.
54017         * debug/xtrace.sh: Likewise.
54019         * configure.in: Remove support for --experimental-malloc option, make
54020         it the default.
54021         * config.make.in: Likewise.
54022         * malloc/Makefile: Likewise.
54024 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54026         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54027         two-byte characters.
54029 2011-06-27  Roland McGrath  <roland@hack.frob.com>
54031         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54032         AC_CACHE_CHECK invocation.
54033         * configure: Regenerated.
54035         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54037 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
54039         [BZ #12350]
54040         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
54041         bit from old_res_options.
54043         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54045         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54046         value type for setfct.
54048 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
54050         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54051         __gettimeofday instead of gettimeofday.
54053 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
54055         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54057 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
54059         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54061         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54062         info.
54064 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54066         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54067         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54068         strcpy-sse2-unaligned strncpy-sse2-unaligned
54069         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54070         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54071         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54072         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54073         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54074         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54075         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54076         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54077         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54078         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54079         (STRCPY): Support SSE2 and SSSE3 versions.
54081 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
54083         [BZ #12874]
54084         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54085         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54086         kernels which artificially limit size of requests.
54088 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54090         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54091         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54092         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54093         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54094         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54095         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54096         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54097         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54098         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54099         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54100         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54101         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54102         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54103         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54104         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54105         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54106         Enable unaligned load optimization for Intel Core i3, i5 and i7
54107         processors.
54108         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54109         Define.
54110         (index_Fast_Unaligned_Load): Define.
54111         (HAS_FAST_UNALIGNED_LOAD): Define.
54113 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
54115         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54117 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54119         [BZ #12907]
54120         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54121         until it is clear that the information is realy needed.
54122         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54124 2011-06-22  Andreas Schwab  <schwab@redhat.com>
54126         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54128 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54130         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54131         /sys/devices/system/cpu/online if it is usable.
54133         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54134         reading the information from the /proc filesystem to once a second.
54136 2011-06-21  Andreas Jaeger  <aj@suse.de>
54138         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54139         NULL after inclusion of kernel headers.
54141 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
54143         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54144         calls to internal_setent.
54146         [BZ #12885]
54147         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54148         addresses using gethostbyname4_r ignore IPv4 addresses.
54150         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54151         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54153         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54155 2011-06-20  David S. Miller  <davem@davemloft.net>
54157         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54158         inclusions.
54159         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54161         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54162         (elf_irel): Use it.
54163         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54164         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54165         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54166         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54167         * sysdeps/x86_64/dl-irel.h: Likewise.
54169         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54170         * elf/dl-sym.c: Likewise.
54172 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54174         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54175         need to dereference resplen2.
54177 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54179         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54181 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54183         * Makeconfig: Define vardbdir and inst_vardbdir.
54184         * nss/Makefile: Add rules to install db-Makefile.
54186         * nss/nss_db/db-XXX.c: Cleanup.
54188         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54189         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54190         GLIBC_PRIVATE.
54191         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54192         * nss/makedb.c: Implement -g option to specify that value strings
54193         are generated and should not be added to table iterated over for
54194         get*ent calls.
54195         * nss/nss_db/db-initgroups.c: New file.
54197         * nss/getent.c: Add support for initgroups lookups through getgrouplist
54198         interface.
54200         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54201         (internal_getgrouplist): Adjust to name change.
54202         Update use_initgroups_entry if this is not the first call.
54203         * nss/databases.def: Add initgroups entry.
54205         * nss/makedb.c (compute_tables): Check result of multiple hash table
54206         sizes to minimize maximum chain length.
54208 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
54210         * Versions.def: Add entry for libnss_db.
54211         * shlib-versions: Likewise.
54212         * nss/Makefile: Add rules to build libnss_db.
54213         * nss/Versions: Add libnss_db information.  Organize libnss_files
54214         entries better.
54215         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54216         makedb progra.  Some minor improvements to generate smaller files.
54217         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54218         here from...
54219         * nss/makedb.c: ...here.
54220         Improve database format to be smaller and require less memory at
54221         runtime.
54222         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54223         db anymore.
54224         * nss/nss_db/db-netgrp.c: Likewise.
54225         * nss/nss_db/db-open.c: Likewise.
54226         * nss/nss_files/flies-XXX.x: Adjust comments.
54227         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54228         * nss/nss_files/files-grp.c: Likewise.
54229         * nss/nss_files/files-hosts.c: Likewise.
54230         * nss/nss_files/files-network.c: Likewise.
54231         * nss/nss_files/files-proto.c: Likewise.
54232         * nss/nss_files/files-pwd.c: Likewise.
54233         * nss/nss_files/files-rpc.c: Likewise.
54234         * nss/nss_files/files-service.c: Likewise.
54235         * nss/nss_files/files-sgrp.c: Likewise.
54236         * nss/nss_files/files-spwd.c: Likewise.
54237         * nss/nss_db/db-alias.c: Removed.
54238         * nss/nss_db/dummy-db.h: Removed.
54240 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
54242         * nss/makedb.c: Rewritten to not use database library.
54243         * nss/Makefile: Update to build new makedb program.
54245 2011-06-14  Andreas Jaeger  <aj@suse.de>
54247         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54248         memset declaration.
54250 2011-06-10  Andreas Schwab  <schwab@redhat.com>
54252         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54253         tmpbuf.
54255 2011-06-10  Roland McGrath  <roland@hack.frob.com>
54257         * Makerules (shlib.lds): Fail if the linker script comes out empty.
54258         * elf/Makefile ($(objpfx)ld.so): Likewise.
54260         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54261         Don't list ld.so twice in dependencies.
54263         * posix/bug-regex31.c: Include <stdlib.h>.
54265         * nscd/hstcache.c (cache_addhst): Remove unused variable.
54267         * nis/nss_compat/compat-spwd.c
54268         (getspent_next_nss_netgr): Remove unused variable.
54269         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54271         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54272         nonmembers" output to use the right array.
54274         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54276         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54278         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54279         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54280         * catgets/gencat.c (read_input_file): Likewise.
54281         * locale/programs/locarchive.c (enlarge_archive): Likewise.
54283         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54284         variable definition inside #if's controlling its use.
54286         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54288         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54290         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54292         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54293         unreachable code.
54295         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54297         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54298         * configure: Regenerated.
54300         * Makerules: Revert last change.
54301         * elf/Makefile: Likewise.
54303 2011-06-09  Roland McGrath  <roland@hack.frob.com>
54305         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54306         * elf/Makefile ($(objpfx)librtld.os): Likewise.
54307         (reloc-link): Likewise.
54309 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
54311         * elf/Makefile: Add rules to build pldd.
54312         * elf/pldd.c: New file.
54313         * elf/pldd-xx.c: New file.
54315 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
54317         * version.h: Update for 2.15 development version.
54319 2011-06-07  David S. Miller  <davem@davemloft.net>
54321         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54322         ifuncs.
54323         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54324         elf_machine_lazy_rel): Likewise.
54325         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54326         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54327         elf_machine_lazy_rel): Likewise.
54328         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54329         dl_hwcap via passed in argument.
54330         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54331         Likewise.
54333 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54335         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
54337 2011-06-06  Roland McGrath  <roland@hack.frob.com>
54339         [BZ #12849]
54340         * manual/fdl-1.1.texi: New file, verbatim from:
54341         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54342         * manual/lgpl-2.1.texi: New file, verbatim from:
54343         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54344         * manual/Makefile (licenses): New variable, list those new file names.
54345         (texis): Use it.
54346         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54348         * manual/fdl.texi: File removed.
54349         * manual/lesser.texi: File removed.
54350         * manual/libc.texinfo (Copying, Documentation License):
54351         Use new @include file names, put @appendix directive before @include.
54353 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
54355         [BZ #12841]
54356         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54357         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54358         (mq_open): Add __NTH.
54360 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
54362         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54363         Assume Intel Core i3/i5/i7 processor if AVX is available.
54365 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54367         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54368         typo.
54370 2011-05-31  Andreas Schwab  <schwab@redhat.com>
54372         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54373         memory.  Use alloca_account.  Fix memory leak when retrying.
54375 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54377         * version.h (RELEASE): Bump for 2.14 release.
54378         * include/features.h (__GLIBC_MINOR__): Bump to 14.
54380         * config.make.in (RANLIB): Remove entry.
54382 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
54384         * po/Makefile (po-sed-cmd): Add ksh to extensions.
54385         (libc.pot): Work around missing support for .ksh extension in xgettext.
54387         [BZ #12684]
54388         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54389         if both request failed.
54390         (send_dg): In case of server errors clear resplen or *resplen2.
54392         [BZ #12454]
54393         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54394         when there are multiple maps.
54395         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54396         (_dl_fini): Remove test here.
54398         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54400 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
54402         [BZ #12350]
54403         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54404         bit from old_res_options.
54405         (gaih_inet): Likewise.
54407         [BZ #11099]
54408         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54409         as signed.
54411         * resolv/res_init.c (res_setoptions): Make the code more compact.
54413         [BZ #11558]
54414         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54415         set RES_USEVC.
54417         [BZ #11634]
54418         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54420         * malloc/malloc.h: Mark malloc hook variables as deprecated.
54422         [BZ #11781]
54423         * malloc/malloc.h: Declare malloc hook variables as volatile.
54425         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54426         in last patch.
54428         [BZ #11799]
54429         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54430         raise in the comment.
54431         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54432         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54433         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54435 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
54437         [BZ #12811]
54438         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54439         grow the buffers more if it already has to be sufficient.
54440         (build_wcs_upper_buffer): Likewise.
54441         * posix/regexec.c (check_matching): Likewise.
54442         (clean_state_log_if_needed): Likewise.
54443         (extend_buffers): Don't enlarge buffers beyond size of the input
54444         buffer.
54445         Patches mostly by Emil Wojak <emil@wojak.eu>.
54446         * posix/bug-regex32.c: New file.
54447         * posix/Makefile (tests): Add bug-regex32.
54449         * locale/findlocale.c (_nl_find_locale): Return right away if
54450         _nl_explode_name failed.
54451         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54453         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54455         * debug/xtrace.sh: Unify messages.
54456         * malloc/memusage.sh: Likewise.
54458         [BZ #12813]
54459         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54460         time symbol from vDSO.  Substitute with vsyscall if not available.
54461         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54462         __vdso_time.
54464         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54465         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54466         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54467         Add sendmmsg and internal_sendmmsg.
54468         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54469         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54470         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54472         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54473         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54474         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54476 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
54478         [BZ #12813]
54479         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54480         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
54481         available.
54482         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54483         __vdso_getcpu.
54485         [BZ #12814]
54486         * iconvdata/Makefile (tests): Add bug-iconv9.
54487         * iconvdata/bug-iconv9.c: New file.
54489 2011-05-27  Andreas Schwab  <schwab@redhat.com>
54491         [BZ #12814]
54492         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54494 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
54496         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54497         (struct user_regs_struct): Change intcs field back to cs.
54499 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
54501         * po/ja.po: Update from translation team.
54503 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
54505         [BZ #12795]
54506         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54507         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54509 2011-05-20  Andreas Schwab  <schwab@redhat.com>
54511         * stdlib/longlong.h: Update from GCC.
54513 2011-05-23  Andreas Schwab  <schwab@redhat.com>
54515         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54516         parameter name.
54517         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54518         Add parameter name.
54519         (__sysconf): Pass it down.
54521 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
54523         [BZ #12671]
54524         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54525         some situations.
54526         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54527         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54528         add in in __libc_use_alloca calls.  Adjust callers.
54529         (glob): Use malloc in some situations.
54531         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54532         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54533         pltexit.
54535 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
54537         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54538         and CLOCK_BOOTTIME_ALARM.
54540         [BZ #12782]
54541         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54542         is returned.
54544         * string/_strerror.c (__strerror_r): Print negative errors as signed
54545         numbers.
54547         [BZ #12777]
54548         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54549         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54550         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54552         * configure.in: Fix typo in redirection and correct removal of test
54553         files in two cases.
54555         [BZ #12788]
54556         * locale/setlocale.c (new_composite_name): Fix test to check for
54557         identical name of all categories.
54559         [BZ #12792]
54560         * libio/filedoalloc.c (local_isatty): New function.
54561         (_IO_file_doallocate): Use local_isatty.
54562         * stdio-common/perror.c (perror): In case a new stream is used
54563         forward the stream error.
54564         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54565         error flag.
54567 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
54569         [BZ #11869]
54570         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54571         alloca.
54572         * include/alloca.h (extend_alloca_account): Define.
54574         [BZ #11857]
54575         * posix/regex.h: Fix comments with documentation of user-accessible
54576         fields after compilation and describe correct free'ing of pattern
54577         after re_compile_pattern.
54578         Patch by Reuben Thomas <rrt@sc3d.org>.
54580 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
54582         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54583         and -mno-altivec to prevent the compiler from using Altivec and/or
54584         VSX instructions when the corresponding registers are not available.
54586 2011-05-19  Andreas Schwab  <schwab@redhat.com>
54588         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54590 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
54592         * libio/freopen.c (freopen): Use __dup2, not dup2.
54593         * libio/freopen64.c (freopen64): Likewise.
54595 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
54597         [BZ #12775]
54598         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54599         * math/Makefile (tests): Add test-powl.
54600         (CFLAGS-test-powl.c): Define.
54601         * math/test-powl.c: New file.
54603 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
54605         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54607 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
54609         [BZ #11837]
54610         * iconvdata/gb18030.c: Update to GB18020-2005.
54612 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
54614         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54615         RE_SYNTAX_POSIX_AWK): Update to match recent development.
54616         Patch by Aharon Robbins <arnold@skeeve.com>.
54618         [BZ #11892]
54619         * stdlib/putenv.c (putenv): Don't always create copy of the variable
54620         on the stack.
54622         [BZ #11895]
54623         * misc/pselect.c (__pselect): Handle timeout value errors hidden
54624         through underflows.
54626         [BZ #12766]
54627         * misc/error.c (error_at_line): Ensure file_name and old_file_name
54628         point to strings before performing equality test for error_one_per_line
54629         mode.
54631         [BZ #11697]
54632         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54634         [BZ #11820]
54635         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54636         (struct user_fpregs_struct): Avoid __uint*_t types.
54638         [BZ #6420]
54639         * malloc/mtrace.c (tr_where): Add additional parameter to point to
54640         symbol info.  Use it instead of calling _dl_addr locally.
54641         (lock_and_info): New function.
54642         (tr_freehook): Call lock_and_info and pass symbol info as additional
54643         parameter to tr_where.
54644         (tr_mallochook): Likewise.
54645         (tr_reallochook): Likewise.
54646         (tr_memalignhook): Likewise.
54648         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
54649         used and couldn't be at all thread-safe.
54651 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
54653         * libio/freopen.c (freopen): Don't close old file descriptor
54654         before the new one is opened.  Instead dup the new file descriptor
54655         to the old one after the new stream is created.
54656         * libio/freopen64.c (freopen64): Likewise.
54657         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54658         * libio/fileops.c (_IO_new_file_close_it): Handle new
54659         _IO_FLAGS2_NOCLOSE flag.
54660         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54661         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54662         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54663         _IO_FLAGS2_NOCLOSE flag.
54664         * include/unistd.h: Add hidden_proto for dup3.
54665         Define __have_dup3.
54666         * io/dup3.c: Define hidden symbol.
54667         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54669         [BZ #7101]
54670         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54671         when an incomplete long option is used.
54672         * posix/tst-getopt_long1.c: New file.
54673         * posix/Makefile (tests): Add tst-getopt_long1.
54675         [BZ #10138]
54676         * scripts/config.guess: Update from autoconf-2.68.
54677         * scripts/config.sub: Likewise.
54679         [BZ #10157]
54680         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
54681         tests into ...
54682         (has_cpuclock): ...this.  New function.
54683         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
54684         macro here based on has_cpuclock code.
54686         [BZ #10149]
54687         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54688         First byte (not low byte) is now always NUL.
54689         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54691         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54692         Use non-cancelable interfaces.
54694         [BZ #9809]
54695         * locale/iso-639.def: Add entry for Sorani.
54697         [BZ #11901]
54698         * include/stdlib.h: Move include protection to the right place.
54699         Define abort_msg_s.  Declare __abort_msg with it.
54700         * stdlib/abort.c (__abort_msg): Adjust type.
54701         * assert/assert.c (__assert_fail_base): New function.  Majority
54702         of code from __assert_fail.  Allocate memory for __abort_msg with
54703         mmap.
54704         (__assert_fail): Now call __assert_fail_base.
54705         * assert/assert-perr.c: Remove bulk of implementation.  Use
54706         __assert_fail_base.
54707         * include/assert.hL Declare __assert_fail_base.
54708         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54709         mmap.
54710         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54712 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54714         [BZ #11952]
54715         [BZ #12453]
54716         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54717         until all modules are registered in the DTV.
54718         * elf/Makefile: Add rules to build and run tst-tls19.
54719         * elf/tst-tls19.c: New file.
54720         * elf/tst-tls19mod1.c: New file.
54721         * elf/tst-tls19mod2.c: New file.
54722         * elf/tst-tls19mod3.c: New file.
54723         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54725         [BZ #12083]
54726         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54727         correctly.
54729         [BZ #12601]
54730         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54731         two-byte sequence errors.
54732         * iconvdata/Makefile (tests): Add bug-iconv8.
54733         * iconvdata/bug-iconv8.c: New file.
54735         [BZ #12626]
54736         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54737         buf2 definition.
54739         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54741         [BZ #12432]
54742         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54743         (dummy_getcfa): New function.
54744         (init): Get _Unwind_GetCFA address, use dummy if not found.
54745         (backtrace_helper): In recursion check, also check whether CFA changes.
54746         (__backtrace): Completely initialize arg.
54748         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54749         storing incomplete byte sequence in state object.  Avoid testing for
54750         guaranteed too small input if we know there is enough data available.
54752 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54754         * Makeconfig (+link-pie): Indent.
54755         * Rules (binaries-pie): Define if $(have-fpie) and
54756         $(build-shared).
54757         (binaries-shared): Also filter out $(binaries-pie).
54758         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54759         * nscd/Makefile (others-pie): Add nscd.
54760         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54761         ($(objpfx)nscd): Remove command override.
54762         * login/Makefile (others-pie): Add pt_chown.
54763         ($(objpfx)pt_chown): Remove command override.
54764         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54765         remove command overrides.
54767 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54769         * libio/tst_putwc.c: Fix error messages.
54771         [BZ #12724]
54772         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54773         currently writing and seek to current position when not.
54774         * libio/Makefile (tests): Add bug-fclose1.
54775         * libio/bug-fclose1.c: New file.
54777 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54779         [BZ #12511]
54780         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54781         don't set DF_1_NODELETE here.
54782         (do_lookup_x): When entering new entry test for copy relocation
54783         and if necessary set DF_1_NODELETE flag.
54784         * elf/tst-unique4.cc: New file.
54785         * elf/tst-unique4.h: New file.
54786         * elf/tst-unique4lib.cc: New file.
54787         * elf/Makefile: Add rules to build and run tst-unique4.
54788         Patch by Piotr Bury <pbury@goahead.com>.
54790 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54792         [BZ #12052]
54793         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54795         [BZ #12625]
54796         * misc/mntent_r.c (addmntent): Flush the stream after the output
54798         [BZ #12393]
54799         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54800         (is_trusted_path_normalize): Skip initial colon.  Append slash
54801         to empty buffer.  Duplicate is_trusted_path code but allow
54802         constructed patch to be prefix.
54803         (is_dst): Allow $ORIGIN followed by /.
54804         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54805         Correct testing of result of is_trusted_path_normalize
54806         (decompose_rpath): Fix warning.
54808 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54810         [BZ #11257]
54811         * grp/initgroups.c (internal_getgrouplist): When we found the service
54812         list through the initgroups entry in nsswitch.conf do not always
54813         continue on a successful lookup.  Don't always use the
54814         __nss_group_database value if it is set.
54815         * nss/nsswitch.conf (initgroups): Change action for successful db
54816         lookup to continue for compatibility.
54818 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54820         [BZ #11532]
54821         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54822         and CP774 modules.
54823         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54824         and CP774 modules.
54825         * iconvdata/tst-tables.sh: Likewise.
54826         * iconvdata/cp770.c: New file.
54827         * iconvdata/cp771.c: New file.
54828         * iconvdata/cp772.c: New file.
54829         * iconvdata/cp773.c: New file.
54830         * iconvdata/cp774.c: New file.
54831         * iconvdata/testdata/CP770: New file.
54832         * iconvdata/testdata/CP770..UTF8: New file.
54833         * iconvdata/testdata/CP771: New file.
54834         * iconvdata/testdata/CP771..UTF8: New file.
54835         * iconvdata/testdata/CP772: New file.
54836         * iconvdata/testdata/CP772..UTF8: New file.
54837         * iconvdata/testdata/CP773: New file.
54838         * iconvdata/testdata/CP773..UTF8: New file.
54839         * iconvdata/testdata/CP774: New file.
54840         * iconvdata/testdata/CP774..UTF8: New file.
54842         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54843         END CHARMAP line.
54844         * iconvdata/gen-8bit-gap.sh: Likewise.
54845         * iconvdata/gen-8bit.sh: Likewise.
54847         * locale/iso-639.def: Add ary entry.
54849         [BZ #11258]
54850         * locale/C-translit.h.in: Add U20A1 transliteration.
54852         [BZ #12178]
54853         * locale/iso-639.def: Add wae entry.
54854         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54856         [BZ #12545]
54857         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54858         for n.
54860         [BZ #12711]
54861         * locale/C-translit.h.in: Add entry for U20B9.
54862         Patch by pravin.d.s@gmail.com.
54864 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
54866         [BZ #12713]
54867         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54868         ENAMETOOLONG use generic getcwd.
54869         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
54870         in rtld.  Use *stat64.
54871         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54872         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54873         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54874         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54875         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54876         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54877         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54878         __fstatat64 macros.
54879         * include/dirent.h: Add libc_hidden_proto for rewinddir.
54880         * dirent/rewinddir.c: Add libc_hidden_def.
54881         * sysdeps/mach/hurd/rewinddir.c: Likewise.
54882         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
54884         * include/dirent.h (__alloc_dir): Add flags parameter.
54885         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54886         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54887         __alloc_dir.
54888         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
54889         from fdopendir if O_CLOEXEC is already set.
54891 2011-03-15  Alan Modra  <amodra@gmail.com>
54893         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54894         l_tls_firstbyte_offset non-zero.  Save padding offset in
54895         l_tls_firstbyte_offset for later use.
54896         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54897         freeing static tls block.
54899 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
54901         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54902         where #ifdef was intended.  The intent is to prevent ARG_MAX from
54903         being defined by the kernel headers.
54905 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
54907         [BZ #12734]
54908         * resolv/resolv.h: Define RES_NOTLDQUERY.
54909         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54910         no-tld-query and set RES_NOTLDQUERY.
54911         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54912         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54913         modern BIND to search name as TLD unless forbidden.
54915 2011-05-07  Petr Baudis  <pasky@suse.cz>
54916             Ulrich Drepper  <drepper@gmail.com>
54918         [BZ #12393]
54919         * elf/dl-load.c (fillin_rpath): Move trusted path check...
54920         (is_trusted_path): ...to here.
54921         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54922         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54923         using is_trusted_path_normalize() in setuid scripts.
54925 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
54927         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54928         __BEGIN/__END_DECLS.
54930 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
54932         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54933         NSS_STATUS_NOTFOUND if no record was found.
54935 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54937         * sunrpc/Makefile (headers): Add rpc/netdb.h.
54938         (headers-not-in-tirpc): Remove rpc/netdb.h
54939         * resolv/netdb.h: Revert last change.
54941 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
54943         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54944         circular dependency between libgcc.a and libc.a.
54946 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54948         * resolv/netdb.h: Don't include <rpc/netdb.h>.
54949         * nis/Makefile: Don't install rpcsvc/*.
54950         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54951         instead of <rpc/types.h>.
54952         (MAXHOSTNAMELEN): Define.
54954 2011-05-03  Andreas Schwab  <schwab@redhat.com>
54956         * elf/ldconfig.c (add_dir): Don't crash on empty path.
54958 2011-04-28  Maciej Babinski  <mbabinski@google.com>
54960         [BZ #12714]
54961         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54962         gethostbyname4_r when IPv6 results are possible.
54964 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
54966         [BZ #12723]
54967         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54968         _PC_PIPE_BUF handling.
54970 2011-04-30  Bruno Haible  <bruno@clisp.org>
54972         [BZ #12717]
54973         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54974         * resolv/netdb.h (getnameinfo): Change type of flags parameter
54975         to 'int'.
54976         * inet/getnameinfo.c (getnameinfo): Likewise.
54978 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
54980         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54981         to groups setting in database lookup.
54982         * nss/nsswitch.conf: Add initgroups entry.
54984 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
54986         [BZ #12685]
54987         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54988         mode string.
54989         Patch by Eric Blake <eblake@redhat.com>.
54991 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
54993         * sunrpc/Makefile (need-export-routines): Add svc_run.
54994         (routines): Remove svc_run.
54995         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54996         * sunrpc/clnt_perr.c (clnt_perrno): Export.
54997         * sunrpc/svc_run.c (svc_run): Likewise.
54998         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55000 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55002         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55003         problem in reallocation in last patch.
55005 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55007         * sunrpc/Makefile: Move inclusion of Rules.
55009 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55011         * nss/nss_files/files-initgroups.c: New file.
55012         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55013         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55014         _nss_files_initgroups_dyn.
55016 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55018         * elf/elf.h (R_ARM_IRELATIVE): Define.
55020 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55022         * po/ru.po: Update from translation team.
55024 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55026         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55027         dependencies.
55029 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
55031         [BZ #12653]
55032         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55033         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55034         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55035         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55036         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55038 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
55040         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55041         differing bytes.
55042         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55043         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55044         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55046 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55048         [BZ #12420]
55049         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55050         storing it.
55051         * stdlib/bug-getcontext.c: New file.
55052         * stdlib/Makefile: Add rules to build and run bug-getcontext.
55054 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55056         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55057         instructions into .machine "z9-109".
55058         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55059         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55061 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55063         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55064         between environment variables and auxiliary vector.
55066 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
55068         * Makefile: Add rules to build linkobj/libc.so.
55069         * include/libc-symbols.h: Define libc_hidden_nolink.
55070         * include/rpc/auth.h: Mark functions which are to be hidden.
55071         * include/rpc/auth_des.h: Likewise.
55072         * include/rpc/auth_unix.h: Likewise.
55073         * include/rpc/clnt.h: Likewise.
55074         * include/rpc/des_crypt.h: Likewise.
55075         * include/rpc/key_prot.h: Likewise.
55076         * include/rpc/pmap_clnt.h: Likewise.
55077         * include/rpc/pmap_prot.h: Likewise.
55078         * include/rpc/pmap_rmt.h: Likewise.
55079         * include/rpc/rpc_msg.h: Likewise.
55080         * include/rpc/svc.h: Likewise.
55081         * include/rpc/svc_auth.h: Likewise.
55082         * include/rpc/xdr.h: Likewise.
55083         * nis/Makefile: Link all DSOs against linkobj/libc.so.
55084         * nss/Makefile: Likewise.
55085         * sunrpc/Makefile: Don't install headers.  Build library with normal
55086         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
55087         * sunrpc/auth_des.c: Hide exported symbols by default, export some
55088         for the compat linking library.  Remove use of INTDEF/INTUSE.
55089         * sunrpc/auth_none.c: Likewise.
55090         * sunrpc/auth_unix.c: Likewise.
55091         * sunrpc/authdes_prot.c: Likewise.
55092         * sunrpc/authuxprot.c: Likewise.
55093         * sunrpc/clnt_gen.c: Likewise.
55094         * sunrpc/clnt_perr.c: Likewise.
55095         * sunrpc/clnt_raw.c: Likewise.
55096         * sunrpc/clnt_simp.c: Likewise.
55097         * sunrpc/clnt_tcp.c: Likewise.
55098         * sunrpc/clnt_udp.c: Likewise.
55099         * sunrpc/clnt_unix.c: Likewise.
55100         * sunrpc/des_crypt.c: Likewise.
55101         * sunrpc/des_soft.c: Likewise.
55102         * sunrpc/get_myaddr.c: Likewise.
55103         * sunrpc/key_call.c: Likewise.
55104         * sunrpc/key_prot.c: Likewise.
55105         * sunrpc/netname.c: Likewise.
55106         * sunrpc/pm_getmaps.c: Likewise.
55107         * sunrpc/pm_getport.c: Likewise.
55108         * sunrpc/pmap_clnt.c: Likewise.
55109         * sunrpc/pmap_prot.c: Likewise.
55110         * sunrpc/pmap_prot2.c: Likewise.
55111         * sunrpc/pmap_rmt.c: Likewise.
55112         * sunrpc/publickey.c: Likewise.
55113         * sunrpc/rpc_cmsg.c: Likewise.
55114         * sunrpc/rpc_common.c: Likewise.
55115         * sunrpc/rpc_dtable.c: Likewise.
55116         * sunrpc/rpc_prot.c: Likewise.
55117         * sunrpc/rpc_thread.c: Likewise.
55118         * sunrpc/rtime.c: Likewise.
55119         * sunrpc/svc.c: Likewise.
55120         * sunrpc/svc_auth.c: Likewise.
55121         * sunrpc/svc_authux.c: Likewise.
55122         * sunrpc/svc_raw.c: Likewise.
55123         * sunrpc/svc_run.c: Likewise.
55124         * sunrpc/svc_simple.c: Likewise.
55125         * sunrpc/svc_tcp.c: Likewise.
55126         * sunrpc/svc_udp.c: Likewise.
55127         * sunrpc/svc_unix.c: Likewise.
55128         * sunrpc/svcauth_des.c: Likewise.
55129         * sunrpc/xcrypt.c: Likewise.
55130         * sunrpc/xdr.c: Likewise.
55131         * sunrpc/xdr_array.c: Likewise.
55132         * sunrpc/xdr_float.c: Likewise.
55133         * sunrpc/xdr_intXX_t.c: Likewise.
55134         * sunrpc/xdr_mem.c: Likewise.
55135         * sunrpc/xdr_rec.c: Likewise.
55136         * sunrpc/xdr_ref.c: Likewise.
55137         * sunrpc/xdr_sizeof.c: Likewise.
55138         * sunrpc/xdr_stdio.c: Likewise.
55140 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
55142         [BZ #12650]
55143         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55144         * sysdeps/ia64/dl-tls.h: Likewise.
55145         * sysdeps/powerpc/dl-tls.h: Likewise.
55146         * sysdeps/s390/dl-tls.h: Likewise.
55147         * sysdeps/sh/dl-tls.h: Likewise.
55148         * sysdeps/sparc/dl-tls.h: Likewise.
55149         * sysdeps/x86_64/dl-tls.h: Likewise.
55150         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55152 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55154         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55155         rpath element also skip the following colon.
55156         (expand_dynamic_string_token): Add is_path parameter and pass
55157         down to DL_DST_REQUIRED and _dl_dst_substitute.
55158         (decompose_rpath): Call expand_dynamic_string_token with
55159         non-zero is_path.  Ignore empty rpaths.
55160         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55161         with zero is_path.
55163 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55166         Make cancelable.
55168 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55170         [BZ #12655]
55171         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55172         Patch by Filipe David Manana <fdmanana@apache.org>.
55174 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55176         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55177         Maintain aligned stack.
55178         (CHECK_RSP): Remove unused macro.
55180 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
55182         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55183         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55185 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
55187         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55189         * include/features.h: Mention __USE_XOPEN2K8 in comment.
55191 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
55193         [BZ #12518]
55194         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55195         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55196         * sysdeps/x86_64/memmove.c: New file.
55197         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55198         (memcpy): Renamed to ...
55199         (__new_memcpy): This.
55200         (memcpy): Provide GLIBC_2_14 memcpy.
55201         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55202         (memcpy): Provide GLIBC_2_2_5 memcpy.
55204 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55206         [BZ #12631]
55207         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55209 2011-03-30  Andreas Schwab  <schwab@redhat.com>
55211         * misc/syncfs.c: New file.
55212         * misc/Makefile (routines): Add syncfs.
55213         * posix/unistd.h: Declare syncfs.
55214         * sysdeps/unix/syscalls.list: Add syncfs.
55216 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55218         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55219         open_by_handle_at.
55220         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55221         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55222         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55223         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55224         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55225         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55226         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55228 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55230         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55231         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55232         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55233         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55234         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55235         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55236         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55238         * io/Makefile: Compile fallocate.c, fallocate64.c, and
55239         sync_file_range.c with -fexceptions.
55240         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55241         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55242         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55243         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55244         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55245         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55246         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55247         sync_file_range as cancellation point
55248         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
55249         now a wrapper around __call_sync_file_range with cancellation handling.
55250         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55251         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
55252         function name to __call_sync_file_range.
55253         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55254         Add call_sync_file_range.
55256 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55258         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55259         bits/timex.h.
55261 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55263         * iconv/iconv.h: Fix typo in comment.
55264         * io/fcntl.h: Likewise.
55265         * libio/stdio.h: Likewise.
55266         * posix/spawn.h: Likewise.
55267         * posix/unistd.h: Likewise.
55268         * stdlib/stdlib.h: Likewise.
55269         * time/time.h: Likewise.
55270         * wcsmbs/wchar.h: Likewise.
55272         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55273         open_by_handle): Add.
55274         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55275         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
55276         Augment a few comments.
55277         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55278         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55279         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55280         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55281         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55282         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55283         open_by_handle.
55285         * io/fcntl.h (AT_EMPTY_PATH): Define.
55287 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
55289         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55290         * sysdeps/unix/sysv/linux/bits/time.h: New file.
55291         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55292         to...
55293         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
55294         * Versions.def: Add GLIBC_2.14.
55295         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55296         Export.
55298 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
55300         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55301         round counter.
55302         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55304 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
55306         [BZ #12597]
55307         * string/test-strncmp.c (do_page_test): New function.
55308         (check2): Likewise.
55309         (test_main): Call check2.
55310         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55312 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
55314         [BZ #12587]
55315         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55316         Handle cache information in CPU leaf 4.
55317         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55319 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
55321         [BZ #12583]
55322         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55323         character representation.
55324         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55326 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
55328         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55329         END(__isnan) to END(__isnanf) to match function entry point/label
55330         EALIGN(__isnanf,...).
55332 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
55334         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55336 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
55338         [BZ #12510]
55339         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55340         copy from the symbol referenced in the relocation to initialize the
55341         used variable.
55342         Patch by Piotr Bury <pbury@goahead.com>.
55343         * elf/Makefile: Add rules to build and tst-unique3.
55344         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55345         * elf/tst-unique3.cc: New file.
55346         * elf/tst-unique3.h: New file.
55347         * elf/tst-unique3lib.cc: New file.
55348         * elf/tst-unique3lib2.cc: New file.
55350         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55352 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
55354         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55355         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
55356         to _start.
55358 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
55360         * elf/dl-load.c (_dl_map_object): If we are looking for the first
55361         to-be-loaded object along a path to loader is ld.so.
55363 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55364             Ulrich Drepper  <drepper@gmail.com>
55366         * sysdeps/x86_64/memset.S: After aligning destination, code
55367         branches to different locations depending on the value of
55368         misalignment, when multiarch is enabled. Fix this.
55370 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55372         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55373         Set _x86_64_preferred_memory_instruction for AMD processsors.
55374         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55375         Set bit_Prefer_SSE_for_memop for AMD processors.
55377 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
55379         * libio/fmemopen.c (fmemopen): Optimize a bit.
55381 2011-03-03  Andreas Schwab  <schwab@redhat.com>
55383         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55385 2011-03-03  Roland McGrath  <roland@redhat.com>
55387         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55389 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
55391         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55392         __bzero_ultra1 instead of __memset_ultra1.
55394 2011-02-23  Andreas Schwab  <schwab@redhat.com>
55395             Ulrich Drepper  <drepper@gmail.com>
55397         [BZ #12509]
55398         * include/link.h (struct link_map): Add l_orig_initfini.
55399         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55400         returning unsuccessfully.
55401         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55402         close of a file loaded at startup, restore the original l_initfini
55403         list.
55404         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55405         list, store the pointer.
55406         * elf/Makefile ($(objpfx)noload-mem): New rule.
55407         (noload-ENV): Define.
55408         (tests): Add $(objpfx)noload-mem.
55409         * elf/noload.c: Include <memcheck.h>.
55410         (main): Call mtrace.  Close all opened handles.
55412 2011-02-17  Andreas Schwab  <schwab@redhat.com>
55414         [BZ #12454]
55415         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55416         dependencies are missing.
55418 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55420         Fix __if_freereq crash: Unlike the generic version which uses free,
55421         Hurd needs munmap.
55422         * sysdeps/mach/hurd/ifreq.h: New file.
55424 2011-01-27  Petr Baudis  <pasky@suse.cz>
55425             Ulrich Drepper  <drepper@gmail.com>
55427         [BZ 12445]#
55428         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55429         to extend_alloca().
55430         * stdio-common/bug23.c: New file.
55431         * stdio-common/Makefile (tests): Add bug23.
55433 2010-09-28  Andreas Schwab  <schwab@redhat.com>
55434             Ulrich Drepper  <drepper@gmail.com>
55436         [BZ #12489]
55437         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55438         before performing relro protection.  At old place add assertion
55439         to make sure nothing changed.
55441 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
55442             Glauber de Oliveira Costa  <glommer@gmail.com>
55444         * elf/elf.h: Add new ARM TLS relocs.
55446 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
55448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55449         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55450         cast from r3.
55451         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
55452         'tests' variable.
55453         * sysdeps/wordsize-64/tst-writev.c: New file.
55455 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
55457         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55458         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55459         insns in _dl_start to prevent a TOC reference before relocs are
55460         resolved.
55462 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
55464         [BZ #12469]
55465         * Makeconfig: Remove RANLIB definition.
55466         * Makerules: Don't use RANLIB.
55467         * aclocal.m4: Remove ranlib test.
55468         * configure.in: No need to check for ranlib.
55469         * elf/rtld-Rules: Don't use RANLIB.
55471 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55473         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55474         protection macro.
55475         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55476         inclusion protection macro.
55478         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55479         SIGRTMIN and SIGRTMAX and print information in that case only when
55480         SIGRTMIN is defined.
55482 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
55484         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55485         arginfo fn returning -1.
55487         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55488         and thousands string is zero terminated.
55490 2011-02-03  Andreas Schwab  <schwab@redhat.com>
55492         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55493         sysdeps/unix/sysv/linux/bits/socket.h.
55495 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55497         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55498         (__CPU_COUNT): Remove old macros.
55499         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55500         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55501         (__CPU_ALLOC, __CPU_FREE): Add macros.
55502         (__sched_cpualloc, __sched_cpufree): Add declarations.
55504 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
55506         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55507         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55508         * nscd/aicache.c (addhstaiX): Return timeout of added value.
55509         (readdhstai): Return value of addhstaiX call.
55510         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55511         (addgrbyX): Return value returned by cache_addgr.
55512         (readdgrbyname): Return value returned by addgrbyX.
55513         (readdgrbygid): Likewise.
55514         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55515         (addpwbyX): Return value returned by cache_addpw.
55516         (readdpwbyname): Return value returned by addhstbyX.
55517         (readdpwbyuid): Likewise.
55518         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55519         (addservbyX): Return value returned by cache_addserv.
55520         (readdservbyname): Return value returned by addservbyX:
55521         (readdservbyport): Likewise.
55522         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55523         (addhstbyX): Return value returned by cache_addhst.
55524         (readdhstbyname): Return value returned by addhstbyX.
55525         (readdhstbyaddr): Likewise.
55526         (readdhstbynamev6): Likewise.
55527         (readdhstbyaddrv6): Likewise.
55528         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55529         (readdinitgroups): Return value returned by addinitgroupsX.
55530         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55531         (prune_cache): Keep track of timeout value of re-added entries.
55532         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55533         * nscd/nscd.h: Adjust prototypes of readd* functions.
55535 2011-02-04  Roland McGrath  <roland@redhat.com>
55537         * nis/nis_server.c (nis_servstate): Use the right name for 0.
55538         (nis_stats): Likewise.
55539         * nis/nis_modify.c (nis_modify): Likewise.
55540         * nis/nis_remove.c (nis_remove): Likewise.
55541         * nis/nis_add.c (nis_add): Likewise.
55543         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55545         * posix/fnmatch_loop.c: Add some consts.
55547         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55549 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
55551         [BZ #12460]
55552         * config.make.in (config-cflags-novzeroupper): Define.
55553         * configure.in: Substitute libc_cv_cc_novzeroupper.
55554         * elf/Makefile (AVX-CFLAGS): Define.
55555         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55556         (CFLAGS-tst-auditmod4a.c): Likewise.
55557         (CFLAGS-tst-auditmod4b.c): Likewise.
55558         (CFLAGS-tst-auditmod6b.c): Likewise.
55559         (CFLAGS-tst-auditmod6c.c): Likewise.
55560         (CFLAGS-tst-auditmod7b.c): Likewise.
55561         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55563 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
55565         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55566         function to the callback.
55567         Patch partly by Jiri Olsa <jolsa@redhat.com>.
55569 2011-02-02  Andreas Schwab  <schwab@redhat.com>
55571         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55572         of errno.
55574 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
55576         [BZ #11724]
55577         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55578         of constructors.
55579         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55580         of destructors.
55581         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55583         [BZ #11724]
55584         * elf/Makefile: Add rules to build and run new test.
55585         * elf/tst-initorder.c: New file.
55586         * elf/tst-initorder.exp: New file.
55587         * elf/tst-initordera1.c: New file.
55588         * elf/tst-initordera2.c: New file.
55589         * elf/tst-initordera3.c: New file.
55590         * elf/tst-initordera4.c: New file.
55591         * elf/tst-initorderb1.c: New file.
55592         * elf/tst-initorderb2.c: New file.
55593         * elf/tst-order-a1.c: New file.
55594         * elf/tst-order-a2.c: New file.
55595         * elf/tst-order-a3.c: New file.
55596         * elf/tst-order-a4.c: New file.
55597         * elf/tst-order-b1.c: New file.
55598         * elf/tst-order-b2.c: New file.
55599         * elf/tst-order-main.c: New file.
55600         New test case by George Gensure <werkt0@gmail.com>.
55602 2010-10-01  Andreas Schwab  <schwab@redhat.com>
55604         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55605         decoding ACE if AI_CANONIDN.
55607 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
55609         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55611 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
55613         * version.h (RELEASE): Bump for 2.13 release.
55614         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55616         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55618         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55619         MADV_NOHUGEPAGE.
55620         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55621         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55622         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55623         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55624         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55625         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55627         * posix/getconf.c: Update copyright year.
55628         * catgets/gencat.c: Likewise.
55629         * csu/version.c: Likewise.
55630         * debug/catchsegv.sh: Likewise.
55631         * debug/xtrace.sh: Likewise.
55632         * elf/ldconfig.c: Likewise.
55633         * elf/ldd.bash.in: Likewise.
55634         * elf/sprof.c (print_version): Likewise.
55635         * iconv/iconv_prog.c: Likewise.
55636         * iconv/iconvconfig.c: Likewise.
55637         * locale/programs/locale.c: Likewise.
55638         * locale/programs/localedef.c: Likewise.
55639         * malloc/memusage.sh: Likewise.
55640         * malloc/mtrace.pl: Likewise.
55641         * nscd/nscd.c (print_version): Likewise.
55642         * nss/getent.c: Likewise.
55644         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55645         PF_CAIF, and PF_ALG.
55646         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55648 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
55650         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55651         (modules-names): Use them.
55652         (ifunc-test-modules, ifunc-pie-tests): Define.
55653         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55654         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55655         (test-extras): Likewise.
55656         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55657         $(compile-command.c).
55658         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55659         (all-built-dso): Define.
55660         (check-textrel.out, check-execstack.out): Depend on it.
55662         * configure.in: Don't override --enable-multi-arch.
55664 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
55666         [BZ #6812]
55667         * nscd/hstcache.c (tryagain): Define.
55668         (cache_addhst): Return tryagain not notfound for temporary errors.
55669         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
55670         failed.
55672 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
55674         [BZ #10563]
55675         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
55676         to make the syscall.
55677         * sysdeps/unix/sysv/linux/setgroups.c: New file.
55679         [BZ #12378]
55680         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
55681         and fall back to matching as normal character if the string ends before
55682         the matching ']' is found.  This is what POSIX requires.
55683         * posix/testfnm.c: Adjust test result.
55684         * posix/globtest.sh: Adjust test result.  Add new test.
55685         * posix/tst-fnmatch.input: Likewise.
55686         * posix/tst-fnmatch2.c: Add new test.
55688 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
55690         * elf/Makefile (check-execstack): Revert last change.  Depend on
55691         check-execstack.h.
55692         (check-execstack.h): New target.
55693         (generated): Add check-execstack.h.
55694         * elf/check-execstack.c: Include "check-execstack.h".
55695         (main): Revert last change.
55696         (handle_file): Return zero if GNU_STACK is absent and
55697         DEFAULT_STACK_PERMS doesn't include PF_X.
55699 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55701         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55702         in child fails because the descriptor is already closed.
55703         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55704         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55705         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55707         [BZ #12397]
55708         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55709         syscall.
55711         [BZ #10484]
55712         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55713         temporary buffer used to handle multi lookups locally.
55714         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55716 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55718         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55719         loader is ld.so.
55721 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55723         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55724         alignment for SSE2.
55726 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55728         [BZ #12394]
55729         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55730         characters.  When rounding increased number of integer digits recompute
55731         number of groups.
55732         * stdio-common/tst-grouping.c: New file.
55733         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55735 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55737         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55738         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55740         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55741         void.
55742         * bits/select.h: Likewise.
55744 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55746         * po/ja.po: Update from translation team.
55748 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55750         [BZ #11155]
55751         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55752         implementation just like for lxstat, fxstatat, et al.
55754 2010-12-27  Jim Meyering  <meyering@redhat.com>
55756         [BZ #12348]
55757         * posix/regexec.c (build_trtable): Return failure indication upon
55758         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55760 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55762         [BZ #12201]
55763         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55764         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55765         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55766         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55768         [BZ #12207]
55769         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55771         [BZ #12204]
55772         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55773         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55775 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55777         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55778         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55779         script has SORT_BY_INIT_PRIORITY.
55780         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55781         NO_CTORS_DTORS_SECTIONS is defined.
55782         * elf/soinit.c: Likewise.
55783         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55784         NO_CTORS_DTORS_SECTIONS is defined.
55785         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55786         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55787         * sysdeps/sh/init-first.c: Likewise.
55788         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55790 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55792         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55793         always use the slow path.
55795 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55797         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55798         similar rule which adds the sysdep directories to the header search in
55799         order to pick up the correct platform stackinfo.h.
55800         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55801         perform test if it is, otherwise return successfully without testing.
55802         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55803         DEFAULT_STACK_PERMS define in stackinfo.h.
55804         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55805         defined in stackinfo.h.
55806         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55807         DEFAULT_STACK_PERMS defined in stackinfo.h.
55808         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55809         * sysdeps/ia64/stackinfo.h: Likewise.
55810         * sysdeps/s390/stackinfo.h: Likewise.
55811         * sysdeps/sh/stackinfo.h: Likewise.
55812         * sysdeps/sparc/stackinfo.h: Likewise.
55813         * sysdeps/x86_64/stackinfo.h: Likewise.
55814         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55815         PF_X for powerpc64.  Retain PF_X for powerpc32.
55817 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55819         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55820         accurately.
55821         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55822         GETDENTS_64BIT_ALIGNED.
55824 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55826         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55828 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55830         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55831         _GNU_SOURCE.
55833         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55834         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55835         Remove __restrict.
55836         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55837         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55839 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55841         [BZ #11655]
55842         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55843         are initialized.
55845 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55847         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55849 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55851         * po/it.po: Update from translation team.
55853 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55855         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55856         unused codes.
55858 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55860         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55862 2010-11-24  Andreas Schwab  <schwab@redhat.com>
55864         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55865         specially.
55866         (gaih_getanswer_slice): Likewise.
55868 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
55870         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55872 2010-05-31  Petr Baudis  <pasky@suse.cz>
55874         [BZ #11149]
55875         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55876         silently even in the chroot mode.
55878 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
55880         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55881         last patch a bit.  Pretty printing
55883 2010-05-31  Petr Baudis <pasky@suse.cz>
55885         [BZ #10085]
55886         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55887         initialization of skip_initgroups_dyn.
55889 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
55891         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55892         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55894 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
55896         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55898 2010-11-11  Andreas Schwab  <schwab@redhat.com>
55900         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55901         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55902         (tst-fnmatch-ENV): Set MALLOC_TRACE.
55903         ($(objpfx)tst-fnmatch-mem): New rule.
55904         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55905         * posix/tst-fnmatch.c (main): Call mtrace.
55907 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
55909         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55910         Support Intel processor model 6 and model 0x2c.
55912 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
55914         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55915           signed comparison.
55917 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
55919         [BZ #12205]
55920         * string/test-strncasecmp.c (check_result): New function.
55921         (do_one_test): Use it.
55922         (check1): New function.
55923         (test_main): Use it.
55924         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55925         Support strcasecmp and strncasecmp.
55927 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
55929         [BZ #12194]
55930         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55931         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55933 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
55935         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55936         IFUNC support.
55937         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55938         memset-x86-64.
55939         * sysdeps/x86_64/multiarch/bzero.S: New file.
55940         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55941         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55942         * sysdeps/x86_64/multiarch/memset.S: New file.
55943         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55944         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55945         Set bit_Prefer_SSE_for_memop for Intel processors.
55946         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55947         Define.
55948         (index_Prefer_SSE_for_memop): Define.
55949         (HAS_PREFER_SSE_FOR_MEMOP): Define.
55951 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
55953         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55954         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55956 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
55958         [BZ #12191]
55959         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55960         (__x86_64_raw_data_cache_size_half): Likewise.
55961         (__x86_64_raw_shared_cache_size): Likewise.
55962         (__x86_64_raw_shared_cache_size_half): Likewise.
55964         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55965         (__x86_64_raw_data_cache_size_half): Likewise.
55966         (__x86_64_raw_shared_cache_size): Likewise.
55967         (__x86_64_raw_shared_cache_size_half): Likewise.
55968         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55969         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55970         and __x86_64_raw_shared_cache_size_half.  Round
55971         __x86_64_data_cache_size_half, __x86_64_data_cache_size
55972         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55973         to multiple of 256 bytes.
55975 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
55977         [BZ #12167]
55978         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55979         of inacessible symlinks.  Verify result of symlink before returning it.
55980         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55981         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55983 2010-10-28  Erich Ritz  <erichritz@gmail.com>
55985         * math/math.h (isinf): Fix typo in comment.
55987 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
55989         * po/da.po: Update from translation team.
55991 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
55993         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55994         is added to the list.
55996 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55997             Ulrich Drepper  <drepper@gmail.com>
55999         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56000         the global list here.  Move code to...
56001         (_dl_add_to_namespace_list): ...here.  New function.
56002         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56003         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56004         * elf/dl-load.c (lose): Don't remove the element from the list.
56005         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56006         (_dl_map_object): Likewise.
56008 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56010         [BZ #12159]
56011         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56012         into all bytes of SSE register.
56013         Patch by Richard Li <richardpku@gmail.com>.
56015 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56017         [BZ #12140]
56018         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56019         perturbing.
56021 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56023         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56024         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56025         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56026         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56028         submachine.
56029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56031 2010-10-22  Andreas Schwab  <schwab@redhat.com>
56033         * include/dlfcn.h (__RTLD_SECURE): Define.
56034         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
56035         mode & __RTLD_SECURE instead.
56036         (open_path): Rename preloaded parameter to secure.
56037         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56038         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56039         * elf/dl-deps.c (openaux): Likewise.
56040         * elf/rtld.c (struct map_args): Remove is_preloaded.
56041         (map_doit): Don't use it.
56042         (dl_main): Likewise.
56043         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56044         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56046 2010-09-09  Andreas Schwab  <schwab@redhat.com>
56048         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56049         (sysd-rules-targets): Remove duplicates.
56050         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56051         rtld-%.$o dependency.
56053 2010-10-18  Andreas Schwab  <schwab@redhat.com>
56055         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56056         _dl_map_object do it.
56058 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
56060         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56061         fast fma builtins, define the macros in the C99 standard.
56062         (FP_FAST_FMAF): Likewise.
56063         (FP_FAST_FMAL): Likewise.
56064         * sysdeps/x86_64/bits/mathdef.h: Likewise.
56066         * bits/mathdef.h: Update copyright year.
56067         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56069 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
56071         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56072         builtins, define the macros in the C99 standard.
56073         (FP_FAST_FMAF): Likewise.
56074         (FP_FAST_FMAL): Likewise.
56075         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56076         multiply/add.
56077         (FP_FAST_FMAF): Likewise.
56079 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
56081         [BZ #3268]
56082         * math/libm-test.inc (fma_test): Some new testcases.
56083         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56084         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56085         y and infinite z.  Do multiplication by C already in long double.
56086         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56087         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56088         y and infinite z.  Do bitwise or of inexact bit into u.d.
56089         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56090         * sysdeps/i386/fpu/s_fmaf.S: Removed.
56091         * sysdeps/i386/fpu/s_fma.S: Removed.
56092         * sysdeps/i386/fpu/s_fmal.S: Removed.
56094 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
56096         [BZ #3268]
56097         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56098         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56099         computation is not scheduled after fetestexcept.  Fix value
56100         of minimum denormal long double.
56102 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
56104         [BZ #3268]
56105         * math/libm-test.inc (fma_test): Add some more tests.
56106         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56107         correctly.
56109 2010-10-15  Andreas Schwab  <schwab@redhat.com>
56111         * scripts/data/localplt-s390-linux-gnu.data: New file.
56112         * scripts/data/localplt-s390x-linux-gnu.data: New file.
56114 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
56116         [BZ #3268]
56117         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56118         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56119         instead of dbl-64.
56120         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56121         inlines.
56122         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56123         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56124         if one of x and y is very large and the other is subnormal.
56125         * sysdeps/s390/fpu/s_fmaf.c: New file.
56126         * sysdeps/s390/fpu/s_fma.c: New file.
56127         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56128         * sysdeps/powerpc/fpu/s_fma.S: New file.
56129         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56130         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56131         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56133 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
56135         [BZ #3268]
56136         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56137         fma tests.
56138         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56139         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56140         * sysdeps/i386/i686/multiarch/s_fma.c: Include
56141         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56142         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56143         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56144         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56146 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56148         [BZ #12078]
56149         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56150         * posix/bug-regex31.input: Add test case.
56152 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56154         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56155         * posix/bug-regex31.input: New file.
56157         [BZ #12078]
56158         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56159         (parse_sub_exp): Fix last change, use postorder.
56161         * posix/bug-regex31.c: New file.
56162         * posix/Makefile: Add rules to build and run bug-regex31.
56164         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56166         [BZ #12078]
56167         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56169         [BZ #12108]
56170         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56171         to have entries in sys_siglist.
56173         [BZ #12093]
56174         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56175         be NULL.
56177 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56179         [BZ #3268]
56180         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56181         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56182         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56183         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56184         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56185         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56186         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56187         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56188         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56189         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56190         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56191         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56192         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56193         * math/ftestexcept.c (fetestexcept): Likewise.
56194         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56195         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56196         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56197         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56198         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56199         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56200         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56202 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56204         [BZ #12107]
56205         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56206         newline.
56208 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
56210         * string/bug-strstr1.c: New file.
56211         * string/Makefile: Add rules to build and run bug-strstr1.
56213 2010-10-05  Eric Blake  <eblake@redhat.com>
56215         [BZ #12092]
56216         * string/str-two-way.h (two_way_long_needle): Always clear memory
56217         when skipping input due to the shift table.
56219 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56221         [BZ #12005]
56222         * malloc/mcheck.c: Handle large requests.
56224         [BZ #12077]
56225         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56226         for strncmp and strncasecmp.
56227         * string/stratcliff.c: Add tests for strcmp and strncmp.
56228         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56230 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
56232         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56233         __set_fpscr.
56235 2010-09-30  Andreas Jaeger  <aj@suse.de>
56237         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56238         (CGROUP_SUPER_MAGIC): Define.
56239         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56240         Handle btrfs and cgroup file systems.
56241         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56242         Likewise.
56244 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
56246         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56247         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56249 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56251         [BZ #12067]
56252         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56253         trying to locate the ELF header.
56255 2010-09-27  Andreas Schwab  <schwab@redhat.com>
56257         [BZ #11611]
56258         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56259         Mask out sign-bit copies when constructing f_fsid.
56261 2010-09-24  Petr Baudis <pasky@suse.cz>
56263         * debug/stack_chk_fail_local.c: Add missing licence exception.
56264         * debug/warning-nop.c: Likewise.
56266 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
56268         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56269         implementing getdents64 using getdents syscall, set d_type if
56270         __ASSUME_GETDENTS32_D_TYPE.
56272 2010-09-16  Andreas Schwab  <schwab@redhat.com>
56274         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56275         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56277 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
56279         [BZ #12037]
56280         * posix/unistd.h: Undo change of feature selection for ftruncate from
56281         2010-01-11.
56283 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
56285         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56286         detection.
56288 2010-09-20  Andreas Schwab  <schwab@redhat.com>
56290         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56291         fanotify_mark.
56292         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56294 2010-09-14  Andreas Schwab  <schwab@redhat.com>
56296         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56297         variables after CHECK_SP call.
56298         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56300 2010-09-13  Andreas Schwab  <schwab@redhat.com>
56301             Ulrich Drepper  <drepper@redhat.com>
56303         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56304         re-relocationg ld.so.
56305         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56306         _dl_init_paths call.
56307         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
56308         here anymore.
56310 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
56312         * resolv/res_init.c (__res_vinit): Count the default server we added.
56314 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
56315             Ulrich Drepper  <drepper@redhat.com>
56317         [BZ #11968]
56318         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56319         (____longjmp_chk): Use %ebx for saving value across system call.
56320         Add unwind info.
56322 2010-09-06  Andreas Schwab  <schwab@redhat.com>
56324         * manual/Makefile: Don't mix pattern rules with normal rules.
56326 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
56328         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56329         operation.
56330         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56331         * libio/iofopncook.c (_IO_cookie_init): Likewise.
56332         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56333         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56334         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56335         Likewise.
56337 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
56339         [BZ #11979]
56340         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56341         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56343 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
56345         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56346         * sysdeps/x86_64/addmul_1.S: Likewise.
56347         * sysdeps/x86_64/lshift.S: Likewise.
56348         * sysdeps/x86_64/mul_1.S: Likewise.
56349         * sysdeps/x86_64/rshift.S: Likewise.
56350         * sysdeps/x86_64/sub_n.S: Likewise.
56351         * sysdeps/x86_64/submul_1.S: Likewise.
56353 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56355         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56356         Define __sched_param instead of SCHED_* and sched_param when
56357         <bits/sched.h> is included with __need_schedparam defined.
56358         * bits/sched.h [__need_schedparam]
56359         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56360         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56361         (__defined_schedparam): Define to 1.
56362         (__sched_param): New structure, identical to sched_param.
56363         (__need_schedparam): Undefine.
56365 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
56367         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56368         (epoll_create1): Declare.
56370         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56372 2010-08-31  Andreas Schwab  <schwab@redhat.com>
56374         [BZ #7066]
56375         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56376         shifting retval into place.
56378 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
56380         * nis/rpcsvc/nis.h: Update copyright notice.
56381         * nis/rpcsvc/nis.x: Likewise.
56382         * nis/rpcsvc/nis_callback.h: Likewise.
56383         * nis/rpcsvc/nis_callback.x: Likewise.
56384         * nis/rpcsvc/nis_object.x: Likewise.
56385         * nis/rpcsvc/nis_tags.h: Likewise.
56386         * nis/rpcsvc/yp.h: Likewise.
56387         * nis/rpcsvc/yp.x: Likewise.
56388         * nis/rpcsvc/ypupd.h: Likewise.
56389         * nis/yp_xdr.c: Likewise.
56390         * nis/ypupdate_xdr.c: Likewise.
56392         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
56393         mainly the body of pmap_getport.  Add parameters to specify timeouts.
56394         (pmap_getport): Use __libc_rpc_getport.
56395         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56396         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56397         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56399 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
56401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56402         fanotify_mark.
56404 2010-08-27  Roland McGrath  <roland@redhat.com>
56406         * sysdeps/i386/i686/multiarch/Makefile
56407         (CFLAGS-varshift.c): New variable.
56409 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
56411         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56412         * sysdeps/i386/i686/multiarch/varshift.c: New file.
56414         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56416         * sysdeps/x86_64/strlen.S: Minimal code improvement.
56418 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
56420         * sysdeps/x86_64/strlen.S: Unroll the loop.
56421         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56422         strlen-sse2 strlen-sse2-bsf.
56423         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56424         __strlen_no_bsf if bit_Slow_BSF is set.
56425         (__strlen_sse42): Removed.
56426         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56427         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56429 2010-08-25  Roland McGrath  <roland@redhat.com>
56431         * sysdeps/x86_64/multiarch/varshift.S: File removed.
56432         * sysdeps/x86_64/multiarch/varshift.c: New file.
56433         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56434         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56435         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56436         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56438 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
56440         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56441         strlen-sse2 strlen-sse2-bsf.
56442         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56443         __strlen_sse2_bsf if bit_Slow_BSF is unset.
56444         (__strlen_sse2): Removed.
56445         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56446         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56447         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56448         bit_Slow_BSF for Atom.
56449         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56450         (index_Slow_BSF): Define.
56451         (HAS_SLOW_BSF): Define.
56453 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
56455         [BZ #10851]
56456         * resolv/res_init.c (__res_vinit): When no server address at all
56457         is given default to loopback.
56459 2010-08-24  Roland McGrath  <roland@redhat.com>
56461         * configure.in: Remove config-name.h generation.
56462         * configure: Regenerated.
56463         * config-name.in: File removed.
56464         * scripts/config-uname.sh: New file.
56465         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56466         ($(objdir)config-name.h): New target.
56468         * sunrpc/rpc_parse.h: Avoid nested comment.
56470 2010-08-24  Richard Henderson  <rth@redhat.com>
56471             Ulrich Drepper  <drepper@redhat.com>
56472             H.J. Lu  <hongjiu.lu@intel.com>
56474         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56475         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56476         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56477         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
56478         _mm_alignr_epi8 with _mm_loadu_si128.
56479         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56480         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56481         (__m128i_shift_right): Removed.
56482         * sysdeps/i386/i686/multiarch/varshift.h: New file.
56483         * sysdeps/i386/i686/multiarch/varshift.S: New file.
56484         * sysdeps/x86_64/multiarch/varshift.h: New file.
56485         * sysdeps/x86_64/multiarch/varshift.S: New file.
56487 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
56489         * configure.in: Move assembler checks to before sysdep dir checking.
56491 2010-08-20  Petr Baudis  <pasky@suse.cz>
56493         * LICENSES: Sync the sunrpc license.
56495 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
56497         * sunrpc/auth_des.c: Update copyright notice once again.
56498         * sunrpc/auth_none.c: Likewise.
56499         * sunrpc/auth_unix.c: Likewise.
56500         * sunrpc/authdes_prot.c: Likewise.
56501         * sunrpc/authuxprot.c: Likewise.
56502         * sunrpc/bindrsvprt.c: Likewise.
56503         * sunrpc/clnt_gen.c: Likewise.
56504         * sunrpc/clnt_perr.c: Likewise.
56505         * sunrpc/clnt_raw.c: Likewise.
56506         * sunrpc/clnt_simp.c: Likewise.
56507         * sunrpc/clnt_tcp.c: Likewise.
56508         * sunrpc/clnt_udp.c: Likewise.
56509         * sunrpc/clnt_unix.c: Likewise.
56510         * sunrpc/des_crypt.c: Likewise.
56511         * sunrpc/des_soft.c: Likewise.
56512         * sunrpc/get_myaddr.c: Likewise.
56513         * sunrpc/getrpcport.c: Likewise.
56514         * sunrpc/key_call.c: Likewise.
56515         * sunrpc/key_prot.c: Likewise.
56516         * sunrpc/openchild.c: Likewise.
56517         * sunrpc/pm_getmaps.c: Likewise.
56518         * sunrpc/pm_getport.c: Likewise.
56519         * sunrpc/pmap_clnt.c: Likewise.
56520         * sunrpc/pmap_prot.c: Likewise.
56521         * sunrpc/pmap_prot2.c: Likewise.
56522         * sunrpc/pmap_rmt.c: Likewise.
56523         * sunrpc/rpc/auth.h: Likewise.
56524         * sunrpc/rpc/auth_unix.h: Likewise.
56525         * sunrpc/rpc/clnt.h: Likewise.
56526         * sunrpc/rpc/des_crypt.h: Likewise.
56527         * sunrpc/rpc/key_prot.h: Likewise.
56528         * sunrpc/rpc/netdb.h: Likewise.
56529         * sunrpc/rpc/pmap_clnt.h: Likewise.
56530         * sunrpc/rpc/pmap_prot.h: Likewise.
56531         * sunrpc/rpc/pmap_rmt.h: Likewise.
56532         * sunrpc/rpc/rpc.h: Likewise.
56533         * sunrpc/rpc/rpc_des.h: Likewise.
56534         * sunrpc/rpc/rpc_msg.h: Likewise.
56535         * sunrpc/rpc/svc.h: Likewise.
56536         * sunrpc/rpc/svc_auth.h: Likewise.
56537         * sunrpc/rpc/types.h: Likewise.
56538         * sunrpc/rpc/xdr.h: Likewise.
56539         * sunrpc/rpc_clntout.c: Likewise.
56540         * sunrpc/rpc_cmsg.c: Likewise.
56541         * sunrpc/rpc_common.c: Likewise.
56542         * sunrpc/rpc_cout.c: Likewise.
56543         * sunrpc/rpc_dtable.c: Likewise.
56544         * sunrpc/rpc_hout.c: Likewise.
56545         * sunrpc/rpc_main.c: Likewise.
56546         * sunrpc/rpc_parse.c: Likewise.
56547         * sunrpc/rpc_parse.h: Likewise.
56548         * sunrpc/rpc_prot.c: Likewise.
56549         * sunrpc/rpc_sample.c: Likewise.
56550         * sunrpc/rpc_scan.c: Likewise.
56551         * sunrpc/rpc_scan.h: Likewise.
56552         * sunrpc/rpc_svcout.c: Likewise.
56553         * sunrpc/rpc_tblout.c: Likewise.
56554         * sunrpc/rpc_util.c: Likewise.
56555         * sunrpc/rpc_util.h: Likewise.
56556         * sunrpc/rpcinfo.c: Likewise.
56557         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56558         * sunrpc/rpcsvc/key_prot.x: Likewise.
56559         * sunrpc/rpcsvc/klm_prot.x: Likewise.
56560         * sunrpc/rpcsvc/mount.x: Likewise.
56561         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56562         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56563         * sunrpc/rpcsvc/rex.x: Likewise.
56564         * sunrpc/rpcsvc/rstat.x: Likewise.
56565         * sunrpc/rpcsvc/rusers.x: Likewise.
56566         * sunrpc/rpcsvc/sm_inter.x: Likewise.
56567         * sunrpc/rpcsvc/spray.x: Likewise.
56568         * sunrpc/rpcsvc/yppasswd.x: Likewise.
56569         * sunrpc/rtime.c: Likewise.
56570         * sunrpc/svc.c: Likewise.
56571         * sunrpc/svc_auth.c: Likewise.
56572         * sunrpc/svc_authux.c: Likewise.
56573         * sunrpc/svc_raw.c: Likewise.
56574         * sunrpc/svc_run.c: Likewise.
56575         * sunrpc/svc_simple.c: Likewise.
56576         * sunrpc/svc_tcp.c: Likewise.
56577         * sunrpc/svc_udp.c: Likewise.
56578         * sunrpc/svc_unix.c: Likewise.
56579         * sunrpc/svcauth_des.c: Likewise.
56580         * sunrpc/xcrypt.c: Likewise.
56581         * sunrpc/xdr.c: Likewise.
56582         * sunrpc/xdr_array.c: Likewise.
56583         * sunrpc/xdr_float.c: Likewise.
56584         * sunrpc/xdr_mem.c: Likewise.
56585         * sunrpc/xdr_rec.c: Likewise.
56586         * sunrpc/xdr_ref.c: Likewise.
56587         * sunrpc/xdr_sizeof.c: Likewise.
56588         * sunrpc/xdr_stdio.c: Likewise.
56590         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56591         handling.
56593 2010-08-19  Andreas Schwab  <schwab@redhat.com>
56595         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56597 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
56599         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56600         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56601         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56602         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56603         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56604         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56605         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56606         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56607         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56608         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56609         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56610         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56611         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56612         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56614 2010-07-26  Anton Blanchard  <anton@samba.org>
56616         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56617         * malloc/arena.c (heap_trim): Likewise.
56619 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
56621         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56622         here.  Not...
56623         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56624         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56626 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
56628         * sysdeps/i386/elf/Makefile: New file.
56630 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56632         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56633         from fanotify_init.
56634         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56635         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56637 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
56639         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56640         of strncasecmp_l.
56641         * sysdeps/multiarch/strcmp.S: Likewise.
56643 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
56645         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56646         strncase_l-nonascii.
56647         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56648         Add strncase_l-ssse3.
56649         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56650         * sysdeps/x86_64/strcmp.S: Likewise.
56651         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56652         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56653         * sysdeps/x86_64/strncase.S: New file.
56654         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56655         * sysdeps/x86_64/strncase_l.S: New file.
56656         * string/Makefile (strop-tests): Add strncasecmp.
56657         * string/test-strncasecmp.c: New file.
56659         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56660         warning.
56662         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56663         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56665 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56667         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56669 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
56671         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
56672         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
56673         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
56675 2010-05-01  Alan Modra  <amodra@gmail.com>
56677         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
56678         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
56679         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
56680         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
56681         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
56682         tidying.  Don't tail-call __sigjmp_save for static lib.
56683         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
56684         save location.
56685         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
56686         (CALL_MCOUNT): Add eh info, and nop after bl.
56687         (TAIL_CALL_SYSCALL_ERROR): New macro.
56688         (PSEUDO_RET): Use it.
56689         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56690         Correct save location of integer regs and cr.
56691         (_dl_profile_resolve): Correct cr save location.  Delete nops
56692         after bl when SHARED.  Reduce cfi size a little by better
56693         placement of cfi directives.
56694         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56695         make a stack frame.  Instead use parm save area as a temp.
56696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56697         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56699         Don't make a stack frame for parent, use parm save area.
56700         Increase child stack frame to 112 bytes.  Don't save unused reg,
56701         and adjust reg usage.  Set up cfi on error recovery and
56702         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56704         (__makecontext): Add dummy nop after jump to exit.
56705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56706         Use correct parm save area and cr save, reduce stack frame.
56707         Correct cfi for possible PSEUDO_RET frame setup.
56708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56709         Branch to local label emitted by PSEUDO_RET rather than
56710         __syscall_error.
56712 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56714         [BZ #11904]
56715         * locale/programs/locale.c (print_assignment): New function.
56716         (show_locale_vars): Use it.
56718 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56720         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56721         field.
56722         (struct statfs64): Likewise.
56723         (_STATFS_F_FLAGS): Define.
56724         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56725         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56726         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56727         (ST_VALID): Define locally.
56728         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56729         __statvfs_getflags, use the provided value.
56730         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56731         __ASSUME_STATFS_F_FLAGS.
56733         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56735         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56736         Add sys/fanotify.h.
56737         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56738         fanotify_mask for GLIBC_2.13.
56739         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56740         fanotify_init and fanotify_mark.
56741         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56742         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56744         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56745         Add prlimit.
56746         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56747         prlimit64 for GLIBC_2.13.
56748         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56749         prlimit64.
56750         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56751         syscall.
56752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56753         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56754         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56755         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56756         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56757         add prlimit alias.
56758         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56760         [BZ #11903]
56761         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56762         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56764         * nss/Makefile: Add rules to build and run tst-nss-test1.
56765         * shlib-versions: Add entry for libnss_test1.
56766         * nss/nss_test1.c: New file.
56767         * nss/tst-nss-test1.c: New file.
56769         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56770         (__nss_configure_lookup): Set appropriate entry in
56771         __nss_configure_lookup to true.
56772         * nss/nsswitch.h: Define enum with indeces of databases in
56773         databases and __nss_database_custom arrays.  Declare
56774         __nss_database_custom.
56775         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56776         to avoid using nscd when custom rules are installed.
56777         * nss/getXXbyYY_r.c: Likewise.
56778         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56780         * nss/nss_files/files-parse.c: Whitespace fixes.
56782 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56784         [BZ #11883]
56785         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56786         * posix/fnmatch_loop.c: Likewise.
56788 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56790         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56791         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56792         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56793         * Versions.def [GLIBC_2.13]: Add.
56795 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56797         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56798         Also fail if tpwd after pwuid call is NULL.
56800 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56802         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56803         when converting to ms.
56805 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56807         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56808         EOPNOTSUPP errors with ENOTTY.
56809         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56810         EOPNOTSUPP errors with ENOTTY.
56812 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56814         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56815         Add strcasecmp_l-ssse3.
56816         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56817         strcasecmp.
56818         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56819         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56820         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56822 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56824         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56826         * string/Makefile (strop-tests): Add strcasecmp.
56827         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56828         strcasecmp_l-nonascii.
56829         (gen-as-const-headers): Add locale-defines.sym.
56830         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56831         * sysdeps/x86_64/strcasecmp.S: New file.
56832         * sysdeps/x86_64/strcasecmp_l.S: New file.
56833         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56834         * sysdeps/x86_64/locale-defines.sym: New file.
56835         * string/test-strcasecmp.c: New file.
56837         * string/test-strcasestr.c: Test both ends of the range of characters.
56838         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56840 2010-07-29  Roland McGrath  <roland@redhat.com>
56842         [BZ #11856]
56843         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56845 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56847         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56848         for ld.so.
56850 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56852         * manual/memory.texi (Malloc Tunable Parameters): Document
56853         M_PERTURB.
56855 2010-07-26  Roland McGrath  <roland@redhat.com>
56857         [BZ #11840]
56858         * configure.in (-fgnu89-inline check): Set and substitute
56859         gnu89_inline, not libc_cv_gnu89_inline.
56860         * configure: Regenerated.
56861         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56863 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
56865         * string/test-strnlen.c: New file.
56866         * string/Makefile (strop-tests): Add strnlen.
56867         * string/tester.c (test_strnlen): Add a few more test cases.
56868         * string/tst-strlen.c: Better error reporting.
56870         * sysdeps/x86_64/strnlen.S: New file.
56872 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
56874         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56875         lower-latency instructions.
56877 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
56879         * string/test-strcasestr.c: New file.
56880         * string/test-strstr.c: New file.
56881         * string/Makefile (strop-tests): Add strstr and strcasestr.
56882         * string/str-two-way.h: Don't undefine MAX.
56883         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56885 2010-07-21  Andreas Schwab  <schwab@redhat.com>
56887         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56888         strcasestr-nonascii.
56889         (CFLAGS-strcasestr-nonascii.c): Define.
56890         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56891         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56892         Remove unused attribute.
56894 2010-07-20  Roland McGrath  <roland@redhat.com>
56896         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56897         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
56898         ld.so.cache was broken.  With it, there is no way to disable dsocaps
56899         like LD_HWCAP_MASK can disable hwcaps.
56901 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56903         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56905 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
56907         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56908         call in strcasestr.
56909         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56910         __strcasestr_sse42_nonascii.
56911         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56912         strcasestr-nonascii.c.
56913         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56915 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
56917         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56918         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56919         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56920         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56922 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
56924         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56925         fcntl.
56927 2010-07-06  Andreas Schwab  <schwab@redhat.com>
56929         [BZ #11577]
56930         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56931         dl_signal_cerror.
56933 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
56935         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56936         _PC_PIPE_BUF using F_GETPIPE_SZ.
56938 2010-07-05  Roland McGrath  <roland@redhat.com>
56940         * manual/arith.texi (Rounding Functions): Fix rint description
56941         implicit in round description.
56943 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
56945         * elf/Makefile: Fix linking for a few tests to make recent linker
56946         happy.
56948 2010-06-30  Andreas Schwab  <schwab@redhat.com>
56950         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56951         $(common-objpfx)libc_nonshared.a.
56953 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
56955         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56956         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56957         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56958         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56959         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56960         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56961         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56962         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56977         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56978         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56979         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56980         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56981         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56982         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56983         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56984         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56985         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56986         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56987         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56988         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57004 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57006         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57007         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57008         * string/memmove.c (memmove): Renamed to ...
57009         (MEMMOVE): ...this.  Default to memmove.
57010         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57011         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57012         (END_CHK): Define.
57013         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57014         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57015         mempcpy-ssse3-back memmove-ssse3-back.
57016         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57017         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57018         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57019         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57020         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57021         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57022         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57023         * sysdeps/x86_64/multiarch/memmove.c: New file.
57024         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57025         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57026         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57027         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57028         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57029         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57030         Define.
57031         (index_Fast_Copy_Backward): Define.
57032         (HAS_ARCH_FEATURE): Define.
57033         (HAS_FAST_REP_STRING): Define.
57034         (HAS_FAST_COPY_BACKWARD): Define.
57036 2010-06-21  Andreas Schwab  <schwab@redhat.com>
57038         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57039         Restore proper fallback handling.
57041 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
57043         [BZ #11701]
57044         * posix/group_member.c (__group_member): Correct checking loop.
57046         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57047         OOM in getpwuid_r correctly.  Return error number when the caller
57048         should return, otherwise -1.
57049         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57050         call returning > 0 value.
57051         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57053 2010-06-07  Andreas Schwab  <schwab@redhat.com>
57055         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57056         libc_nonshared.a from targets in modules-names.
57058 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
57060         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57061         requires it.
57063 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
57065         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57066         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57067         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57068         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57070 2010-06-02  Andreas Schwab  <schwab@redhat.com>
57072         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57074 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
57076         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57077         and F_GETPIPE_SZ.
57078         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57079         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57080         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57081         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57082         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57083         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57085 2010-06-14  Roland McGrath  <roland@redhat.com>
57087         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57089 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
57091         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57092         __REDIRECT followed by __THROW.
57093         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57094         * posix/getopt.h (getopt): Likewise.
57096 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57098         * hurd/lookup-at.c (__file_name_lookup_at): Accept
57099         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
57100         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57101         in AT_FLAGS.
57102         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57103         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57105 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
57107         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57109 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
57111         [BZ #11640]
57112         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57113         Properly check family and model.
57115 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
57117         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57119 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
57121         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57123 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
57125         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57126         symbol reference.
57128 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57130         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57131         symbol reference.
57133 2010-05-21  Andreas Schwab  <schwab@redhat.com>
57135         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57136         and internal_recvmmsg.
57137         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57138         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57139         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57140         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57142         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57143         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57144         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57146 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57148         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57150 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57152         POWER7 optimizations.
57153         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57154         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57156 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57158         * version.h: Update for 2.13 development version.
57160 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57162         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57163         exceptions.  Return 0.
57165 2010-05-07  Roland McGrath  <roland@redhat.com>
57167         * elf/ldconfig.c (main): Add a const.
57169 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57171         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57172         (args_options): Add no-idn option.
57173         (ahosts_keys_int): Add idn_flags to ai_flags.
57174         (parse_option): Handle 'i' option to clear idn_flags.
57176         * malloc/malloc.c (_int_free): Possible race in the most recently
57177         added check.  Only act on the data if no current modification
57178         happened.
57180 See ChangeLog.17 for earlier changes.